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