ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
HFile_javatimeiq.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_javatimeiq extends HFile
8  {
9  public function HFile_javatimeiq()
10  {
11  $this->HFile();
12  /*************************************/
13  // Beautifier Highlighting Configuration File
14  // Java 1.2 with FAME TimeIQ
15  /*************************************/
16  // Flags
17 
18  $this->nocase = "0";
19  $this->notrim = "0";
20  $this->perl = "0";
21 
22  // Colours
23 
24  $this->colours = array("blue", "purple", "gray");
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  "AbstractDocument" => "2",
103  "AbstractLayoutCache" => "2",
104  "AbstractList" => "2",
105  "AbstractListModel" => "2",
106  "AbstractMap" => "2",
107  "AbstractMethodError" => "2",
108  "AbstractSequentialList" => "2",
109  "AbstractSet" => "2",
110  "AbstractTableModel" => "2",
111  "AbstractUndoableEdit" => "2",
112  "AbstractWriter" => "2",
113  "AccessControlContext" => "2",
114  "AccessControlException" => "2",
115  "AccessController" => "2",
116  "AccessException" => "2",
117  "Accessible" => "2",
118  "AccessibleAction" => "2",
119  "AccessibleBundle" => "2",
120  "AccessibleComponent" => "2",
121  "AccessibleContext" => "2",
122  "AccessibleHyperlink" => "2",
123  "AccessibleHypertext" => "2",
124  "AccessibleObject" => "2",
125  "AccessibleResourceBundle" => "2",
126  "AccessibleRole" => "2",
127  "AccessibleSelection" => "2",
128  "AccessibleState" => "2",
129  "AccessibleStateSet" => "2",
130  "AccessibleText" => "2",
131  "AccessibleValue" => "2",
132  "Acl" => "2",
133  "AclEntry" => "2",
134  "AclNotFoundException" => "2",
135  "Action" => "2",
136  "ActionEvent" => "2",
137  "ActionListener" => "2",
138  "Activatable" => "2",
139  "ActivateFailedException" => "2",
140  "ActivationDesc" => "2",
141  "ActivationException" => "2",
142  "ActivationGroup" => "2",
143  "ActivationGroupDesc" => "2",
144  "ActivationGroupID" => "2",
145  "ActivationID" => "2",
146  "ActivationInstantiator" => "2",
147  "ActivationMonitor" => "2",
148  "ActivationSystem" => "2",
149  "Activator" => "2",
150  "ActiveEvent" => "2",
151  "Adjustable" => "2",
152  "AdjustmentEvent" => "2",
153  "AdjustmentListener" => "2",
154  "Adler32" => "2",
155  "AffineTransform" => "2",
156  "AffineTransformOp" => "2",
157  "AlgorithmParameterGenerator" => "2",
158  "AlgorithmParameterGeneratorSpi" => "2",
159  "AlgorithmParameters" => "2",
160  "AlgorithmParameterSpec" => "2",
161  "AlgorithmParametersSpi" => "2",
162  "AliasDef" => "2",
163  "AllPermission" => "2",
164  "AlphaComposite" => "2",
165  "AlreadyBound" => "2",
166  "AlreadyBoundException" => "2",
167  "AlreadyBoundHelper" => "2",
168  "AlreadyBoundHolder" => "2",
169  "AncestorEvent" => "2",
170  "AncestorListener" => "2",
171  "Annotation" => "2",
172  "Any" => "2",
173  "AnyHolder" => "2",
174  "Applet" => "2",
175  "AppletContext" => "2",
176  "AppletInitializer" => "2",
177  "AppletStub" => "2",
178  "ApplicationException" => "2",
179  "Arc2D" => "2",
180  "Area" => "2",
181  "AreaAveragingScaleFilter" => "2",
182  "ARG_IN" => "2",
183  "ARG_INOUT" => "2",
184  "ARG_OUT" => "2",
185  "ArithmeticException" => "2",
186  "Array" => "2",
187  "ArrayDef" => "2",
188  "ArrayIndexOutOfBoundsException" => "2",
189  "ArrayList" => "2",
190  "Arrays" => "2",
191  "ArrayStoreException" => "2",
192  "AttributedCharacterIterator" => "2",
193  "AttributeDef" => "2",
194  "AttributeDescription" => "2",
195  "AttributedString" => "2",
196  "AttributeMode" => "2",
197  "Attributes" => "2",
198  "AttributeSet" => "2",
199  "AudioClip" => "2",
200  "Authenticator" => "2",
201  "Autoscroll" => "2",
202  "AWTError" => "2",
203  "AWTEvent" => "2",
204  "AWTEventMulticaster" => "2",
205  "AWTException" => "2",
206  "AWTPermission" => "2",
207  "BAD_CONTEXT" => "2",
208  "BAD_INV_ORDER" => "2",
209  "BAD_OPERATION" => "2",
210  "BAD_PARAM" => "2",
211  "BAD_TYPECODE" => "2",
212  "BadKind" => "2",
213  "BadLocationException" => "2",
214  "BandCombineOp" => "2",
215  "BandedSampleModel" => "2",
216  "BasicPermission" => "2",
217  "BasicStroke" => "2",
218  "BatchUpdateException" => "2",
219  "BeanContext" => "2",
220  "BeanContextAddedEvent" => "2",
221  "BeanContextChild" => "2",
222  "BeanContextChildSupport" => "2",
223  "BeanContextContainer" => "2",
224  "BeanContextEvent" => "2",
225  "BeanContextMembershipEvent" => "2",
226  "BeanContextMembershipListener" => "2",
227  "BeanContextRemovedEvent" => "2",
228  "BeanContextServiceAvailableEvent" => "2",
229  "BeanContextServiceProvider" => "2",
230  "BeanContextServiceRevokedEvent" => "2",
231  "BeanContextServiceRevokedListener" => "2",
232  "BeanContextServices" => "2",
233  "BeanContextServicesListener" => "2",
234  "BeanContextServicesSupport" => "2",
235  "BeanContextSupport" => "2",
236  "BeanDescriptor" => "2",
237  "BeanInfo" => "2",
238  "Beans" => "2",
239  "BevelBorder" => "2",
240  "BigDecimal" => "2",
241  "BigInteger" => "2",
242  "BindException" => "2",
243  "Binding" => "2",
244  "BindingHelper" => "2",
245  "BindingHolder" => "2",
246  "BindingIterator" => "2",
247  "BindingIteratorHelper" => "2",
248  "BindingIteratorHolder" => "2",
249  "BindingListHelper" => "2",
250  "BindingListHolder" => "2",
251  "BindingType" => "2",
252  "BindingTypeHelper" => "2",
253  "BindingTypeHolder" => "2",
254  "BitSet" => "2",
255  "Blob" => "2",
256  "BlockView" => "2",
257  "Book" => "2",
258  "Boolean" => "2",
259  "BooleanHolder" => "2",
260  "Border" => "2",
261  "BorderFactory" => "2",
262  "BorderLayout" => "2",
263  "BorderUIResource" => "2",
264  "BoundedRangeModel" => "2",
265  "Bounds" => "2",
266  "Box" => "2",
267  "BoxLayout" => "2",
268  "BoxView" => "2",
269  "BreakIterator" => "2",
270  "BufferedImage" => "2",
271  "BufferedImageFilter" => "2",
272  "BufferedImageOp" => "2",
273  "BufferedInputStream" => "2",
274  "BufferedOutputStream" => "2",
275  "BufferedReader" => "2",
276  "BufferedWriter" => "2",
277  "Button" => "2",
278  "ButtonGroup" => "2",
279  "ButtonModel" => "2",
280  "ButtonUI" => "2",
281  "Byte" => "2",
282  "ByteArrayInputStream" => "2",
283  "ByteArrayOutputStream" => "2",
284  "ByteHolder" => "2",
285  "ByteLookupTable" => "2",
286  "Calendar" => "2",
287  "CallableStatement" => "2",
288  "CannotProceed" => "2",
289  "CannotProceedHelper" => "2",
290  "CannotProceedHolder" => "2",
291  "CannotRedoException" => "2",
292  "CannotUndoException" => "2",
293  "Canvas" => "2",
294  "CardLayout" => "2",
295  "Caret" => "2",
296  "CaretEvent" => "2",
297  "CaretListener" => "2",
298  "CellEditor" => "2",
299  "CellEditorListener" => "2",
300  "CellRendererPane" => "2",
301  "Certificate" => "2",
302  "CertificateEncodingException" => "2",
303  "CertificateException" => "2",
304  "CertificateExpiredException" => "2",
305  "CertificateFactory" => "2",
306  "CertificateFactorySpi" => "2",
307  "CertificateNotYetValidException" => "2",
308  "CertificateParsingException" => "2",
309  "ChangeEvent" => "2",
310  "ChangeListener" => "2",
311  "Character" => "2",
312  "CharacterIterator" => "2",
313  "CharArrayReader" => "2",
314  "CharArrayWriter" => "2",
315  "CharConversionException" => "2",
316  "CharHolder" => "2",
317  "Checkbox" => "2",
318  "CheckboxGroup" => "2",
319  "CheckboxMenuItem" => "2",
320  "CheckedInputStream" => "2",
321  "CheckedOutputStream" => "2",
322  "Checksum" => "2",
323  "Choice" => "2",
324  "ChoiceFormat" => "2",
325  "Class" => "2",
326  "ClassCastException" => "2",
327  "ClassCircularityError" => "2",
328  "ClassFormatError" => "2",
329  "ClassLoader" => "2",
330  "ClassNotFoundException" => "2",
331  "Clipboard" => "2",
332  "ClipboardOwner" => "2",
333  "Clob" => "2",
334  "Cloneable" => "2",
335  "CloneNotSupportedException" => "2",
336  "CMMException" => "2",
337  "CodeSource" => "2",
338  "CollationElementIterator" => "2",
339  "CollationKey" => "2",
340  "Collator" => "2",
341  "Collection" => "2",
342  "Collections" => "2",
343  "Color" => "2",
344  "ColorChooserUI" => "2",
345  "ColorConvertOp" => "2",
346  "ColorModel" => "2",
347  "ColorSpace" => "2",
348  "ColorUIResource" => "2",
349  "ComboBoxEditor" => "2",
350  "ComboBoxModel" => "2",
351  "ComboBoxUI" => "2",
352  "COMM_FAILURE" => "2",
353  "Comparable" => "2",
354  "Comparator" => "2",
355  "Compiler" => "2",
356  "CompletionStatus" => "2",
357  "Component" => "2",
358  "ComponentAdapter" => "2",
359  "ComponentColorModel" => "2",
360  "ComponentEvent" => "2",
361  "ComponentListener" => "2",
362  "ComponentOrientation" => "2",
363  "ComponentSampleModel" => "2",
364  "ComponentUI" => "2",
365  "ComponentView" => "2",
366  "Composite" => "2",
367  "CompositeContext" => "2",
368  "CompositeView" => "2",
369  "CompoundBorder" => "2",
370  "CompoundEdit" => "2",
371  "ConcurrentModificationException" => "2",
372  "ConnectException" => "2",
373  "ConnectIOException" => "2",
374  "Connection" => "2",
375  "ConstantDef" => "2",
376  "ConstantDescription" => "2",
377  "ConstructionPolicy" => "2",
378  "Constructor" => "2",
379  "Contained" => "2",
380  "Container" => "2",
381  "ContainerAdapter" => "2",
382  "ContainerEvent" => "2",
383  "ContainerListener" => "2",
384  "ContentHandler" => "2",
385  "ContentHandlerFactory" => "2",
386  "Context" => "2",
387  "ContextList" => "2",
388  "ContextualRenderedImageFactory" => "2",
389  "ConvolveOp" => "2",
390  "CRC32" => "2",
391  "CRL" => "2",
392  "CRLException" => "2",
393  "CropImageFilter" => "2",
394  "CSS" => "2",
395  "CTX_RESTRICT_SCOPE" => "2",
396  "CubicCurve2D" => "2",
397  "Current" => "2",
398  "Cursor" => "2",
399  "Customizer" => "2",
400  "DATA_CONVERSION" => "2",
401  "DatabaseMetaData" => "2",
402  "DataBuffer" => "2",
403  "DataBufferByte" => "2",
404  "DataBufferInt" => "2",
405  "DataBufferShort" => "2",
406  "DataBufferUShort" => "2",
407  "DataFlavor" => "2",
408  "DataFormatException" => "2",
409  "DatagramPacket" => "2",
410  "DatagramSocket" => "2",
411  "DatagramSocketImpl" => "2",
412  "DataInput" => "2",
413  "DataInputStream" => "2",
414  "DataOutput" => "2",
415  "DataOutputStream" => "2",
416  "DataTruncation" => "2",
417  "Date" => "2",
418  "DateFormat" => "2",
419  "DateFormatSymbols" => "2",
420  "DebugGraphics" => "2",
421  "DecimalFormat" => "2",
422  "DecimalFormatSymbols" => "2",
423  "DefaultBoundedRangeModel" => "2",
424  "DefaultButtonModel" => "2",
425  "DefaultCaret" => "2",
426  "DefaultCellEditor" => "2",
427  "DefaultComboBoxModel" => "2",
428  "DefaultDesktopManager" => "2",
429  "DefaultEditorKit" => "2",
430  "DefaultFocusManager" => "2",
431  "DefaultHighlighter" => "2",
432  "DefaultListCellRenderer" => "2",
433  "DefaultListModel" => "2",
434  "DefaultListSelectionModel" => "2",
435  "DefaultMutableTreeNode" => "2",
436  "DefaultSingleSelectionModel" => "2",
437  "DefaultStyledDocument" => "2",
438  "DefaultTableCellRenderer" => "2",
439  "DefaultTableColumnModel" => "2",
440  "DefaultTableModel" => "2",
441  "DefaultTextUI" => "2",
442  "DefaultTreeCellEditor" => "2",
443  "DefaultTreeCellRenderer" => "2",
444  "DefaultTreeModel" => "2",
445  "DefaultTreeSelectionModel" => "2",
446  "DefinitionKind" => "2",
447  "Deflater" => "2",
448  "DeflaterOutputStream" => "2",
449  "Delegate" => "2",
450  "Description" => "2",
451  "DesignMode" => "2",
452  "DesktopIconUI" => "2",
453  "DesktopManager" => "2",
454  "DesktopPaneUI" => "2",
455  "DGC" => "2",
456  "Dialog" => "2",
457  "Dictionary" => "2",
458  "DigestException" => "2",
459  "DigestInputStream" => "2",
460  "DigestOutputStream" => "2",
461  "Dimension" => "2",
462  "Dimension2D" => "2",
463  "DimensionUIResource" => "2",
464  "DirectColorModel" => "2",
465  "DnDConstants" => "2",
466  "Document" => "2",
467  "DocumentEvent" => "2",
468  "DocumentListener" => "2",
469  "DomainManager" => "2",
470  "Double" => "2",
471  "DoubleHolder" => "2",
472  "DragGestureEvent" => "2",
473  "DragGestureListener" => "2",
474  "DragGestureRecognizer" => "2",
475  "DragSource" => "2",
476  "DragSourceContext" => "2",
477  "DragSourceDragEvent" => "2",
478  "DragSourceDropEvent" => "2",
479  "DragSourceEvent" => "2",
480  "DragSourceListener" => "2",
481  "Driver" => "2",
482  "DriverManager" => "2",
483  "DriverPropertyInfo" => "2",
484  "DropTarget" => "2",
485  "DropTargetContext" => "2",
486  "DropTargetDragEvent" => "2",
487  "DropTargetDropEvent" => "2",
488  "DropTargetEvent" => "2",
489  "DropTargetListener" => "2",
490  "DSAKey" => "2",
491  "DSAKeyPairGenerator" => "2",
492  "DSAParameterSpec" => "2",
493  "DSAParams" => "2",
494  "DSAPrivateKey" => "2",
495  "DSAPrivateKeySpec" => "2",
496  "DSAPublicKey" => "2",
497  "DSAPublicKeySpec" => "2",
498  "DynamicImplementation" => "2",
499  "DynAny" => "2",
500  "DynArray" => "2",
501  "DynEnum" => "2",
502  "DynFixed" => "2",
503  "DynSequence" => "2",
504  "DynStruct" => "2",
505  "DynUnion" => "2",
506  "DynValue" => "2",
507  "EditorKit" => "2",
508  "Element" => "2",
509  "ElementIterator" => "2",
510  "Ellipse2D" => "2",
511  "EmptyBorder" => "2",
512  "EmptyStackException" => "2",
513  "EncodedKeySpec" => "2",
514  "EnumDef" => "2",
515  "Enumeration" => "2",
516  "Environment" => "2",
517  "EOFException" => "2",
518  "Error" => "2",
519  "EtchedBorder" => "2",
520  "Event" => "2",
521  "EventListener" => "2",
522  "EventListenerList" => "2",
523  "EventObject" => "2",
524  "EventQueue" => "2",
525  "EventQueueListener" => "2",
526  "EventSetDescriptor" => "2",
527  "Exception" => "2",
528  "ExceptionDef" => "2",
529  "ExceptionDescription" => "2",
530  "ExceptionInInitializerError" => "2",
531  "ExceptionList" => "2",
532  "ExpandVetoException" => "2",
533  "ExportException" => "2",
534  "Externalizable" => "2",
535  "FeatureDescriptor" => "2",
536  "Field" => "2",
537  "FieldPosition" => "2",
538  "FieldView" => "2",
539  "File" => "2",
540  "FileChooserUI" => "2",
541  "FileDescriptor" => "2",
542  "FileDialog" => "2",
543  "FileFilter" => "2",
544  "FileInputStream" => "2",
545  "FilenameFilter" => "2",
546  "FileNameMap" => "2",
547  "FileNotFoundException" => "2",
548  "FileOutputStream" => "2",
549  "FilePermission" => "2",
550  "FileReader" => "2",
551  "FileWriter" => "2",
552  "FilteredImageSource" => "2",
553  "FilterInputStream" => "2",
554  "FilterOutputStream" => "2",
555  "FilterReader" => "2",
556  "FilterWriter" => "2",
557  "FixedHeightLayoutCache" => "2",
558  "FixedHolder" => "2",
559  "FlatteningPathIterator" => "2",
560  "FlavorMap" => "2",
561  "Float" => "2",
562  "FloatHolder" => "2",
563  "FlowLayout" => "2",
564  "FocusAdapter" => "2",
565  "FocusEvent" => "2",
566  "FocusListener" => "2",
567  "FocusManager" => "2",
568  "Font" => "2",
569  "FontMetrics" => "2",
570  "FontRenderContext" => "2",
571  "FontUIResource" => "2",
572  "Format" => "2",
573  "Frame" => "2",
574  "FREE_MEM" => "2",
575  "FullInterfaceDescription" => "2",
576  "GapContent" => "2",
577  "GeneralPath" => "2",
578  "GeneralSecurityException" => "2",
579  "GlyphJustificationInfo" => "2",
580  "GlyphMetrics" => "2",
581  "GlyphVector" => "2",
582  "GradientPaint" => "2",
583  "GraphicAttribute" => "2",
584  "Graphics" => "2",
585  "Graphics2D" => "2",
586  "GraphicsConfigTemplate" => "2",
587  "GraphicsConfiguration" => "2",
588  "GraphicsDevice" => "2",
589  "GraphicsEnvironment" => "2",
590  "GrayFilter" => "2",
591  "GregorianCalendar" => "2",
592  "GridBagConstraints" => "2",
593  "GridBagLayout" => "2",
594  "GridLayout" => "2",
595  "Group" => "2",
596  "Guard" => "2",
597  "GuardedObject" => "2",
598  "GZIPInputStream" => "2",
599  "GZIPOutputStream" => "2",
600  "HashMap" => "2",
601  "HashSet" => "2",
602  "Hashtable" => "2",
603  "Highlighter" => "2",
604  "HTML" => "2",
605  "HTMLDocument" => "2",
606  "HTMLEditorKit" => "2",
607  "HTMLWriter" => "2",
608  "HttpURLConnection" => "2",
609  "HyperlinkEvent" => "2",
610  "HyperlinkListener" => "2",
611  "ICC_ColorSpace" => "2",
612  "ICC_Profile" => "2",
613  "ICC_ProfileGray" => "2",
614  "ICC_ProfileRGB" => "2",
615  "Icon" => "2",
616  "IconUIResource" => "2",
617  "IconView" => "2",
618  "Identity" => "2",
619  "IdentityScope" => "2",
620  "IDLType" => "2",
621  "IllegalAccessError" => "2",
622  "IllegalAccessException" => "2",
623  "IllegalArgumentException" => "2",
624  "IllegalComponentStateException" => "2",
625  "IllegalMonitorStateException" => "2",
626  "IllegalPathStateException" => "2",
627  "IllegalStateException" => "2",
628  "IllegalThreadStateException" => "2",
629  "Image" => "2",
630  "ImageConsumer" => "2",
631  "ImageFilter" => "2",
632  "ImageFormatException" => "2",
633  "ImageGraphicAttribute" => "2",
634  "ImageIcon" => "2",
635  "ImageObserver" => "2",
636  "ImageProducer" => "2",
637  "ImagingOpException" => "2",
638  "IMP_LIMIT" => "2",
639  "ImplementationDef" => "2",
640  "IncompatibleClassChangeError" => "2",
641  "IndexColorModel" => "2",
642  "IndexedPropertyDescriptor" => "2",
643  "IndexOutOfBoundsException" => "2",
644  "InetAddress" => "2",
645  "Inflater" => "2",
646  "InflaterInputStream" => "2",
647  "InheritableThreadLocal" => "2",
648  "INITIALIZE" => "2",
649  "Initializer" => "2",
650  "InitializerDef" => "2",
651  "InlineView" => "2",
652  "InputContext" => "2",
653  "InputEvent" => "2",
654  "InputMethodEvent" => "2",
655  "InputMethodHighlight" => "2",
656  "InputMethodListener" => "2",
657  "InputMethodRequests" => "2",
658  "InputStream" => "2",
659  "InputStreamReader" => "2",
660  "Insets" => "2",
661  "InsetsUIResource" => "2",
662  "InstantiationError" => "2",
663  "InstantiationException" => "2",
664  "Integer" => "2",
665  "InterfaceDef" => "2",
666  "InterfaceDescription" => "2",
667  "INTERNAL" => "2",
668  "InternalError" => "2",
669  "InternalFrameAdapter" => "2",
670  "InternalFrameEvent" => "2",
671  "InternalFrameListener" => "2",
672  "InternalFrameUI" => "2",
673  "InterruptedException" => "2",
674  "InterruptedIOException" => "2",
675  "INTF_REPOS" => "2",
676  "IntHolder" => "2",
677  "IntrospectionException" => "2",
678  "Introspector" => "2",
679  "INV_FLAG" => "2",
680  "INV_IDENT" => "2",
681  "INV_OBJREF" => "2",
682  "INVALID_TRANSACTION" => "2",
683  "InvalidAlgorithmParameterException" => "2",
684  "InvalidClassException" => "2",
685  "InvalidDnDOperationException" => "2",
686  "InvalidKeyException" => "2",
687  "InvalidKeySpecException" => "2",
688  "InvalidName" => "2",
689  "InvalidNameHelper" => "2",
690  "InvalidNameHolder" => "2",
691  "InvalidObjectException" => "2",
692  "InvalidParameterException" => "2",
693  "InvalidParameterSpecException" => "2",
694  "InvocationEvent" => "2",
695  "InvocationTargetException" => "2",
696  "InvokeHandler" => "2",
697  "IOException" => "2",
698  "IRObject" => "2",
699  "IstringHelper" => "2",
700  "ItemEvent" => "2",
701  "ItemListener" => "2",
702  "ItemSelectable" => "2",
703  "Iterator" => "2",
704  "JApplet" => "2",
705  "JarEntry" => "2",
706  "JarException" => "2",
707  "JarFile" => "2",
708  "JarInputStream" => "2",
709  "JarOutputStream" => "2",
710  "JarURLConnection" => "2",
711  "JButton" => "2",
712  "JCheckBox" => "2",
713  "JCheckBoxMenuItem" => "2",
714  "JColorChooser" => "2",
715  "JComboBox" => "2",
716  "JComponent" => "2",
717  "JDesktopPane" => "2",
718  "JDialog" => "2",
719  "JEditorPane" => "2",
720  "JFileChooser" => "2",
721  "JFrame" => "2",
722  "JInternalFrame" => "2",
723  "JLabel" => "2",
724  "JLayeredPane" => "2",
725  "JList" => "2",
726  "JMenu" => "2",
727  "JMenuBar" => "2",
728  "JMenuItem" => "2",
729  "JOptionPane" => "2",
730  "JPanel" => "2",
731  "JPasswordField" => "2",
732  "JPEGCodec" => "2",
733  "JPEGDecodeParam" => "2",
734  "JPEGEncodeParam" => "2",
735  "JPEGHuffmanTable" => "2",
736  "JPEGImageDecoder" => "2",
737  "JPEGImageEncoder" => "2",
738  "JPEGQTable" => "2",
739  "JPopupMenu" => "2",
740  "JProgressBar" => "2",
741  "JRadioButton" => "2",
742  "JRadioButtonMenuItem" => "2",
743  "JRootPane" => "2",
744  "JScrollBar" => "2",
745  "JScrollPane" => "2",
746  "JSeparator" => "2",
747  "JSlider" => "2",
748  "JSplitPane" => "2",
749  "JTabbedPane" => "2",
750  "JTable" => "2",
751  "JTableHeader" => "2",
752  "JTextArea" => "2",
753  "JTextComponent" => "2",
754  "JTextField" => "2",
755  "JTextPane" => "2",
756  "JToggleButton" => "2",
757  "JToolBar" => "2",
758  "JToolTip" => "2",
759  "JTree" => "2",
760  "JViewport" => "2",
761  "JWindow" => "2",
762  "Kernel" => "2",
763  "Key" => "2",
764  "KeyAdapter" => "2",
765  "KeyEvent" => "2",
766  "KeyException" => "2",
767  "KeyFactory" => "2",
768  "KeyFactorySpi" => "2",
769  "KeyListener" => "2",
770  "KeyManagementException" => "2",
771  "Keymap" => "2",
772  "KeyPair" => "2",
773  "KeyPairGenerator" => "2",
774  "KeyPairGeneratorSpi" => "2",
775  "KeySpec" => "2",
776  "KeyStore" => "2",
777  "KeyStoreException" => "2",
778  "KeyStoreSpi" => "2",
779  "KeyStroke" => "2",
780  "Label" => "2",
781  "LabelUI" => "2",
782  "LabelView" => "2",
783  "LastOwnerException" => "2",
784  "LayoutManager" => "2",
785  "LayoutManager2" => "2",
786  "Lease" => "2",
787  "Line2D" => "2",
788  "LineBorder" => "2",
789  "LineBreakMeasurer" => "2",
790  "LineMetrics" => "2",
791  "LineNumberInputStream" => "2",
792  "LineNumberReader" => "2",
793  "LinkageError" => "2",
794  "LinkedList" => "2",
795  "List" => "2",
796  "ListCellRenderer" => "2",
797  "ListDataEvent" => "2",
798  "ListDataListener" => "2",
799  "ListIterator" => "2",
800  "ListModel" => "2",
801  "ListResourceBundle" => "2",
802  "ListSelectionEvent" => "2",
803  "ListSelectionListener" => "2",
804  "ListSelectionModel" => "2",
805  "ListUI" => "2",
806  "ListView" => "2",
807  "LoaderHandler" => "2",
808  "Locale" => "2",
809  "LocateRegistry" => "2",
810  "LogStream" => "2",
811  "Long" => "2",
812  "LongHolder" => "2",
813  "LookAndFeel" => "2",
814  "LookupOp" => "2",
815  "LookupTable" => "2",
816  "MalformedURLException" => "2",
817  "Manifest" => "2",
818  "Map" => "2",
819  "MARSHAL" => "2",
820  "MarshalException" => "2",
821  "MarshalledObject" => "2",
822  "Math" => "2",
823  "MatteBorder" => "2",
824  "MediaTracker" => "2",
825  "Member" => "2",
826  "MemoryImageSource" => "2",
827  "Menu" => "2",
828  "MenuBar" => "2",
829  "MenuBarUI" => "2",
830  "MenuComponent" => "2",
831  "MenuContainer" => "2",
832  "MenuDragMouseEvent" => "2",
833  "MenuDragMouseListener" => "2",
834  "MenuElement" => "2",
835  "MenuEvent" => "2",
836  "MenuItem" => "2",
837  "MenuItemUI" => "2",
838  "MenuKeyEvent" => "2",
839  "MenuKeyListener" => "2",
840  "MenuListener" => "2",
841  "MenuSelectionManager" => "2",
842  "MenuShortcut" => "2",
843  "MessageDigest" => "2",
844  "MessageDigestSpi" => "2",
845  "MessageFormat" => "2",
846  "Method" => "2",
847  "MethodDescriptor" => "2",
848  "MimeType" => "2",
849  "MimeTypeParameterList" => "2",
850  "MimeTypeParseException" => "2",
851  "MinimalHTMLWriter" => "2",
852  "MissingResourceException" => "2",
853  "Modifier" => "2",
854  "ModuleDef" => "2",
855  "ModuleDescription" => "2",
856  "MouseAdapter" => "2",
857  "MouseDragGestureRecognizer" => "2",
858  "MouseEvent" => "2",
859  "MouseInputAdapter" => "2",
860  "MouseInputListener" => "2",
861  "MouseListener" => "2",
862  "MouseMotionAdapter" => "2",
863  "MouseMotionListener" => "2",
864  "MulticastSocket" => "2",
865  "MultiPixelPackedSampleModel" => "2",
866  "MultipleMaster" => "2",
867  "MutableAttributeSet" => "2",
868  "MutableComboBoxModel" => "2",
869  "MutableTreeNode" => "2",
870  "NameComponent" => "2",
871  "NameComponentHelper" => "2",
872  "NameComponentHolder" => "2",
873  "NamedValue" => "2",
874  "NameHelper" => "2",
875  "NameHolder" => "2",
876  "NameValuePair" => "2",
877  "Naming" => "2",
878  "NamingContext" => "2",
879  "NamingContextHelper" => "2",
880  "NamingContextHolder" => "2",
881  "NegativeArraySizeException" => "2",
882  "NetPermission" => "2",
883  "NO_IMPLEMENT" => "2",
884  "NO_MEMORY" => "2",
885  "NO_PERMISSION" => "2",
886  "NO_RESOURCES" => "2",
887  "NO_RESPONSE" => "2",
888  "NoClassDefFoundError" => "2",
889  "NoninvertibleTransformException" => "2",
890  "NoRouteToHostException" => "2",
891  "NoSuchAlgorithmException" => "2",
892  "NoSuchElementException" => "2",
893  "NoSuchFieldError" => "2",
894  "NoSuchFieldException" => "2",
895  "NoSuchMethodError" => "2",
896  "NoSuchMethodException" => "2",
897  "NoSuchObjectException" => "2",
898  "NoSuchProviderException" => "2",
899  "NotActiveException" => "2",
900  "NotBoundException" => "2",
901  "NotEmpty" => "2",
902  "NotEmptyHelper" => "2",
903  "NotEmptyHolder" => "2",
904  "NotFound" => "2",
905  "NotFoundHelper" => "2",
906  "NotFoundHolder" => "2",
907  "NotFoundReason" => "2",
908  "NotFoundReasonHelper" => "2",
909  "NotFoundReasonHolder" => "2",
910  "NotOwnerException" => "2",
911  "NotSerializableException" => "2",
912  "NullPointerException" => "2",
913  "Number" => "2",
914  "NumberFormat" => "2",
915  "NumberFormatException" => "2",
916  "NVList" => "2",
917  "OBJ_ADAPTER" => "2",
918  "Object" => "2",
919  "OBJECT_NOT_EXIST" => "2",
920  "ObjectHolder" => "2",
921  "ObjectImpl" => "2",
922  "ObjectInput" => "2",
923  "ObjectInputStream" => "2",
924  "ObjectInputValidation" => "2",
925  "ObjectOutput" => "2",
926  "ObjectOutputStream" => "2",
927  "ObjectStreamClass" => "2",
928  "ObjectStreamConstants" => "2",
929  "ObjectStreamException" => "2",
930  "ObjectStreamField" => "2",
931  "ObjID" => "2",
932  "Observable" => "2",
933  "Observer" => "2",
934  "OpenType" => "2",
935  "Operation" => "2",
936  "OperationDef" => "2",
937  "OperationDescription" => "2",
938  "OperationMode" => "2",
939  "OptionalDataException" => "2",
940  "OptionPaneUI" => "2",
941  "ORB" => "2",
942  "OutOfMemoryError" => "2",
943  "OutputStream" => "2",
944  "OutputStreamWriter" => "2",
945  "OverlayLayout" => "2",
946  "Owner" => "2",
947  "Package" => "2",
948  "PackedColorModel" => "2",
949  "Pageable" => "2",
950  "PageFormat" => "2",
951  "Paint" => "2",
952  "PaintContext" => "2",
953  "PaintEvent" => "2",
954  "Panel" => "2",
955  "PanelUI" => "2",
956  "Paper" => "2",
957  "ParagraphView" => "2",
958  "ParameterBlock" => "2",
959  "ParameterDescription" => "2",
960  "ParameterDescriptor" => "2",
961  "ParameterMode" => "2",
962  "ParseException" => "2",
963  "ParsePosition" => "2",
964  "PasswordAuthentication" => "2",
965  "PasswordView" => "2",
966  "PathIterator" => "2",
967  "Permission" => "2",
968  "PermissionCollection" => "2",
969  "Permissions" => "2",
970  "PERSIST_STORE" => "2",
971  "PhantomReference" => "2",
972  "PipedInputStream" => "2",
973  "PipedOutputStream" => "2",
974  "PipedReader" => "2",
975  "PipedWriter" => "2",
976  "PixelGrabber" => "2",
977  "PixelInterleavedSampleModel" => "2",
978  "PKCS8EncodedKeySpec" => "2",
979  "PlainDocument" => "2",
980  "PlainView" => "2",
981  "Point" => "2",
982  "Point2D" => "2",
983  "Policy" => "2",
984  "Polygon" => "2",
985  "PopupMenu" => "2",
986  "PopupMenuEvent" => "2",
987  "PopupMenuListener" => "2",
988  "PopupMenuUI" => "2",
989  "Position" => "2",
990  "PreparedStatement" => "2",
991  "PrimitiveDef" => "2",
992  "PrimitiveKind" => "2",
993  "Principal" => "2",
994  "PrincipalHolder" => "2",
995  "Printable" => "2",
996  "PrinterAbortException" => "2",
997  "PrinterException" => "2",
998  "PrinterGraphics" => "2",
999  "PrinterIOException" => "2",
1000  "PrinterJob" => "2",
1001  "PrintGraphics" => "2",
1002  "PrintJob" => "2",
1003  "PrintStream" => "2",
1004  "PrintWriter" => "2",
1005  "PRIVATE" => "2",
1006  "PrivateKey" => "2",
1007  "PrivilegedAction" => "2",
1008  "PrivilegedActionException" => "2",
1009  "PrivilegedExceptionAction" => "2",
1010  "Process" => "2",
1011  "ProfileDataException" => "2",
1012  "ProgressBarUI" => "2",
1013  "ProgressMonitor" => "2",
1014  "ProgressMonitorInputStream" => "2",
1015  "Properties" => "2",
1016  "PropertyChangeEvent" => "2",
1017  "PropertyChangeListener" => "2",
1018  "PropertyChangeSupport" => "2",
1019  "PropertyDescriptor" => "2",
1020  "PropertyEditor" => "2",
1021  "PropertyEditorManager" => "2",
1022  "PropertyEditorSupport" => "2",
1023  "PropertyPermission" => "2",
1024  "PropertyResourceBundle" => "2",
1025  "PropertyVetoException" => "2",
1026  "ProtectionDomain" => "2",
1027  "ProtocolException" => "2",
1028  "Provider" => "2",
1029  "ProviderException" => "2",
1030  "PUBLIC" => "2",
1031  "PublicKey" => "2",
1032  "PushbackInputStream" => "2",
1033  "PushbackReader" => "2",
1034  "QuadCurve2D" => "2",
1035  "Random" => "2",
1036  "RandomAccessFile" => "2",
1037  "Raster" => "2",
1038  "RasterFormatException" => "2",
1039  "RasterOp" => "2",
1040  "Reader" => "2",
1041  "Rectangle" => "2",
1042  "Rectangle2D" => "2",
1043  "RectangularShape" => "2",
1044  "Ref" => "2",
1045  "Reference" => "2",
1046  "ReferenceQueue" => "2",
1047  "ReflectPermission" => "2",
1048  "Registry" => "2",
1049  "RegistryHandler" => "2",
1050  "Remote" => "2",
1051  "RemoteCall" => "2",
1052  "RemoteException" => "2",
1053  "RemoteObject" => "2",
1054  "RemoteRef" => "2",
1055  "RemoteServer" => "2",
1056  "RemoteStub" => "2",
1057  "RenderableImage" => "2",
1058  "RenderableImageOp" => "2",
1059  "RenderableImageProducer" => "2",
1060  "RenderContext" => "2",
1061  "RenderedImage" => "2",
1062  "RenderedImageFactory" => "2",
1063  "Renderer" => "2",
1064  "RenderingHints" => "2",
1065  "RepaintManager" => "2",
1066  "ReplicateScaleFilter" => "2",
1067  "Repository" => "2",
1068  "Request" => "2",
1069  "RescaleOp" => "2",
1070  "ResourceBundle" => "2",
1071  "ResponseHandler" => "2",
1072  "ResultSet" => "2",
1073  "ResultSetMetaData" => "2",
1074  "RGBImageFilter" => "2",
1075  "RMIClassLoader" => "2",
1076  "RMIClientSocketFactory" => "2",
1077  "RMIFailureHandler" => "2",
1078  "RMISecurityException" => "2",
1079  "RMISecurityManager" => "2",
1080  "RMIServerSocketFactory" => "2",
1081  "RMISocketFactory" => "2",
1082  "RootPaneContainer" => "2",
1083  "RoundRectangle2D" => "2",
1084  "RowMapper" => "2",
1085  "RSAPrivateCrtKey" => "2",
1086  "RSAPrivateCrtKeySpec" => "2",
1087  "RSAPrivateKey" => "2",
1088  "RSAPrivateKeySpec" => "2",
1089  "RSAPublicKey" => "2",
1090  "RSAPublicKeySpec" => "2",
1091  "RTFEditorKit" => "2",
1092  "RuleBasedCollator" => "2",
1093  "Runnable" => "2",
1094  "Runtime" => "2",
1095  "RuntimeException" => "2",
1096  "RuntimePermission" => "2",
1097  "SampleModel" => "2",
1098  "Scrollable" => "2",
1099  "Scrollbar" => "2",
1100  "ScrollBarUI" => "2",
1101  "ScrollPane" => "2",
1102  "ScrollPaneConstants" => "2",
1103  "ScrollPaneLayout" => "2",
1104  "ScrollPaneUI" => "2",
1105  "SecureClassLoader" => "2",
1106  "SecureRandom" => "2",
1107  "SecureRandomSpi" => "2",
1108  "Security" => "2",
1109  "SecurityException" => "2",
1110  "SecurityManager" => "2",
1111  "SecurityPermission" => "2",
1112  "Segment" => "2",
1113  "SeparatorUI" => "2",
1114  "SequenceDef" => "2",
1115  "SequenceInputStream" => "2",
1116  "Serializable" => "2",
1117  "SerializablePermission" => "2",
1118  "ServantObject" => "2",
1119  "ServerCloneException" => "2",
1120  "ServerError" => "2",
1121  "ServerException" => "2",
1122  "ServerNotActiveException" => "2",
1123  "ServerRef" => "2",
1124  "ServerRequest" => "2",
1125  "ServerRuntimeException" => "2",
1126  "ServerSocket" => "2",
1127  "ServiceDetail" => "2",
1128  "ServiceDetailHelper" => "2",
1129  "ServiceDetailHolder" => "2",
1130  "ServiceInformation" => "2",
1131  "ServiceInformationHelper" => "2",
1132  "ServiceInformationHolder" => "2",
1133  "Set" => "2",
1134  "SetOverrideType" => "2",
1135  "Shape" => "2",
1136  "ShapeGraphicAttribute" => "2",
1137  "Short" => "2",
1138  "ShortHolder" => "2",
1139  "ShortLookupTable" => "2",
1140  "Signature" => "2",
1141  "SignatureException" => "2",
1142  "SignatureSpi" => "2",
1143  "SignedObject" => "2",
1144  "Signer" => "2",
1145  "SimpleAttributeSet" => "2",
1146  "SimpleBeanInfo" => "2",
1147  "SimpleDateFormat" => "2",
1148  "SimpleTimeZone" => "2",
1149  "SinglePixelPackedSampleModel" => "2",
1150  "SingleSelectionModel" => "2",
1151  "SizeRequirements" => "2",
1152  "Skeleton" => "2",
1153  "SkeletonMismatchException" => "2",
1154  "SkeletonNotFoundException" => "2",
1155  "SliderUI" => "2",
1156  "Socket" => "2",
1157  "SocketException" => "2",
1158  "SocketImpl" => "2",
1159  "SocketImplFactory" => "2",
1160  "SocketOptions" => "2",
1161  "SocketPermission" => "2",
1162  "SocketSecurityException" => "2",
1163  "SoftBevelBorder" => "2",
1164  "SoftReference" => "2",
1165  "SortedMap" => "2",
1166  "SortedSet" => "2",
1167  "SplitPaneUI" => "2",
1168  "SQLData" => "2",
1169  "SQLException" => "2",
1170  "SQLInput" => "2",
1171  "SQLOutput" => "2",
1172  "SQLWarning" => "2",
1173  "Stack" => "2",
1174  "StackOverflowError" => "2",
1175  "StateEdit" => "2",
1176  "StateEditable" => "2",
1177  "Statement" => "2",
1178  "Streamable" => "2",
1179  "StreamCorruptedException" => "2",
1180  "StreamTokenizer" => "2",
1181  "String" => "2",
1182  "StringBuffer" => "2",
1183  "StringBufferInputStream" => "2",
1184  "StringCharacterIterator" => "2",
1185  "StringContent" => "2",
1186  "StringDef" => "2",
1187  "StringHolder" => "2",
1188  "StringIndexOutOfBoundsException" => "2",
1189  "StringReader" => "2",
1190  "StringSelection" => "2",
1191  "StringTokenizer" => "2",
1192  "StringWriter" => "2",
1193  "Stroke" => "2",
1194  "Struct" => "2",
1195  "StructDef" => "2",
1196  "StructMember" => "2",
1197  "StubNotFoundException" => "2",
1198  "Style" => "2",
1199  "StyleConstants" => "2",
1200  "StyleContext" => "2",
1201  "StyledDocument" => "2",
1202  "StyledEditorKit" => "2",
1203  "StyleSheet" => "2",
1204  "SwingConstants" => "2",
1205  "SwingPropertyChangeSupport" => "2",
1206  "SwingUtilities" => "2",
1207  "SyncFailedException" => "2",
1208  "System" => "2",
1209  "SystemColor" => "2",
1210  "SystemException" => "2",
1211  "SystemFlavorMap" => "2",
1212  "TabableView" => "2",
1213  "TabbedPaneUI" => "2",
1214  "TabExpander" => "2",
1215  "TableCellEditor" => "2",
1216  "TableCellRenderer" => "2",
1217  "TableColumn" => "2",
1218  "TableColumnModel" => "2",
1219  "TableColumnModelEvent" => "2",
1220  "TableColumnModelListener" => "2",
1221  "TableHeaderUI" => "2",
1222  "TableModel" => "2",
1223  "TableModelEvent" => "2",
1224  "TableModelListener" => "2",
1225  "TableUI" => "2",
1226  "TableView" => "2",
1227  "TabSet" => "2",
1228  "TabStop" => "2",
1229  "TCKind" => "2",
1230  "TextAction" => "2",
1231  "TextArea" => "2",
1232  "TextAttribute" => "2",
1233  "TextComponent" => "2",
1234  "TextEvent" => "2",
1235  "TextField" => "2",
1236  "TextHitInfo" => "2",
1237  "TextLayout" => "2",
1238  "TextListener" => "2",
1239  "TextUI" => "2",
1240  "TexturePaint" => "2",
1241  "Thread" => "2",
1242  "ThreadDeath" => "2",
1243  "ThreadGroup" => "2",
1244  "ThreadLocal" => "2",
1245  "Throwable" => "2",
1246  "TileObserver" => "2",
1247  "Time" => "2",
1248  "Timer" => "2",
1249  "Timestamp" => "2",
1250  "TimeZone" => "2",
1251  "TitledBorder" => "2",
1252  "ToolBarUI" => "2",
1253  "Toolkit" => "2",
1254  "ToolTipManager" => "2",
1255  "ToolTipUI" => "2",
1256  "TooManyListenersException" => "2",
1257  "TRANSACTION_REQUIRED" => "2",
1258  "TRANSACTION_ROLLEDBACK" => "2",
1259  "Transferable" => "2",
1260  "TransformAttribute" => "2",
1261  "TRANSIENT" => "2",
1262  "Transparency" => "2",
1263  "TreeCellEditor" => "2",
1264  "TreeCellRenderer" => "2",
1265  "TreeExpansionEvent" => "2",
1266  "TreeExpansionListener" => "2",
1267  "TreeMap" => "2",
1268  "TreeModel" => "2",
1269  "TreeModelEvent" => "2",
1270  "TreeModelListener" => "2",
1271  "TreeNode" => "2",
1272  "TreePath" => "2",
1273  "TreeSelectionEvent" => "2",
1274  "TreeSelectionListener" => "2",
1275  "TreeSelectionModel" => "2",
1276  "TreeSet" => "2",
1277  "TreeUI" => "2",
1278  "TreeWillExpandListener" => "2",
1279  "TruncatedFileException" => "2",
1280  "TypeCode" => "2",
1281  "TypeCodeHolder" => "2",
1282  "TypedefDef" => "2",
1283  "TypeDescription" => "2",
1284  "Types" => "2",
1285  "UID" => "2",
1286  "UIDefaults" => "2",
1287  "UIManager" => "2",
1288  "UIResource" => "2",
1289  "UndoableEdit" => "2",
1290  "UndoableEditEvent" => "2",
1291  "UndoableEditListener" => "2",
1292  "UndoableEditSupport" => "2",
1293  "UndoManager" => "2",
1294  "UnexpectedException" => "2",
1295  "UnicastRemoteObject" => "2",
1296  "UnionDef" => "2",
1297  "UnionMember" => "2",
1298  "UNKNOWN" => "2",
1299  "UnknownError" => "2",
1300  "UnknownGroupException" => "2",
1301  "UnknownHostException" => "2",
1302  "UnknownObjectException" => "2",
1303  "UnknownServiceException" => "2",
1304  "UnknownUserException" => "2",
1305  "UnmarshalException" => "2",
1306  "UnrecoverableKeyException" => "2",
1307  "Unreferenced" => "2",
1308  "UnresolvedPermission" => "2",
1309  "UnsatisfiedLinkError" => "2",
1310  "UnsupportedEncodingException" => "2",
1311  "UnsupportedFlavorException" => "2",
1312  "UnsupportedLookAndFeelException" => "2",
1313  "UnsupportedOperationException" => "2",
1314  "URL" => "2",
1315  "URLClassLoader" => "2",
1316  "URLConnection" => "2",
1317  "URLDecoder" => "2",
1318  "URLEncoder" => "2",
1319  "URLStreamHandler" => "2",
1320  "URLStreamHandlerFactory" => "2",
1321  "UserException" => "2",
1322  "UTFDataFormatException" => "2",
1323  "Utilities" => "2",
1324  "ValueBoxDef" => "2",
1325  "ValueDef" => "2",
1326  "ValueDescription" => "2",
1327  "ValueMember" => "2",
1328  "ValueMemberDef" => "2",
1329  "VariableHeightLayoutCache" => "2",
1330  "Vector" => "2",
1331  "VerifyError" => "2",
1332  "VetoableChangeListener" => "2",
1333  "VetoableChangeSupport" => "2",
1334  "View" => "2",
1335  "ViewFactory" => "2",
1336  "ViewportLayout" => "2",
1337  "ViewportUI" => "2",
1338  "VirtualMachineError" => "2",
1339  "Visibility" => "2",
1340  "VMID" => "2",
1341  "Void" => "2",
1342  "WeakHashMap" => "2",
1343  "WeakReference" => "2",
1344  "Window" => "2",
1345  "WindowAdapter" => "2",
1346  "WindowConstants" => "2",
1347  "WindowEvent" => "2",
1348  "WindowListener" => "2",
1349  "WrappedPlainView" => "2",
1350  "WritableRaster" => "2",
1351  "WritableRenderedImage" => "2",
1352  "WriteAbortedException" => "2",
1353  "Writer" => "2",
1354  "WrongTransaction" => "2",
1355  "X509Certificate" => "2",
1356  "X509CRL" => "2",
1357  "X509CRLEntry" => "2",
1358  "X509EncodedKeySpec" => "2",
1359  "X509Extension" => "2",
1360  "ZipEntry" => "2",
1361  "ZipException" => "2",
1362  "ZipFile" => "2",
1363  "ZipInputStream" => "2",
1364  "ZipOutputStream" => "2",
1365  "_BindingIteratorImplBase" => "2",
1366  "_NamingContextImplBase" => "2",
1367  "Abs" => "3",
1368  "AbstractAnyAllFunctor" => "3",
1369  "AbstractBinaryElementArithmeticFunctor" => "3",
1370  "AbstractBinaryElementCalendarFunctor" => "3",
1371  "AbstractBinaryElementCompareFunctor" => "3",
1372  "AbstractBinaryElementFunctor" => "3",
1373  "AbstractBinaryElementLogicalFunctor" => "3",
1374  "AbstractBinaryFunctor" => "3",
1375  "AbstractBinarySeriesFunctor" => "3",
1376  "AbstractCompositeFunctor" => "3",
1377  "AbstractEnumeratedType" => "3",
1378  "AbstractFunctor" => "3",
1379  "AbstractMultiElementFunctor" => "3",
1380  "AbstractMultiFunctor" => "3",
1381  "AbstractMultiIgnoreFunctor" => "3",
1382  "AbstractSortFunctor" => "3",
1383  "AbstractSortInRangeFunctor" => "3",
1384  "AbstractSortToCaseFunctor" => "3",
1385  "AbstractUnaryElementFunctor" => "3",
1386  "AbstractUnaryElementStringFunctor" => "3",
1387  "AbstractUnaryFunctor" => "3",
1388  "AbstractUnaryIgnoreFunctor" => "3",
1389  "AbstractUnarySeriesFunctor" => "3",
1390  "AbstractUnarySeriesGrowthFunctor" => "3",
1391  "Add" => "3",
1392  "Agr" => "3",
1393  "AgrMethod" => "3",
1394  "AgrRate" => "3",
1395  "AliasesNotAccessibleUchkException" => "3",
1396  "All" => "3",
1397  "And" => "3",
1398  "Annpct" => "3",
1399  "ArrayAdapter" => "3",
1400  "Atan" => "3",
1401  "Ave" => "3",
1402  "BadStatusCodeUchkException" => "3",
1403  "BadValueUchkException" => "3",
1404  "BooleanList" => "3",
1405  "ByteList" => "3",
1406  "CalendarFormatUchkException" => "3",
1407  "CalendarIterator" => "3",
1408  "Cave" => "3",
1409  "CfmStatusUchkException" => "3",
1410  "ChartUchkException" => "3",
1411  "Cmax" => "3",
1412  "Cmin" => "3",
1413  "ConnectionChkException" => "3",
1414  "Corr" => "3",
1415  "Cos" => "3",
1416  "Cprod" => "3",
1417  "CrossList" => "3",
1418  "Csum" => "3",
1419  "Ctot" => "3",
1420  "DataObjectInfo" => "3",
1421  "DataResource" => "3",
1422  "DataResourceChkException" => "3",
1423  "DataStore" => "3",
1424  "DataStoreChkException" => "3",
1425  "DataStoreSequence" => "3",
1426  "DataStoreSequenceChkException" => "3",
1427  "DataTypeChkException" => "3",
1428  "DateAlignmentChkException" => "3",
1429  "DateHelper" => "3",
1430  "DateList" => "3",
1431  "DateOverflowChkException" => "3",
1432  "DateOverflowUchkException" => "3",
1433  "Diff" => "3",
1434  "DiscreteGrouping" => "3",
1435  "DiscreteTieBreaker" => "3",
1436  "Divide" => "3",
1437  "DoubleList" => "3",
1438  "EnumeratedTypeHelper" => "3",
1439  "EQ" => "3",
1440  "Exp" => "3",
1441  "FameDbConnection" => "3",
1442  "FameDbDataObjectInfo" => "3",
1443  "FameDbDataStore" => "3",
1444  "FameDbDataStoreChkException" => "3",
1445  "FloatList" => "3",
1446  "Functor" => "3",
1447  "FunctorCalculationChkException" => "3",
1448  "FunctorConsistencyChkException" => "3",
1449  "FunctorHelper" => "3",
1450  "GE" => "3",
1451  "GetDataStoreChkException" => "3",
1452  "GLOID" => "3",
1453  "Growth" => "3",
1454  "GT" => "3",
1455  "IfThenElse" => "3",
1456  "IllegalArgumentUchkException" => "3",
1457  "IncompatibleObjectChkException" => "3",
1458  "IndexBy" => "3",
1459  "IndexValueRange" => "3",
1460  "IndexValues" => "3",
1461  "InternalErrorUchkException" => "3",
1462  "Interp" => "3",
1463  "InterpMethod" => "3",
1464  "IntList" => "3",
1465  "IsMissing" => "3",
1466  "Lave" => "3",
1467  "LE" => "3",
1468  "Left" => "3",
1469  "Length" => "3",
1470  "LicenseExpiredUchkException" => "3",
1471  "Lmax" => "3",
1472  "Lmin" => "3",
1473  "Location" => "3",
1474  "Log" => "3",
1475  "Log10" => "3",
1476  "LongList" => "3",
1477  "Lower" => "3",
1478  "Lprod" => "3",
1479  "Lstddev" => "3",
1480  "Lsum" => "3",
1481  "LT" => "3",
1482  "Ltrim" => "3",
1483  "Lvar" => "3",
1484  "Mave" => "3",
1485  "Mavec" => "3",
1486  "Max" => "3",
1487  "McadbsConnection" => "3",
1488  "Mcorr" => "3",
1489  "Min" => "3",
1490  "Minus" => "3",
1491  "Mirror" => "3",
1492  "MissingTreatment" => "3",
1493  "Mmax" => "3",
1494  "Mmin" => "3",
1495  "Mod" => "3",
1496  "Mprod" => "3",
1497  "Mstddev" => "3",
1498  "Msum" => "3",
1499  "Multiply" => "3",
1500  "Mvar" => "3",
1501  "Namelist" => "3",
1502  "NE" => "3",
1503  "Not" => "3",
1504  "NotFoundChkException" => "3",
1505  "ObjectChangedChkException" => "3",
1506  "ObjectClassChkException" => "3",
1507  "ObjectExistsChkException" => "3",
1508  "ObjectList" => "3",
1509  "Observation" => "3",
1510  "ObservationList" => "3",
1511  "Or" => "3",
1512  "Pad" => "3",
1513  "Pct" => "3",
1514  "PeriodsBetween" => "3",
1515  "PeriodsFrom" => "3",
1516  "PrimitiveIterator" => "3",
1517  "Prod" => "3",
1518  "RangeTooLargeChkException" => "3",
1519  "RegularCalendar" => "3",
1520  "RegularSeries" => "3",
1521  "Right" => "3",
1522  "Round" => "3",
1523  "Rtrim" => "3",
1524  "Sannpct" => "3",
1525  "Scalar" => "3",
1526  "ScreeningCriteria" => "3",
1527  "Series" => "3",
1528  "Server" => "3",
1529  "Session" => "3",
1530  "Shift" => "3",
1531  "ShortList" => "3",
1532  "Sign" => "3",
1533  "SimpleCalendar" => "3",
1534  "Sin" => "3",
1535  "SortData" => "3",
1536  "SortDataInRange" => "3",
1537  "SortDirection" => "3",
1538  "SortIndex" => "3",
1539  "SortIndexInRange" => "3",
1540  "Sqrt" => "3",
1541  "Stddev" => "3",
1542  "StringList" => "3",
1543  "SubString" => "3",
1544  "Subtract" => "3",
1545  "Sum" => "3",
1546  "TimeScale" => "3",
1547  "TimeScaling" => "3",
1548  "TiqAccess" => "3",
1549  "TiqCheckedException" => "3",
1550  "TiqClass" => "3",
1551  "TiqConstants" => "3",
1552  "TiqDate" => "3",
1553  "TiqFrequency" => "3",
1554  "TiqHelper" => "3",
1555  "TiqObject" => "3",
1556  "TiqObjectChkException" => "3",
1557  "TiqObserved" => "3",
1558  "TiqTechnique" => "3",
1559  "TiqType" => "3",
1560  "TiqUncheckedException" => "3",
1561  "TiqValue" => "3",
1562  "TiqView" => "3",
1563  "TiqViewChangedEvent" => "3",
1564  "TiqViewChangeListener" => "3",
1565  "Tot" => "3",
1566  "Trim" => "3",
1567  "Trunc" => "3",
1568  "UnsupportedDataTypeUchkException" => "3",
1569  "UnsupportedOperationUchkException" => "3",
1570  "Upper" => "3",
1571  "Var" => "3",
1572  "Which" => "3",
1573  "WildCardMatchesChkException" => "3",
1574  "Xor" => "3");
1575 
1576  // Special extensions
1577 
1578  // Each category can specify a PHP function that returns an altered
1579  // version of the keyword.
1580 
1581 
1582 
1583  $this->linkscripts = array(
1584  "1" => "donothing",
1585  "2" => "donothing",
1586  "3" => "donothing");
1587  }
1588 
1589 
1590  public function donothing($keywordin)
1591  {
1592  return $keywordin;
1593  }
1594  }
$BEAUT_PATH
Create styles array
The data for the language used.
Definition: HFile.php:21