ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
HFile_jsp.php
Go to the documentation of this file.
1 <?php
2 $BEAUT_PATH = realpath(".")."/Services/COPage/syntax_highlight/php";
3 if (!isset ($BEAUT_PATH)) return;
4 require_once("$BEAUT_PATH/Beautifier/HFile.php");
5  class HFile_jsp extends HFile{
6  function HFile_jsp(){
7  $this->HFile();
8 /*************************************/
9 // Beautifier Highlighting Configuration File
10 // JSP
11 /*************************************/
12 // Flags
13 
14 $this->nocase = "1";
15 $this->notrim = "0";
16 $this->perl = "0";
17 
18 // Colours
19 
20 $this->colours = array("blue", "purple", "gray", "brown", "blue", "purple");
21 $this->quotecolour = "blue";
22 $this->blockcommentcolour = "green";
23 $this->linecommentcolour = "green";
24 
25 // Indent Strings
26 
27 $this->indent = array("{");
28 $this->unindent = array("}");
29 
30 // String characters and delimiters
31 
32 $this->stringchars = array("\"", "'");
33 $this->delimiters = array("~", "@", "!", "^", "&", "*", "(", ")", "+", "=", "|", "\\", "{", "}", "[", "]", ";", "\"", "'", ",", " ", "?");
34 $this->escchar = "";
35 
36 // Comment settings
37 
38 $this->linecommenton = array("//");
39 $this->blockcommenton = array("<!--");
40 $this->blockcommentoff = array("-->");
41 
42 // Keywords (keyword mapping to colour number)
43 
44 $this->keywords = array(
45  "<A" => "1",
46  "</A>" => "1",
47  "<ABBR>" => "1",
48  "<ABBR" => "1",
49  "</ABBR>" => "1",
50  "<ABOVE>" => "1",
51  "<ACRONYM>" => "1",
52  "<ACRONYM" => "1",
53  "</ACRONYM>" => "1",
54  "<ADDRESS>" => "1",
55  "<ADDRESS" => "1",
56  "</ADDRESS>" => "1",
57  "<APPLET" => "1",
58  "</APPLET>" => "1",
59  "<ARRAY>" => "1",
60  "<AREA" => "1",
61  "</AREA" => "1",
62  "<B>" => "1",
63  "<B" => "1",
64  "</B>" => "1",
65  "<BASE" => "1",
66  "<BASEFONT" => "1",
67  "<BDO>" => "1",
68  "<BDO" => "1",
69  "</BDO>" => "1",
70  "<BGSOUND" => "1",
71  "<BIG>" => "1",
72  "<BIG" => "1",
73  "</BIG>" => "1",
74  "<BLINK>" => "1",
75  "</BLINK>" => "1",
76  "<BLOCKQUOTE>" => "1",
77  "<BLOCKQUOTE" => "1",
78  "</BLOCKQUOTE>" => "1",
79  "<BODY" => "1",
80  "<BODY>" => "1",
81  "</BODY>" => "1",
82  "<BOX>" => "1",
83  "<BR" => "1",
84  "<BR>" => "1",
85  "<BLINK" => "1",
86  "<BUTTON>" => "1",
87  "</BUTTON>" => "1",
88  "<CAPTION>" => "1",
89  "<CAPTION" => "1",
90  "</CAPTION>" => "1",
91  "<CENTER>" => "1",
92  "<CENTER" => "1",
93  "</CENTER>" => "1",
94  "<CITE>" => "1",
95  "<CITE" => "1",
96  "</CITE>" => "1",
97  "<CODE>" => "1",
98  "<CODE" => "1",
99  "</CODE>" => "1",
100  "<COL>" => "1",
101  "<COLGROUP>" => "1",
102  "</COLGROUP>" => "1",
103  "<COMMENT>" => "1",
104  "</COMMENT>" => "1",
105  "<DD>" => "1",
106  "<DD" => "1",
107  "</DD>" => "1",
108  "<DEL>" => "1",
109  "<DEL" => "1",
110  "</DEL>" => "1",
111  "<DFN>" => "1",
112  "<DFN" => "1",
113  "</DFN>" => "1",
114  "<DIR>" => "1",
115  "<DIR" => "1",
116  "</DIR>" => "1",
117  "<DIV>" => "1",
118  "<DIV" => "1",
119  "</DIV>" => "1",
120  "<DL>" => "1",
121  "<DL" => "1",
122  "</DL>" => "1",
123  "<DT>" => "1",
124  "<DT" => "1",
125  "</DT>" => "1",
126  "<EM>" => "1",
127  "<EM" => "1",
128  "</EM>" => "1",
129  "<EMBED" => "1",
130  "<FIELDSET>" => "1",
131  "<FIELDSET" => "1",
132  "</FIELDSET>" => "1",
133  "<FIG>" => "1",
134  "<FONT" => "1",
135  "</FONT>" => "1",
136  "<FORM>" => "1",
137  "<FORM" => "1",
138  "</FORM>" => "1",
139  "<FRAME" => "1",
140  "<FRAMESET" => "1",
141  "</FRAMESET>" => "1",
142  "<H1>" => "1",
143  "<H1" => "1",
144  "</H1>" => "1",
145  "<H2>" => "1",
146  "<H2" => "1",
147  "</H2>" => "1",
148  "<H3>" => "1",
149  "<H3" => "1",
150  "</H3>" => "1",
151  "<H4>" => "1",
152  "<H4" => "1",
153  "</H4>" => "1",
154  "<H5>" => "1",
155  "<H5" => "1",
156  "</H5>" => "1",
157  "<H6>" => "1",
158  "<H6" => "1",
159  "</H6>" => "1",
160  "<HEAD>" => "1",
161  "<HEAD" => "1",
162  "</HEAD>" => "1",
163  "<HR>" => "1",
164  "<HR" => "1",
165  "<HTML>" => "1",
166  "<HTML" => "1",
167  "</HTML>" => "1",
168  "<I>" => "1",
169  "<I" => "1",
170  "</I>" => "1",
171  "<IFRAME>" => "1",
172  "</IFRAME>" => "1",
173  "<ILAYER>" => "1",
174  "</ILAYER>" => "1",
175  "<IMG" => "1",
176  "<INPUT>" => "1",
177  "<INPUT" => "1",
178  "<INS>" => "1",
179  "<INS" => "1",
180  "</INS>" => "1",
181  "<ISINDEX>" => "1",
182  "<ISINDEX" => "1",
183  "<KBD>" => "1",
184  "<KBD" => "1",
185  "</KBD>" => "1",
186  "<LABEL>" => "1",
187  "<LABEL" => "1",
188  "</LABEL>" => "1",
189  "<LAYER>" => "1",
190  "<LAYER" => "1",
191  "</LAYER>" => "1",
192  "<LEGEND>" => "1",
193  "<LEGEND" => "1",
194  "</LEGEND>" => "1",
195  "<LI>" => "1",
196  "<LI" => "1",
197  "</LI>" => "1",
198  "<LINK" => "1",
199  "<LISTING>" => "1",
200  "</LISTING>" => "1",
201  "<MAP" => "1",
202  "</MAP>" => "1",
203  "<MARQUEE" => "1",
204  "</MARQUEE>" => "1",
205  "<MENU>" => "1",
206  "<MENU" => "1",
207  "</MENU>" => "1",
208  "<META" => "1",
209  "<MULTICOL>" => "1",
210  "</MULTICOL>" => "1",
211  "<NEXTID" => "1",
212  "<NOBR>" => "1",
213  "</NOBR>" => "1",
214  "<NOFRAMES>" => "1",
215  "</NOFRAMES>" => "1",
216  "<NOLAYER>" => "1",
217  "</NOLAYER>" => "1",
218  "<NOTE>" => "1",
219  "</NOTE>" => "1",
220  "<NOSCRIPT>" => "1",
221  "</NOSCRIPT>" => "1",
222  "<OBJECT>" => "1",
223  "<OBJECT" => "1",
224  "<OL>" => "1",
225  "<OL" => "1",
226  "</OL>" => "1",
227  "<OPTION>" => "1",
228  "<OPTION" => "1",
229  "</OPTION>" => "1",
230  "<OPTGROUP>" => "1",
231  "<OPTGROUP" => "1",
232  "</OPTGROUP>" => "1",
233  "<P" => "1",
234  "<P>" => "1",
235  "</P>" => "1",
236  "<PARAM" => "1",
237  "<PRE>" => "1",
238  "<PRE" => "1",
239  "</PRE>" => "1",
240  "<Q>" => "1",
241  "<Q" => "1",
242  "</Q>" => "1",
243  "<QUOTE>" => "1",
244  "<RANGE>" => "1",
245  "<ROOT>" => "1",
246  "<S>" => "1",
247  "<S" => "1",
248  "</S>" => "1",
249  "<SAMP>" => "1",
250  "<SAMP" => "1",
251  "</SAMP>" => "1",
252  "<SCRIPT" => "1",
253  "<SCRIPT>" => "1",
254  "</SCRIPT>" => "1",
255  "<SELECT" => "1",
256  "</SELECT>" => "1",
257  "<SMALL>" => "1",
258  "<SMALL" => "1",
259  "</SMALL>" => "1",
260  "<SOUND" => "1",
261  "<SPACER>" => "1",
262  "<SPAN>" => "1",
263  "<SPAN" => "1",
264  "</SPAN>" => "1",
265  "<SQRT>" => "1",
266  "<STRIKE>" => "1",
267  "<STRIKE" => "1",
268  "</STRIKE>" => "1",
269  "<STRONG>" => "1",
270  "<STRONG" => "1",
271  "</STRONG>" => "1",
272  "<STYLE>" => "1",
273  "<STYLE" => "1",
274  "</STYLE>" => "1",
275  "<SUB>" => "1",
276  "<SUB" => "1",
277  "</SUB>" => "1",
278  "<SUP>" => "1",
279  "<SUP" => "1",
280  "</SUP>" => "1",
281  "<TABLE>" => "1",
282  "<TABLE" => "1",
283  "</TABLE>" => "1",
284  "<TBODY>" => "1",
285  "<TBODY" => "1",
286  "</TBODY>" => "1",
287  "<TD" => "1",
288  "<TD>" => "1",
289  "</TD>" => "1",
290  "<TEXT>" => "1",
291  "<TEXTAREA" => "1",
292  "<TEXTAREA>" => "1",
293  "</TEXTAREA>" => "1",
294  "<TFOOT>" => "1",
295  "<TFOOT" => "1",
296  "</TFOOT>" => "1",
297  "<TH" => "1",
298  "<TH>" => "1",
299  "</TH>" => "1",
300  "<THEAD>" => "1",
301  "<THEAD" => "1",
302  "</THEAD>" => "1",
303  "<TITLE>" => "1",
304  "</TITLE>" => "1",
305  "<TR" => "1",
306  "<TR>" => "1",
307  "</TR>" => "1",
308  "<TT>" => "1",
309  "</TT>" => "1",
310  "<TT" => "1",
311  "<U>" => "1",
312  "<U" => "1",
313  "</U>" => "1",
314  "<UL>" => "1",
315  "<UL" => "1",
316  "</UL>" => "1",
317  "<VAR>" => "1",
318  "</VAR>" => "1",
319  "<VAR" => "1",
320  "<WBR>" => "1",
321  "<XMP>" => "1",
322  "</XMP>" => "1",
323  "ABBR=" => "2",
324  "ACCEPT-CHARSET=" => "2",
325  "ACCEPT=" => "2",
326  "ACCESSKEY=" => "2",
327  "ACTION=" => "2",
328  "ALIGN=" => "2",
329  "ALINK=" => "2",
330  "ALT=" => "2",
331  "ARCHIVE=" => "2",
332  "AXIS=" => "2",
333  "BACKGROUND=" => "2",
334  "BEHAVIOR" => "2",
335  "BELOW" => "2",
336  "BGCOLOR=" => "2",
337  "BORDER=" => "2",
338  "CELLPADDING=" => "2",
339  "CELLSPACING=" => "2",
340  "CHAR=" => "2",
341  "CHAROFF=" => "2",
342  "CHARSET=" => "2",
343  "CHECKED" => "2",
344  "CITE=" => "2",
345  "CLASS=" => "2",
346  "CLASSID=" => "2",
347  "CLEAR=" => "2",
348  "CODE=" => "2",
349  "CODEBASE=" => "2",
350  "CODETYPE=" => "2",
351  "COLOR=" => "2",
352  "COLS=" => "2",
353  "COLSPAN=" => "2",
354  "COMPACT" => "2",
355  "CONTENT=" => "2",
356  "COORDS=" => "2",
357  "DATA=" => "2",
358  "DATETIME=" => "2",
359  "DECLARE" => "2",
360  "DEFER" => "2",
361  "DIR=" => "2",
362  "DISABLED" => "2",
363  "ENCTYPE=" => "2",
364  "FACE=" => "2",
365  "FOR=" => "2",
366  "FRAME=" => "2",
367  "FRAMEBORDER=" => "2",
368  "FRAMESPACING=" => "2",
369  "HEADERS=" => "2",
370  "HEIGHT=" => "2",
371  "HIDDEN=" => "2",
372  "HREF=" => "2",
373  "HREFLANG=" => "2",
374  "HSPACE=" => "2",
375  "HTTP-EQUIV=" => "2",
376  "ID=" => "2",
377  "ISMAP=" => "2",
378  "LABEL=" => "2",
379  "LANG=" => "2",
380  "LANGUAGE=" => "2",
381  "LINK=" => "2",
382  "LOOP=" => "2",
383  "LONGDESC=" => "2",
384  "MAILTO=" => "2",
385  "MARGINHEIGHT=" => "2",
386  "MARGINWIDTH=" => "2",
387  "MAXLENGTH=" => "2",
388  "MEDIA=" => "2",
389  "METHOD=" => "2",
390  "MULTIPLE" => "2",
391  "NAME=" => "2",
392  "NOHREF" => "2",
393  "NORESIZE" => "2",
394  "NOSHADE" => "2",
395  "OBJECT=" => "2",
396  "ONBLUR=" => "2",
397  "ONCHANGE=" => "2",
398  "ONFOCUS=" => "2",
399  "ONKEYDOWN=" => "2",
400  "ONKEYPRESS=" => "2",
401  "ONKEYUP=" => "2",
402  "ONLOAD=" => "2",
403  "ONRESET=" => "2",
404  "ONSELECT=" => "2",
405  "ONSUBMIT=" => "2",
406  "ONUNLOAD=" => "2",
407  "ONCLICK=" => "2",
408  "ONDBLCLICK=" => "2",
409  "ONMOUSEDOWN=" => "2",
410  "ONMOUSEMOVE=" => "2",
411  "ONMOUSEOUT=" => "2",
412  "ONMOUSEOVER=" => "2",
413  "ONMOUSEUP=" => "2",
414  "PROFILE=" => "2",
415  "PROMPT=" => "2",
416  "READONLY" => "2",
417  "REL=" => "2",
418  "REV=" => "2",
419  "ROWS=" => "2",
420  "ROWSPAN=" => "2",
421  "RULES=" => "2",
422  "SCHEME=" => "2",
423  "SCOPE=" => "2",
424  "SCROLLING=" => "2",
425  "SELECTED" => "2",
426  "SHAPE=" => "2",
427  "SIZE=" => "2",
428  "SPAN=" => "2",
429  "SRC=" => "2",
430  "STANDBY=" => "2",
431  "START=" => "2",
432  "STYLE=" => "2",
433  "SUMMARY=" => "2",
434  "TABINDEX=" => "2",
435  "TARGET=" => "2",
436  "TEXT=" => "2",
437  "TITLE=" => "2",
438  "TOPMARGIN=" => "2",
439  "TYPE=" => "2",
440  "URL=" => "2",
441  "USEMAP=" => "2",
442  "VALIGN=" => "2",
443  "VALUE=" => "2",
444  "VALUETYPE=" => "2",
445  "VERSION=" => "2",
446  "VLINK=" => "2",
447  "VSPACE=" => "2",
448  "WIDTH=" => "2",
449  "abstract" => "3",
450  "break" => "3",
451  "byte" => "3",
452  "boolean" => "3",
453  "catch" => "3",
454  "case" => "3",
455  "class" => "3",
456  "char" => "3",
457  "continue" => "3",
458  "default" => "3",
459  "double" => "3",
460  "do" => "3",
461  "DNAList" => "3",
462  "else" => "3",
463  "extends" => "3",
464  "false" => "3",
465  "final" => "3",
466  "float" => "3",
467  "for" => "3",
468  "finally" => "3",
469  "if" => "3",
470  "import" => "3",
471  "implements" => "3",
472  "include" => "3",
473  "int" => "3",
474  "interface" => "3",
475  "instanceof" => "3",
476  "long" => "3",
477  "length" => "3",
478  "native" => "3",
479  "new" => "3",
480  "null" => "3",
481  "package" => "3",
482  "private" => "3",
483  "protected" => "3",
484  "public" => "3",
485  "return" => "3",
486  "switch" => "3",
487  "synchronized" => "3",
488  "short" => "3",
489  "static" => "3",
490  "super" => "3",
491  "try" => "3",
492  "true" => "3",
493  "this" => "3",
494  "throw" => "3",
495  "throws" => "3",
496  "threadsafe" => "3",
497  "transient" => "3",
498  "void" => "3",
499  "while" => "3",
500  "AbstractAction" => "4",
501  "AbstractBorder" => "4",
502  "AbstractButton" => "4",
503  "AbstractCollection" => "4",
504  "AbstractColorChooserPanel" => "4",
505  "AbstractDocument" => "4",
506  "AbstractDocument.AttributeContext" => "4",
507  "AbstractDocument.Content" => "4",
508  "AbstractDocument.ElementEdit" => "4",
509  "AbstractLayoutCache" => "4",
510  "AbstractLayoutCache.NodeDimensions" => "4",
511  "AbstractList" => "4",
512  "AbstractListModel" => "4",
513  "AbstractMap" => "4",
514  "AbstractMethodError" => "4",
515  "AbstractSequentialList" => "4",
516  "AbstractSet" => "4",
517  "AbstractTableModel" => "4",
518  "AbstractUndoableEdit" => "4",
519  "AbstractWriter" => "4",
520  "AccessControlContext" => "4",
521  "AccessControlException" => "4",
522  "AccessController" => "4",
523  "AccessException" => "4",
524  "Accessible" => "4",
525  "AccessibleAction" => "4",
526  "AccessibleBundle" => "4",
527  "AccessibleComponent" => "4",
528  "AccessibleContext" => "4",
529  "AccessibleHyperlink" => "4",
530  "AccessibleHypertext" => "4",
531  "AccessibleObject" => "4",
532  "AccessibleResourceBundle" => "4",
533  "AccessibleRole" => "4",
534  "AccessibleSelection" => "4",
535  "AccessibleState" => "4",
536  "AccessibleStateSet" => "4",
537  "AccessibleText" => "4",
538  "AccessibleValue" => "4",
539  "Acl" => "4",
540  "AclEntry" => "4",
541  "AclNotFoundException" => "4",
542  "Action" => "4",
543  "ActionEvent" => "4",
544  "ActionListener" => "4",
545  "Activatable" => "4",
546  "ActivateFailedException" => "4",
547  "ActivationDesc" => "4",
548  "ActivationException" => "4",
549  "ActivationGroup" => "4",
550  "ActivationGroupDesc" => "4",
551  "ActivationGroupDesc.CommandEnvironment" => "4",
552  "ActivationGroupID" => "4",
553  "ActivationID" => "4",
554  "ActivationInstantiator" => "4",
555  "ActivationMonitor" => "4",
556  "ActivationSystem" => "4",
557  "Activator" => "4",
558  "ActiveEvent" => "4",
559  "Adjustable" => "4",
560  "AdjustmentEvent" => "4",
561  "AdjustmentListener" => "4",
562  "Adler32" => "4",
563  "AffineTransform" => "4",
564  "AffineTransformOp" => "4",
565  "AlgorithmParameterGenerator" => "4",
566  "AlgorithmParameterGeneratorSpi" => "4",
567  "AlgorithmParameters" => "4",
568  "AlgorithmParameterSpec" => "4",
569  "AlgorithmParametersSpi" => "4",
570  "AllPermission" => "4",
571  "AlphaComposite" => "4",
572  "AlreadyBound" => "4",
573  "AlreadyBoundException" => "4",
574  "AlreadyBoundHelper" => "4",
575  "AlreadyBoundHolder" => "4",
576  "AncestorEvent" => "4",
577  "AncestorListener" => "4",
578  "Annotation" => "4",
579  "Any" => "4",
580  "AnyHolder" => "4",
581  "Applet" => "4",
582  "AppletContext" => "4",
583  "AppletInitializer" => "4",
584  "AppletStub" => "4",
585  "ApplicationException" => "4",
586  "Arc2D" => "4",
587  "Arc2D.Double" => "4",
588  "Arc2D.Float" => "4",
589  "Area" => "4",
590  "AreaAveragingScaleFilter" => "4",
591  "ARG_IN" => "4",
592  "ARG_INOUT" => "4",
593  "ARG_OUT" => "4",
594  "ArithmeticException" => "4",
595  "Array" => "4",
596  "ArrayIndexOutOfBoundsException" => "4",
597  "ArrayList" => "4",
598  "Arrays" => "4",
599  "ArrayStoreException" => "4",
600  "AttributedCharacterIterator" => "4",
601  "AttributedCharacterIterator.Attribute" => "4",
602  "AttributedString" => "4",
603  "AttributeList" => "4",
604  "Attributes" => "4",
605  "Attributes.Name" => "4",
606  "AttributeSet" => "4",
607  "AttributeSet.CharacterAttribute" => "4",
608  "AttributeSet.ColorAttribute" => "4",
609  "AttributeSet.FontAttribute" => "4",
610  "AttributeSet.ParagraphAttribute" => "4",
611  "AudioClip" => "4",
612  "Authenticator" => "4",
613  "Autoscroll" => "4",
614  "AWTError" => "4",
615  "AWTEvent" => "4",
616  "AWTEventListener" => "4",
617  "AWTEventMulticaster" => "4",
618  "AWTException" => "4",
619  "AWTPermission" => "4",
620  "BAD_CONTEXT" => "4",
621  "BAD_INV_ORDER" => "4",
622  "BAD_OPERATION" => "4",
623  "BAD_PARAM" => "4",
624  "BAD_POLICY" => "4",
625  "BAD_POLICY_TYPE" => "4",
626  "BAD_POLICY_VALUE" => "4",
627  "BAD_TYPECODE" => "4",
628  "BadKind" => "4",
629  "BadLocationException" => "4",
630  "BandCombineOp" => "4",
631  "BandedSampleModel" => "4",
632  "BasicArrowButton" => "4",
633  "BasicBorders" => "4",
634  "BasicBorders.ButtonBorder" => "4",
635  "BasicBorders.FieldBorder" => "4",
636  "BasicBorders.MarginBorder" => "4",
637  "BasicBorders.MenuBarBorder" => "4",
638  "BasicBorders.RadioButtonBorder" => "4",
639  "BasicBorders.SplitPaneBorder" => "4",
640  "BasicBorders.ToggleButtonBorder" => "4",
641  "BasicButtonListener" => "4",
642  "BasicButtonUI" => "4",
643  "BasicCheckBoxMenuItemUI" => "4",
644  "BasicCheckBoxUI" => "4",
645  "BasicColorChooserUI" => "4",
646  "BasicComboBoxEditor" => "4",
647  "BasicComboBoxEditor.UIResource" => "4",
648  "BasicComboBoxRenderer" => "4",
649  "BasicComboBoxRenderer.UIResource" => "4",
650  "BasicComboBoxUI" => "4",
651  "BasicComboPopup" => "4",
652  "BasicDesktopIconUI" => "4",
653  "BasicDesktopPaneUI" => "4",
654  "BasicDirectoryModel" => "4",
655  "BasicEditorPaneUI" => "4",
656  "BasicFileChooserUI" => "4",
657  "BasicGraphicsUtils" => "4",
658  "BasicIconFactory" => "4",
659  "BasicInternalFrameTitlePane" => "4",
660  "BasicInternalFrameUI" => "4",
661  "BasicLabelUI" => "4",
662  "BasicListUI" => "4",
663  "BasicLookAndFeel" => "4",
664  "BasicMenuBarUI" => "4",
665  "BasicMenuItemUI" => "4",
666  "BasicMenuUI" => "4",
667  "BasicOptionPaneUI" => "4",
668  "BasicOptionPaneUI.ButtonAreaLayout" => "4",
669  "BasicPanelUI" => "4",
670  "BasicPasswordFieldUI" => "4",
671  "BasicPermission" => "4",
672  "BasicPopupMenuSeparatorUI" => "4",
673  "BasicPopupMenuUI" => "4",
674  "BasicProgressBarUI" => "4",
675  "BasicRadioButtonMenuItemUI" => "4",
676  "BasicRadioButtonUI" => "4",
677  "BasicScrollBarUI" => "4",
678  "BasicScrollPaneUI" => "4",
679  "BasicSeparatorUI" => "4",
680  "BasicSliderUI" => "4",
681  "BasicSplitPaneDivider" => "4",
682  "BasicSplitPaneUI" => "4",
683  "BasicStroke" => "4",
684  "BasicTabbedPaneUI" => "4",
685  "BasicTableHeaderUI" => "4",
686  "BasicTableUI" => "4",
687  "BasicTextAreaUI" => "4",
688  "BasicTextFieldUI" => "4",
689  "BasicTextPaneUI" => "4",
690  "BasicTextUI" => "4",
691  "BasicTextUI.BasicCaret" => "4",
692  "BasicTextUI.BasicHighlighter" => "4",
693  "BasicToggleButtonUI" => "4",
694  "BasicToolBarSeparatorUI" => "4",
695  "BasicToolBarUI" => "4",
696  "BasicToolTipUI" => "4",
697  "BasicTreeUI" => "4",
698  "BasicViewportUI" => "4",
699  "BatchUpdateException" => "4",
700  "BeanContext" => "4",
701  "BeanContextChild" => "4",
702  "BeanContextChildComponentProxy" => "4",
703  "BeanContextChildSupport" => "4",
704  "BeanContextContainerProxy" => "4",
705  "BeanContextEvent" => "4",
706  "BeanContextMembershipEvent" => "4",
707  "BeanContextMembershipListener" => "4",
708  "BeanContextProxy" => "4",
709  "BeanContextServiceAvailableEvent" => "4",
710  "BeanContextServiceProvider" => "4",
711  "BeanContextServiceProviderBeanInfo" => "4",
712  "BeanContextServiceRevokedEvent" => "4",
713  "BeanContextServiceRevokedListener" => "4",
714  "BeanContextServices" => "4",
715  "BeanContextServicesListener" => "4",
716  "BeanContextServicesSupport" => "4",
717  "BeanContextServicesSupport.BCSSServiceProvider" => "4",
718  "BeanContextSupport" => "4",
719  "BeanContextSupport.BCSIterator" => "4",
720  "BeanDescriptor" => "4",
721  "BeanInfo" => "4",
722  "Beans" => "4",
723  "BevelBorder" => "4",
724  "BigDecimal" => "4",
725  "BigInteger" => "4",
726  "BindException" => "4",
727  "Binding" => "4",
728  "BindingHelper" => "4",
729  "BindingHolder" => "4",
730  "BindingIterator" => "4",
731  "BindingIteratorHelper" => "4",
732  "BindingIteratorHolder" => "4",
733  "BindingListHelper" => "4",
734  "BindingListHolder" => "4",
735  "BindingType" => "4",
736  "BindingTypeHelper" => "4",
737  "BindingTypeHolder" => "4",
738  "BitSet" => "4",
739  "Blob" => "4",
740  "BlockView" => "4",
741  "Book" => "4",
742  "Boolean" => "4",
743  "BooleanHolder" => "4",
744  "Border" => "4",
745  "BorderFactory" => "4",
746  "BorderLayout" => "4",
747  "BorderUIResource" => "4",
748  "BorderUIResource.BevelBorderUIResource" => "4",
749  "BorderUIResource.CompoundBorderUIResource" => "4",
750  "BorderUIResource.EmptyBorderUIResource" => "4",
751  "BorderUIResource.EtchedBorderUIResource" => "4",
752  "BorderUIResource.LineBorderUIResource" => "4",
753  "BorderUIResource.MatteBorderUIResource" => "4",
754  "BorderUIResource.TitledBorderUIResource" => "4",
755  "BoundedRangeModel" => "4",
756  "Bounds" => "4",
757  "Box" => "4",
758  "Box.Filler" => "4",
759  "BoxLayout" => "4",
760  "BoxView" => "4",
761  "BreakIterator" => "4",
762  "BufferedImage" => "4",
763  "BufferedImageFilter" => "4",
764  "BufferedImageOp" => "4",
765  "BufferedInputStream" => "4",
766  "BufferedOutputStream" => "4",
767  "BufferedReader" => "4",
768  "BufferedWriter" => "4",
769  "Button" => "4",
770  "ButtonGroup" => "4",
771  "ButtonModel" => "4",
772  "ButtonUI" => "4",
773  "Byte" => "4",
774  "ByteArrayInputStream" => "4",
775  "ByteArrayOutputStream" => "4",
776  "ByteHolder" => "4",
777  "ByteLookupTable" => "4",
778  "Calendar" => "4",
779  "CallableStatement" => "4",
780  "CannotProceed" => "4",
781  "CannotProceedHelper" => "4",
782  "CannotProceedHolder" => "4",
783  "CannotRedoException" => "4",
784  "CannotUndoException" => "4",
785  "Canvas" => "4",
786  "CardLayout" => "4",
787  "Caret" => "4",
788  "CaretEvent" => "4",
789  "CaretListener" => "4",
790  "CellEditor" => "4",
791  "CellEditorListener" => "4",
792  "CellRendererPane" => "4",
793  "Certificate" => "4",
794  "CertificateEncodingException" => "4",
795  "CertificateException" => "4",
796  "CertificateExpiredException" => "4",
797  "CertificateFactory" => "4",
798  "CertificateFactorySpi" => "4",
799  "CertificateNotYetValidException" => "4",
800  "CertificateParsingException" => "4",
801  "ChangedCharSetException" => "4",
802  "ChangeEvent" => "4",
803  "ChangeListener" => "4",
804  "Character" => "4",
805  "Character.Subset" => "4",
806  "Character.UnicodeBlock" => "4",
807  "CharacterIterator" => "4",
808  "CharArrayReader" => "4",
809  "CharArrayWriter" => "4",
810  "CharConversionException" => "4",
811  "CharHolder" => "4",
812  "Checkbox" => "4",
813  "CheckboxGroup" => "4",
814  "CheckboxMenuItem" => "4",
815  "CheckedInputStream" => "4",
816  "CheckedOutputStream" => "4",
817  "Checksum" => "4",
818  "Choice" => "4",
819  "ChoiceFormat" => "4",
820  "Class" => "4",
821  "ClassCastException" => "4",
822  "ClassCircularityError" => "4",
823  "ClassFormatError" => "4",
824  "ClassLoader" => "4",
825  "ClassNotFoundException" => "4",
826  "Clipboard" => "4",
827  "ClipboardOwner" => "4",
828  "Clob" => "4",
829  "Cloneable" => "4",
830  "CloneNotSupportedException" => "4",
831  "CMMException" => "4",
832  "CodeSource" => "4",
833  "CollationElementIterator" => "4",
834  "CollationKey" => "4",
835  "Collator" => "4",
836  "Collection" => "4",
837  "Collections" => "4",
838  "Color" => "4",
839  "ColorChooserComponentFactory" => "4",
840  "ColorChooserUI" => "4",
841  "ColorConvertOp" => "4",
842  "ColorModel" => "4",
843  "ColorSelectionModel" => "4",
844  "ColorSpace" => "4",
845  "ColorUIResource" => "4",
846  "ComboBoxEditor" => "4",
847  "ComboBoxModel" => "4",
848  "ComboBoxUI" => "4",
849  "ComboPopup" => "4",
850  "COMM_FAILURE" => "4",
851  "Comparable" => "4",
852  "Comparator" => "4",
853  "Compiler" => "4",
854  "CompletionStatus" => "4",
855  "Component" => "4",
856  "ComponentAdapter" => "4",
857  "ComponentColorModel" => "4",
858  "ComponentEvent" => "4",
859  "ComponentListener" => "4",
860  "ComponentOrientation" => "4",
861  "ComponentSampleModel" => "4",
862  "ComponentUI" => "4",
863  "ComponentView" => "4",
864  "Composite" => "4",
865  "CompositeContext" => "4",
866  "CompositeView" => "4",
867  "CompoundBorder" => "4",
868  "CompoundEdit" => "4",
869  "ConcurrentModificationException" => "4",
870  "ConnectException" => "4",
871  "ConnectIOException" => "4",
872  "Connection" => "4",
873  "Constructor" => "4",
874  "Container" => "4",
875  "ContainerAdapter" => "4",
876  "ContainerEvent" => "4",
877  "ContainerListener" => "4",
878  "ContentHandler" => "4",
879  "ContentHandlerFactory" => "4",
880  "ContentModel" => "4",
881  "Context" => "4",
882  "ContextList" => "4",
883  "ContextualRenderedImageFactory" => "4",
884  "ConvolveOp" => "4",
885  "CRC32" => "4",
886  "CRL" => "4",
887  "CRLException" => "4",
888  "CropImageFilter" => "4",
889  "CSS" => "4",
890  "CSS.Attribute" => "4",
891  "CTX_RESTRICT_SCOPE" => "4",
892  "CubicCurve2D" => "4",
893  "CubicCurve2D.Double" => "4",
894  "CubicCurve2D.Float" => "4",
895  "Current" => "4",
896  "Cursor" => "4",
897  "Customizer" => "4",
898  "DATA_CONVERSION" => "4",
899  "DatabaseMetaData" => "4",
900  "DataBuffer" => "4",
901  "DataBufferByte" => "4",
902  "DataBufferInt" => "4",
903  "DataBufferShort" => "4",
904  "DataBufferUShort" => "4",
905  "DataFlavor" => "4",
906  "DataFormatException" => "4",
907  "DatagramPacket" => "4",
908  "DatagramSocket" => "4",
909  "DatagramSocketImpl" => "4",
910  "DataInput" => "4",
911  "DataInputStream" => "4",
912  "DataOutput" => "4",
913  "DataOutputStream" => "4",
914  "DataTruncation" => "4",
915  "Date" => "4",
916  "DateFormat" => "4",
917  "DateFormatSymbols" => "4",
918  "DebugGraphics" => "4",
919  "DecimalFormat" => "4",
920  "DecimalFormatSymbols" => "4",
921  "DefaultBoundedRangeModel" => "4",
922  "DefaultButtonModel" => "4",
923  "DefaultCaret" => "4",
924  "DefaultCellEditor" => "4",
925  "DefaultColorSelectionModel" => "4",
926  "DefaultComboBoxModel" => "4",
927  "DefaultDesktopManager" => "4",
928  "DefaultEditorKit" => "4",
929  "DefaultEditorKit.BeepAction" => "4",
930  "DefaultEditorKit.CopyAction" => "4",
931  "DefaultEditorKit.CutAction" => "4",
932  "DefaultEditorKit.DefaultKeyTypedAction" => "4",
933  "DefaultEditorKit.InsertBreakAction" => "4",
934  "DefaultEditorKit.InsertContentAction" => "4",
935  "DefaultEditorKit.InsertTabAction" => "4",
936  "DefaultEditorKit.PasteAction" => "4",
937  "DefaultFocusManager" => "4",
938  "DefaultHighlighter" => "4",
939  "DefaultHighlighter.DefaultHighlightPainter" => "4",
940  "DefaultListCellRenderer" => "4",
941  "DefaultListCellRenderer.UIResource" => "4",
942  "DefaultListModel" => "4",
943  "DefaultListSelectionModel" => "4",
944  "DefaultMenuLayout" => "4",
945  "DefaultMetalTheme" => "4",
946  "DefaultMutableTreeNode" => "4",
947  "DefaultSingleSelectionModel" => "4",
948  "DefaultStyledDocument" => "4",
949  "DefaultStyledDocument.AttributeUndoableEdit" => "4",
950  "DefaultStyledDocument.ElementSpec" => "4",
951  "DefaultTableCellRenderer" => "4",
952  "DefaultTableCellRenderer.UIResource" => "4",
953  "DefaultTableColumnModel" => "4",
954  "DefaultTableModel" => "4",
955  "DefaultTextUI" => "4",
956  "DefaultTreeCellEditor" => "4",
957  "DefaultTreeCellRenderer" => "4",
958  "DefaultTreeModel" => "4",
959  "DefaultTreeSelectionModel" => "4",
960  "DefinitionKind" => "4",
961  "Deflater" => "4",
962  "DeflaterOutputStream" => "4",
963  "Delegate" => "4",
964  "DesignMode" => "4",
965  "DesktopIconUI" => "4",
966  "DesktopManager" => "4",
967  "DesktopPaneUI" => "4",
968  "DGC" => "4",
969  "Dialog" => "4",
970  "Dictionary" => "4",
971  "DigestException" => "4",
972  "DigestInputStream" => "4",
973  "DigestOutputStream" => "4",
974  "Dimension" => "4",
975  "Dimension2D" => "4",
976  "DimensionUIResource" => "4",
977  "DirectColorModel" => "4",
978  "DnDConstants" => "4",
979  "Document" => "4",
980  "DocumentEvent" => "4",
981  "DocumentEvent.ElementChange" => "4",
982  "DocumentEvent.EventType" => "4",
983  "DocumentListener" => "4",
984  "DocumentParser" => "4",
985  "DomainManager" => "4",
986  "Double" => "4",
987  "DoubleHolder" => "4",
988  "DragGestureEvent" => "4",
989  "DragGestureListener" => "4",
990  "DragGestureRecognizer" => "4",
991  "DragSource" => "4",
992  "DragSourceContext" => "4",
993  "DragSourceDragEvent" => "4",
994  "DragSourceDropEvent" => "4",
995  "DragSourceEvent" => "4",
996  "DragSourceListener" => "4",
997  "Driver" => "4",
998  "DriverManager" => "4",
999  "DriverPropertyInfo" => "4",
1000  "DropTarget" => "4",
1001  "DropTarget.DropTargetAutoScroller" => "4",
1002  "DropTargetContext" => "4",
1003  "DropTargetDragEvent" => "4",
1004  "DropTargetDropEvent" => "4",
1005  "DropTargetEvent" => "4",
1006  "DropTargetListener" => "4",
1007  "DSAKey" => "4",
1008  "DSAKeyPairGenerator" => "4",
1009  "DSAParameterSpec" => "4",
1010  "DSAParams" => "4",
1011  "DSAPrivateKey" => "4",
1012  "DSAPrivateKeySpec" => "4",
1013  "DSAPublicKey" => "4",
1014  "DSAPublicKeySpec" => "4",
1015  "DTD" => "4",
1016  "DTDConstants" => "4",
1017  "DynamicImplementation" => "4",
1018  "DynAny" => "4",
1019  "DynArray" => "4",
1020  "DynEnum" => "4",
1021  "DynFixed" => "4",
1022  "DynSequence" => "4",
1023  "DynStruct" => "4",
1024  "DynUnion" => "4",
1025  "DynValue" => "4",
1026  "EditorKit" => "4",
1027  "Element" => "4",
1028  "ElementIterator" => "4",
1029  "Ellipse2D" => "4",
1030  "Ellipse2D.Double" => "4",
1031  "Ellipse2D.Float" => "4",
1032  "EmptyBorder" => "4",
1033  "EmptyStackException" => "4",
1034  "EncodedKeySpec" => "4",
1035  "Entity" => "4",
1036  "Enumeration" => "4",
1037  "Environment" => "4",
1038  "EOFException" => "4",
1039  "Error" => "4",
1040  "EtchedBorder" => "4",
1041  "Event" => "4",
1042  "EventListener" => "4",
1043  "EventListenerList" => "4",
1044  "EventObject" => "4",
1045  "EventQueue" => "4",
1046  "EventSetDescriptor" => "4",
1047  "Exception" => "4",
1048  "ExceptionInInitializerError" => "4",
1049  "ExceptionList" => "4",
1050  "ExpandVetoException" => "4",
1051  "ExportException" => "4",
1052  "Externalizable" => "4",
1053  "FeatureDescriptor" => "4",
1054  "Field" => "4",
1055  "FieldPosition" => "4",
1056  "FieldView" => "4",
1057  "File" => "4",
1058  "FileChooserUI" => "4",
1059  "FileDescriptor" => "4",
1060  "FileDialog" => "4",
1061  "FileFilter" => "4",
1062  "FileInputStream" => "4",
1063  "FilenameFilter" => "4",
1064  "FileNameMap" => "4",
1065  "FileNotFoundException" => "4",
1066  "FileOutputStream" => "4",
1067  "FilePermission" => "4",
1068  "FileReader" => "4",
1069  "FileSystemView" => "4",
1070  "FileView" => "4",
1071  "FileWriter" => "4",
1072  "FilteredImageSource" => "4",
1073  "FilterInputStream" => "4",
1074  "FilterOutputStream" => "4",
1075  "FilterReader" => "4",
1076  "FilterWriter" => "4",
1077  "FixedHeightLayoutCache" => "4",
1078  "FixedHolder" => "4",
1079  "FlatteningPathIterator" => "4",
1080  "FlavorMap" => "4",
1081  "Float" => "4",
1082  "FloatHolder" => "4",
1083  "FlowLayout" => "4",
1084  "FocusAdapter" => "4",
1085  "FocusEvent" => "4",
1086  "FocusListener" => "4",
1087  "FocusManager" => "4",
1088  "Font" => "4",
1089  "FontMetrics" => "4",
1090  "FontRenderContext" => "4",
1091  "FontUIResource" => "4",
1092  "Format" => "4",
1093  "FormView" => "4",
1094  "Frame" => "4",
1095  "FREE_MEM" => "4",
1096  "GapContent" => "4",
1097  "GeneralPath" => "4",
1098  "GeneralSecurityException" => "4",
1099  "GlyphJustificationInfo" => "4",
1100  "GlyphMetrics" => "4",
1101  "GlyphVector" => "4",
1102  "GradientPaint" => "4",
1103  "GraphicAttribute" => "4",
1104  "Graphics" => "4",
1105  "Graphics2D" => "4",
1106  "GraphicsConfigTemplate" => "4",
1107  "GraphicsConfiguration" => "4",
1108  "GraphicsDevice" => "4",
1109  "GraphicsEnvironment" => "4",
1110  "GrayFilter" => "4",
1111  "GregorianCalendar" => "4",
1112  "GridBagConstraints" => "4",
1113  "GridBagLayout" => "4",
1114  "GridLayout" => "4",
1115  "Group" => "4",
1116  "Guard" => "4",
1117  "GuardedObject" => "4",
1118  "GZIPInputStream" => "4",
1119  "GZIPOutputStream" => "4",
1120  "HashMap" => "4",
1121  "HashSet" => "4",
1122  "Hashtable" => "4",
1123  "Highlighter" => "4",
1124  "Highlighter.Highlight" => "4",
1125  "Highlighter.HighlightPainter" => "4",
1126  "HTML" => "4",
1127  "HTML.Attribute" => "4",
1128  "HTML.Tag" => "4",
1129  "HTML.UnknownTag" => "4",
1130  "HTMLDocument" => "4",
1131  "HTMLDocument.Iterator" => "4",
1132  "HTMLEditorKit" => "4",
1133  "HTMLEditorKit.HTMLFactory" => "4",
1134  "HTMLEditorKit.HTMLTextAction" => "4",
1135  "HTMLEditorKit.InsertHTMLTextAction" => "4",
1136  "HTMLEditorKit.LinkController" => "4",
1137  "HTMLEditorKit.Parser" => "4",
1138  "HTMLEditorKit.ParserCallback" => "4",
1139  "HTMLFrameHyperlinkEvent" => "4",
1140  "HTMLWriter" => "4",
1141  "HttpURLConnection" => "4",
1142  "HyperlinkEvent" => "4",
1143  "HyperlinkEvent.EventType" => "4",
1144  "HyperlinkListener" => "4",
1145  "ICC_ColorSpace" => "4",
1146  "ICC_Profile" => "4",
1147  "ICC_ProfileGray" => "4",
1148  "ICC_ProfileRGB" => "4",
1149  "Icon" => "4",
1150  "IconUIResource" => "4",
1151  "IconView" => "4",
1152  "Identity" => "4",
1153  "IdentityScope" => "4",
1154  "IDLEntity" => "4",
1155  "IDLType" => "4",
1156  "IllegalAccessError" => "4",
1157  "IllegalAccessException" => "4",
1158  "IllegalArgumentException" => "4",
1159  "IllegalComponentStateException" => "4",
1160  "IllegalMonitorStateException" => "4",
1161  "IllegalPathStateException" => "4",
1162  "IllegalStateException" => "4",
1163  "IllegalThreadStateException" => "4",
1164  "Image" => "4",
1165  "ImageConsumer" => "4",
1166  "ImageFilter" => "4",
1167  "ImageGraphicAttribute" => "4",
1168  "ImageIcon" => "4",
1169  "ImageObserver" => "4",
1170  "ImageProducer" => "4",
1171  "ImagingOpException" => "4",
1172  "IMP_LIMIT" => "4",
1173  "IncompatibleClassChangeError" => "4",
1174  "InconsistentTypeCode" => "4",
1175  "IndexColorModel" => "4",
1176  "IndexedPropertyDescriptor" => "4",
1177  "IndexOutOfBoundsException" => "4",
1178  "InetAddress" => "4",
1179  "Inflater" => "4",
1180  "InflaterInputStream" => "4",
1181  "InheritableThreadLocal" => "4",
1182  "INITIALIZE" => "4",
1183  "InlineView" => "4",
1184  "InputContext" => "4",
1185  "InputEvent" => "4",
1186  "InputMethodEvent" => "4",
1187  "InputMethodHighlight" => "4",
1188  "InputMethodListener" => "4",
1189  "InputMethodRequests" => "4",
1190  "InputStream" => "4",
1191  "InputStreamReader" => "4",
1192  "InputSubset" => "4",
1193  "Insets" => "4",
1194  "InsetsUIResource" => "4",
1195  "InstantiationError" => "4",
1196  "InstantiationException" => "4",
1197  "Integer" => "4",
1198  "INTERNAL" => "4",
1199  "InternalError" => "4",
1200  "InternalFrameAdapter" => "4",
1201  "InternalFrameEvent" => "4",
1202  "InternalFrameListener" => "4",
1203  "InternalFrameUI" => "4",
1204  "InterruptedException" => "4",
1205  "InterruptedIOException" => "4",
1206  "INTF_REPOS" => "4",
1207  "IntHolder" => "4",
1208  "IntrospectionException" => "4",
1209  "Introspector" => "4",
1210  "INV_FLAG" => "4",
1211  "INV_IDENT" => "4",
1212  "INV_OBJREF" => "4",
1213  "INV_POLICY" => "4",
1214  "Invalid" => "4",
1215  "INVALID_TRANSACTION" => "4",
1216  "InvalidAlgorithmParameterException" => "4",
1217  "InvalidClassException" => "4",
1218  "InvalidDnDOperationException" => "4",
1219  "InvalidKeyException" => "4",
1220  "InvalidKeySpecException" => "4",
1221  "InvalidName" => "4",
1222  "InvalidNameHelper" => "4",
1223  "InvalidNameHolder" => "4",
1224  "InvalidObjectException" => "4",
1225  "InvalidParameterException" => "4",
1226  "InvalidParameterSpecException" => "4",
1227  "InvalidSeq" => "4",
1228  "InvalidValue" => "4",
1229  "InvocationEvent" => "4",
1230  "InvocationTargetException" => "4",
1231  "InvokeHandler" => "4",
1232  "IOException" => "4",
1233  "IRObject" => "4",
1234  "IstringHelper" => "4",
1235  "ItemEvent" => "4",
1236  "ItemListener" => "4",
1237  "ItemSelectable" => "4",
1238  "Iterator" => "4",
1239  "JApplet" => "4",
1240  "JarEntry" => "4",
1241  "JarException" => "4",
1242  "JarFile" => "4",
1243  "JarInputStream" => "4",
1244  "JarOutputStream" => "4",
1245  "JarURLConnection" => "4",
1246  "JButton" => "4",
1247  "JCheckBox" => "4",
1248  "JCheckBoxMenuItem" => "4",
1249  "JColorChooser" => "4",
1250  "JComboBox" => "4",
1251  "JComboBox.KeySelectionManager" => "4",
1252  "JComponent" => "4",
1253  "JDesktopPane" => "4",
1254  "JDialog" => "4",
1255  "JEditorPane" => "4",
1256  "JFileChooser" => "4",
1257  "JFrame" => "4",
1258  "JInternalFrame" => "4",
1259  "JInternalFrame.JDesktopIcon" => "4",
1260  "JLabel" => "4",
1261  "JLayeredPane" => "4",
1262  "JList" => "4",
1263  "JMenu" => "4",
1264  "JMenuBar" => "4",
1265  "JMenuItem" => "4",
1266  "JOptionPane" => "4",
1267  "JPanel" => "4",
1268  "JPasswordField" => "4",
1269  "JPopupMenu" => "4",
1270  "JPopupMenu.Separator" => "4",
1271  "JProgressBar" => "4",
1272  "JRadioButton" => "4",
1273  "JRadioButtonMenuItem" => "4",
1274  "JRootPane" => "4",
1275  "JScrollBar" => "4",
1276  "JScrollPane" => "4",
1277  "JSeparator" => "4",
1278  "JSlider" => "4",
1279  "JSplitPane" => "4",
1280  "JTabbedPane" => "4",
1281  "JTable" => "4",
1282  "JTableHeader" => "4",
1283  "JTextArea" => "4",
1284  "JTextComponent" => "4",
1285  "JTextComponent.KeyBinding" => "4",
1286  "JTextField" => "4",
1287  "JTextPane" => "4",
1288  "JToggleButton" => "4",
1289  "JToggleButton.ToggleButtonModel" => "4",
1290  "JToolBar" => "4",
1291  "JToolBar.Separator" => "4",
1292  "JToolTip" => "4",
1293  "JTree" => "4",
1294  "JTree.DynamicUtilTreeNode" => "4",
1295  "JTree.EmptySelectionModel" => "4",
1296  "JViewport" => "4",
1297  "JWindow" => "4",
1298  "Kernel" => "4",
1299  "Key" => "4",
1300  "KeyAdapter" => "4",
1301  "KeyEvent" => "4",
1302  "KeyException" => "4",
1303  "KeyFactory" => "4",
1304  "KeyFactorySpi" => "4",
1305  "KeyListener" => "4",
1306  "KeyManagementException" => "4",
1307  "Keymap" => "4",
1308  "KeyPair" => "4",
1309  "KeyPairGenerator" => "4",
1310  "KeyPairGeneratorSpi" => "4",
1311  "KeySpec" => "4",
1312  "KeyStore" => "4",
1313  "KeyStoreException" => "4",
1314  "KeyStoreSpi" => "4",
1315  "KeyStroke" => "4",
1316  "Label" => "4",
1317  "LabelUI" => "4",
1318  "LabelView" => "4",
1319  "LastOwnerException" => "4",
1320  "LayeredHighlighter" => "4",
1321  "LayeredHighlighter.LayerPainter" => "4",
1322  "LayoutManager" => "4",
1323  "LayoutManager2" => "4",
1324  "Lease" => "4",
1325  "Line2D" => "4",
1326  "Line2D.Double" => "4",
1327  "Line2D.Float" => "4",
1328  "LineBorder" => "4",
1329  "LineBreakMeasurer" => "4",
1330  "LineMetrics" => "4",
1331  "LineNumberInputStream" => "4",
1332  "LineNumberReader" => "4",
1333  "LinkageError" => "4",
1334  "LinkedList" => "4",
1335  "List" => "4",
1336  "ListCellRenderer" => "4",
1337  "ListDataEvent" => "4",
1338  "ListDataListener" => "4",
1339  "ListIterator" => "4",
1340  "ListModel" => "4",
1341  "ListResourceBundle" => "4",
1342  "ListSelectionEvent" => "4",
1343  "ListSelectionListener" => "4",
1344  "ListSelectionModel" => "4",
1345  "ListUI" => "4",
1346  "ListView" => "4",
1347  "LoaderHandler" => "4",
1348  "Locale" => "4",
1349  "LocateRegistry" => "4",
1350  "LogStream" => "4",
1351  "Long" => "4",
1352  "LongHolder" => "4",
1353  "LookAndFeel" => "4",
1354  "LookupOp" => "4",
1355  "LookupTable" => "4",
1356  "MalformedURLException" => "4",
1357  "Manifest" => "4",
1358  "Map" => "4",
1359  "Map.Entry" => "4",
1360  "MARSHAL" => "4",
1361  "MarshalException" => "4",
1362  "MarshalledObject" => "4",
1363  "Math" => "4",
1364  "MatteBorder" => "4",
1365  "MediaTracker" => "4",
1366  "Member" => "4",
1367  "MemoryImageSource" => "4",
1368  "Menu" => "4",
1369  "MenuBar" => "4",
1370  "MenuBarUI" => "4",
1371  "MenuComponent" => "4",
1372  "MenuContainer" => "4",
1373  "MenuDragMouseEvent" => "4",
1374  "MenuDragMouseListener" => "4",
1375  "MenuElement" => "4",
1376  "MenuEvent" => "4",
1377  "MenuItem" => "4",
1378  "MenuItemUI" => "4",
1379  "MenuKeyEvent" => "4",
1380  "MenuKeyListener" => "4",
1381  "MenuListener" => "4",
1382  "MenuSelectionManager" => "4",
1383  "MenuShortcut" => "4",
1384  "MessageDigest" => "4",
1385  "MessageDigestSpi" => "4",
1386  "MessageFormat" => "4",
1387  "MetalBorders" => "4",
1388  "MetalBorders.ButtonBorder" => "4",
1389  "MetalBorders.Flush3DBorder" => "4",
1390  "MetalBorders.InternalFrameBorder" => "4",
1391  "MetalBorders.MenuBarBorder" => "4",
1392  "MetalBorders.MenuItemBorder" => "4",
1393  "MetalBorders.PopupMenuBorder" => "4",
1394  "MetalBorders.RolloverButtonBorder" => "4",
1395  "MetalBorders.ScrollPaneBorder" => "4",
1396  "MetalBorders.TextFieldBorder" => "4",
1397  "MetalBorders.ToolBarBorder" => "4",
1398  "MetalButtonUI" => "4",
1399  "MetalCheckBoxIcon" => "4",
1400  "MetalCheckBoxUI" => "4",
1401  "MetalComboBoxButton" => "4",
1402  "MetalComboBoxEditor" => "4",
1403  "MetalComboBoxEditor.UIResource" => "4",
1404  "MetalComboBoxIcon" => "4",
1405  "MetalComboBoxUI" => "4",
1406  "MetalDesktopIconUI" => "4",
1407  "MetalFileChooserUI" => "4",
1408  "MetalIconFactory" => "4",
1409  "MetalIconFactory.FileIcon16" => "4",
1410  "MetalIconFactory.FolderIcon16" => "4",
1411  "MetalIconFactory.TreeControlIcon" => "4",
1412  "MetalIconFactory.TreeFolderIcon" => "4",
1413  "MetalIconFactory.TreeLeafIcon" => "4",
1414  "MetalInternalFrameUI" => "4",
1415  "MetalLabelUI" => "4",
1416  "MetalLookAndFeel" => "4",
1417  "MetalPopupMenuSeparatorUI" => "4",
1418  "MetalProgressBarUI" => "4",
1419  "MetalRadioButtonUI" => "4",
1420  "MetalScrollBarUI" => "4",
1421  "MetalScrollButton" => "4",
1422  "MetalScrollPaneUI" => "4",
1423  "MetalSeparatorUI" => "4",
1424  "MetalSliderUI" => "4",
1425  "MetalSplitPaneUI" => "4",
1426  "MetalTabbedPaneUI" => "4",
1427  "MetalTextFieldUI" => "4",
1428  "MetalTheme" => "4",
1429  "MetalToggleButtonUI" => "4",
1430  "MetalToolBarUI" => "4",
1431  "MetalToolTipUI" => "4",
1432  "MetalTreeUI" => "4",
1433  "Method" => "4",
1434  "MethodDescriptor" => "4",
1435  "MinimalHTMLWriter" => "4",
1436  "MissingResourceException" => "4",
1437  "Modifier" => "4",
1438  "MouseAdapter" => "4",
1439  "MouseDragGestureRecognizer" => "4",
1440  "MouseEvent" => "4",
1441  "MouseInputAdapter" => "4",
1442  "MouseInputListener" => "4",
1443  "MouseListener" => "4",
1444  "MouseMotionAdapter" => "4",
1445  "MouseMotionListener" => "4",
1446  "MultiButtonUI" => "4",
1447  "MulticastSocket" => "4",
1448  "MultiColorChooserUI" => "4",
1449  "MultiComboBoxUI" => "4",
1450  "MultiDesktopIconUI" => "4",
1451  "MultiDesktopPaneUI" => "4",
1452  "MultiFileChooserUI" => "4",
1453  "MultiInternalFrameUI" => "4",
1454  "MultiLabelUI" => "4",
1455  "MultiListUI" => "4",
1456  "MultiLookAndFeel" => "4",
1457  "MultiMenuBarUI" => "4",
1458  "MultiMenuItemUI" => "4",
1459  "MultiOptionPaneUI" => "4",
1460  "MultiPanelUI" => "4",
1461  "MultiPixelPackedSampleModel" => "4",
1462  "MultipleMaster" => "4",
1463  "MultiPopupMenuUI" => "4",
1464  "MultiProgressBarUI" => "4",
1465  "MultiScrollBarUI" => "4",
1466  "MultiScrollPaneUI" => "4",
1467  "MultiSeparatorUI" => "4",
1468  "MultiSliderUI" => "4",
1469  "MultiSplitPaneUI" => "4",
1470  "MultiTabbedPaneUI" => "4",
1471  "MultiTableHeaderUI" => "4",
1472  "MultiTableUI" => "4",
1473  "MultiTextUI" => "4",
1474  "MultiToolBarUI" => "4",
1475  "MultiToolTipUI" => "4",
1476  "MultiTreeUI" => "4",
1477  "MultiViewportUI" => "4",
1478  "MutableAttributeSet" => "4",
1479  "MutableComboBoxModel" => "4",
1480  "MutableTreeNode" => "4",
1481  "NameComponent" => "4",
1482  "NameComponentHelper" => "4",
1483  "NameComponentHolder" => "4",
1484  "NamedValue" => "4",
1485  "NameHelper" => "4",
1486  "NameHolder" => "4",
1487  "NameValuePair" => "4",
1488  "Naming" => "4",
1489  "NamingContext" => "4",
1490  "NamingContextHelper" => "4",
1491  "NamingContextHolder" => "4",
1492  "NegativeArraySizeException" => "4",
1493  "NetPermission" => "4",
1494  "NO_IMPLEMENT" => "4",
1495  "NO_MEMORY" => "4",
1496  "NO_PERMISSION" => "4",
1497  "NO_RESOURCES" => "4",
1498  "NO_RESPONSE" => "4",
1499  "NoClassDefFoundError" => "4",
1500  "NoninvertibleTransformException" => "4",
1501  "NoRouteToHostException" => "4",
1502  "NoSuchAlgorithmException" => "4",
1503  "NoSuchElementException" => "4",
1504  "NoSuchFieldError" => "4",
1505  "NoSuchFieldException" => "4",
1506  "NoSuchMethodError" => "4",
1507  "NoSuchMethodException" => "4",
1508  "NoSuchObjectException" => "4",
1509  "NoSuchProviderException" => "4",
1510  "NotActiveException" => "4",
1511  "NotBoundException" => "4",
1512  "NotEmpty" => "4",
1513  "NotEmptyHelper" => "4",
1514  "NotEmptyHolder" => "4",
1515  "NotFound" => "4",
1516  "NotFoundHelper" => "4",
1517  "NotFoundHolder" => "4",
1518  "NotFoundReason" => "4",
1519  "NotFoundReasonHelper" => "4",
1520  "NotFoundReasonHolder" => "4",
1521  "NotOwnerException" => "4",
1522  "NotSerializableException" => "4",
1523  "NullPointerException" => "4",
1524  "Number" => "4",
1525  "NumberFormat" => "4",
1526  "NumberFormatException" => "4",
1527  "NVList" => "4",
1528  "OBJ_ADAPTER" => "4",
1529  "Object" => "4",
1530  "OBJECT_NOT_EXIST" => "4",
1531  "ObjectHolder" => "4",
1532  "ObjectImpl" => "4",
1533  "ObjectInput" => "4",
1534  "ObjectInputStream" => "4",
1535  "ObjectInputStream.GetField" => "4",
1536  "ObjectInputValidation" => "4",
1537  "ObjectOutput" => "4",
1538  "ObjectOutputStream" => "4",
1539  "ObjectOutputStream.PutField" => "4",
1540  "ObjectStreamClass" => "4",
1541  "ObjectStreamConstants" => "4",
1542  "ObjectStreamException" => "4",
1543  "ObjectStreamField" => "4",
1544  "ObjectView" => "4",
1545  "ObjID" => "4",
1546  "Observable" => "4",
1547  "Observer" => "4",
1548  "OpenType" => "4",
1549  "Operation" => "4",
1550  "Option" => "4",
1551  "OptionalDataException" => "4",
1552  "OptionPaneUI" => "4",
1553  "ORB" => "4",
1554  "OutOfMemoryError" => "4",
1555  "OutputStream" => "4",
1556  "OutputStreamWriter" => "4",
1557  "OverlayLayout" => "4",
1558  "Owner" => "4",
1559  "Package" => "4",
1560  "PackedColorModel" => "4",
1561  "Pageable" => "4",
1562  "PageFormat" => "4",
1563  "Paint" => "4",
1564  "PaintContext" => "4",
1565  "PaintEvent" => "4",
1566  "Panel" => "4",
1567  "PanelUI" => "4",
1568  "Paper" => "4",
1569  "ParagraphView" => "4",
1570  "ParameterBlock" => "4",
1571  "ParameterDescriptor" => "4",
1572  "ParseException" => "4",
1573  "ParsePosition" => "4",
1574  "Parser" => "4",
1575  "ParserDelegator" => "4",
1576  "PasswordAuthentication" => "4",
1577  "PasswordView" => "4",
1578  "PathIterator" => "4",
1579  "Permission" => "4",
1580  "PermissionCollection" => "4",
1581  "Permissions" => "4",
1582  "PERSIST_STORE" => "4",
1583  "PhantomReference" => "4",
1584  "PipedInputStream" => "4",
1585  "PipedOutputStream" => "4",
1586  "PipedReader" => "4",
1587  "PipedWriter" => "4",
1588  "PixelGrabber" => "4",
1589  "PixelInterleavedSampleModel" => "4",
1590  "PKCS8EncodedKeySpec" => "4",
1591  "PlainDocument" => "4",
1592  "PlainView" => "4",
1593  "Point" => "4",
1594  "Point2D" => "4",
1595  "Point2D.Double" => "4",
1596  "Point2D.Float" => "4",
1597  "Policy" => "4",
1598  "PolicyError" => "4",
1599  "Polygon" => "4",
1600  "PopupMenu" => "4",
1601  "PopupMenuEvent" => "4",
1602  "PopupMenuListener" => "4",
1603  "PopupMenuUI" => "4",
1604  "Position" => "4",
1605  "Position.Bias" => "4",
1606  "PreparedStatement" => "4",
1607  "Principal" => "4",
1608  "PrincipalHolder" => "4",
1609  "Printable" => "4",
1610  "PrinterAbortException" => "4",
1611  "PrinterException" => "4",
1612  "PrinterGraphics" => "4",
1613  "PrinterIOException" => "4",
1614  "PrinterJob" => "4",
1615  "PrintGraphics" => "4",
1616  "PrintJob" => "4",
1617  "PrintStream" => "4",
1618  "PrintWriter" => "4",
1619  "PRIVATE_MEMBER" => "4",
1620  "PrivateKey" => "4",
1621  "PrivilegedAction" => "4",
1622  "PrivilegedActionException" => "4",
1623  "PrivilegedExceptionAction" => "4",
1624  "Process" => "4",
1625  "ProfileDataException" => "4",
1626  "ProgressBarUI" => "4",
1627  "ProgressMonitor" => "4",
1628  "ProgressMonitorInputStream" => "4",
1629  "Properties" => "4",
1630  "PropertyChangeEvent" => "4",
1631  "PropertyChangeListener" => "4",
1632  "PropertyChangeSupport" => "4",
1633  "PropertyDescriptor" => "4",
1634  "PropertyEditor" => "4",
1635  "PropertyEditorManager" => "4",
1636  "PropertyEditorSupport" => "4",
1637  "PropertyPermission" => "4",
1638  "PropertyResourceBundle" => "4",
1639  "PropertyVetoException" => "4",
1640  "ProtectionDomain" => "4",
1641  "ProtocolException" => "4",
1642  "Provider" => "4",
1643  "ProviderException" => "4",
1644  "PUBLIC_MEMBER" => "4",
1645  "PublicKey" => "4",
1646  "PushbackInputStream" => "4",
1647  "PushbackReader" => "4",
1648  "QuadCurve2D" => "4",
1649  "QuadCurve2D.Double" => "4",
1650  "QuadCurve2D.Float" => "4",
1651  "Random" => "4",
1652  "RandomAccessFile" => "4",
1653  "Raster" => "4",
1654  "RasterFormatException" => "4",
1655  "RasterOp" => "4",
1656  "Reader" => "4",
1657  "Rectangle" => "4",
1658  "Rectangle2D" => "4",
1659  "Rectangle2D.Double" => "4",
1660  "Rectangle2D.Float" => "4",
1661  "RectangularShape" => "4",
1662  "Ref" => "4",
1663  "Reference" => "4",
1664  "ReferenceQueue" => "4",
1665  "ReflectPermission" => "4",
1666  "Registry" => "4",
1667  "RegistryHandler" => "4",
1668  "RemarshalException" => "4",
1669  "Remote" => "4",
1670  "RemoteCall" => "4",
1671  "RemoteException" => "4",
1672  "RemoteObject" => "4",
1673  "RemoteRef" => "4",
1674  "RemoteServer" => "4",
1675  "RemoteStub" => "4",
1676  "RenderableImage" => "4",
1677  "RenderableImageOp" => "4",
1678  "RenderableImageProducer" => "4",
1679  "RenderContext" => "4",
1680  "RenderedImage" => "4",
1681  "RenderedImageFactory" => "4",
1682  "Renderer" => "4",
1683  "RenderingHints" => "4",
1684  "RenderingHints.Key" => "4",
1685  "RepaintManager" => "4",
1686  "ReplicateScaleFilter" => "4",
1687  "Request" => "4",
1688  "RescaleOp" => "4",
1689  "ResourceBundle" => "4",
1690  "ResponseHandler" => "4",
1691  "ResultSet" => "4",
1692  "ResultSetMetaData" => "4",
1693  "RGBImageFilter" => "4",
1694  "RMIClassLoader" => "4",
1695  "RMIClientSocketFactory" => "4",
1696  "RMIFailureHandler" => "4",
1697  "RMISecurityException" => "4",
1698  "RMISecurityManager" => "4",
1699  "RMIServerSocketFactory" => "4",
1700  "RMISocketFactory" => "4",
1701  "RootPaneContainer" => "4",
1702  "RoundRectangle2D" => "4",
1703  "RoundRectangle2D.Double" => "4",
1704  "RoundRectangle2D.Float" => "4",
1705  "RowMapper" => "4",
1706  "RSAPrivateCrtKey" => "4",
1707  "RSAPrivateCrtKeySpec" => "4",
1708  "RSAPrivateKey" => "4",
1709  "RSAPrivateKeySpec" => "4",
1710  "RSAPublicKey" => "4",
1711  "RSAPublicKeySpec" => "4",
1712  "RTFEditorKit" => "4",
1713  "RuleBasedCollator" => "4",
1714  "Runnable" => "4",
1715  "Runtime" => "4",
1716  "RuntimeException" => "4",
1717  "RuntimePermission" => "4",
1718  "SampleModel" => "4",
1719  "Scrollable" => "4",
1720  "Scrollbar" => "4",
1721  "ScrollBarUI" => "4",
1722  "ScrollPane" => "4",
1723  "ScrollPaneConstants" => "4",
1724  "ScrollPaneLayout" => "4",
1725  "ScrollPaneLayout.UIResource" => "4",
1726  "ScrollPaneUI" => "4",
1727  "SecureClassLoader" => "4",
1728  "SecureRandom" => "4",
1729  "SecureRandomSpi" => "4",
1730  "Security" => "4",
1731  "SecurityException" => "4",
1732  "SecurityManager" => "4",
1733  "SecurityPermission" => "4",
1734  "Segment" => "4",
1735  "SeparatorUI" => "4",
1736  "SequenceInputStream" => "4",
1737  "Serializable" => "4",
1738  "SerializablePermission" => "4",
1739  "ServantObject" => "4",
1740  "ServerCloneException" => "4",
1741  "ServerError" => "4",
1742  "ServerException" => "4",
1743  "ServerNotActiveException" => "4",
1744  "ServerRef" => "4",
1745  "ServerRequest" => "4",
1746  "ServerRuntimeException" => "4",
1747  "ServerSocket" => "4",
1748  "ServiceDetail" => "4",
1749  "ServiceDetailHelper" => "4",
1750  "ServiceInformation" => "4",
1751  "ServiceInformationHelper" => "4",
1752  "ServiceInformationHolder" => "4",
1753  "Set" => "4",
1754  "SetOverrideType" => "4",
1755  "Shape" => "4",
1756  "ShapeGraphicAttribute" => "4",
1757  "Short" => "4",
1758  "ShortHolder" => "4",
1759  "ShortLookupTable" => "4",
1760  "Signature" => "4",
1761  "SignatureException" => "4",
1762  "SignatureSpi" => "4",
1763  "SignedObject" => "4",
1764  "Signer" => "4",
1765  "SimpleAttributeSet" => "4",
1766  "SimpleBeanInfo" => "4",
1767  "SimpleDateFormat" => "4",
1768  "SimpleTimeZone" => "4",
1769  "SinglePixelPackedSampleModel" => "4",
1770  "SingleSelectionModel" => "4",
1771  "SizeRequirements" => "4",
1772  "Skeleton" => "4",
1773  "SkeletonMismatchException" => "4",
1774  "SkeletonNotFoundException" => "4",
1775  "SliderUI" => "4",
1776  "Socket" => "4",
1777  "SocketException" => "4",
1778  "SocketImpl" => "4",
1779  "SocketImplFactory" => "4",
1780  "SocketOptions" => "4",
1781  "SocketPermission" => "4",
1782  "SocketSecurityException" => "4",
1783  "SoftBevelBorder" => "4",
1784  "SoftReference" => "4",
1785  "SortedMap" => "4",
1786  "SortedSet" => "4",
1787  "SplitPaneUI" => "4",
1788  "SQLData" => "4",
1789  "SQLException" => "4",
1790  "SQLInput" => "4",
1791  "SQLOutput" => "4",
1792  "SQLWarning" => "4",
1793  "Stack" => "4",
1794  "StackOverflowError" => "4",
1795  "StateEdit" => "4",
1796  "StateEditable" => "4",
1797  "Statement" => "4",
1798  "Streamable" => "4",
1799  "StreamCorruptedException" => "4",
1800  "StreamTokenizer" => "4",
1801  "String" => "4",
1802  "StringBuffer" => "4",
1803  "StringBufferInputStream" => "4",
1804  "StringCharacterIterator" => "4",
1805  "StringContent" => "4",
1806  "StringHolder" => "4",
1807  "StringIndexOutOfBoundsException" => "4",
1808  "StringReader" => "4",
1809  "StringSelection" => "4",
1810  "StringTokenizer" => "4",
1811  "StringWriter" => "4",
1812  "Stroke" => "4",
1813  "Struct" => "4",
1814  "StructMember" => "4",
1815  "StubNotFoundException" => "4",
1816  "Style" => "4",
1817  "StyleConstants" => "4",
1818  "StyleConstants.CharacterConstants" => "4",
1819  "StyleConstants.ColorConstants" => "4",
1820  "StyleConstants.FontConstants" => "4",
1821  "StyleConstants.ParagraphConstants" => "4",
1822  "StyleContext" => "4",
1823  "StyledDocument" => "4",
1824  "StyledEditorKit" => "4",
1825  "StyledEditorKit.AlignmentAction" => "4",
1826  "StyledEditorKit.BoldAction" => "4",
1827  "StyledEditorKit.FontFamilyAction" => "4",
1828  "StyledEditorKit.FontSizeAction" => "4",
1829  "StyledEditorKit.ForegroundAction" => "4",
1830  "StyledEditorKit.ItalicAction" => "4",
1831  "StyledEditorKit.StyledTextAction" => "4",
1832  "StyledEditorKit.UnderlineAction" => "4",
1833  "StyleSheet" => "4",
1834  "StyleSheet.BoxPainter" => "4",
1835  "StyleSheet.ListPainter" => "4",
1836  "SwingConstants" => "4",
1837  "SwingPropertyChangeSupport" => "4",
1838  "SwingUtilities" => "4",
1839  "SyncFailedException" => "4",
1840  "System" => "4",
1841  "SystemColor" => "4",
1842  "SystemException" => "4",
1843  "SystemFlavorMap" => "4",
1844  "TabableView" => "4",
1845  "TabbedPaneUI" => "4",
1846  "TabExpander" => "4",
1847  "TableCellEditor" => "4",
1848  "TableCellRenderer" => "4",
1849  "TableColumn" => "4",
1850  "TableColumnModel" => "4",
1851  "TableColumnModelEvent" => "4",
1852  "TableColumnModelListener" => "4",
1853  "TableHeaderUI" => "4",
1854  "TableModel" => "4",
1855  "TableModelEvent" => "4",
1856  "TableModelListener" => "4",
1857  "TableUI" => "4",
1858  "TableView" => "4",
1859  "TabSet" => "4",
1860  "TabStop" => "4",
1861  "TagElement" => "4",
1862  "TCKind" => "4",
1863  "TextAction" => "4",
1864  "TextArea" => "4",
1865  "TextAttribute" => "4",
1866  "TextComponent" => "4",
1867  "TextEvent" => "4",
1868  "TextField" => "4",
1869  "TextHitInfo" => "4",
1870  "TextLayout" => "4",
1871  "TextLayout.CaretPolicy" => "4",
1872  "TextLine.TextLineMetrics" => "4",
1873  "TextListener" => "4",
1874  "TextUI" => "4",
1875  "TexturePaint" => "4",
1876  "Thread" => "4",
1877  "ThreadDeath" => "4",
1878  "ThreadGroup" => "4",
1879  "ThreadLocal" => "4",
1880  "Throwable" => "4",
1881  "TileObserver" => "4",
1882  "Time" => "4",
1883  "Timer" => "4",
1884  "Timestamp" => "4",
1885  "TimeZone" => "4",
1886  "TitledBorder" => "4",
1887  "ToolBarUI" => "4",
1888  "Toolkit" => "4",
1889  "ToolTipManager" => "4",
1890  "ToolTipUI" => "4",
1891  "TooManyListenersException" => "4",
1892  "TRANSACTION_REQUIRED" => "4",
1893  "TRANSACTION_ROLLEDBACK" => "4",
1894  "Transferable" => "4",
1895  "TransformAttribute" => "4",
1896  "TRANSIENT" => "4",
1897  "Transparency" => "4",
1898  "TreeCellEditor" => "4",
1899  "TreeCellRenderer" => "4",
1900  "TreeExpansionEvent" => "4",
1901  "TreeExpansionListener" => "4",
1902  "TreeMap" => "4",
1903  "TreeModel" => "4",
1904  "TreeModelEvent" => "4",
1905  "TreeModelListener" => "4",
1906  "TreeNode" => "4",
1907  "TreePath" => "4",
1908  "TreeSelectionEvent" => "4",
1909  "TreeSelectionListener" => "4",
1910  "TreeSelectionModel" => "4",
1911  "TreeSet" => "4",
1912  "TreeUI" => "4",
1913  "TreeWillExpandListener" => "4",
1914  "TypeCode" => "4",
1915  "TypeCodeHolder" => "4",
1916  "TypeMismatch" => "4",
1917  "Types" => "4",
1918  "UID" => "4",
1919  "UIDefaults" => "4",
1920  "UIDefaults.ActiveValue" => "4",
1921  "UIDefaults.LazyValue" => "4",
1922  "UIManager" => "4",
1923  "UIManager.LookAndFeelInfo" => "4",
1924  "UIResource" => "4",
1925  "UndoableEdit" => "4",
1926  "UndoableEditEvent" => "4",
1927  "UndoableEditListener" => "4",
1928  "UndoableEditSupport" => "4",
1929  "UndoManager" => "4",
1930  "UnexpectedException" => "4",
1931  "UnicastRemoteObject" => "4",
1932  "UnionMember" => "4",
1933  "UNKNOWN" => "4",
1934  "UnknownError" => "4",
1935  "UnknownGroupException" => "4",
1936  "UnknownHostException" => "4",
1937  "UnknownObjectException" => "4",
1938  "UnknownServiceException" => "4",
1939  "UnknownUserException" => "4",
1940  "UnmarshalException" => "4",
1941  "UnrecoverableKeyException" => "4",
1942  "Unreferenced" => "4",
1943  "UnresolvedPermission" => "4",
1944  "UnsatisfiedLinkError" => "4",
1945  "UNSUPPORTED_POLICY" => "4",
1946  "UNSUPPORTED_POLICY_VALUE" => "4",
1947  "UnsupportedClassVersionError" => "4",
1948  "UnsupportedEncodingException" => "4",
1949  "UnsupportedFlavorException" => "4",
1950  "UnsupportedLookAndFeelException" => "4",
1951  "UnsupportedOperationException" => "4",
1952  "URL" => "4",
1953  "URLClassLoader" => "4",
1954  "URLConnection" => "4",
1955  "URLDecoder" => "4",
1956  "URLEncoder" => "4",
1957  "URLStreamHandler" => "4",
1958  "URLStreamHandlerFactory" => "4",
1959  "UserException" => "4",
1960  "UTFDataFormatException" => "4",
1961  "Utilities" => "4",
1962  "ValueMember" => "4",
1963  "VariableHeightLayoutCache" => "4",
1964  "Vector" => "4",
1965  "VerifyError" => "4",
1966  "VetoableChangeListener" => "4",
1967  "VetoableChangeSupport" => "4",
1968  "View" => "4",
1969  "ViewFactory" => "4",
1970  "ViewportLayout" => "4",
1971  "ViewportUI" => "4",
1972  "VirtualMachineError" => "4",
1973  "Visibility" => "4",
1974  "VM_ABSTRACT" => "4",
1975  "VM_CUSTOM" => "4",
1976  "VM_NONE" => "4",
1977  "VM_TRUNCATABLE" => "4",
1978  "VMID" => "4",
1979  "Void" => "4",
1980  "WeakHashMap" => "4",
1981  "WeakReference" => "4",
1982  "Window" => "4",
1983  "WindowAdapter" => "4",
1984  "WindowConstants" => "4",
1985  "WindowEvent" => "4",
1986  "WindowListener" => "4",
1987  "WrappedPlainView" => "4",
1988  "WritableRaster" => "4",
1989  "WritableRenderedImage" => "4",
1990  "WriteAbortedException" => "4",
1991  "Writer" => "4",
1992  "WrongTransaction" => "4",
1993  "X509Certificate" => "4",
1994  "X509CRL" => "4",
1995  "X509CRLEntry" => "4",
1996  "X509EncodedKeySpec" => "4",
1997  "X509Extension" => "4",
1998  "ZipEntry" => "4",
1999  "ZipException" => "4",
2000  "ZipFile" => "4",
2001  "ZipInputStream" => "4",
2002  "ZipOutputStream" => "4",
2003  "_BindingIteratorImplBase" => "4",
2004  "_BindingIteratorStub" => "4",
2005  "_NamingContextImplBase" => "4",
2006  "_NamingContextStub" => "4",
2007  "<jsp:useBean" => "5",
2008  "<jsp:plugin" => "5",
2009  "<jsp:include" => "5",
2010  "<jsp:setProperty" => "5",
2011  "<jsp:getProperty" => "5",
2012  "<jsp:forward" => "5",
2013  "//" => "6",
2014  "/>" => "5",
2015  "<%=" => "5",
2016  "<%!" => "5",
2017  "<%--" => "5",
2018  "<%@" => "5",
2019  "<%" => "5",
2020  "%>" => "5",
2021  "+" => "6",
2022  "-" => "6",
2023  "&" => "6",
2024  "|" => "6",
2025  "=" => "6",
2026  "!" => "6",
2027  "/" => "6");
2028 
2029 // Special extensions
2030 
2031 // Each category can specify a PHP function that returns an altered
2032 // version of the keyword.
2033 
2034 
2035 
2036 $this->linkscripts = array(
2037  "1" => "donothing",
2038  "2" => "donothing",
2039  "3" => "donothing",
2040  "4" => "donothing",
2041  "5" => "donothing",
2042  "6" => "donothing");
2043 }
2044 
2045 
2046 function donothing($keywordin)
2047 {
2048  return $keywordin;
2049 }
2050 
2051 }?>