ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
HFile_java122 Class Reference
+ Inheritance diagram for HFile_java122:
+ Collaboration diagram for HFile_java122:

Public Member Functions

 HFile_java122 ()
 
 donothing ($keywordin)
 
- Public Member Functions inherited from HFile
 HFile ()
 
 parse_file ($file)
 
 to_perl ($stub, $tofile=1)
 
 to_php ($stub, $tofile=1)
 
 _get_categories ()
 
 _dump_linkscripts ()
 
 _dump_perl_linkscripts ()
 
 _dump_perl_defaultscripts ()
 
 _dump_colours ()
 
 _dump_var ($variable, $name)
 
 _dump_array ($array, $name)
 
 _dump_perl_array ($array, $name)
 
 _dump_hash ($hash, $name)
 
 _dump_perl_hash ($hash, $name)
 

Detailed Description

Definition at line 7 of file HFile_java122.php.

Member Function Documentation

◆ donothing()

HFile_java122::donothing (   $keywordin)

Definition at line 1698 of file HFile_java122.php.

1699 {
1700  return $keywordin;
1701 }

◆ HFile_java122()

HFile_java122::HFile_java122 ( )

Definition at line 8 of file HFile_java122.php.

References HFile\HFile().

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

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