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

syntax_highlight/php/HFile/HFile_java122.php

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

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