• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

syntax_highlight/php/HFile/HFile_javatimeiq.php

Go to the documentation of this file.
00001 <?php
00002 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00003 if (!isset ($BEAUT_PATH)) return;
00004 require_once("$BEAUT_PATH/Beautifier/HFile.php");
00005   class HFile_javatimeiq extends HFile{
00006    function HFile_javatimeiq(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // Java 1.2 with FAME TimeIQ
00011 /*************************************/
00012 // Flags
00013 
00014 $this->nocase                   = "0";
00015 $this->notrim                   = "0";
00016 $this->perl                     = "0";
00017 
00018 // Colours
00019 
00020 $this->colours          = array("blue", "purple", "gray");
00021 $this->quotecolour              = "blue";
00022 $this->blockcommentcolour       = "green";
00023 $this->linecommentcolour        = "green";
00024 
00025 // Indent Strings
00026 
00027 $this->indent                   = array("{");
00028 $this->unindent                 = array("}");
00029 
00030 // String characters and delimiters
00031 
00032 $this->stringchars              = array();
00033 $this->delimiters               = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", "      ", ".", "?");
00034 $this->escchar                  = "";
00035 
00036 // Comment settings
00037 
00038 $this->linecommenton            = array("//");
00039 $this->blockcommenton           = array("/*");
00040 $this->blockcommentoff          = array("*/");
00041 
00042 // Keywords (keyword mapping to colour number)
00043 
00044 $this->keywords                 = array(
00045                         "abstract" => "1", 
00046                         "break" => "1", 
00047                         "byte" => "1", 
00048                         "boolean" => "1", 
00049                         "catch" => "1", 
00050                         "case" => "1", 
00051                         "class" => "1", 
00052                         "char" => "1", 
00053                         "continue" => "1", 
00054                         "default" => "1", 
00055                         "double" => "1", 
00056                         "do" => "1", 
00057                         "else" => "1", 
00058                         "extends" => "1", 
00059                         "false" => "1", 
00060                         "final" => "1", 
00061                         "float" => "1", 
00062                         "for" => "1", 
00063                         "finally" => "1", 
00064                         "if" => "1", 
00065                         "import" => "1", 
00066                         "implements" => "1", 
00067                         "int" => "1", 
00068                         "interface" => "1", 
00069                         "instanceof" => "1", 
00070                         "long" => "1", 
00071                         "length" => "1", 
00072                         "native" => "1", 
00073                         "new" => "1", 
00074                         "null" => "1", 
00075                         "package" => "1", 
00076                         "private" => "1", 
00077                         "protected" => "1", 
00078                         "public" => "1", 
00079                         "return" => "1", 
00080                         "switch" => "1", 
00081                         "synchronized" => "1", 
00082                         "short" => "1", 
00083                         "static" => "1", 
00084                         "super" => "1", 
00085                         "try" => "1", 
00086                         "true" => "1", 
00087                         "this" => "1", 
00088                         "throw" => "1", 
00089                         "throws" => "1", 
00090                         "threadsafe" => "1", 
00091                         "transient" => "1", 
00092                         "void" => "1", 
00093                         "while" => "1", 
00094                         "AbstractAction" => "2", 
00095                         "AbstractBorder" => "2", 
00096                         "AbstractButton" => "2", 
00097                         "AbstractCollection" => "2", 
00098                         "AbstractDocument" => "2", 
00099                         "AbstractLayoutCache" => "2", 
00100                         "AbstractList" => "2", 
00101                         "AbstractListModel" => "2", 
00102                         "AbstractMap" => "2", 
00103                         "AbstractMethodError" => "2", 
00104                         "AbstractSequentialList" => "2", 
00105                         "AbstractSet" => "2", 
00106                         "AbstractTableModel" => "2", 
00107                         "AbstractUndoableEdit" => "2", 
00108                         "AbstractWriter" => "2", 
00109                         "AccessControlContext" => "2", 
00110                         "AccessControlException" => "2", 
00111                         "AccessController" => "2", 
00112                         "AccessException" => "2", 
00113                         "Accessible" => "2", 
00114                         "AccessibleAction" => "2", 
00115                         "AccessibleBundle" => "2", 
00116                         "AccessibleComponent" => "2", 
00117                         "AccessibleContext" => "2", 
00118                         "AccessibleHyperlink" => "2", 
00119                         "AccessibleHypertext" => "2", 
00120                         "AccessibleObject" => "2", 
00121                         "AccessibleResourceBundle" => "2", 
00122                         "AccessibleRole" => "2", 
00123                         "AccessibleSelection" => "2", 
00124                         "AccessibleState" => "2", 
00125                         "AccessibleStateSet" => "2", 
00126                         "AccessibleText" => "2", 
00127                         "AccessibleValue" => "2", 
00128                         "Acl" => "2", 
00129                         "AclEntry" => "2", 
00130                         "AclNotFoundException" => "2", 
00131                         "Action" => "2", 
00132                         "ActionEvent" => "2", 
00133                         "ActionListener" => "2", 
00134                         "Activatable" => "2", 
00135                         "ActivateFailedException" => "2", 
00136                         "ActivationDesc" => "2", 
00137                         "ActivationException" => "2", 
00138                         "ActivationGroup" => "2", 
00139                         "ActivationGroupDesc" => "2", 
00140                         "ActivationGroupID" => "2", 
00141                         "ActivationID" => "2", 
00142                         "ActivationInstantiator" => "2", 
00143                         "ActivationMonitor" => "2", 
00144                         "ActivationSystem" => "2", 
00145                         "Activator" => "2", 
00146                         "ActiveEvent" => "2", 
00147                         "Adjustable" => "2", 
00148                         "AdjustmentEvent" => "2", 
00149                         "AdjustmentListener" => "2", 
00150                         "Adler32" => "2", 
00151                         "AffineTransform" => "2", 
00152                         "AffineTransformOp" => "2", 
00153                         "AlgorithmParameterGenerator" => "2", 
00154                         "AlgorithmParameterGeneratorSpi" => "2", 
00155                         "AlgorithmParameters" => "2", 
00156                         "AlgorithmParameterSpec" => "2", 
00157                         "AlgorithmParametersSpi" => "2", 
00158                         "AliasDef" => "2", 
00159                         "AllPermission" => "2", 
00160                         "AlphaComposite" => "2", 
00161                         "AlreadyBound" => "2", 
00162                         "AlreadyBoundException" => "2", 
00163                         "AlreadyBoundHelper" => "2", 
00164                         "AlreadyBoundHolder" => "2", 
00165                         "AncestorEvent" => "2", 
00166                         "AncestorListener" => "2", 
00167                         "Annotation" => "2", 
00168                         "Any" => "2", 
00169                         "AnyHolder" => "2", 
00170                         "Applet" => "2", 
00171                         "AppletContext" => "2", 
00172                         "AppletInitializer" => "2", 
00173                         "AppletStub" => "2", 
00174                         "ApplicationException" => "2", 
00175                         "Arc2D" => "2", 
00176                         "Area" => "2", 
00177                         "AreaAveragingScaleFilter" => "2", 
00178                         "ARG_IN" => "2", 
00179                         "ARG_INOUT" => "2", 
00180                         "ARG_OUT" => "2", 
00181                         "ArithmeticException" => "2", 
00182                         "Array" => "2", 
00183                         "ArrayDef" => "2", 
00184                         "ArrayIndexOutOfBoundsException" => "2", 
00185                         "ArrayList" => "2", 
00186                         "Arrays" => "2", 
00187                         "ArrayStoreException" => "2", 
00188                         "AttributedCharacterIterator" => "2", 
00189                         "AttributeDef" => "2", 
00190                         "AttributeDescription" => "2", 
00191                         "AttributedString" => "2", 
00192                         "AttributeMode" => "2", 
00193                         "Attributes" => "2", 
00194                         "AttributeSet" => "2", 
00195                         "AudioClip" => "2", 
00196                         "Authenticator" => "2", 
00197                         "Autoscroll" => "2", 
00198                         "AWTError" => "2", 
00199                         "AWTEvent" => "2", 
00200                         "AWTEventMulticaster" => "2", 
00201                         "AWTException" => "2", 
00202                         "AWTPermission" => "2", 
00203                         "BAD_CONTEXT" => "2", 
00204                         "BAD_INV_ORDER" => "2", 
00205                         "BAD_OPERATION" => "2", 
00206                         "BAD_PARAM" => "2", 
00207                         "BAD_TYPECODE" => "2", 
00208                         "BadKind" => "2", 
00209                         "BadLocationException" => "2", 
00210                         "BandCombineOp" => "2", 
00211                         "BandedSampleModel" => "2", 
00212                         "BasicPermission" => "2", 
00213                         "BasicStroke" => "2", 
00214                         "BatchUpdateException" => "2", 
00215                         "BeanContext" => "2", 
00216                         "BeanContextAddedEvent" => "2", 
00217                         "BeanContextChild" => "2", 
00218                         "BeanContextChildSupport" => "2", 
00219                         "BeanContextContainer" => "2", 
00220                         "BeanContextEvent" => "2", 
00221                         "BeanContextMembershipEvent" => "2", 
00222                         "BeanContextMembershipListener" => "2", 
00223                         "BeanContextRemovedEvent" => "2", 
00224                         "BeanContextServiceAvailableEvent" => "2", 
00225                         "BeanContextServiceProvider" => "2", 
00226                         "BeanContextServiceRevokedEvent" => "2", 
00227                         "BeanContextServiceRevokedListener" => "2", 
00228                         "BeanContextServices" => "2", 
00229                         "BeanContextServicesListener" => "2", 
00230                         "BeanContextServicesSupport" => "2", 
00231                         "BeanContextSupport" => "2", 
00232                         "BeanDescriptor" => "2", 
00233                         "BeanInfo" => "2", 
00234                         "Beans" => "2", 
00235                         "BevelBorder" => "2", 
00236                         "BigDecimal" => "2", 
00237                         "BigInteger" => "2", 
00238                         "BindException" => "2", 
00239                         "Binding" => "2", 
00240                         "BindingHelper" => "2", 
00241                         "BindingHolder" => "2", 
00242                         "BindingIterator" => "2", 
00243                         "BindingIteratorHelper" => "2", 
00244                         "BindingIteratorHolder" => "2", 
00245                         "BindingListHelper" => "2", 
00246                         "BindingListHolder" => "2", 
00247                         "BindingType" => "2", 
00248                         "BindingTypeHelper" => "2", 
00249                         "BindingTypeHolder" => "2", 
00250                         "BitSet" => "2", 
00251                         "Blob" => "2", 
00252                         "BlockView" => "2", 
00253                         "Book" => "2", 
00254                         "Boolean" => "2", 
00255                         "BooleanHolder" => "2", 
00256                         "Border" => "2", 
00257                         "BorderFactory" => "2", 
00258                         "BorderLayout" => "2", 
00259                         "BorderUIResource" => "2", 
00260                         "BoundedRangeModel" => "2", 
00261                         "Bounds" => "2", 
00262                         "Box" => "2", 
00263                         "BoxLayout" => "2", 
00264                         "BoxView" => "2", 
00265                         "BreakIterator" => "2", 
00266                         "BufferedImage" => "2", 
00267                         "BufferedImageFilter" => "2", 
00268                         "BufferedImageOp" => "2", 
00269                         "BufferedInputStream" => "2", 
00270                         "BufferedOutputStream" => "2", 
00271                         "BufferedReader" => "2", 
00272                         "BufferedWriter" => "2", 
00273                         "Button" => "2", 
00274                         "ButtonGroup" => "2", 
00275                         "ButtonModel" => "2", 
00276                         "ButtonUI" => "2", 
00277                         "Byte" => "2", 
00278                         "ByteArrayInputStream" => "2", 
00279                         "ByteArrayOutputStream" => "2", 
00280                         "ByteHolder" => "2", 
00281                         "ByteLookupTable" => "2", 
00282                         "Calendar" => "2", 
00283                         "CallableStatement" => "2", 
00284                         "CannotProceed" => "2", 
00285                         "CannotProceedHelper" => "2", 
00286                         "CannotProceedHolder" => "2", 
00287                         "CannotRedoException" => "2", 
00288                         "CannotUndoException" => "2", 
00289                         "Canvas" => "2", 
00290                         "CardLayout" => "2", 
00291                         "Caret" => "2", 
00292                         "CaretEvent" => "2", 
00293                         "CaretListener" => "2", 
00294                         "CellEditor" => "2", 
00295                         "CellEditorListener" => "2", 
00296                         "CellRendererPane" => "2", 
00297                         "Certificate" => "2", 
00298                         "CertificateEncodingException" => "2", 
00299                         "CertificateException" => "2", 
00300                         "CertificateExpiredException" => "2", 
00301                         "CertificateFactory" => "2", 
00302                         "CertificateFactorySpi" => "2", 
00303                         "CertificateNotYetValidException" => "2", 
00304                         "CertificateParsingException" => "2", 
00305                         "ChangeEvent" => "2", 
00306                         "ChangeListener" => "2", 
00307                         "Character" => "2", 
00308                         "CharacterIterator" => "2", 
00309                         "CharArrayReader" => "2", 
00310                         "CharArrayWriter" => "2", 
00311                         "CharConversionException" => "2", 
00312                         "CharHolder" => "2", 
00313                         "Checkbox" => "2", 
00314                         "CheckboxGroup" => "2", 
00315                         "CheckboxMenuItem" => "2", 
00316                         "CheckedInputStream" => "2", 
00317                         "CheckedOutputStream" => "2", 
00318                         "Checksum" => "2", 
00319                         "Choice" => "2", 
00320                         "ChoiceFormat" => "2", 
00321                         "Class" => "2", 
00322                         "ClassCastException" => "2", 
00323                         "ClassCircularityError" => "2", 
00324                         "ClassFormatError" => "2", 
00325                         "ClassLoader" => "2", 
00326                         "ClassNotFoundException" => "2", 
00327                         "Clipboard" => "2", 
00328                         "ClipboardOwner" => "2", 
00329                         "Clob" => "2", 
00330                         "Cloneable" => "2", 
00331                         "CloneNotSupportedException" => "2", 
00332                         "CMMException" => "2", 
00333                         "CodeSource" => "2", 
00334                         "CollationElementIterator" => "2", 
00335                         "CollationKey" => "2", 
00336                         "Collator" => "2", 
00337                         "Collection" => "2", 
00338                         "Collections" => "2", 
00339                         "Color" => "2", 
00340                         "ColorChooserUI" => "2", 
00341                         "ColorConvertOp" => "2", 
00342                         "ColorModel" => "2", 
00343                         "ColorSpace" => "2", 
00344                         "ColorUIResource" => "2", 
00345                         "ComboBoxEditor" => "2", 
00346                         "ComboBoxModel" => "2", 
00347                         "ComboBoxUI" => "2", 
00348                         "COMM_FAILURE" => "2", 
00349                         "Comparable" => "2", 
00350                         "Comparator" => "2", 
00351                         "Compiler" => "2", 
00352                         "CompletionStatus" => "2", 
00353                         "Component" => "2", 
00354                         "ComponentAdapter" => "2", 
00355                         "ComponentColorModel" => "2", 
00356                         "ComponentEvent" => "2", 
00357                         "ComponentListener" => "2", 
00358                         "ComponentOrientation" => "2", 
00359                         "ComponentSampleModel" => "2", 
00360                         "ComponentUI" => "2", 
00361                         "ComponentView" => "2", 
00362                         "Composite" => "2", 
00363                         "CompositeContext" => "2", 
00364                         "CompositeView" => "2", 
00365                         "CompoundBorder" => "2", 
00366                         "CompoundEdit" => "2", 
00367                         "ConcurrentModificationException" => "2", 
00368                         "ConnectException" => "2", 
00369                         "ConnectIOException" => "2", 
00370                         "Connection" => "2", 
00371                         "ConstantDef" => "2", 
00372                         "ConstantDescription" => "2", 
00373                         "ConstructionPolicy" => "2", 
00374                         "Constructor" => "2", 
00375                         "Contained" => "2", 
00376                         "Container" => "2", 
00377                         "ContainerAdapter" => "2", 
00378                         "ContainerEvent" => "2", 
00379                         "ContainerListener" => "2", 
00380                         "ContentHandler" => "2", 
00381                         "ContentHandlerFactory" => "2", 
00382                         "Context" => "2", 
00383                         "ContextList" => "2", 
00384                         "ContextualRenderedImageFactory" => "2", 
00385                         "ConvolveOp" => "2", 
00386                         "CRC32" => "2", 
00387                         "CRL" => "2", 
00388                         "CRLException" => "2", 
00389                         "CropImageFilter" => "2", 
00390                         "CSS" => "2", 
00391                         "CTX_RESTRICT_SCOPE" => "2", 
00392                         "CubicCurve2D" => "2", 
00393                         "Current" => "2", 
00394                         "Cursor" => "2", 
00395                         "Customizer" => "2", 
00396                         "DATA_CONVERSION" => "2", 
00397                         "DatabaseMetaData" => "2", 
00398                         "DataBuffer" => "2", 
00399                         "DataBufferByte" => "2", 
00400                         "DataBufferInt" => "2", 
00401                         "DataBufferShort" => "2", 
00402                         "DataBufferUShort" => "2", 
00403                         "DataFlavor" => "2", 
00404                         "DataFormatException" => "2", 
00405                         "DatagramPacket" => "2", 
00406                         "DatagramSocket" => "2", 
00407                         "DatagramSocketImpl" => "2", 
00408                         "DataInput" => "2", 
00409                         "DataInputStream" => "2", 
00410                         "DataOutput" => "2", 
00411                         "DataOutputStream" => "2", 
00412                         "DataTruncation" => "2", 
00413                         "Date" => "2", 
00414                         "DateFormat" => "2", 
00415                         "DateFormatSymbols" => "2", 
00416                         "DebugGraphics" => "2", 
00417                         "DecimalFormat" => "2", 
00418                         "DecimalFormatSymbols" => "2", 
00419                         "DefaultBoundedRangeModel" => "2", 
00420                         "DefaultButtonModel" => "2", 
00421                         "DefaultCaret" => "2", 
00422                         "DefaultCellEditor" => "2", 
00423                         "DefaultComboBoxModel" => "2", 
00424                         "DefaultDesktopManager" => "2", 
00425                         "DefaultEditorKit" => "2", 
00426                         "DefaultFocusManager" => "2", 
00427                         "DefaultHighlighter" => "2", 
00428                         "DefaultListCellRenderer" => "2", 
00429                         "DefaultListModel" => "2", 
00430                         "DefaultListSelectionModel" => "2", 
00431                         "DefaultMutableTreeNode" => "2", 
00432                         "DefaultSingleSelectionModel" => "2", 
00433                         "DefaultStyledDocument" => "2", 
00434                         "DefaultTableCellRenderer" => "2", 
00435                         "DefaultTableColumnModel" => "2", 
00436                         "DefaultTableModel" => "2", 
00437                         "DefaultTextUI" => "2", 
00438                         "DefaultTreeCellEditor" => "2", 
00439                         "DefaultTreeCellRenderer" => "2", 
00440                         "DefaultTreeModel" => "2", 
00441                         "DefaultTreeSelectionModel" => "2", 
00442                         "DefinitionKind" => "2", 
00443                         "Deflater" => "2", 
00444                         "DeflaterOutputStream" => "2", 
00445                         "Delegate" => "2", 
00446                         "Description" => "2", 
00447                         "DesignMode" => "2", 
00448                         "DesktopIconUI" => "2", 
00449                         "DesktopManager" => "2", 
00450                         "DesktopPaneUI" => "2", 
00451                         "DGC" => "2", 
00452                         "Dialog" => "2", 
00453                         "Dictionary" => "2", 
00454                         "DigestException" => "2", 
00455                         "DigestInputStream" => "2", 
00456                         "DigestOutputStream" => "2", 
00457                         "Dimension" => "2", 
00458                         "Dimension2D" => "2", 
00459                         "DimensionUIResource" => "2", 
00460                         "DirectColorModel" => "2", 
00461                         "DnDConstants" => "2", 
00462                         "Document" => "2", 
00463                         "DocumentEvent" => "2", 
00464                         "DocumentListener" => "2", 
00465                         "DomainManager" => "2", 
00466                         "Double" => "2", 
00467                         "DoubleHolder" => "2", 
00468                         "DragGestureEvent" => "2", 
00469                         "DragGestureListener" => "2", 
00470                         "DragGestureRecognizer" => "2", 
00471                         "DragSource" => "2", 
00472                         "DragSourceContext" => "2", 
00473                         "DragSourceDragEvent" => "2", 
00474                         "DragSourceDropEvent" => "2", 
00475                         "DragSourceEvent" => "2", 
00476                         "DragSourceListener" => "2", 
00477                         "Driver" => "2", 
00478                         "DriverManager" => "2", 
00479                         "DriverPropertyInfo" => "2", 
00480                         "DropTarget" => "2", 
00481                         "DropTargetContext" => "2", 
00482                         "DropTargetDragEvent" => "2", 
00483                         "DropTargetDropEvent" => "2", 
00484                         "DropTargetEvent" => "2", 
00485                         "DropTargetListener" => "2", 
00486                         "DSAKey" => "2", 
00487                         "DSAKeyPairGenerator" => "2", 
00488                         "DSAParameterSpec" => "2", 
00489                         "DSAParams" => "2", 
00490                         "DSAPrivateKey" => "2", 
00491                         "DSAPrivateKeySpec" => "2", 
00492                         "DSAPublicKey" => "2", 
00493                         "DSAPublicKeySpec" => "2", 
00494                         "DynamicImplementation" => "2", 
00495                         "DynAny" => "2", 
00496                         "DynArray" => "2", 
00497                         "DynEnum" => "2", 
00498                         "DynFixed" => "2", 
00499                         "DynSequence" => "2", 
00500                         "DynStruct" => "2", 
00501                         "DynUnion" => "2", 
00502                         "DynValue" => "2", 
00503                         "EditorKit" => "2", 
00504                         "Element" => "2", 
00505                         "ElementIterator" => "2", 
00506                         "Ellipse2D" => "2", 
00507                         "EmptyBorder" => "2", 
00508                         "EmptyStackException" => "2", 
00509                         "EncodedKeySpec" => "2", 
00510                         "EnumDef" => "2", 
00511                         "Enumeration" => "2", 
00512                         "Environment" => "2", 
00513                         "EOFException" => "2", 
00514                         "Error" => "2", 
00515                         "EtchedBorder" => "2", 
00516                         "Event" => "2", 
00517                         "EventListener" => "2", 
00518                         "EventListenerList" => "2", 
00519                         "EventObject" => "2", 
00520                         "EventQueue" => "2", 
00521                         "EventQueueListener" => "2", 
00522                         "EventSetDescriptor" => "2", 
00523                         "Exception" => "2", 
00524                         "ExceptionDef" => "2", 
00525                         "ExceptionDescription" => "2", 
00526                         "ExceptionInInitializerError" => "2", 
00527                         "ExceptionList" => "2", 
00528                         "ExpandVetoException" => "2", 
00529                         "ExportException" => "2", 
00530                         "Externalizable" => "2", 
00531                         "FeatureDescriptor" => "2", 
00532                         "Field" => "2", 
00533                         "FieldPosition" => "2", 
00534                         "FieldView" => "2", 
00535                         "File" => "2", 
00536                         "FileChooserUI" => "2", 
00537                         "FileDescriptor" => "2", 
00538                         "FileDialog" => "2", 
00539                         "FileFilter" => "2", 
00540                         "FileInputStream" => "2", 
00541                         "FilenameFilter" => "2", 
00542                         "FileNameMap" => "2", 
00543                         "FileNotFoundException" => "2", 
00544                         "FileOutputStream" => "2", 
00545                         "FilePermission" => "2", 
00546                         "FileReader" => "2", 
00547                         "FileWriter" => "2", 
00548                         "FilteredImageSource" => "2", 
00549                         "FilterInputStream" => "2", 
00550                         "FilterOutputStream" => "2", 
00551                         "FilterReader" => "2", 
00552                         "FilterWriter" => "2", 
00553                         "FixedHeightLayoutCache" => "2", 
00554                         "FixedHolder" => "2", 
00555                         "FlatteningPathIterator" => "2", 
00556                         "FlavorMap" => "2", 
00557                         "Float" => "2", 
00558                         "FloatHolder" => "2", 
00559                         "FlowLayout" => "2", 
00560                         "FocusAdapter" => "2", 
00561                         "FocusEvent" => "2", 
00562                         "FocusListener" => "2", 
00563                         "FocusManager" => "2", 
00564                         "Font" => "2", 
00565                         "FontMetrics" => "2", 
00566                         "FontRenderContext" => "2", 
00567                         "FontUIResource" => "2", 
00568                         "Format" => "2", 
00569                         "Frame" => "2", 
00570                         "FREE_MEM" => "2", 
00571                         "FullInterfaceDescription" => "2", 
00572                         "GapContent" => "2", 
00573                         "GeneralPath" => "2", 
00574                         "GeneralSecurityException" => "2", 
00575                         "GlyphJustificationInfo" => "2", 
00576                         "GlyphMetrics" => "2", 
00577                         "GlyphVector" => "2", 
00578                         "GradientPaint" => "2", 
00579                         "GraphicAttribute" => "2", 
00580                         "Graphics" => "2", 
00581                         "Graphics2D" => "2", 
00582                         "GraphicsConfigTemplate" => "2", 
00583                         "GraphicsConfiguration" => "2", 
00584                         "GraphicsDevice" => "2", 
00585                         "GraphicsEnvironment" => "2", 
00586                         "GrayFilter" => "2", 
00587                         "GregorianCalendar" => "2", 
00588                         "GridBagConstraints" => "2", 
00589                         "GridBagLayout" => "2", 
00590                         "GridLayout" => "2", 
00591                         "Group" => "2", 
00592                         "Guard" => "2", 
00593                         "GuardedObject" => "2", 
00594                         "GZIPInputStream" => "2", 
00595                         "GZIPOutputStream" => "2", 
00596                         "HashMap" => "2", 
00597                         "HashSet" => "2", 
00598                         "Hashtable" => "2", 
00599                         "Highlighter" => "2", 
00600                         "HTML" => "2", 
00601                         "HTMLDocument" => "2", 
00602                         "HTMLEditorKit" => "2", 
00603                         "HTMLWriter" => "2", 
00604                         "HttpURLConnection" => "2", 
00605                         "HyperlinkEvent" => "2", 
00606                         "HyperlinkListener" => "2", 
00607                         "ICC_ColorSpace" => "2", 
00608                         "ICC_Profile" => "2", 
00609                         "ICC_ProfileGray" => "2", 
00610                         "ICC_ProfileRGB" => "2", 
00611                         "Icon" => "2", 
00612                         "IconUIResource" => "2", 
00613                         "IconView" => "2", 
00614                         "Identity" => "2", 
00615                         "IdentityScope" => "2", 
00616                         "IDLType" => "2", 
00617                         "IllegalAccessError" => "2", 
00618                         "IllegalAccessException" => "2", 
00619                         "IllegalArgumentException" => "2", 
00620                         "IllegalComponentStateException" => "2", 
00621                         "IllegalMonitorStateException" => "2", 
00622                         "IllegalPathStateException" => "2", 
00623                         "IllegalStateException" => "2", 
00624                         "IllegalThreadStateException" => "2", 
00625                         "Image" => "2", 
00626                         "ImageConsumer" => "2", 
00627                         "ImageFilter" => "2", 
00628                         "ImageFormatException" => "2", 
00629                         "ImageGraphicAttribute" => "2", 
00630                         "ImageIcon" => "2", 
00631                         "ImageObserver" => "2", 
00632                         "ImageProducer" => "2", 
00633                         "ImagingOpException" => "2", 
00634                         "IMP_LIMIT" => "2", 
00635                         "ImplementationDef" => "2", 
00636                         "IncompatibleClassChangeError" => "2", 
00637                         "IndexColorModel" => "2", 
00638                         "IndexedPropertyDescriptor" => "2", 
00639                         "IndexOutOfBoundsException" => "2", 
00640                         "InetAddress" => "2", 
00641                         "Inflater" => "2", 
00642                         "InflaterInputStream" => "2", 
00643                         "InheritableThreadLocal" => "2", 
00644                         "INITIALIZE" => "2", 
00645                         "Initializer" => "2", 
00646                         "InitializerDef" => "2", 
00647                         "InlineView" => "2", 
00648                         "InputContext" => "2", 
00649                         "InputEvent" => "2", 
00650                         "InputMethodEvent" => "2", 
00651                         "InputMethodHighlight" => "2", 
00652                         "InputMethodListener" => "2", 
00653                         "InputMethodRequests" => "2", 
00654                         "InputStream" => "2", 
00655                         "InputStreamReader" => "2", 
00656                         "Insets" => "2", 
00657                         "InsetsUIResource" => "2", 
00658                         "InstantiationError" => "2", 
00659                         "InstantiationException" => "2", 
00660                         "Integer" => "2", 
00661                         "InterfaceDef" => "2", 
00662                         "InterfaceDescription" => "2", 
00663                         "INTERNAL" => "2", 
00664                         "InternalError" => "2", 
00665                         "InternalFrameAdapter" => "2", 
00666                         "InternalFrameEvent" => "2", 
00667                         "InternalFrameListener" => "2", 
00668                         "InternalFrameUI" => "2", 
00669                         "InterruptedException" => "2", 
00670                         "InterruptedIOException" => "2", 
00671                         "INTF_REPOS" => "2", 
00672                         "IntHolder" => "2", 
00673                         "IntrospectionException" => "2", 
00674                         "Introspector" => "2", 
00675                         "INV_FLAG" => "2", 
00676                         "INV_IDENT" => "2", 
00677                         "INV_OBJREF" => "2", 
00678                         "INVALID_TRANSACTION" => "2", 
00679                         "InvalidAlgorithmParameterException" => "2", 
00680                         "InvalidClassException" => "2", 
00681                         "InvalidDnDOperationException" => "2", 
00682                         "InvalidKeyException" => "2", 
00683                         "InvalidKeySpecException" => "2", 
00684                         "InvalidName" => "2", 
00685                         "InvalidNameHelper" => "2", 
00686                         "InvalidNameHolder" => "2", 
00687                         "InvalidObjectException" => "2", 
00688                         "InvalidParameterException" => "2", 
00689                         "InvalidParameterSpecException" => "2", 
00690                         "InvocationEvent" => "2", 
00691                         "InvocationTargetException" => "2", 
00692                         "InvokeHandler" => "2", 
00693                         "IOException" => "2", 
00694                         "IRObject" => "2", 
00695                         "IstringHelper" => "2", 
00696                         "ItemEvent" => "2", 
00697                         "ItemListener" => "2", 
00698                         "ItemSelectable" => "2", 
00699                         "Iterator" => "2", 
00700                         "JApplet" => "2", 
00701                         "JarEntry" => "2", 
00702                         "JarException" => "2", 
00703                         "JarFile" => "2", 
00704                         "JarInputStream" => "2", 
00705                         "JarOutputStream" => "2", 
00706                         "JarURLConnection" => "2", 
00707                         "JButton" => "2", 
00708                         "JCheckBox" => "2", 
00709                         "JCheckBoxMenuItem" => "2", 
00710                         "JColorChooser" => "2", 
00711                         "JComboBox" => "2", 
00712                         "JComponent" => "2", 
00713                         "JDesktopPane" => "2", 
00714                         "JDialog" => "2", 
00715                         "JEditorPane" => "2", 
00716                         "JFileChooser" => "2", 
00717                         "JFrame" => "2", 
00718                         "JInternalFrame" => "2", 
00719                         "JLabel" => "2", 
00720                         "JLayeredPane" => "2", 
00721                         "JList" => "2", 
00722                         "JMenu" => "2", 
00723                         "JMenuBar" => "2", 
00724                         "JMenuItem" => "2", 
00725                         "JOptionPane" => "2", 
00726                         "JPanel" => "2", 
00727                         "JPasswordField" => "2", 
00728                         "JPEGCodec" => "2", 
00729                         "JPEGDecodeParam" => "2", 
00730                         "JPEGEncodeParam" => "2", 
00731                         "JPEGHuffmanTable" => "2", 
00732                         "JPEGImageDecoder" => "2", 
00733                         "JPEGImageEncoder" => "2", 
00734                         "JPEGQTable" => "2", 
00735                         "JPopupMenu" => "2", 
00736                         "JProgressBar" => "2", 
00737                         "JRadioButton" => "2", 
00738                         "JRadioButtonMenuItem" => "2", 
00739                         "JRootPane" => "2", 
00740                         "JScrollBar" => "2", 
00741                         "JScrollPane" => "2", 
00742                         "JSeparator" => "2", 
00743                         "JSlider" => "2", 
00744                         "JSplitPane" => "2", 
00745                         "JTabbedPane" => "2", 
00746                         "JTable" => "2", 
00747                         "JTableHeader" => "2", 
00748                         "JTextArea" => "2", 
00749                         "JTextComponent" => "2", 
00750                         "JTextField" => "2", 
00751                         "JTextPane" => "2", 
00752                         "JToggleButton" => "2", 
00753                         "JToolBar" => "2", 
00754                         "JToolTip" => "2", 
00755                         "JTree" => "2", 
00756                         "JViewport" => "2", 
00757                         "JWindow" => "2", 
00758                         "Kernel" => "2", 
00759                         "Key" => "2", 
00760                         "KeyAdapter" => "2", 
00761                         "KeyEvent" => "2", 
00762                         "KeyException" => "2", 
00763                         "KeyFactory" => "2", 
00764                         "KeyFactorySpi" => "2", 
00765                         "KeyListener" => "2", 
00766                         "KeyManagementException" => "2", 
00767                         "Keymap" => "2", 
00768                         "KeyPair" => "2", 
00769                         "KeyPairGenerator" => "2", 
00770                         "KeyPairGeneratorSpi" => "2", 
00771                         "KeySpec" => "2", 
00772                         "KeyStore" => "2", 
00773                         "KeyStoreException" => "2", 
00774                         "KeyStoreSpi" => "2", 
00775                         "KeyStroke" => "2", 
00776                         "Label" => "2", 
00777                         "LabelUI" => "2", 
00778                         "LabelView" => "2", 
00779                         "LastOwnerException" => "2", 
00780                         "LayoutManager" => "2", 
00781                         "LayoutManager2" => "2", 
00782                         "Lease" => "2", 
00783                         "Line2D" => "2", 
00784                         "LineBorder" => "2", 
00785                         "LineBreakMeasurer" => "2", 
00786                         "LineMetrics" => "2", 
00787                         "LineNumberInputStream" => "2", 
00788                         "LineNumberReader" => "2", 
00789                         "LinkageError" => "2", 
00790                         "LinkedList" => "2", 
00791                         "List" => "2", 
00792                         "ListCellRenderer" => "2", 
00793                         "ListDataEvent" => "2", 
00794                         "ListDataListener" => "2", 
00795                         "ListIterator" => "2", 
00796                         "ListModel" => "2", 
00797                         "ListResourceBundle" => "2", 
00798                         "ListSelectionEvent" => "2", 
00799                         "ListSelectionListener" => "2", 
00800                         "ListSelectionModel" => "2", 
00801                         "ListUI" => "2", 
00802                         "ListView" => "2", 
00803                         "LoaderHandler" => "2", 
00804                         "Locale" => "2", 
00805                         "LocateRegistry" => "2", 
00806                         "LogStream" => "2", 
00807                         "Long" => "2", 
00808                         "LongHolder" => "2", 
00809                         "LookAndFeel" => "2", 
00810                         "LookupOp" => "2", 
00811                         "LookupTable" => "2", 
00812                         "MalformedURLException" => "2", 
00813                         "Manifest" => "2", 
00814                         "Map" => "2", 
00815                         "MARSHAL" => "2", 
00816                         "MarshalException" => "2", 
00817                         "MarshalledObject" => "2", 
00818                         "Math" => "2", 
00819                         "MatteBorder" => "2", 
00820                         "MediaTracker" => "2", 
00821                         "Member" => "2", 
00822                         "MemoryImageSource" => "2", 
00823                         "Menu" => "2", 
00824                         "MenuBar" => "2", 
00825                         "MenuBarUI" => "2", 
00826                         "MenuComponent" => "2", 
00827                         "MenuContainer" => "2", 
00828                         "MenuDragMouseEvent" => "2", 
00829                         "MenuDragMouseListener" => "2", 
00830                         "MenuElement" => "2", 
00831                         "MenuEvent" => "2", 
00832                         "MenuItem" => "2", 
00833                         "MenuItemUI" => "2", 
00834                         "MenuKeyEvent" => "2", 
00835                         "MenuKeyListener" => "2", 
00836                         "MenuListener" => "2", 
00837                         "MenuSelectionManager" => "2", 
00838                         "MenuShortcut" => "2", 
00839                         "MessageDigest" => "2", 
00840                         "MessageDigestSpi" => "2", 
00841                         "MessageFormat" => "2", 
00842                         "Method" => "2", 
00843                         "MethodDescriptor" => "2", 
00844                         "MimeType" => "2", 
00845                         "MimeTypeParameterList" => "2", 
00846                         "MimeTypeParseException" => "2", 
00847                         "MinimalHTMLWriter" => "2", 
00848                         "MissingResourceException" => "2", 
00849                         "Modifier" => "2", 
00850                         "ModuleDef" => "2", 
00851                         "ModuleDescription" => "2", 
00852                         "MouseAdapter" => "2", 
00853                         "MouseDragGestureRecognizer" => "2", 
00854                         "MouseEvent" => "2", 
00855                         "MouseInputAdapter" => "2", 
00856                         "MouseInputListener" => "2", 
00857                         "MouseListener" => "2", 
00858                         "MouseMotionAdapter" => "2", 
00859                         "MouseMotionListener" => "2", 
00860                         "MulticastSocket" => "2", 
00861                         "MultiPixelPackedSampleModel" => "2", 
00862                         "MultipleMaster" => "2", 
00863                         "MutableAttributeSet" => "2", 
00864                         "MutableComboBoxModel" => "2", 
00865                         "MutableTreeNode" => "2", 
00866                         "NameComponent" => "2", 
00867                         "NameComponentHelper" => "2", 
00868                         "NameComponentHolder" => "2", 
00869                         "NamedValue" => "2", 
00870                         "NameHelper" => "2", 
00871                         "NameHolder" => "2", 
00872                         "NameValuePair" => "2", 
00873                         "Naming" => "2", 
00874                         "NamingContext" => "2", 
00875                         "NamingContextHelper" => "2", 
00876                         "NamingContextHolder" => "2", 
00877                         "NegativeArraySizeException" => "2", 
00878                         "NetPermission" => "2", 
00879                         "NO_IMPLEMENT" => "2", 
00880                         "NO_MEMORY" => "2", 
00881                         "NO_PERMISSION" => "2", 
00882                         "NO_RESOURCES" => "2", 
00883                         "NO_RESPONSE" => "2", 
00884                         "NoClassDefFoundError" => "2", 
00885                         "NoninvertibleTransformException" => "2", 
00886                         "NoRouteToHostException" => "2", 
00887                         "NoSuchAlgorithmException" => "2", 
00888                         "NoSuchElementException" => "2", 
00889                         "NoSuchFieldError" => "2", 
00890                         "NoSuchFieldException" => "2", 
00891                         "NoSuchMethodError" => "2", 
00892                         "NoSuchMethodException" => "2", 
00893                         "NoSuchObjectException" => "2", 
00894                         "NoSuchProviderException" => "2", 
00895                         "NotActiveException" => "2", 
00896                         "NotBoundException" => "2", 
00897                         "NotEmpty" => "2", 
00898                         "NotEmptyHelper" => "2", 
00899                         "NotEmptyHolder" => "2", 
00900                         "NotFound" => "2", 
00901                         "NotFoundHelper" => "2", 
00902                         "NotFoundHolder" => "2", 
00903                         "NotFoundReason" => "2", 
00904                         "NotFoundReasonHelper" => "2", 
00905                         "NotFoundReasonHolder" => "2", 
00906                         "NotOwnerException" => "2", 
00907                         "NotSerializableException" => "2", 
00908                         "NullPointerException" => "2", 
00909                         "Number" => "2", 
00910                         "NumberFormat" => "2", 
00911                         "NumberFormatException" => "2", 
00912                         "NVList" => "2", 
00913                         "OBJ_ADAPTER" => "2", 
00914                         "Object" => "2", 
00915                         "OBJECT_NOT_EXIST" => "2", 
00916                         "ObjectHolder" => "2", 
00917                         "ObjectImpl" => "2", 
00918                         "ObjectInput" => "2", 
00919                         "ObjectInputStream" => "2", 
00920                         "ObjectInputValidation" => "2", 
00921                         "ObjectOutput" => "2", 
00922                         "ObjectOutputStream" => "2", 
00923                         "ObjectStreamClass" => "2", 
00924                         "ObjectStreamConstants" => "2", 
00925                         "ObjectStreamException" => "2", 
00926                         "ObjectStreamField" => "2", 
00927                         "ObjID" => "2", 
00928                         "Observable" => "2", 
00929                         "Observer" => "2", 
00930                         "OpenType" => "2", 
00931                         "Operation" => "2", 
00932                         "OperationDef" => "2", 
00933                         "OperationDescription" => "2", 
00934                         "OperationMode" => "2", 
00935                         "OptionalDataException" => "2", 
00936                         "OptionPaneUI" => "2", 
00937                         "ORB" => "2", 
00938                         "OutOfMemoryError" => "2", 
00939                         "OutputStream" => "2", 
00940                         "OutputStreamWriter" => "2", 
00941                         "OverlayLayout" => "2", 
00942                         "Owner" => "2", 
00943                         "Package" => "2", 
00944                         "PackedColorModel" => "2", 
00945                         "Pageable" => "2", 
00946                         "PageFormat" => "2", 
00947                         "Paint" => "2", 
00948                         "PaintContext" => "2", 
00949                         "PaintEvent" => "2", 
00950                         "Panel" => "2", 
00951                         "PanelUI" => "2", 
00952                         "Paper" => "2", 
00953                         "ParagraphView" => "2", 
00954                         "ParameterBlock" => "2", 
00955                         "ParameterDescription" => "2", 
00956                         "ParameterDescriptor" => "2", 
00957                         "ParameterMode" => "2", 
00958                         "ParseException" => "2", 
00959                         "ParsePosition" => "2", 
00960                         "PasswordAuthentication" => "2", 
00961                         "PasswordView" => "2", 
00962                         "PathIterator" => "2", 
00963                         "Permission" => "2", 
00964                         "PermissionCollection" => "2", 
00965                         "Permissions" => "2", 
00966                         "PERSIST_STORE" => "2", 
00967                         "PhantomReference" => "2", 
00968                         "PipedInputStream" => "2", 
00969                         "PipedOutputStream" => "2", 
00970                         "PipedReader" => "2", 
00971                         "PipedWriter" => "2", 
00972                         "PixelGrabber" => "2", 
00973                         "PixelInterleavedSampleModel" => "2", 
00974                         "PKCS8EncodedKeySpec" => "2", 
00975                         "PlainDocument" => "2", 
00976                         "PlainView" => "2", 
00977                         "Point" => "2", 
00978                         "Point2D" => "2", 
00979                         "Policy" => "2", 
00980                         "Polygon" => "2", 
00981                         "PopupMenu" => "2", 
00982                         "PopupMenuEvent" => "2", 
00983                         "PopupMenuListener" => "2", 
00984                         "PopupMenuUI" => "2", 
00985                         "Position" => "2", 
00986                         "PreparedStatement" => "2", 
00987                         "PrimitiveDef" => "2", 
00988                         "PrimitiveKind" => "2", 
00989                         "Principal" => "2", 
00990                         "PrincipalHolder" => "2", 
00991                         "Printable" => "2", 
00992                         "PrinterAbortException" => "2", 
00993                         "PrinterException" => "2", 
00994                         "PrinterGraphics" => "2", 
00995                         "PrinterIOException" => "2", 
00996                         "PrinterJob" => "2", 
00997                         "PrintGraphics" => "2", 
00998                         "PrintJob" => "2", 
00999                         "PrintStream" => "2", 
01000                         "PrintWriter" => "2", 
01001                         "PRIVATE" => "2", 
01002                         "PrivateKey" => "2", 
01003                         "PrivilegedAction" => "2", 
01004                         "PrivilegedActionException" => "2", 
01005                         "PrivilegedExceptionAction" => "2", 
01006                         "Process" => "2", 
01007                         "ProfileDataException" => "2", 
01008                         "ProgressBarUI" => "2", 
01009                         "ProgressMonitor" => "2", 
01010                         "ProgressMonitorInputStream" => "2", 
01011                         "Properties" => "2", 
01012                         "PropertyChangeEvent" => "2", 
01013                         "PropertyChangeListener" => "2", 
01014                         "PropertyChangeSupport" => "2", 
01015                         "PropertyDescriptor" => "2", 
01016                         "PropertyEditor" => "2", 
01017                         "PropertyEditorManager" => "2", 
01018                         "PropertyEditorSupport" => "2", 
01019                         "PropertyPermission" => "2", 
01020                         "PropertyResourceBundle" => "2", 
01021                         "PropertyVetoException" => "2", 
01022                         "ProtectionDomain" => "2", 
01023                         "ProtocolException" => "2", 
01024                         "Provider" => "2", 
01025                         "ProviderException" => "2", 
01026                         "PUBLIC" => "2", 
01027                         "PublicKey" => "2", 
01028                         "PushbackInputStream" => "2", 
01029                         "PushbackReader" => "2", 
01030                         "QuadCurve2D" => "2", 
01031                         "Random" => "2", 
01032                         "RandomAccessFile" => "2", 
01033                         "Raster" => "2", 
01034                         "RasterFormatException" => "2", 
01035                         "RasterOp" => "2", 
01036                         "Reader" => "2", 
01037                         "Rectangle" => "2", 
01038                         "Rectangle2D" => "2", 
01039                         "RectangularShape" => "2", 
01040                         "Ref" => "2", 
01041                         "Reference" => "2", 
01042                         "ReferenceQueue" => "2", 
01043                         "ReflectPermission" => "2", 
01044                         "Registry" => "2", 
01045                         "RegistryHandler" => "2", 
01046                         "Remote" => "2", 
01047                         "RemoteCall" => "2", 
01048                         "RemoteException" => "2", 
01049                         "RemoteObject" => "2", 
01050                         "RemoteRef" => "2", 
01051                         "RemoteServer" => "2", 
01052                         "RemoteStub" => "2", 
01053                         "RenderableImage" => "2", 
01054                         "RenderableImageOp" => "2", 
01055                         "RenderableImageProducer" => "2", 
01056                         "RenderContext" => "2", 
01057                         "RenderedImage" => "2", 
01058                         "RenderedImageFactory" => "2", 
01059                         "Renderer" => "2", 
01060                         "RenderingHints" => "2", 
01061                         "RepaintManager" => "2", 
01062                         "ReplicateScaleFilter" => "2", 
01063                         "Repository" => "2", 
01064                         "Request" => "2", 
01065                         "RescaleOp" => "2", 
01066                         "ResourceBundle" => "2", 
01067                         "ResponseHandler" => "2", 
01068                         "ResultSet" => "2", 
01069                         "ResultSetMetaData" => "2", 
01070                         "RGBImageFilter" => "2", 
01071                         "RMIClassLoader" => "2", 
01072                         "RMIClientSocketFactory" => "2", 
01073                         "RMIFailureHandler" => "2", 
01074                         "RMISecurityException" => "2", 
01075                         "RMISecurityManager" => "2", 
01076                         "RMIServerSocketFactory" => "2", 
01077                         "RMISocketFactory" => "2", 
01078                         "RootPaneContainer" => "2", 
01079                         "RoundRectangle2D" => "2", 
01080                         "RowMapper" => "2", 
01081                         "RSAPrivateCrtKey" => "2", 
01082                         "RSAPrivateCrtKeySpec" => "2", 
01083                         "RSAPrivateKey" => "2", 
01084                         "RSAPrivateKeySpec" => "2", 
01085                         "RSAPublicKey" => "2", 
01086                         "RSAPublicKeySpec" => "2", 
01087                         "RTFEditorKit" => "2", 
01088                         "RuleBasedCollator" => "2", 
01089                         "Runnable" => "2", 
01090                         "Runtime" => "2", 
01091                         "RuntimeException" => "2", 
01092                         "RuntimePermission" => "2", 
01093                         "SampleModel" => "2", 
01094                         "Scrollable" => "2", 
01095                         "Scrollbar" => "2", 
01096                         "ScrollBarUI" => "2", 
01097                         "ScrollPane" => "2", 
01098                         "ScrollPaneConstants" => "2", 
01099                         "ScrollPaneLayout" => "2", 
01100                         "ScrollPaneUI" => "2", 
01101                         "SecureClassLoader" => "2", 
01102                         "SecureRandom" => "2", 
01103                         "SecureRandomSpi" => "2", 
01104                         "Security" => "2", 
01105                         "SecurityException" => "2", 
01106                         "SecurityManager" => "2", 
01107                         "SecurityPermission" => "2", 
01108                         "Segment" => "2", 
01109                         "SeparatorUI" => "2", 
01110                         "SequenceDef" => "2", 
01111                         "SequenceInputStream" => "2", 
01112                         "Serializable" => "2", 
01113                         "SerializablePermission" => "2", 
01114                         "ServantObject" => "2", 
01115                         "ServerCloneException" => "2", 
01116                         "ServerError" => "2", 
01117                         "ServerException" => "2", 
01118                         "ServerNotActiveException" => "2", 
01119                         "ServerRef" => "2", 
01120                         "ServerRequest" => "2", 
01121                         "ServerRuntimeException" => "2", 
01122                         "ServerSocket" => "2", 
01123                         "ServiceDetail" => "2", 
01124                         "ServiceDetailHelper" => "2", 
01125                         "ServiceDetailHolder" => "2", 
01126                         "ServiceInformation" => "2", 
01127                         "ServiceInformationHelper" => "2", 
01128                         "ServiceInformationHolder" => "2", 
01129                         "Set" => "2", 
01130                         "SetOverrideType" => "2", 
01131                         "Shape" => "2", 
01132                         "ShapeGraphicAttribute" => "2", 
01133                         "Short" => "2", 
01134                         "ShortHolder" => "2", 
01135                         "ShortLookupTable" => "2", 
01136                         "Signature" => "2", 
01137                         "SignatureException" => "2", 
01138                         "SignatureSpi" => "2", 
01139                         "SignedObject" => "2", 
01140                         "Signer" => "2", 
01141                         "SimpleAttributeSet" => "2", 
01142                         "SimpleBeanInfo" => "2", 
01143                         "SimpleDateFormat" => "2", 
01144                         "SimpleTimeZone" => "2", 
01145                         "SinglePixelPackedSampleModel" => "2", 
01146                         "SingleSelectionModel" => "2", 
01147                         "SizeRequirements" => "2", 
01148                         "Skeleton" => "2", 
01149                         "SkeletonMismatchException" => "2", 
01150                         "SkeletonNotFoundException" => "2", 
01151                         "SliderUI" => "2", 
01152                         "Socket" => "2", 
01153                         "SocketException" => "2", 
01154                         "SocketImpl" => "2", 
01155                         "SocketImplFactory" => "2", 
01156                         "SocketOptions" => "2", 
01157                         "SocketPermission" => "2", 
01158                         "SocketSecurityException" => "2", 
01159                         "SoftBevelBorder" => "2", 
01160                         "SoftReference" => "2", 
01161                         "SortedMap" => "2", 
01162                         "SortedSet" => "2", 
01163                         "SplitPaneUI" => "2", 
01164                         "SQLData" => "2", 
01165                         "SQLException" => "2", 
01166                         "SQLInput" => "2", 
01167                         "SQLOutput" => "2", 
01168                         "SQLWarning" => "2", 
01169                         "Stack" => "2", 
01170                         "StackOverflowError" => "2", 
01171                         "StateEdit" => "2", 
01172                         "StateEditable" => "2", 
01173                         "Statement" => "2", 
01174                         "Streamable" => "2", 
01175                         "StreamCorruptedException" => "2", 
01176                         "StreamTokenizer" => "2", 
01177                         "String" => "2", 
01178                         "StringBuffer" => "2", 
01179                         "StringBufferInputStream" => "2", 
01180                         "StringCharacterIterator" => "2", 
01181                         "StringContent" => "2", 
01182                         "StringDef" => "2", 
01183                         "StringHolder" => "2", 
01184                         "StringIndexOutOfBoundsException" => "2", 
01185                         "StringReader" => "2", 
01186                         "StringSelection" => "2", 
01187                         "StringTokenizer" => "2", 
01188                         "StringWriter" => "2", 
01189                         "Stroke" => "2", 
01190                         "Struct" => "2", 
01191                         "StructDef" => "2", 
01192                         "StructMember" => "2", 
01193                         "StubNotFoundException" => "2", 
01194                         "Style" => "2", 
01195                         "StyleConstants" => "2", 
01196                         "StyleContext" => "2", 
01197                         "StyledDocument" => "2", 
01198                         "StyledEditorKit" => "2", 
01199                         "StyleSheet" => "2", 
01200                         "SwingConstants" => "2", 
01201                         "SwingPropertyChangeSupport" => "2", 
01202                         "SwingUtilities" => "2", 
01203                         "SyncFailedException" => "2", 
01204                         "System" => "2", 
01205                         "SystemColor" => "2", 
01206                         "SystemException" => "2", 
01207                         "SystemFlavorMap" => "2", 
01208                         "TabableView" => "2", 
01209                         "TabbedPaneUI" => "2", 
01210                         "TabExpander" => "2", 
01211                         "TableCellEditor" => "2", 
01212                         "TableCellRenderer" => "2", 
01213                         "TableColumn" => "2", 
01214                         "TableColumnModel" => "2", 
01215                         "TableColumnModelEvent" => "2", 
01216                         "TableColumnModelListener" => "2", 
01217                         "TableHeaderUI" => "2", 
01218                         "TableModel" => "2", 
01219                         "TableModelEvent" => "2", 
01220                         "TableModelListener" => "2", 
01221                         "TableUI" => "2", 
01222                         "TableView" => "2", 
01223                         "TabSet" => "2", 
01224                         "TabStop" => "2", 
01225                         "TCKind" => "2", 
01226                         "TextAction" => "2", 
01227                         "TextArea" => "2", 
01228                         "TextAttribute" => "2", 
01229                         "TextComponent" => "2", 
01230                         "TextEvent" => "2", 
01231                         "TextField" => "2", 
01232                         "TextHitInfo" => "2", 
01233                         "TextLayout" => "2", 
01234                         "TextListener" => "2", 
01235                         "TextUI" => "2", 
01236                         "TexturePaint" => "2", 
01237                         "Thread" => "2", 
01238                         "ThreadDeath" => "2", 
01239                         "ThreadGroup" => "2", 
01240                         "ThreadLocal" => "2", 
01241                         "Throwable" => "2", 
01242                         "TileObserver" => "2", 
01243                         "Time" => "2", 
01244                         "Timer" => "2", 
01245                         "Timestamp" => "2", 
01246                         "TimeZone" => "2", 
01247                         "TitledBorder" => "2", 
01248                         "ToolBarUI" => "2", 
01249                         "Toolkit" => "2", 
01250                         "ToolTipManager" => "2", 
01251                         "ToolTipUI" => "2", 
01252                         "TooManyListenersException" => "2", 
01253                         "TRANSACTION_REQUIRED" => "2", 
01254                         "TRANSACTION_ROLLEDBACK" => "2", 
01255                         "Transferable" => "2", 
01256                         "TransformAttribute" => "2", 
01257                         "TRANSIENT" => "2", 
01258                         "Transparency" => "2", 
01259                         "TreeCellEditor" => "2", 
01260                         "TreeCellRenderer" => "2", 
01261                         "TreeExpansionEvent" => "2", 
01262                         "TreeExpansionListener" => "2", 
01263                         "TreeMap" => "2", 
01264                         "TreeModel" => "2", 
01265                         "TreeModelEvent" => "2", 
01266                         "TreeModelListener" => "2", 
01267                         "TreeNode" => "2", 
01268                         "TreePath" => "2", 
01269                         "TreeSelectionEvent" => "2", 
01270                         "TreeSelectionListener" => "2", 
01271                         "TreeSelectionModel" => "2", 
01272                         "TreeSet" => "2", 
01273                         "TreeUI" => "2", 
01274                         "TreeWillExpandListener" => "2", 
01275                         "TruncatedFileException" => "2", 
01276                         "TypeCode" => "2", 
01277                         "TypeCodeHolder" => "2", 
01278                         "TypedefDef" => "2", 
01279                         "TypeDescription" => "2", 
01280                         "Types" => "2", 
01281                         "UID" => "2", 
01282                         "UIDefaults" => "2", 
01283                         "UIManager" => "2", 
01284                         "UIResource" => "2", 
01285                         "UndoableEdit" => "2", 
01286                         "UndoableEditEvent" => "2", 
01287                         "UndoableEditListener" => "2", 
01288                         "UndoableEditSupport" => "2", 
01289                         "UndoManager" => "2", 
01290                         "UnexpectedException" => "2", 
01291                         "UnicastRemoteObject" => "2", 
01292                         "UnionDef" => "2", 
01293                         "UnionMember" => "2", 
01294                         "UNKNOWN" => "2", 
01295                         "UnknownError" => "2", 
01296                         "UnknownGroupException" => "2", 
01297                         "UnknownHostException" => "2", 
01298                         "UnknownObjectException" => "2", 
01299                         "UnknownServiceException" => "2", 
01300                         "UnknownUserException" => "2", 
01301                         "UnmarshalException" => "2", 
01302                         "UnrecoverableKeyException" => "2", 
01303                         "Unreferenced" => "2", 
01304                         "UnresolvedPermission" => "2", 
01305                         "UnsatisfiedLinkError" => "2", 
01306                         "UnsupportedEncodingException" => "2", 
01307                         "UnsupportedFlavorException" => "2", 
01308                         "UnsupportedLookAndFeelException" => "2", 
01309                         "UnsupportedOperationException" => "2", 
01310                         "URL" => "2", 
01311                         "URLClassLoader" => "2", 
01312                         "URLConnection" => "2", 
01313                         "URLDecoder" => "2", 
01314                         "URLEncoder" => "2", 
01315                         "URLStreamHandler" => "2", 
01316                         "URLStreamHandlerFactory" => "2", 
01317                         "UserException" => "2", 
01318                         "UTFDataFormatException" => "2", 
01319                         "Utilities" => "2", 
01320                         "ValueBoxDef" => "2", 
01321                         "ValueDef" => "2", 
01322                         "ValueDescription" => "2", 
01323                         "ValueMember" => "2", 
01324                         "ValueMemberDef" => "2", 
01325                         "VariableHeightLayoutCache" => "2", 
01326                         "Vector" => "2", 
01327                         "VerifyError" => "2", 
01328                         "VetoableChangeListener" => "2", 
01329                         "VetoableChangeSupport" => "2", 
01330                         "View" => "2", 
01331                         "ViewFactory" => "2", 
01332                         "ViewportLayout" => "2", 
01333                         "ViewportUI" => "2", 
01334                         "VirtualMachineError" => "2", 
01335                         "Visibility" => "2", 
01336                         "VMID" => "2", 
01337                         "Void" => "2", 
01338                         "WeakHashMap" => "2", 
01339                         "WeakReference" => "2", 
01340                         "Window" => "2", 
01341                         "WindowAdapter" => "2", 
01342                         "WindowConstants" => "2", 
01343                         "WindowEvent" => "2", 
01344                         "WindowListener" => "2", 
01345                         "WrappedPlainView" => "2", 
01346                         "WritableRaster" => "2", 
01347                         "WritableRenderedImage" => "2", 
01348                         "WriteAbortedException" => "2", 
01349                         "Writer" => "2", 
01350                         "WrongTransaction" => "2", 
01351                         "X509Certificate" => "2", 
01352                         "X509CRL" => "2", 
01353                         "X509CRLEntry" => "2", 
01354                         "X509EncodedKeySpec" => "2", 
01355                         "X509Extension" => "2", 
01356                         "ZipEntry" => "2", 
01357                         "ZipException" => "2", 
01358                         "ZipFile" => "2", 
01359                         "ZipInputStream" => "2", 
01360                         "ZipOutputStream" => "2", 
01361                         "_BindingIteratorImplBase" => "2", 
01362                         "_NamingContextImplBase" => "2", 
01363                         "Abs" => "3", 
01364                         "AbstractAnyAllFunctor" => "3", 
01365                         "AbstractBinaryElementArithmeticFunctor" => "3", 
01366                         "AbstractBinaryElementCalendarFunctor" => "3", 
01367                         "AbstractBinaryElementCompareFunctor" => "3", 
01368                         "AbstractBinaryElementFunctor" => "3", 
01369                         "AbstractBinaryElementLogicalFunctor" => "3", 
01370                         "AbstractBinaryFunctor" => "3", 
01371                         "AbstractBinarySeriesFunctor" => "3", 
01372                         "AbstractCompositeFunctor" => "3", 
01373                         "AbstractEnumeratedType" => "3", 
01374                         "AbstractFunctor" => "3", 
01375                         "AbstractMultiElementFunctor" => "3", 
01376                         "AbstractMultiFunctor" => "3", 
01377                         "AbstractMultiIgnoreFunctor" => "3", 
01378                         "AbstractSortFunctor" => "3", 
01379                         "AbstractSortInRangeFunctor" => "3", 
01380                         "AbstractSortToCaseFunctor" => "3", 
01381                         "AbstractUnaryElementFunctor" => "3", 
01382                         "AbstractUnaryElementStringFunctor" => "3", 
01383                         "AbstractUnaryFunctor" => "3", 
01384                         "AbstractUnaryIgnoreFunctor" => "3", 
01385                         "AbstractUnarySeriesFunctor" => "3", 
01386                         "AbstractUnarySeriesGrowthFunctor" => "3", 
01387                         "Add" => "3", 
01388                         "Agr" => "3", 
01389                         "AgrMethod" => "3", 
01390                         "AgrRate" => "3", 
01391                         "AliasesNotAccessibleUchkException" => "3", 
01392                         "All" => "3", 
01393                         "And" => "3", 
01394                         "Annpct" => "3", 
01395                         "ArrayAdapter" => "3", 
01396                         "Atan" => "3", 
01397                         "Ave" => "3", 
01398                         "BadStatusCodeUchkException" => "3", 
01399                         "BadValueUchkException" => "3", 
01400                         "BooleanList" => "3", 
01401                         "ByteList" => "3", 
01402                         "CalendarFormatUchkException" => "3", 
01403                         "CalendarIterator" => "3", 
01404                         "Cave" => "3", 
01405                         "CfmStatusUchkException" => "3", 
01406                         "ChartUchkException" => "3", 
01407                         "Cmax" => "3", 
01408                         "Cmin" => "3", 
01409                         "ConnectionChkException" => "3", 
01410                         "Corr" => "3", 
01411                         "Cos" => "3", 
01412                         "Cprod" => "3", 
01413                         "CrossList" => "3", 
01414                         "Csum" => "3", 
01415                         "Ctot" => "3", 
01416                         "DataObjectInfo" => "3", 
01417                         "DataResource" => "3", 
01418                         "DataResourceChkException" => "3", 
01419                         "DataStore" => "3", 
01420                         "DataStoreChkException" => "3", 
01421                         "DataStoreSequence" => "3", 
01422                         "DataStoreSequenceChkException" => "3", 
01423                         "DataTypeChkException" => "3", 
01424                         "DateAlignmentChkException" => "3", 
01425                         "DateHelper" => "3", 
01426                         "DateList" => "3", 
01427                         "DateOverflowChkException" => "3", 
01428                         "DateOverflowUchkException" => "3", 
01429                         "Diff" => "3", 
01430                         "DiscreteGrouping" => "3", 
01431                         "DiscreteTieBreaker" => "3", 
01432                         "Divide" => "3", 
01433                         "DoubleList" => "3", 
01434                         "EnumeratedTypeHelper" => "3", 
01435                         "EQ" => "3", 
01436                         "Exp" => "3", 
01437                         "FameDbConnection" => "3", 
01438                         "FameDbDataObjectInfo" => "3", 
01439                         "FameDbDataStore" => "3", 
01440                         "FameDbDataStoreChkException" => "3", 
01441                         "FloatList" => "3", 
01442                         "Functor" => "3", 
01443                         "FunctorCalculationChkException" => "3", 
01444                         "FunctorConsistencyChkException" => "3", 
01445                         "FunctorHelper" => "3", 
01446                         "GE" => "3", 
01447                         "GetDataStoreChkException" => "3", 
01448                         "GLOID" => "3", 
01449                         "Growth" => "3", 
01450                         "GT" => "3", 
01451                         "IfThenElse" => "3", 
01452                         "IllegalArgumentUchkException" => "3", 
01453                         "IncompatibleObjectChkException" => "3", 
01454                         "IndexBy" => "3", 
01455                         "IndexValueRange" => "3", 
01456                         "IndexValues" => "3", 
01457                         "InternalErrorUchkException" => "3", 
01458                         "Interp" => "3", 
01459                         "InterpMethod" => "3", 
01460                         "IntList" => "3", 
01461                         "IsMissing" => "3", 
01462                         "Lave" => "3", 
01463                         "LE" => "3", 
01464                         "Left" => "3", 
01465                         "Length" => "3", 
01466                         "LicenseExpiredUchkException" => "3", 
01467                         "Lmax" => "3", 
01468                         "Lmin" => "3", 
01469                         "Location" => "3", 
01470                         "Log" => "3", 
01471                         "Log10" => "3", 
01472                         "LongList" => "3", 
01473                         "Lower" => "3", 
01474                         "Lprod" => "3", 
01475                         "Lstddev" => "3", 
01476                         "Lsum" => "3", 
01477                         "LT" => "3", 
01478                         "Ltrim" => "3", 
01479                         "Lvar" => "3", 
01480                         "Mave" => "3", 
01481                         "Mavec" => "3", 
01482                         "Max" => "3", 
01483                         "McadbsConnection" => "3", 
01484                         "Mcorr" => "3", 
01485                         "Min" => "3", 
01486                         "Minus" => "3", 
01487                         "Mirror" => "3", 
01488                         "MissingTreatment" => "3", 
01489                         "Mmax" => "3", 
01490                         "Mmin" => "3", 
01491                         "Mod" => "3", 
01492                         "Mprod" => "3", 
01493                         "Mstddev" => "3", 
01494                         "Msum" => "3", 
01495                         "Multiply" => "3", 
01496                         "Mvar" => "3", 
01497                         "Namelist" => "3", 
01498                         "NE" => "3", 
01499                         "Not" => "3", 
01500                         "NotFoundChkException" => "3", 
01501                         "ObjectChangedChkException" => "3", 
01502                         "ObjectClassChkException" => "3", 
01503                         "ObjectExistsChkException" => "3", 
01504                         "ObjectList" => "3", 
01505                         "Observation" => "3", 
01506                         "ObservationList" => "3", 
01507                         "Or" => "3", 
01508                         "Pad" => "3", 
01509                         "Pct" => "3", 
01510                         "PeriodsBetween" => "3", 
01511                         "PeriodsFrom" => "3", 
01512                         "PrimitiveIterator" => "3", 
01513                         "Prod" => "3", 
01514                         "RangeTooLargeChkException" => "3", 
01515                         "RegularCalendar" => "3", 
01516                         "RegularSeries" => "3", 
01517                         "Right" => "3", 
01518                         "Round" => "3", 
01519                         "Rtrim" => "3", 
01520                         "Sannpct" => "3", 
01521                         "Scalar" => "3", 
01522                         "ScreeningCriteria" => "3", 
01523                         "Series" => "3", 
01524                         "Server" => "3", 
01525                         "Session" => "3", 
01526                         "Shift" => "3", 
01527                         "ShortList" => "3", 
01528                         "Sign" => "3", 
01529                         "SimpleCalendar" => "3", 
01530                         "Sin" => "3", 
01531                         "SortData" => "3", 
01532                         "SortDataInRange" => "3", 
01533                         "SortDirection" => "3", 
01534                         "SortIndex" => "3", 
01535                         "SortIndexInRange" => "3", 
01536                         "Sqrt" => "3", 
01537                         "Stddev" => "3", 
01538                         "StringList" => "3", 
01539                         "SubString" => "3", 
01540                         "Subtract" => "3", 
01541                         "Sum" => "3", 
01542                         "TimeScale" => "3", 
01543                         "TimeScaling" => "3", 
01544                         "TiqAccess" => "3", 
01545                         "TiqCheckedException" => "3", 
01546                         "TiqClass" => "3", 
01547                         "TiqConstants" => "3", 
01548                         "TiqDate" => "3", 
01549                         "TiqFrequency" => "3", 
01550                         "TiqHelper" => "3", 
01551                         "TiqObject" => "3", 
01552                         "TiqObjectChkException" => "3", 
01553                         "TiqObserved" => "3", 
01554                         "TiqTechnique" => "3", 
01555                         "TiqType" => "3", 
01556                         "TiqUncheckedException" => "3", 
01557                         "TiqValue" => "3", 
01558                         "TiqView" => "3", 
01559                         "TiqViewChangedEvent" => "3", 
01560                         "TiqViewChangeListener" => "3", 
01561                         "Tot" => "3", 
01562                         "Trim" => "3", 
01563                         "Trunc" => "3", 
01564                         "UnsupportedDataTypeUchkException" => "3", 
01565                         "UnsupportedOperationUchkException" => "3", 
01566                         "Upper" => "3", 
01567                         "Var" => "3", 
01568                         "Which" => "3", 
01569                         "WildCardMatchesChkException" => "3", 
01570                         "Xor" => "3");
01571 
01572 // Special extensions
01573 
01574 // Each category can specify a PHP function that returns an altered
01575 // version of the keyword.
01576         
01577         
01578 
01579 $this->linkscripts      = array(
01580                         "1" => "donothing", 
01581                         "2" => "donothing", 
01582                         "3" => "donothing");
01583 }
01584 
01585 
01586 function donothing($keywordin)
01587 {
01588         return $keywordin;
01589 }
01590 
01591 }?>

Generated on Fri Dec 13 2013 09:06:39 for ILIAS Release_3_4_x_branch .rev 46804 by  doxygen 1.7.1