ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
HFile_javaswing Class Reference
+ Inheritance diagram for HFile_javaswing:
+ Collaboration diagram for HFile_javaswing:

Public Member Functions

 HFile_javaswing ()
 
 donothing ($keywordin)
 

Detailed Description

Definition at line 8 of file HFile_javaswing.php.

Member Function Documentation

◆ donothing()

HFile_javaswing::donothing (   $keywordin)

Definition at line 1150 of file HFile_javaswing.php.

1151 {
1152 return $keywordin;
1153 }

◆ HFile_javaswing()

HFile_javaswing::HFile_javaswing ( )

Definition at line 10 of file HFile_javaswing.php.

11 {
12 $this->HFile();
13
14 /*************************************/
15 // Beautifier Highlighting Configuration File
16 // Java 1.1.7/Swing
17 /*************************************/
18 // Flags
19
20 $this->nocase = "0";
21 $this->notrim = "0";
22 $this->perl = "0";
23
24 // Colours
25
26 $this->colours = array("blue", "purple");
27 $this->quotecolour = "blue";
28 $this->blockcommentcolour = "green";
29 $this->linecommentcolour = "green";
30
31 // Indent Strings
32
33 $this->indent = array("{");
34 $this->unindent = array("}");
35
36 // String characters and delimiters
37
38 $this->stringchars = array("\"");
39 $this->delimiters = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", "?");
40 $this->escchar = "";
41
42 // Comment settings
43
44 $this->linecommenton = array("//");
45 $this->blockcommenton = array("/*");
46 $this->blockcommentoff = array("*/");
47
48 // Keywords (keyword mapping to colour number)
49
50 $this->keywords = array(
51 "abstract" => "1",
52 "break" => "1",
53 "byte" => "1",
54 "boolean" => "1",
55 "catch" => "1",
56 "case" => "1",
57 "class" => "1",
58 "char" => "1",
59 "continue" => "1",
60 "default" => "1",
61 "double" => "1",
62 "do" => "1",
63 "else" => "1",
64 "extends" => "1",
65 "false" => "1",
66 "final" => "1",
67 "float" => "1",
68 "for" => "1",
69 "finally" => "1",
70 "if" => "1",
71 "import" => "1",
72 "implements" => "1",
73 "int" => "1",
74 "interface" => "1",
75 "instanceof" => "1",
76 "long" => "1",
77 "length" => "1",
78 "native" => "1",
79 "new" => "1",
80 "null" => "1",
81 "package" => "1",
82 "private" => "1",
83 "protected" => "1",
84 "public" => "1",
85 "return" => "1",
86 "switch" => "1",
87 "synchronized" => "1",
88 "short" => "1",
89 "static" => "1",
90 "super" => "1",
91 "try" => "1",
92 "true" => "1",
93 "this" => "1",
94 "throw" => "1",
95 "throws" => "1",
96 "threadsafe" => "1",
97 "transient" => "1",
98 "void" => "1",
99 "while" => "1",
100 "AWTError" => "2",
101 "AWTEvent" => "2",
102 "AWTEventMulticaster" => "2",
103 "AWTException" => "2",
104 "AbstractAction" => "2",
105 "AbstractBorder" => "2",
106 "AbstractButton" => "2",
107 "AbstractColorChooserPanel" => "2",
108 "AbstractDocument" => "2",
109 "AbstractDocument.AttributeContext" => "2",
110 "AbstractDocument.Content" => "2",
111 "AbstractDocument.ElementEdit" => "2",
112 "AbstractLayoutCache" => "2",
113 "AbstractLayoutCache.NodeDimensions" => "2",
114 "AbstractListModel" => "2",
115 "AbstractMethodError" => "2",
116 "AbstractTableModel" => "2",
117 "AbstractUndoableEdit" => "2",
118 "AbstractWriter" => "2",
119 "AccessException" => "2",
120 "Accessible" => "2",
121 "AccessibleAction" => "2",
122 "AccessibleBundle" => "2",
123 "AccessibleComponent" => "2",
124 "AccessibleContext" => "2",
125 "AccessibleHyperlink" => "2",
126 "AccessibleHypertext" => "2",
127 "AccessibleResourceBundle" => "2",
128 "AccessibleRole" => "2",
129 "AccessibleSelection" => "2",
130 "AccessibleState" => "2",
131 "AccessibleStateSet" => "2",
132 "AccessibleText" => "2",
133 "AccessibleValue" => "2",
134 "Acl" => "2",
135 "AclEntry" => "2",
136 "AclNotFoundException" => "2",
137 "Action" => "2",
138 "ActionEvent" => "2",
139 "ActionListener" => "2",
140 "Adjustable" => "2",
141 "AdjustmentEvent" => "2",
142 "AdjustmentListener" => "2",
143 "Adler32" => "2",
144 "AlreadyBoundException" => "2",
145 "AncestorEvent" => "2",
146 "AncestorListener" => "2",
147 "Applet" => "2",
148 "AppletContext" => "2",
149 "AppletStub" => "2",
150 "AreaAveragingScaleFilter" => "2",
151 "ArithmeticException" => "2",
152 "Array" => "2",
153 "ArrayIndexOutOfBoundsException" => "2",
154 "ArrayStoreException" => "2",
155 "AttributeList" => "2",
156 "AttributeSet" => "2",
157 "AttributeSet.CharacterAttribute" => "2",
158 "AttributeSet.ColorAttribute" => "2",
159 "AttributeSet.FontAttribute" => "2",
160 "AttributeSet.ParagraphAttribute" => "2",
161 "AudioClip" => "2",
162 "BadLocationException" => "2",
163 "BasicArrowButton" => "2",
164 "BasicBorders" => "2",
165 "BasicBorders.ButtonBorder" => "2",
166 "BasicBorders.FieldBorder" => "2",
167 "BasicBorders.MarginBorder" => "2",
168 "BasicBorders.MenuBarBorder" => "2",
169 "BasicBorders.RadioButtonBorder" => "2",
170 "BasicBorders.SplitPaneBorder" => "2",
171 "BasicBorders.ToggleButtonBorder" => "2",
172 "BasicButtonListener" => "2",
173 "BasicButtonUI" => "2",
174 "BasicCheckBoxMenuItemUI" => "2",
175 "BasicCheckBoxUI" => "2",
176 "BasicColorChooserUI" => "2",
177 "BasicComboBoxEditor" => "2",
178 "BasicComboBoxEditor.UIResource" => "2",
179 "BasicComboBoxRenderer" => "2",
180 "BasicComboBoxRenderer.UIResource" => "2",
181 "BasicComboBoxUI" => "2",
182 "BasicComboPopup" => "2",
183 "BasicDesktopIconUI" => "2",
184 "BasicDesktopPaneUI" => "2",
185 "BasicDirectoryModel" => "2",
186 "BasicEditorPaneUI" => "2",
187 "BasicFileChooserUI" => "2",
188 "BasicGraphicsUtils" => "2",
189 "BasicIconFactory" => "2",
190 "BasicInternalFrameTitlePane" => "2",
191 "BasicInternalFrameUI" => "2",
192 "BasicLabelUI" => "2",
193 "BasicListUI" => "2",
194 "BasicLookAndFeel" => "2",
195 "BasicMenuBarUI" => "2",
196 "BasicMenuItemUI" => "2",
197 "BasicMenuUI" => "2",
198 "BasicOptionPaneUI" => "2",
199 "BasicOptionPaneUI.ButtonAreaLayout" => "2",
200 "BasicPanelUI" => "2",
201 "BasicPasswordFieldUI" => "2",
202 "BasicPopupMenuSeparatorUI" => "2",
203 "BasicPopupMenuUI" => "2",
204 "BasicProgressBarUI" => "2",
205 "BasicRadioButtonMenuItemUI" => "2",
206 "BasicRadioButtonUI" => "2",
207 "BasicScrollBarUI" => "2",
208 "BasicScrollPaneUI" => "2",
209 "BasicSeparatorUI" => "2",
210 "BasicSliderUI" => "2",
211 "BasicSplitPaneDivider" => "2",
212 "BasicSplitPaneUI" => "2",
213 "BasicTabbedPaneUI" => "2",
214 "BasicTableHeaderUI" => "2",
215 "BasicTableUI" => "2",
216 "BasicTextAreaUI" => "2",
217 "BasicTextFieldUI" => "2",
218 "BasicTextPaneUI" => "2",
219 "BasicTextUI" => "2",
220 "BasicTextUI.BasicCaret" => "2",
221 "BasicTextUI.BasicHighlighter" => "2",
222 "BasicToggleButtonUI" => "2",
223 "BasicToolBarSeparatorUI" => "2",
224 "BasicToolBarUI" => "2",
225 "BasicToolTipUI" => "2",
226 "BasicTreeUI" => "2",
227 "BasicViewportUI" => "2",
228 "BeanDescriptor" => "2",
229 "BeanInfo" => "2",
230 "Beans" => "2",
231 "BevelBorder" => "2",
232 "BigDecimal" => "2",
233 "BigInteger" => "2",
234 "BindException" => "2",
235 "BitSet" => "2",
236 "BlockView" => "2",
237 "Boolean" => "2",
238 "Border" => "2",
239 "BorderFactory" => "2",
240 "BorderLayout" => "2",
241 "BorderUIResource" => "2",
242 "BorderUIResource.BevelBorderUIResource" => "2",
243 "BorderUIResource.CompoundBorderUIResource" => "2",
244 "BorderUIResource.EmptyBorderUIResource" => "2",
245 "BorderUIResource.EtchedBorderUIResource" => "2",
246 "BorderUIResource.LineBorderUIResource" => "2",
247 "BorderUIResource.MatteBorderUIResource" => "2",
248 "BorderUIResource.TitledBorderUIResource" => "2",
249 "BoundedRangeModel" => "2",
250 "Box" => "2",
251 "Box.Filler" => "2",
252 "BoxLayout" => "2",
253 "BoxView" => "2",
254 "BreakIterator" => "2",
255 "BufferedInputStream" => "2",
256 "BufferedOutputStream" => "2",
257 "BufferedReader" => "2",
258 "BufferedWriter" => "2",
259 "Button" => "2",
260 "ButtonGroup" => "2",
261 "ButtonModel" => "2",
262 "ButtonPeer" => "2",
263 "ButtonUI" => "2",
264 "Byte" => "2",
265 "ByteArrayInputStream" => "2",
266 "ByteArrayOutputStream" => "2",
267 "CRC32" => "2",
268 "CSS" => "2",
269 "CSS.Attribute" => "2",
270 "Calendar" => "2",
271 "CallableStatement" => "2",
272 "CannotRedoException" => "2",
273 "CannotUndoException" => "2",
274 "CanvasCanvasPeer" => "2",
275 "CardLayout" => "2",
276 "Caret" => "2",
277 "CaretEvent" => "2",
278 "CaretListener" => "2",
279 "CellEditor" => "2",
280 "CellEditorListener" => "2",
281 "CellRendererPane" => "2",
282 "Certificate" => "2",
283 "ChangeEvent" => "2",
284 "ChangeListener" => "2",
285 "ChangedCharSetException" => "2",
286 "CharArrayReader" => "2",
287 "CharArrayWriter" => "2",
288 "CharConversionException" => "2",
289 "Character" => "2",
290 "CharacterIterator" => "2",
291 "Checkbox" => "2",
292 "CheckboxGroup" => "2",
293 "CheckboxMenuItem" => "2",
294 "CheckboxMenuItemPeer" => "2",
295 "CheckboxPeer" => "2",
296 "CheckedInputStream" => "2",
297 "CheckedOutputStream" => "2",
298 "Checksum" => "2",
299 "Choice" => "2",
300 "ChoiceFormat" => "2",
301 "ChoicePeer" => "2",
302 "Class" => "2",
303 "ClassCastException" => "2",
304 "ClassCircularityError" => "2",
305 "ClassFormatError" => "2",
306 "ClassLoader" => "2",
307 "ClassNotFoundException" => "2",
308 "Clipboard" => "2",
309 "ClipboardOwner" => "2",
310 "CloneNotSupportedException" => "2",
311 "Cloneable" => "2",
312 "CollationElementIterator" => "2",
313 "CollationKey" => "2",
314 "Collator" => "2",
315 "Color" => "2",
316 "ColorChooserComponentFactory" => "2",
317 "ColorChooserUI" => "2",
318 "ColorModel" => "2",
319 "ColorSelectionModel" => "2",
320 "ColorUIResource" => "2",
321 "ComboBoxEditor" => "2",
322 "ComboBoxModel" => "2",
323 "ComboBoxUI" => "2",
324 "ComboPopup" => "2",
325 "Compiler" => "2",
326 "Component" => "2",
327 "ComponentAdapter" => "2",
328 "ComponentEvent" => "2",
329 "ComponentListener" => "2",
330 "ComponentPeer" => "2",
331 "ComponentUI" => "2",
332 "ComponentView" => "2",
333 "CompositeView" => "2",
334 "CompoundBorder" => "2",
335 "CompoundEdit" => "2",
336 "ConnectException" => "2",
337 "ConnectIOException" => "2",
338 "Connection" => "2",
339 "Constructor" => "2",
340 "Container" => "2",
341 "ContainerAdapter" => "2",
342 "ContainerEvent" => "2",
343 "ContainerListener" => "2",
344 "ContainerPeer" => "2",
345 "ContentHandler" => "2",
346 "ContentHandlerFactory" => "2",
347 "ContentModel" => "2",
348 "CropImageFilter" => "2",
349 "Cursor" => "2",
350 "Customizer" => "2",
351 "DGC" => "2",
352 "DSAKey" => "2",
353 "DSAKeyPairGenerator" => "2",
354 "DSAParams" => "2",
355 "DSAPrivateKey" => "2",
356 "DSAPublicKey" => "2",
357 "DTD" => "2",
358 "DTDConstants" => "2",
359 "DataFlavor" => "2",
360 "DataFormatException" => "2",
361 "DataInput" => "2",
362 "DataInputStream" => "2",
363 "DataOutput" => "2",
364 "DataOutputStream" => "2",
365 "DataTruncation" => "2",
366 "DatabaseMetaData" => "2",
367 "DatagramPacket" => "2",
368 "DatagramSocket" => "2",
369 "DatagramSocketImpl" => "2",
370 "Date" => "2",
371 "DateFormat" => "2",
372 "DateFormatSymbols" => "2",
373 "DebugGraphics" => "2",
374 "DecimalFormat" => "2",
375 "DecimalFormatSymbols" => "2",
376 "DefaultBoundedRangeModel" => "2",
377 "DefaultButtonModel" => "2",
378 "DefaultCaret" => "2",
379 "DefaultCellEditor" => "2",
380 "DefaultColorSelectionModel" => "2",
381 "DefaultComboBoxModel" => "2",
382 "DefaultDesktopManager" => "2",
383 "DefaultEditorKit" => "2",
384 "DefaultEditorKit.BeepAction" => "2",
385 "DefaultEditorKit.CopyAction" => "2",
386 "DefaultEditorKit.CutAction" => "2",
387 "DefaultEditorKit.DefaultKeyTypedAction" => "2",
388 "DefaultEditorKit.InsertBreakAction" => "2",
389 "DefaultEditorKit.InsertContentAction" => "2",
390 "DefaultEditorKit.InsertTabAction" => "2",
391 "DefaultEditorKit.PasteAction" => "2",
392 "DefaultFocusManager" => "2",
393 "DefaultHighlighter" => "2",
394 "DefaultHighlighter.DefaultHighlightPainter" => "2",
395 "DefaultListCellRenderer" => "2",
396 "DefaultListCellRenderer.UIResource" => "2",
397 "DefaultListModel" => "2",
398 "DefaultListSelectionModel" => "2",
399 "DefaultMenuLayout" => "2",
400 "DefaultMetalTheme" => "2",
401 "DefaultMutableTreeNode" => "2",
402 "DefaultSingleSelectionModel" => "2",
403 "DefaultStyledDocument" => "2",
404 "DefaultStyledDocument.AttributeUndoableEdit" => "2",
405 "DefaultStyledDocument.ElementSpec" => "2",
406 "DefaultTableCellRenderer" => "2",
407 "DefaultTableCellRenderer.UIResource" => "2",
408 "DefaultTableColumnModel" => "2",
409 "DefaultTableModel" => "2",
410 "DefaultTextUI" => "2",
411 "DefaultTreeCellEditor" => "2",
412 "DefaultTreeCellRenderer" => "2",
413 "DefaultTreeModel" => "2",
414 "DefaultTreeSelectionModel" => "2",
415 "Deflater" => "2",
416 "DeflaterOutputStream" => "2",
417 "DesktopIconUI" => "2",
418 "DesktopManager" => "2",
419 "DesktopPaneUI" => "2",
420 "Dialog" => "2",
421 "DialogPeer" => "2",
422 "Dictionary" => "2",
423 "DigestException" => "2",
424 "DigestInputStream" => "2",
425 "DigestOutputStream" => "2",
426 "Dimension" => "2",
427 "DimensionUIResource" => "2",
428 "DirectColorModel" => "2",
429 "Document" => "2",
430 "DocumentEvent" => "2",
431 "DocumentEvent.ElementChange" => "2",
432 "DocumentEvent.EventType" => "2",
433 "DocumentListener" => "2",
434 "DocumentParser" => "2",
435 "Double" => "2",
436 "Driver" => "2",
437 "DriverManager" => "2",
438 "DriverPropertyInfo" => "2",
439 "EOFException" => "2",
440 "EditorKit" => "2",
441 "Element" => "2",
442 "ElementIterator" => "2",
443 "EmptyBorder" => "2",
444 "EmptyStackException" => "2",
445 "Entity" => "2",
446 "Enumeration" => "2",
447 "Error" => "2",
448 "EtchedBorder" => "2",
449 "Event" => "2",
450 "EventListener" => "2",
451 "EventListenerList" => "2",
452 "EventObject" => "2",
453 "EventQueue" => "2",
454 "EventSetDescriptor" => "2",
455 "Exception" => "2",
456 "ExceptionInInitializerError" => "2",
457 "ExpandVetoException" => "2",
458 "ExportException" => "2",
459 "FeatureDescriptor" => "2",
460 "Field" => "2",
461 "FieldPosition" => "2",
462 "FieldView" => "2",
463 "File" => "2",
464 "FileChooserUI" => "2",
465 "FileDescriptor" => "2",
466 "FileDialog" => "2",
467 "FileDialogPeer" => "2",
468 "FileFilter" => "2",
469 "FileInputStream" => "2",
470 "FileNameMap" => "2",
471 "FileNotFoundException" => "2",
472 "FileOutputStream" => "2",
473 "FileReader" => "2",
474 "FileSystemView" => "2",
475 "FileView" => "2",
476 "FileWriter" => "2",
477 "FilenameFilter" => "2",
478 "FilterInputStream" => "2",
479 "FilterOutputStream" => "2",
480 "FilterReader" => "2",
481 "FilterWriter" => "2",
482 "FilteredImageSource" => "2",
483 "FixedHeightLayoutCache" => "2",
484 "Float" => "2",
485 "FlowLayout" => "2",
486 "FocusAdapter" => "2",
487 "FocusEvent" => "2",
488 "FocusListener" => "2",
489 "FocusManager" => "2",
490 "Font" => "2",
491 "FontMetrics" => "2",
492 "FontPeer" => "2",
493 "FontUIResource" => "2",
494 "FormView" => "2",
495 "Format" => "2",
496 "Frame" => "2",
497 "FramePeer" => "2",
498 "GZIPInputStream" => "2",
499 "GZIPOutputStream" => "2",
500 "GapContent" => "2",
501 "Graphics" => "2",
502 "GrayFilter" => "2",
503 "GregorianCalendar" => "2",
504 "GridBagConstraints" => "2",
505 "GridBagLayout" => "2",
506 "GridLayout" => "2",
507 "Group" => "2",
508 "HTML" => "2",
509 "HTML.Attribute" => "2",
510 "HTML.Tag" => "2",
511 "HTML.UnknownTag" => "2",
512 "HTMLDocument" => "2",
513 "HTMLDocument.Iterator" => "2",
514 "HTMLEditorKit" => "2",
515 "HTMLEditorKit.HTMLFactory" => "2",
516 "HTMLEditorKit.HTMLTextAction" => "2",
517 "HTMLEditorKit.InsertHTMLTextAction" => "2",
518 "HTMLEditorKit.LinkController" => "2",
519 "HTMLEditorKit.Parser" => "2",
520 "HTMLEditorKit.ParserCallback" => "2",
521 "HTMLFrameHyperlinkEvent" => "2",
522 "HTMLWriter" => "2",
523 "Hashtable" => "2",
524 "Highlighter" => "2",
525 "Highlighter.Highlight" => "2",
526 "Highlighter.HighlightPainter" => "2",
527 "HttpURLConnection" => "2",
528 "HyperlinkEvent" => "2",
529 "HyperlinkEvent.EventType" => "2",
530 "HyperlinkListener" => "2",
531 "IOException" => "2",
532 "Icon" => "2",
533 "IconUIResource" => "2",
534 "IconView" => "2",
535 "Identity" => "2",
536 "IdentityScope" => "2",
537 "IllegalAccessError" => "2",
538 "IllegalAccessException" => "2",
539 "IllegalArgumentException" => "2",
540 "IllegalComponentStateException" => "2",
541 "IllegalMonitorStateException" => "2",
542 "IllegalStateException" => "2",
543 "IllegalThreadStateException" => "2",
544 "Image" => "2",
545 "ImageConsumer" => "2",
546 "ImageFilter" => "2",
547 "ImageIcon" => "2",
548 "ImageObserver" => "2",
549 "ImageProducer" => "2",
550 "IncompatibleClassChangeError" => "2",
551 "IndexColorModel" => "2",
552 "IndexOutOfBoundsException" => "2",
553 "IndexedPropertyDescriptor" => "2",
554 "InetAddress" => "2",
555 "Inflater" => "2",
556 "InflaterInputStream" => "2",
557 "InlineView" => "2",
558 "InputEvent" => "2",
559 "InputStream" => "2",
560 "InputStreamReader" => "2",
561 "Insets" => "2",
562 "InsetsUIResource" => "2",
563 "InstantiationError" => "2",
564 "InstantiationException" => "2",
565 "Integer" => "2",
566 "InternalError" => "2",
567 "InternalFrameAdapter" => "2",
568 "InternalFrameEvent" => "2",
569 "InternalFrameListener" => "2",
570 "InternalFrameUI" => "2",
571 "InterruptedException" => "2",
572 "InterruptedIOException" => "2",
573 "IntrospectionException" => "2",
574 "Introspector" => "2",
575 "InvalidClassException" => "2",
576 "InvalidKeyException" => "2",
577 "InvalidObjectException" => "2",
578 "InvalidParameterException" => "2",
579 "InvocationTargetException" => "2",
580 "ItemEvent" => "2",
581 "ItemListener" => "2",
582 "ItemSelectable" => "2",
583 "JApplet" => "2",
584 "JButton" => "2",
585 "JCheckBox" => "2",
586 "JCheckBoxMenuItem" => "2",
587 "JColorChooser" => "2",
588 "JComboBox" => "2",
589 "JComboBox.KeySelectionManager" => "2",
590 "JComponent" => "2",
591 "JDesktopPane" => "2",
592 "JDialog" => "2",
593 "JEditorPane" => "2",
594 "JFileChooser" => "2",
595 "JFrame" => "2",
596 "JInternalFrame" => "2",
597 "JInternalFrame.JDesktopIcon" => "2",
598 "JLabel" => "2",
599 "JLayeredPane" => "2",
600 "JList" => "2",
601 "JMenu" => "2",
602 "JMenuBar" => "2",
603 "JMenuItem" => "2",
604 "JOptionPane" => "2",
605 "JPanel" => "2",
606 "JPasswordField" => "2",
607 "JPopupMenu" => "2",
608 "JPopupMenu.Separator" => "2",
609 "JProgressBar" => "2",
610 "JRadioButton" => "2",
611 "JRadioButtonMenuItem" => "2",
612 "JRootPane" => "2",
613 "JScrollBar" => "2",
614 "JScrollPane" => "2",
615 "JSeparator" => "2",
616 "JSlider" => "2",
617 "JSplitPane" => "2",
618 "JTabbedPane" => "2",
619 "JTable" => "2",
620 "JTableHeader" => "2",
621 "JTextArea" => "2",
622 "JTextComponent" => "2",
623 "JTextComponent.KeyBinding" => "2",
624 "JTextField" => "2",
625 "JTextPane" => "2",
626 "JToggleButton" => "2",
627 "JToggleButton.ToggleButtonModel" => "2",
628 "JToolBar" => "2",
629 "JToolBar.Separator" => "2",
630 "JToolTip" => "2",
631 "JTree" => "2",
632 "JTree.DynamicUtilTreeNode" => "2",
633 "JTree.EmptySelectionModel" => "2",
634 "JViewport" => "2",
635 "JWindow" => "2",
636 "Key" => "2",
637 "KeyAdapter" => "2",
638 "KeyEvent" => "2",
639 "KeyException" => "2",
640 "KeyListener" => "2",
641 "KeyManagementException" => "2",
642 "KeyPair" => "2",
643 "KeyPairGenerator" => "2",
644 "KeyStroke" => "2",
645 "Keymap" => "2",
646 "Label" => "2",
647 "LabelPeer" => "2",
648 "LabelUI" => "2",
649 "LabelView" => "2",
650 "LabelView2D" => "2",
651 "LastOwnerException" => "2",
652 "LayeredHighlighter" => "2",
653 "LayeredHighlighter.LayerPainter" => "2",
654 "LayoutManager" => "2",
655 "LayoutManager2" => "2",
656 "Lease" => "2",
657 "LightweightPeer" => "2",
658 "LineBorder" => "2",
659 "LineNumberInputStream" => "2",
660 "LineNumberReader" => "2",
661 "LinkageError" => "2",
662 "List" => "2",
663 "ListCellRenderer" => "2",
664 "ListDataEvent" => "2",
665 "ListDataListener" => "2",
666 "ListModel" => "2",
667 "ListPeer" => "2",
668 "ListResourceBundle" => "2",
669 "ListSelectionEvent" => "2",
670 "ListSelectionListener" => "2",
671 "ListSelectionModel" => "2",
672 "ListUI" => "2",
673 "ListView" => "2",
674 "LoaderHandler" => "2",
675 "Locale" => "2",
676 "LocateRegistry" => "2",
677 "LogStream" => "2",
678 "Long" => "2",
679 "LookAndFeel" => "2",
680 "MalformedURLException" => "2",
681 "MarshalException" => "2",
682 "Math" => "2",
683 "MatteBorder" => "2",
684 "MediaTracker" => "2",
685 "Member" => "2",
686 "MemoryImageSource" => "2",
687 "Menu" => "2",
688 "MenuBar" => "2",
689 "MenuBarPeer" => "2",
690 "MenuBarUI" => "2",
691 "MenuComponent" => "2",
692 "MenuComponentPeer" => "2",
693 "MenuContainer" => "2",
694 "MenuDragMouseEvent" => "2",
695 "MenuDragMouseListener" => "2",
696 "MenuElement" => "2",
697 "MenuEvent" => "2",
698 "MenuItem" => "2",
699 "MenuItemPeer" => "2",
700 "MenuItemUI" => "2",
701 "MenuKeyEvent" => "2",
702 "MenuKeyListener" => "2",
703 "MenuListener" => "2",
704 "MenuPeer" => "2",
705 "MenuSelectionManager" => "2",
706 "MenuShortcut" => "2",
707 "MessageDigest" => "2",
708 "MessageFormat" => "2",
709 "MetalBorders" => "2",
710 "MetalBorders.ButtonBorder" => "2",
711 "MetalBorders.Flush3DBorder" => "2",
712 "MetalBorders.InternalFrameBorder" => "2",
713 "MetalBorders.MenuBarBorder" => "2",
714 "MetalBorders.MenuItemBorder" => "2",
715 "MetalBorders.PopupMenuBorder" => "2",
716 "MetalBorders.RolloverButtonBorder" => "2",
717 "MetalBorders.ScrollPaneBorder" => "2",
718 "MetalBorders.TextFieldBorder" => "2",
719 "MetalBorders.ToolBarBorder" => "2",
720 "MetalButtonUI" => "2",
721 "MetalCheckBoxIcon" => "2",
722 "MetalCheckBoxUI" => "2",
723 "MetalComboBoxButton" => "2",
724 "MetalComboBoxEditor" => "2",
725 "MetalComboBoxEditor.UIResource" => "2",
726 "MetalComboBoxIcon" => "2",
727 "MetalComboBoxUI" => "2",
728 "MetalDesktopIconUI" => "2",
729 "MetalFileChooserUI" => "2",
730 "MetalIconFactory" => "2",
731 "MetalIconFactory.FileIcon16" => "2",
732 "MetalIconFactory.FolderIcon16" => "2",
733 "MetalIconFactory.TreeControlIcon" => "2",
734 "MetalIconFactory.TreeFolderIcon" => "2",
735 "MetalIconFactory.TreeLeafIcon" => "2",
736 "MetalInternalFrameUI" => "2",
737 "MetalLabelUI" => "2",
738 "MetalLookAndFeel" => "2",
739 "MetalPopupMenuSeparatorUI" => "2",
740 "MetalProgressBarUI" => "2",
741 "MetalRadioButtonUI" => "2",
742 "MetalScrollBarUI" => "2",
743 "MetalScrollButton" => "2",
744 "MetalScrollPaneUI" => "2",
745 "MetalSeparatorUI" => "2",
746 "MetalSliderUI" => "2",
747 "MetalSplitPaneUI" => "2",
748 "MetalTabbedPaneUI" => "2",
749 "MetalTextFieldUI" => "2",
750 "MetalTheme" => "2",
751 "MetalToggleButtonUI" => "2",
752 "MetalToolBarUI" => "2",
753 "MetalToolTipUI" => "2",
754 "MetalTreeUI" => "2",
755 "Method" => "2",
756 "MethodDescriptor" => "2",
757 "MinimalHTMLWriter" => "2",
758 "MissingResourceException" => "2",
759 "Modifier" => "2",
760 "MouseAdapter" => "2",
761 "MouseEvent" => "2",
762 "MouseInputAdapter" => "2",
763 "MouseInputListener" => "2",
764 "MouseListener" => "2",
765 "MouseMotionAdapter" => "2",
766 "MouseMotionListener" => "2",
767 "MultiButtonUI" => "2",
768 "MultiColorChooserUI" => "2",
769 "MultiComboBoxUI" => "2",
770 "MultiDesktopIconUI" => "2",
771 "MultiDesktopPaneUI" => "2",
772 "MultiFileChooserUI" => "2",
773 "MultiInternalFrameUI" => "2",
774 "MultiLabelUI" => "2",
775 "MultiListUI" => "2",
776 "MultiLookAndFeel" => "2",
777 "MultiMenuBarUI" => "2",
778 "MultiMenuItemUI" => "2",
779 "MultiOptionPaneUI" => "2",
780 "MultiPanelUI" => "2",
781 "MultiPopupMenuUI" => "2",
782 "MultiProgressBarUI" => "2",
783 "MultiScrollBarUI" => "2",
784 "MultiScrollPaneUI" => "2",
785 "MultiSeparatorUI" => "2",
786 "MultiSliderUI" => "2",
787 "MultiSplitPaneUI" => "2",
788 "MultiTabbedPaneUI" => "2",
789 "MultiTableHeaderUI" => "2",
790 "MultiTableUI" => "2",
791 "MultiTextUI" => "2",
792 "MultiToolBarUI" => "2",
793 "MultiToolTipUI" => "2",
794 "MultiTreeUI" => "2",
795 "MultiViewportUI" => "2",
796 "MulticastSocket" => "2",
797 "MutableAttributeSet" => "2",
798 "MutableComboBoxModel" => "2",
799 "MutableTreeNode" => "2",
800 "Naming" => "2",
801 "NegativeArraySizeException" => "2",
802 "NoClassDefFoundError" => "2",
803 "NoRouteToHostException" => "2",
804 "NoSuchAlgorithmException" => "2",
805 "NoSuchElementException" => "2",
806 "NoSuchFieldError" => "2",
807 "NoSuchFieldException" => "2",
808 "NoSuchMethodError" => "2",
809 "NoSuchMethodException" => "2",
810 "NoSuchObjectException" => "2",
811 "NoSuchProviderException" => "2",
812 "NotActiveException" => "2",
813 "NotBoundException" => "2",
814 "NotOwnerException" => "2",
815 "NotSerializableException" => "2",
816 "NullPointerException" => "2",
817 "Number" => "2",
818 "NumberFormat" => "2",
819 "NumberFormatException" => "2",
820 "ObjID" => "2",
821 "Object" => "2",
822 "ObjectInput" => "2",
823 "ObjectInputStream" => "2",
824 "ObjectInputValidation" => "2",
825 "ObjectOutput" => "2",
826 "ObjectOutputStream" => "2",
827 "ObjectStreamClass" => "2",
828 "ObjectStreamException" => "2",
829 "ObjectView" => "2",
830 "Observable" => "2",
831 "Observer" => "2",
832 "Operation" => "2",
833 "Option" => "2",
834 "OptionPaneUI" => "2",
835 "OptionalDataException" => "2",
836 "OutOfMemoryError" => "2",
837 "OutputStream" => "2",
838 "OutputStreamWriter" => "2",
839 "OverlayLayout" => "2",
840 "Owner" => "2",
841 "PaintEvent" => "2",
842 "Panel" => "2",
843 "PanelPeer" => "2",
844 "PanelUI" => "2",
845 "ParagraphView" => "2",
846 "ParameterDescriptor" => "2",
847 "ParseException" => "2",
848 "ParsePosition" => "2",
849 "Parser" => "2",
850 "ParserDelegator" => "2",
851 "PasswordView" => "2",
852 "Permission" => "2",
853 "PipedInputStream" => "2",
854 "PipedOutputStream" => "2",
855 "PipedReader" => "2",
856 "PipedWriter" => "2",
857 "PixelGrabber" => "2",
858 "PlainDocument" => "2",
859 "PlainView" => "2",
860 "Point" => "2",
861 "Polygon" => "2",
862 "PopupMenu" => "2",
863 "PopupMenuEvent" => "2",
864 "PopupMenuListener" => "2",
865 "PopupMenuPeer" => "2",
866 "PopupMenuUI" => "2",
867 "Position" => "2",
868 "Position.Bias" => "2",
869 "PreparedStatement" => "2",
870 "Principal" => "2",
871 "PrintGraphics" => "2",
872 "PrintJob" => "2",
873 "PrintStream" => "2",
874 "PrintWriter" => "2",
875 "PrivateKey" => "2",
876 "Process" => "2",
877 "ProgressBarUI" => "2",
878 "ProgressMonitor" => "2",
879 "ProgressMonitorInputStream" => "2",
880 "Properties" => "2",
881 "PropertyChangeEvent" => "2",
882 "PropertyChangeListener" => "2",
883 "PropertyChangeSupport" => "2",
884 "PropertyDescriptor" => "2",
885 "PropertyEditor" => "2",
886 "PropertyEditorManager" => "2",
887 "PropertyEditorSupport" => "2",
888 "PropertyResourceBundle" => "2",
889 "PropertyVetoException" => "2",
890 "ProtocolException" => "2",
891 "Provider" => "2",
892 "ProviderException" => "2",
893 "PublicKey" => "2",
894 "PushbackInputStream" => "2",
895 "PushbackReader" => "2",
896 "RGBImageFilter" => "2",
897 "RMIClassLoader" => "2",
898 "RMIFailureHandler" => "2",
899 "RMISecurityException" => "2",
900 "RMISecurityManager" => "2",
901 "RMISocketFactory" => "2",
902 "RTFEditorKit" => "2",
903 "Random" => "2",
904 "RandomAccessFile" => "2",
905 "Reader" => "2",
906 "RectangleRegistry" => "2",
907 "RegistryHandler" => "2",
908 "Remote" => "2",
909 "RemoteCall" => "2",
910 "RemoteException" => "2",
911 "RemoteObject" => "2",
912 "RemoteRef" => "2",
913 "RemoteServer" => "2",
914 "RemoteStub" => "2",
915 "Renderer" => "2",
916 "RepaintManager" => "2",
917 "ReplicateScaleFilter" => "2",
918 "ResourceBundle" => "2",
919 "ResultSet" => "2",
920 "ResultSetMetaData" => "2",
921 "RootPaneContainer" => "2",
922 "RowMapper" => "2",
923 "RuleBasedCollator" => "2",
924 "Runnable" => "2",
925 "Runtime" => "2",
926 "RuntimeException" => "2",
927 "SQLException" => "2",
928 "SQLWarning" => "2",
929 "ScrollBarUI" => "2",
930 "ScrollPane" => "2",
931 "ScrollPaneConstants" => "2",
932 "ScrollPaneLayout" => "2",
933 "ScrollPaneLayout.UIResource" => "2",
934 "ScrollPanePeer" => "2",
935 "ScrollPaneUI" => "2",
936 "Scrollable" => "2",
937 "Scrollbar" => "2",
938 "ScrollbarPeer" => "2",
939 "SecureRandom" => "2",
940 "Security" => "2",
941 "SecurityException" => "2",
942 "SecurityManager" => "2",
943 "Segment" => "2",
944 "SeparatorUI" => "2",
945 "SequenceInputStream" => "2",
946 "Serializable" => "2",
947 "ServerCloneException" => "2",
948 "ServerError" => "2",
949 "ServerException" => "2",
950 "ServerNotActiveException" => "2",
951 "ServerRef" => "2",
952 "ServerRuntimeException" => "2",
953 "ServerSocket" => "2",
954 "Shape" => "2",
955 "Short" => "2",
956 "Signature" => "2",
957 "SignatureException" => "2",
958 "Signer" => "2",
959 "SimpleAttributeSet" => "2",
960 "SimpleBeanInfo" => "2",
961 "SimpleDateFormat" => "2",
962 "SimpleTimeZone" => "2",
963 "SingleSelectionModel" => "2",
964 "SizeRequirements" => "2",
965 "Skeleton" => "2",
966 "SkeletonMismatchException" => "2",
967 "SkeletonNotFoundException" => "2",
968 "SliderUI" => "2",
969 "Socket" => "2",
970 "SocketException" => "2",
971 "SocketImpl" => "2",
972 "SocketImplFactory" => "2",
973 "SocketSecurityException" => "2",
974 "SoftBevelBorder" => "2",
975 "SplitPaneUI" => "2",
976 "Stack" => "2",
977 "StackOverflowError" => "2",
978 "StateEdit" => "2",
979 "StateEditable" => "2",
980 "Statement" => "2",
981 "StreamCorruptedException" => "2",
982 "StreamTokenizer" => "2",
983 "String" => "2",
984 "StringBuffer" => "2",
985 "StringBufferInputStream" => "2",
986 "StringCharacterIterator" => "2",
987 "StringContent" => "2",
988 "StringIndexOutOfBoundsException" => "2",
989 "StringReader" => "2",
990 "StringSelection" => "2",
991 "StringTokenizer" => "2",
992 "StringWriter" => "2",
993 "StubNotFoundException" => "2",
994 "Style" => "2",
995 "StyleConstants" => "2",
996 "StyleConstants.CharacterConstants" => "2",
997 "StyleConstants.ColorConstants" => "2",
998 "StyleConstants.FontConstants" => "2",
999 "StyleConstants.ParagraphConstants" => "2",
1000 "StyleContext" => "2",
1001 "StyleSheet" => "2",
1002 "StyleSheet.BoxPainter" => "2",
1003 "StyleSheet.ListPainter" => "2",
1004 "StyledDocument" => "2",
1005 "StyledEditorKit" => "2",
1006 "StyledEditorKit.AlignmentAction" => "2",
1007 "StyledEditorKit.BoldAction" => "2",
1008 "StyledEditorKit.FontFamilyAction" => "2",
1009 "StyledEditorKit.FontSizeAction" => "2",
1010 "StyledEditorKit.ForegroundAction" => "2",
1011 "StyledEditorKit.ItalicAction" => "2",
1012 "StyledEditorKit.StyledTextAction" => "2",
1013 "StyledEditorKit.UnderlineAction" => "2",
1014 "SwingConstants" => "2",
1015 "SwingPropertyChangeSupport" => "2",
1016 "SwingUtilities" => "2",
1017 "SyncFailedException" => "2",
1018 "System" => "2",
1019 "SystemColor" => "2",
1020 "TabExpander" => "2",
1021 "TabSet" => "2",
1022 "TabStop" => "2",
1023 "TabableView" => "2",
1024 "TabbedPaneUI" => "2",
1025 "TableCellEditor" => "2",
1026 "TableCellRenderer" => "2",
1027 "TableColumn" => "2",
1028 "TableColumnModel" => "2",
1029 "TableColumnModelEvent" => "2",
1030 "TableColumnModelListener" => "2",
1031 "TableHeaderUI" => "2",
1032 "TableModel" => "2",
1033 "TableModelEvent" => "2",
1034 "TableModelListener" => "2",
1035 "TableUI" => "2",
1036 "TableView" => "2",
1037 "TagElement" => "2",
1038 "TextAction" => "2",
1039 "TextArea" => "2",
1040 "TextAreaPeer" => "2",
1041 "TextComponent" => "2",
1042 "TextComponentPeer" => "2",
1043 "TextEvent" => "2",
1044 "TextField" => "2",
1045 "TextFieldPeer" => "2",
1046 "TextListener" => "2",
1047 "TextUI" => "2",
1048 "Thread" => "2",
1049 "ThreadDeath" => "2",
1050 "ThreadGroup" => "2",
1051 "Throwable" => "2",
1052 "Time" => "2",
1053 "TimeZone" => "2",
1054 "Timer" => "2",
1055 "Timestamp" => "2",
1056 "TitledBorder" => "2",
1057 "TooManyListenersException" => "2",
1058 "ToolBarUI" => "2",
1059 "ToolTipManager" => "2",
1060 "ToolTipUI" => "2",
1061 "Toolkit" => "2",
1062 "Transferable" => "2",
1063 "TreeCellEditor" => "2",
1064 "TreeCellRenderer" => "2",
1065 "TreeExpansionEvent" => "2",
1066 "TreeExpansionListener" => "2",
1067 "TreeModel" => "2",
1068 "TreeModelEvent" => "2",
1069 "TreeModelListener" => "2",
1070 "TreeNode" => "2",
1071 "TreePath" => "2",
1072 "TreeSelectionEvent" => "2",
1073 "TreeSelectionListener" => "2",
1074 "TreeSelectionModel" => "2",
1075 "TreeUI" => "2",
1076 "TreeWillExpandListener" => "2",
1077 "Types" => "2",
1078 "UID" => "2",
1079 "UIDefaults" => "2",
1080 "UIDefaults.ActiveValue" => "2",
1081 "UIDefaults.LazyValue" => "2",
1082 "UIManager" => "2",
1083 "UIManager.LookAndFeelInfo" => "2",
1084 "UIResource" => "2",
1085 "URL" => "2",
1086 "URLConnection" => "2",
1087 "URLEncoder" => "2",
1088 "URLStreamHandler" => "2",
1089 "URLStreamHandlerFactory" => "2",
1090 "UTFDataFormatException" => "2",
1091 "UndoManager" => "2",
1092 "UndoableEdit" => "2",
1093 "UndoableEditEvent" => "2",
1094 "UndoableEditListener" => "2",
1095 "UndoableEditSupport" => "2",
1096 "UnexpectedException" => "2",
1097 "UnicastRemoteObject" => "2",
1098 "UnknownError" => "2",
1099 "UnknownHostException" => "2",
1100 "UnknownServiceException" => "2",
1101 "UnmarshalException" => "2",
1102 "Unreferenced" => "2",
1103 "UnsatisfiedLinkError" => "2",
1104 "UnsupportedEncodingException" => "2",
1105 "UnsupportedFlavorException" => "2",
1106 "UnsupportedLookAndFeelException" => "2",
1107 "Utilities" => "2",
1108 "VMID" => "2",
1109 "VariableHeightLayoutCache" => "2",
1110 "Vector" => "2",
1111 "VerifyError" => "2",
1112 "VetoableChangeListener" => "2",
1113 "VetoableChangeSupport" => "2",
1114 "View" => "2",
1115 "ViewFactory" => "2",
1116 "ViewportLayout" => "2",
1117 "ViewportUI" => "2",
1118 "VirtualMachineError" => "2",
1119 "Visibility" => "2",
1120 "Void" => "2",
1121 "Window" => "2",
1122 "WindowAdapter" => "2",
1123 "WindowConstants" => "2",
1124 "WindowEvent" => "2",
1125 "WindowListener" => "2",
1126 "WindowPeer" => "2",
1127 "WrappedPlainView" => "2",
1128 "WriteAbortedException" => "2",
1129 "Writer" => "2",
1130 "ZipEntry" => "2",
1131 "ZipException" => "2",
1132 "ZipFile" => "2",
1133 "ZipInputStream" => "2",
1134 "ZipOutputStream" => "2");
1135
1136 // Special extensions
1137
1138 // Each category can specify a PHP function that returns an altered
1139 // version of the keyword.
1140
1141
1142
1143 $this->linkscripts = array(
1144 "1" => "donothing",
1145 "2" => "donothing");
1146 }

The documentation for this class was generated from the following file: