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

Generated on Fri Dec 13 2013 08:00:20 for ILIAS Release_3_3_x_branch .rev 46803 by  doxygen 1.7.1