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