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

syntax_highlight/php/HFile/HFile_javaswing.php

Go to the documentation of this file.
00001 <?php
00002 
00003 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00004 if (!isset ($BEAUT_PATH)) return;
00005 require_once("$BEAUT_PATH/Beautifier/HFile.php");
00006   class HFile_javaswing extends HFile{
00007    function HFile_javaswing(){
00008      $this->HFile();
00009      
00010 /*************************************/
00011 // Beautifier Highlighting Configuration File 
00012 // Java 1.1.7/Swing
00013 /*************************************/
00014 // Flags
00015 
00016 $this->nocase                   = "0";
00017 $this->notrim                   = "0";
00018 $this->perl                     = "0";
00019 
00020 // Colours
00021 
00022 $this->colours          = array("blue", "purple");
00023 $this->quotecolour              = "blue";
00024 $this->blockcommentcolour       = "green";
00025 $this->linecommentcolour        = "green";
00026 
00027 // Indent Strings
00028 
00029 $this->indent                   = array("{");
00030 $this->unindent                 = array("}");
00031 
00032 // String characters and delimiters
00033 
00034 $this->stringchars              = array("\"");
00035 $this->delimiters               = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", "      ", "?");
00036 $this->escchar                  = "";
00037 
00038 // Comment settings
00039 
00040 $this->linecommenton            = array("//");
00041 $this->blockcommenton           = array("/*");
00042 $this->blockcommentoff          = array("*/");
00043 
00044 // Keywords (keyword mapping to colour number)
00045 
00046 $this->keywords                 = array(
00047                         "abstract" => "1", 
00048                         "break" => "1", 
00049                         "byte" => "1", 
00050                         "boolean" => "1", 
00051                         "catch" => "1", 
00052                         "case" => "1", 
00053                         "class" => "1", 
00054                         "char" => "1", 
00055                         "continue" => "1", 
00056                         "default" => "1", 
00057                         "double" => "1", 
00058                         "do" => "1", 
00059                         "else" => "1", 
00060                         "extends" => "1", 
00061                         "false" => "1", 
00062                         "final" => "1", 
00063                         "float" => "1", 
00064                         "for" => "1", 
00065                         "finally" => "1", 
00066                         "if" => "1", 
00067                         "import" => "1", 
00068                         "implements" => "1", 
00069                         "int" => "1", 
00070                         "interface" => "1", 
00071                         "instanceof" => "1", 
00072                         "long" => "1", 
00073                         "length" => "1", 
00074                         "native" => "1", 
00075                         "new" => "1", 
00076                         "null" => "1", 
00077                         "package" => "1", 
00078                         "private" => "1", 
00079                         "protected" => "1", 
00080                         "public" => "1", 
00081                         "return" => "1", 
00082                         "switch" => "1", 
00083                         "synchronized" => "1", 
00084                         "short" => "1", 
00085                         "static" => "1", 
00086                         "super" => "1", 
00087                         "try" => "1", 
00088                         "true" => "1", 
00089                         "this" => "1", 
00090                         "throw" => "1", 
00091                         "throws" => "1", 
00092                         "threadsafe" => "1", 
00093                         "transient" => "1", 
00094                         "void" => "1", 
00095                         "while" => "1", 
00096                         "AWTError" => "2", 
00097                         "AWTEvent" => "2", 
00098                         "AWTEventMulticaster" => "2", 
00099                         "AWTException" => "2", 
00100                         "AbstractAction" => "2", 
00101                         "AbstractBorder" => "2", 
00102                         "AbstractButton" => "2", 
00103                         "AbstractColorChooserPanel" => "2", 
00104                         "AbstractDocument" => "2", 
00105                         "AbstractDocument.AttributeContext" => "2", 
00106                         "AbstractDocument.Content" => "2", 
00107                         "AbstractDocument.ElementEdit" => "2", 
00108                         "AbstractLayoutCache" => "2", 
00109                         "AbstractLayoutCache.NodeDimensions" => "2", 
00110                         "AbstractListModel" => "2", 
00111                         "AbstractMethodError" => "2", 
00112                         "AbstractTableModel" => "2", 
00113                         "AbstractUndoableEdit" => "2", 
00114                         "AbstractWriter" => "2", 
00115                         "AccessException" => "2", 
00116                         "Accessible" => "2", 
00117                         "AccessibleAction" => "2", 
00118                         "AccessibleBundle" => "2", 
00119                         "AccessibleComponent" => "2", 
00120                         "AccessibleContext" => "2", 
00121                         "AccessibleHyperlink" => "2", 
00122                         "AccessibleHypertext" => "2", 
00123                         "AccessibleResourceBundle" => "2", 
00124                         "AccessibleRole" => "2", 
00125                         "AccessibleSelection" => "2", 
00126                         "AccessibleState" => "2", 
00127                         "AccessibleStateSet" => "2", 
00128                         "AccessibleText" => "2", 
00129                         "AccessibleValue" => "2", 
00130                         "Acl" => "2", 
00131                         "AclEntry" => "2", 
00132                         "AclNotFoundException" => "2", 
00133                         "Action" => "2", 
00134                         "ActionEvent" => "2", 
00135                         "ActionListener" => "2", 
00136                         "Adjustable" => "2", 
00137                         "AdjustmentEvent" => "2", 
00138                         "AdjustmentListener" => "2", 
00139                         "Adler32" => "2", 
00140                         "AlreadyBoundException" => "2", 
00141                         "AncestorEvent" => "2", 
00142                         "AncestorListener" => "2", 
00143                         "Applet" => "2", 
00144                         "AppletContext" => "2", 
00145                         "AppletStub" => "2", 
00146                         "AreaAveragingScaleFilter" => "2", 
00147                         "ArithmeticException" => "2", 
00148                         "Array" => "2", 
00149                         "ArrayIndexOutOfBoundsException" => "2", 
00150                         "ArrayStoreException" => "2", 
00151                         "AttributeList" => "2", 
00152                         "AttributeSet" => "2", 
00153                         "AttributeSet.CharacterAttribute" => "2", 
00154                         "AttributeSet.ColorAttribute" => "2", 
00155                         "AttributeSet.FontAttribute" => "2", 
00156                         "AttributeSet.ParagraphAttribute" => "2", 
00157                         "AudioClip" => "2", 
00158                         "BadLocationException" => "2", 
00159                         "BasicArrowButton" => "2", 
00160                         "BasicBorders" => "2", 
00161                         "BasicBorders.ButtonBorder" => "2", 
00162                         "BasicBorders.FieldBorder" => "2", 
00163                         "BasicBorders.MarginBorder" => "2", 
00164                         "BasicBorders.MenuBarBorder" => "2", 
00165                         "BasicBorders.RadioButtonBorder" => "2", 
00166                         "BasicBorders.SplitPaneBorder" => "2", 
00167                         "BasicBorders.ToggleButtonBorder" => "2", 
00168                         "BasicButtonListener" => "2", 
00169                         "BasicButtonUI" => "2", 
00170                         "BasicCheckBoxMenuItemUI" => "2", 
00171                         "BasicCheckBoxUI" => "2", 
00172                         "BasicColorChooserUI" => "2", 
00173                         "BasicComboBoxEditor" => "2", 
00174                         "BasicComboBoxEditor.UIResource" => "2", 
00175                         "BasicComboBoxRenderer" => "2", 
00176                         "BasicComboBoxRenderer.UIResource" => "2", 
00177                         "BasicComboBoxUI" => "2", 
00178                         "BasicComboPopup" => "2", 
00179                         "BasicDesktopIconUI" => "2", 
00180                         "BasicDesktopPaneUI" => "2", 
00181                         "BasicDirectoryModel" => "2", 
00182                         "BasicEditorPaneUI" => "2", 
00183                         "BasicFileChooserUI" => "2", 
00184                         "BasicGraphicsUtils" => "2", 
00185                         "BasicIconFactory" => "2", 
00186                         "BasicInternalFrameTitlePane" => "2", 
00187                         "BasicInternalFrameUI" => "2", 
00188                         "BasicLabelUI" => "2", 
00189                         "BasicListUI" => "2", 
00190                         "BasicLookAndFeel" => "2", 
00191                         "BasicMenuBarUI" => "2", 
00192                         "BasicMenuItemUI" => "2", 
00193                         "BasicMenuUI" => "2", 
00194                         "BasicOptionPaneUI" => "2", 
00195                         "BasicOptionPaneUI.ButtonAreaLayout" => "2", 
00196                         "BasicPanelUI" => "2", 
00197                         "BasicPasswordFieldUI" => "2", 
00198                         "BasicPopupMenuSeparatorUI" => "2", 
00199                         "BasicPopupMenuUI" => "2", 
00200                         "BasicProgressBarUI" => "2", 
00201                         "BasicRadioButtonMenuItemUI" => "2", 
00202                         "BasicRadioButtonUI" => "2", 
00203                         "BasicScrollBarUI" => "2", 
00204                         "BasicScrollPaneUI" => "2", 
00205                         "BasicSeparatorUI" => "2", 
00206                         "BasicSliderUI" => "2", 
00207                         "BasicSplitPaneDivider" => "2", 
00208                         "BasicSplitPaneUI" => "2", 
00209                         "BasicTabbedPaneUI" => "2", 
00210                         "BasicTableHeaderUI" => "2", 
00211                         "BasicTableUI" => "2", 
00212                         "BasicTextAreaUI" => "2", 
00213                         "BasicTextFieldUI" => "2", 
00214                         "BasicTextPaneUI" => "2", 
00215                         "BasicTextUI" => "2", 
00216                         "BasicTextUI.BasicCaret" => "2", 
00217                         "BasicTextUI.BasicHighlighter" => "2", 
00218                         "BasicToggleButtonUI" => "2", 
00219                         "BasicToolBarSeparatorUI" => "2", 
00220                         "BasicToolBarUI" => "2", 
00221                         "BasicToolTipUI" => "2", 
00222                         "BasicTreeUI" => "2", 
00223                         "BasicViewportUI" => "2", 
00224                         "BeanDescriptor" => "2", 
00225                         "BeanInfo" => "2", 
00226                         "Beans" => "2", 
00227                         "BevelBorder" => "2", 
00228                         "BigDecimal" => "2", 
00229                         "BigInteger" => "2", 
00230                         "BindException" => "2", 
00231                         "BitSet" => "2", 
00232                         "BlockView" => "2", 
00233                         "Boolean" => "2", 
00234                         "Border" => "2", 
00235                         "BorderFactory" => "2", 
00236                         "BorderLayout" => "2", 
00237                         "BorderUIResource" => "2", 
00238                         "BorderUIResource.BevelBorderUIResource" => "2", 
00239                         "BorderUIResource.CompoundBorderUIResource" => "2", 
00240                         "BorderUIResource.EmptyBorderUIResource" => "2", 
00241                         "BorderUIResource.EtchedBorderUIResource" => "2", 
00242                         "BorderUIResource.LineBorderUIResource" => "2", 
00243                         "BorderUIResource.MatteBorderUIResource" => "2", 
00244                         "BorderUIResource.TitledBorderUIResource" => "2", 
00245                         "BoundedRangeModel" => "2", 
00246                         "Box" => "2", 
00247                         "Box.Filler" => "2", 
00248                         "BoxLayout" => "2", 
00249                         "BoxView" => "2", 
00250                         "BreakIterator" => "2", 
00251                         "BufferedInputStream" => "2", 
00252                         "BufferedOutputStream" => "2", 
00253                         "BufferedReader" => "2", 
00254                         "BufferedWriter" => "2", 
00255                         "Button" => "2", 
00256                         "ButtonGroup" => "2", 
00257                         "ButtonModel" => "2", 
00258                         "ButtonPeer" => "2", 
00259                         "ButtonUI" => "2", 
00260                         "Byte" => "2", 
00261                         "ByteArrayInputStream" => "2", 
00262                         "ByteArrayOutputStream" => "2", 
00263                         "CRC32" => "2", 
00264                         "CSS" => "2", 
00265                         "CSS.Attribute" => "2", 
00266                         "Calendar" => "2", 
00267                         "CallableStatement" => "2", 
00268                         "CannotRedoException" => "2", 
00269                         "CannotUndoException" => "2", 
00270                         "CanvasCanvasPeer" => "2", 
00271                         "CardLayout" => "2", 
00272                         "Caret" => "2", 
00273                         "CaretEvent" => "2", 
00274                         "CaretListener" => "2", 
00275                         "CellEditor" => "2", 
00276                         "CellEditorListener" => "2", 
00277                         "CellRendererPane" => "2", 
00278                         "Certificate" => "2", 
00279                         "ChangeEvent" => "2", 
00280                         "ChangeListener" => "2", 
00281                         "ChangedCharSetException" => "2", 
00282                         "CharArrayReader" => "2", 
00283                         "CharArrayWriter" => "2", 
00284                         "CharConversionException" => "2", 
00285                         "Character" => "2", 
00286                         "CharacterIterator" => "2", 
00287                         "Checkbox" => "2", 
00288                         "CheckboxGroup" => "2", 
00289                         "CheckboxMenuItem" => "2", 
00290                         "CheckboxMenuItemPeer" => "2", 
00291                         "CheckboxPeer" => "2", 
00292                         "CheckedInputStream" => "2", 
00293                         "CheckedOutputStream" => "2", 
00294                         "Checksum" => "2", 
00295                         "Choice" => "2", 
00296                         "ChoiceFormat" => "2", 
00297                         "ChoicePeer" => "2", 
00298                         "Class" => "2", 
00299                         "ClassCastException" => "2", 
00300                         "ClassCircularityError" => "2", 
00301                         "ClassFormatError" => "2", 
00302                         "ClassLoader" => "2", 
00303                         "ClassNotFoundException" => "2", 
00304                         "Clipboard" => "2", 
00305                         "ClipboardOwner" => "2", 
00306                         "CloneNotSupportedException" => "2", 
00307                         "Cloneable" => "2", 
00308                         "CollationElementIterator" => "2", 
00309                         "CollationKey" => "2", 
00310                         "Collator" => "2", 
00311                         "Color" => "2", 
00312                         "ColorChooserComponentFactory" => "2", 
00313                         "ColorChooserUI" => "2", 
00314                         "ColorModel" => "2", 
00315                         "ColorSelectionModel" => "2", 
00316                         "ColorUIResource" => "2", 
00317                         "ComboBoxEditor" => "2", 
00318                         "ComboBoxModel" => "2", 
00319                         "ComboBoxUI" => "2", 
00320                         "ComboPopup" => "2", 
00321                         "Compiler" => "2", 
00322                         "Component" => "2", 
00323                         "ComponentAdapter" => "2", 
00324                         "ComponentEvent" => "2", 
00325                         "ComponentListener" => "2", 
00326                         "ComponentPeer" => "2", 
00327                         "ComponentUI" => "2", 
00328                         "ComponentView" => "2", 
00329                         "CompositeView" => "2", 
00330                         "CompoundBorder" => "2", 
00331                         "CompoundEdit" => "2", 
00332                         "ConnectException" => "2", 
00333                         "ConnectIOException" => "2", 
00334                         "Connection" => "2", 
00335                         "Constructor" => "2", 
00336                         "Container" => "2", 
00337                         "ContainerAdapter" => "2", 
00338                         "ContainerEvent" => "2", 
00339                         "ContainerListener" => "2", 
00340                         "ContainerPeer" => "2", 
00341                         "ContentHandler" => "2", 
00342                         "ContentHandlerFactory" => "2", 
00343                         "ContentModel" => "2", 
00344                         "CropImageFilter" => "2", 
00345                         "Cursor" => "2", 
00346                         "Customizer" => "2", 
00347                         "DGC" => "2", 
00348                         "DSAKey" => "2", 
00349                         "DSAKeyPairGenerator" => "2", 
00350                         "DSAParams" => "2", 
00351                         "DSAPrivateKey" => "2", 
00352                         "DSAPublicKey" => "2", 
00353                         "DTD" => "2", 
00354                         "DTDConstants" => "2", 
00355                         "DataFlavor" => "2", 
00356                         "DataFormatException" => "2", 
00357                         "DataInput" => "2", 
00358                         "DataInputStream" => "2", 
00359                         "DataOutput" => "2", 
00360                         "DataOutputStream" => "2", 
00361                         "DataTruncation" => "2", 
00362                         "DatabaseMetaData" => "2", 
00363                         "DatagramPacket" => "2", 
00364                         "DatagramSocket" => "2", 
00365                         "DatagramSocketImpl" => "2", 
00366                         "Date" => "2", 
00367                         "DateFormat" => "2", 
00368                         "DateFormatSymbols" => "2", 
00369                         "DebugGraphics" => "2", 
00370                         "DecimalFormat" => "2", 
00371                         "DecimalFormatSymbols" => "2", 
00372                         "DefaultBoundedRangeModel" => "2", 
00373                         "DefaultButtonModel" => "2", 
00374                         "DefaultCaret" => "2", 
00375                         "DefaultCellEditor" => "2", 
00376                         "DefaultColorSelectionModel" => "2", 
00377                         "DefaultComboBoxModel" => "2", 
00378                         "DefaultDesktopManager" => "2", 
00379                         "DefaultEditorKit" => "2", 
00380                         "DefaultEditorKit.BeepAction" => "2", 
00381                         "DefaultEditorKit.CopyAction" => "2", 
00382                         "DefaultEditorKit.CutAction" => "2", 
00383                         "DefaultEditorKit.DefaultKeyTypedAction" => "2", 
00384                         "DefaultEditorKit.InsertBreakAction" => "2", 
00385                         "DefaultEditorKit.InsertContentAction" => "2", 
00386                         "DefaultEditorKit.InsertTabAction" => "2", 
00387                         "DefaultEditorKit.PasteAction" => "2", 
00388                         "DefaultFocusManager" => "2", 
00389                         "DefaultHighlighter" => "2", 
00390                         "DefaultHighlighter.DefaultHighlightPainter" => "2", 
00391                         "DefaultListCellRenderer" => "2", 
00392                         "DefaultListCellRenderer.UIResource" => "2", 
00393                         "DefaultListModel" => "2", 
00394                         "DefaultListSelectionModel" => "2", 
00395                         "DefaultMenuLayout" => "2", 
00396                         "DefaultMetalTheme" => "2", 
00397                         "DefaultMutableTreeNode" => "2", 
00398                         "DefaultSingleSelectionModel" => "2", 
00399                         "DefaultStyledDocument" => "2", 
00400                         "DefaultStyledDocument.AttributeUndoableEdit" => "2", 
00401                         "DefaultStyledDocument.ElementSpec" => "2", 
00402                         "DefaultTableCellRenderer" => "2", 
00403                         "DefaultTableCellRenderer.UIResource" => "2", 
00404                         "DefaultTableColumnModel" => "2", 
00405                         "DefaultTableModel" => "2", 
00406                         "DefaultTextUI" => "2", 
00407                         "DefaultTreeCellEditor" => "2", 
00408                         "DefaultTreeCellRenderer" => "2", 
00409                         "DefaultTreeModel" => "2", 
00410                         "DefaultTreeSelectionModel" => "2", 
00411                         "Deflater" => "2", 
00412                         "DeflaterOutputStream" => "2", 
00413                         "DesktopIconUI" => "2", 
00414                         "DesktopManager" => "2", 
00415                         "DesktopPaneUI" => "2", 
00416                         "Dialog" => "2", 
00417                         "DialogPeer" => "2", 
00418                         "Dictionary" => "2", 
00419                         "DigestException" => "2", 
00420                         "DigestInputStream" => "2", 
00421                         "DigestOutputStream" => "2", 
00422                         "Dimension" => "2", 
00423                         "DimensionUIResource" => "2", 
00424                         "DirectColorModel" => "2", 
00425                         "Document" => "2", 
00426                         "DocumentEvent" => "2", 
00427                         "DocumentEvent.ElementChange" => "2", 
00428                         "DocumentEvent.EventType" => "2", 
00429                         "DocumentListener" => "2", 
00430                         "DocumentParser" => "2", 
00431                         "Double" => "2", 
00432                         "Driver" => "2", 
00433                         "DriverManager" => "2", 
00434                         "DriverPropertyInfo" => "2", 
00435                         "EOFException" => "2", 
00436                         "EditorKit" => "2", 
00437                         "Element" => "2", 
00438                         "ElementIterator" => "2", 
00439                         "EmptyBorder" => "2", 
00440                         "EmptyStackException" => "2", 
00441                         "Entity" => "2", 
00442                         "Enumeration" => "2", 
00443                         "Error" => "2", 
00444                         "EtchedBorder" => "2", 
00445                         "Event" => "2", 
00446                         "EventListener" => "2", 
00447                         "EventListenerList" => "2", 
00448                         "EventObject" => "2", 
00449                         "EventQueue" => "2", 
00450                         "EventSetDescriptor" => "2", 
00451                         "Exception" => "2", 
00452                         "ExceptionInInitializerError" => "2", 
00453                         "ExpandVetoException" => "2", 
00454                         "ExportException" => "2", 
00455                         "FeatureDescriptor" => "2", 
00456                         "Field" => "2", 
00457                         "FieldPosition" => "2", 
00458                         "FieldView" => "2", 
00459                         "File" => "2", 
00460                         "FileChooserUI" => "2", 
00461                         "FileDescriptor" => "2", 
00462                         "FileDialog" => "2", 
00463                         "FileDialogPeer" => "2", 
00464                         "FileFilter" => "2", 
00465                         "FileInputStream" => "2", 
00466                         "FileNameMap" => "2", 
00467                         "FileNotFoundException" => "2", 
00468                         "FileOutputStream" => "2", 
00469                         "FileReader" => "2", 
00470                         "FileSystemView" => "2", 
00471                         "FileView" => "2", 
00472                         "FileWriter" => "2", 
00473                         "FilenameFilter" => "2", 
00474                         "FilterInputStream" => "2", 
00475                         "FilterOutputStream" => "2", 
00476                         "FilterReader" => "2", 
00477                         "FilterWriter" => "2", 
00478                         "FilteredImageSource" => "2", 
00479                         "FixedHeightLayoutCache" => "2", 
00480                         "Float" => "2", 
00481                         "FlowLayout" => "2", 
00482                         "FocusAdapter" => "2", 
00483                         "FocusEvent" => "2", 
00484                         "FocusListener" => "2", 
00485                         "FocusManager" => "2", 
00486                         "Font" => "2", 
00487                         "FontMetrics" => "2", 
00488                         "FontPeer" => "2", 
00489                         "FontUIResource" => "2", 
00490                         "FormView" => "2", 
00491                         "Format" => "2", 
00492                         "Frame" => "2", 
00493                         "FramePeer" => "2", 
00494                         "GZIPInputStream" => "2", 
00495                         "GZIPOutputStream" => "2", 
00496                         "GapContent" => "2", 
00497                         "Graphics" => "2", 
00498                         "GrayFilter" => "2", 
00499                         "GregorianCalendar" => "2", 
00500                         "GridBagConstraints" => "2", 
00501                         "GridBagLayout" => "2", 
00502                         "GridLayout" => "2", 
00503                         "Group" => "2", 
00504                         "HTML" => "2", 
00505                         "HTML.Attribute" => "2", 
00506                         "HTML.Tag" => "2", 
00507                         "HTML.UnknownTag" => "2", 
00508                         "HTMLDocument" => "2", 
00509                         "HTMLDocument.Iterator" => "2", 
00510                         "HTMLEditorKit" => "2", 
00511                         "HTMLEditorKit.HTMLFactory" => "2", 
00512                         "HTMLEditorKit.HTMLTextAction" => "2", 
00513                         "HTMLEditorKit.InsertHTMLTextAction" => "2", 
00514                         "HTMLEditorKit.LinkController" => "2", 
00515                         "HTMLEditorKit.Parser" => "2", 
00516                         "HTMLEditorKit.ParserCallback" => "2", 
00517                         "HTMLFrameHyperlinkEvent" => "2", 
00518                         "HTMLWriter" => "2", 
00519                         "Hashtable" => "2", 
00520                         "Highlighter" => "2", 
00521                         "Highlighter.Highlight" => "2", 
00522                         "Highlighter.HighlightPainter" => "2", 
00523                         "HttpURLConnection" => "2", 
00524                         "HyperlinkEvent" => "2", 
00525                         "HyperlinkEvent.EventType" => "2", 
00526                         "HyperlinkListener" => "2", 
00527                         "IOException" => "2", 
00528                         "Icon" => "2", 
00529                         "IconUIResource" => "2", 
00530                         "IconView" => "2", 
00531                         "Identity" => "2", 
00532                         "IdentityScope" => "2", 
00533                         "IllegalAccessError" => "2", 
00534                         "IllegalAccessException" => "2", 
00535                         "IllegalArgumentException" => "2", 
00536                         "IllegalComponentStateException" => "2", 
00537                         "IllegalMonitorStateException" => "2", 
00538                         "IllegalStateException" => "2", 
00539                         "IllegalThreadStateException" => "2", 
00540                         "Image" => "2", 
00541                         "ImageConsumer" => "2", 
00542                         "ImageFilter" => "2", 
00543                         "ImageIcon" => "2", 
00544                         "ImageObserver" => "2", 
00545                         "ImageProducer" => "2", 
00546                         "IncompatibleClassChangeError" => "2", 
00547                         "IndexColorModel" => "2", 
00548                         "IndexOutOfBoundsException" => "2", 
00549                         "IndexedPropertyDescriptor" => "2", 
00550                         "InetAddress" => "2", 
00551                         "Inflater" => "2", 
00552                         "InflaterInputStream" => "2", 
00553                         "InlineView" => "2", 
00554                         "InputEvent" => "2", 
00555                         "InputStream" => "2", 
00556                         "InputStreamReader" => "2", 
00557                         "Insets" => "2", 
00558                         "InsetsUIResource" => "2", 
00559                         "InstantiationError" => "2", 
00560                         "InstantiationException" => "2", 
00561                         "Integer" => "2", 
00562                         "InternalError" => "2", 
00563                         "InternalFrameAdapter" => "2", 
00564                         "InternalFrameEvent" => "2", 
00565                         "InternalFrameListener" => "2", 
00566                         "InternalFrameUI" => "2", 
00567                         "InterruptedException" => "2", 
00568                         "InterruptedIOException" => "2", 
00569                         "IntrospectionException" => "2", 
00570                         "Introspector" => "2", 
00571                         "InvalidClassException" => "2", 
00572                         "InvalidKeyException" => "2", 
00573                         "InvalidObjectException" => "2", 
00574                         "InvalidParameterException" => "2", 
00575                         "InvocationTargetException" => "2", 
00576                         "ItemEvent" => "2", 
00577                         "ItemListener" => "2", 
00578                         "ItemSelectable" => "2", 
00579                         "JApplet" => "2", 
00580                         "JButton" => "2", 
00581                         "JCheckBox" => "2", 
00582                         "JCheckBoxMenuItem" => "2", 
00583                         "JColorChooser" => "2", 
00584                         "JComboBox" => "2", 
00585                         "JComboBox.KeySelectionManager" => "2", 
00586                         "JComponent" => "2", 
00587                         "JDesktopPane" => "2", 
00588                         "JDialog" => "2", 
00589                         "JEditorPane" => "2", 
00590                         "JFileChooser" => "2", 
00591                         "JFrame" => "2", 
00592                         "JInternalFrame" => "2", 
00593                         "JInternalFrame.JDesktopIcon" => "2", 
00594                         "JLabel" => "2", 
00595                         "JLayeredPane" => "2", 
00596                         "JList" => "2", 
00597                         "JMenu" => "2", 
00598                         "JMenuBar" => "2", 
00599                         "JMenuItem" => "2", 
00600                         "JOptionPane" => "2", 
00601                         "JPanel" => "2", 
00602                         "JPasswordField" => "2", 
00603                         "JPopupMenu" => "2", 
00604                         "JPopupMenu.Separator" => "2", 
00605                         "JProgressBar" => "2", 
00606                         "JRadioButton" => "2", 
00607                         "JRadioButtonMenuItem" => "2", 
00608                         "JRootPane" => "2", 
00609                         "JScrollBar" => "2", 
00610                         "JScrollPane" => "2", 
00611                         "JSeparator" => "2", 
00612                         "JSlider" => "2", 
00613                         "JSplitPane" => "2", 
00614                         "JTabbedPane" => "2", 
00615                         "JTable" => "2", 
00616                         "JTableHeader" => "2", 
00617                         "JTextArea" => "2", 
00618                         "JTextComponent" => "2", 
00619                         "JTextComponent.KeyBinding" => "2", 
00620                         "JTextField" => "2", 
00621                         "JTextPane" => "2", 
00622                         "JToggleButton" => "2", 
00623                         "JToggleButton.ToggleButtonModel" => "2", 
00624                         "JToolBar" => "2", 
00625                         "JToolBar.Separator" => "2", 
00626                         "JToolTip" => "2", 
00627                         "JTree" => "2", 
00628                         "JTree.DynamicUtilTreeNode" => "2", 
00629                         "JTree.EmptySelectionModel" => "2", 
00630                         "JViewport" => "2", 
00631                         "JWindow" => "2", 
00632                         "Key" => "2", 
00633                         "KeyAdapter" => "2", 
00634                         "KeyEvent" => "2", 
00635                         "KeyException" => "2", 
00636                         "KeyListener" => "2", 
00637                         "KeyManagementException" => "2", 
00638                         "KeyPair" => "2", 
00639                         "KeyPairGenerator" => "2", 
00640                         "KeyStroke" => "2", 
00641                         "Keymap" => "2", 
00642                         "Label" => "2", 
00643                         "LabelPeer" => "2", 
00644                         "LabelUI" => "2", 
00645                         "LabelView" => "2", 
00646                         "LabelView2D" => "2", 
00647                         "LastOwnerException" => "2", 
00648                         "LayeredHighlighter" => "2", 
00649                         "LayeredHighlighter.LayerPainter" => "2", 
00650                         "LayoutManager" => "2", 
00651                         "LayoutManager2" => "2", 
00652                         "Lease" => "2", 
00653                         "LightweightPeer" => "2", 
00654                         "LineBorder" => "2", 
00655                         "LineNumberInputStream" => "2", 
00656                         "LineNumberReader" => "2", 
00657                         "LinkageError" => "2", 
00658                         "List" => "2", 
00659                         "ListCellRenderer" => "2", 
00660                         "ListDataEvent" => "2", 
00661                         "ListDataListener" => "2", 
00662                         "ListModel" => "2", 
00663                         "ListPeer" => "2", 
00664                         "ListResourceBundle" => "2", 
00665                         "ListSelectionEvent" => "2", 
00666                         "ListSelectionListener" => "2", 
00667                         "ListSelectionModel" => "2", 
00668                         "ListUI" => "2", 
00669                         "ListView" => "2", 
00670                         "LoaderHandler" => "2", 
00671                         "Locale" => "2", 
00672                         "LocateRegistry" => "2", 
00673                         "LogStream" => "2", 
00674                         "Long" => "2", 
00675                         "LookAndFeel" => "2", 
00676                         "MalformedURLException" => "2", 
00677                         "MarshalException" => "2", 
00678                         "Math" => "2", 
00679                         "MatteBorder" => "2", 
00680                         "MediaTracker" => "2", 
00681                         "Member" => "2", 
00682                         "MemoryImageSource" => "2", 
00683                         "Menu" => "2", 
00684                         "MenuBar" => "2", 
00685                         "MenuBarPeer" => "2", 
00686                         "MenuBarUI" => "2", 
00687                         "MenuComponent" => "2", 
00688                         "MenuComponentPeer" => "2", 
00689                         "MenuContainer" => "2", 
00690                         "MenuDragMouseEvent" => "2", 
00691                         "MenuDragMouseListener" => "2", 
00692                         "MenuElement" => "2", 
00693                         "MenuEvent" => "2", 
00694                         "MenuItem" => "2", 
00695                         "MenuItemPeer" => "2", 
00696                         "MenuItemUI" => "2", 
00697                         "MenuKeyEvent" => "2", 
00698                         "MenuKeyListener" => "2", 
00699                         "MenuListener" => "2", 
00700                         "MenuPeer" => "2", 
00701                         "MenuSelectionManager" => "2", 
00702                         "MenuShortcut" => "2", 
00703                         "MessageDigest" => "2", 
00704                         "MessageFormat" => "2", 
00705                         "MetalBorders" => "2", 
00706                         "MetalBorders.ButtonBorder" => "2", 
00707                         "MetalBorders.Flush3DBorder" => "2", 
00708                         "MetalBorders.InternalFrameBorder" => "2", 
00709                         "MetalBorders.MenuBarBorder" => "2", 
00710                         "MetalBorders.MenuItemBorder" => "2", 
00711                         "MetalBorders.PopupMenuBorder" => "2", 
00712                         "MetalBorders.RolloverButtonBorder" => "2", 
00713                         "MetalBorders.ScrollPaneBorder" => "2", 
00714                         "MetalBorders.TextFieldBorder" => "2", 
00715                         "MetalBorders.ToolBarBorder" => "2", 
00716                         "MetalButtonUI" => "2", 
00717                         "MetalCheckBoxIcon" => "2", 
00718                         "MetalCheckBoxUI" => "2", 
00719                         "MetalComboBoxButton" => "2", 
00720                         "MetalComboBoxEditor" => "2", 
00721                         "MetalComboBoxEditor.UIResource" => "2", 
00722                         "MetalComboBoxIcon" => "2", 
00723                         "MetalComboBoxUI" => "2", 
00724                         "MetalDesktopIconUI" => "2", 
00725                         "MetalFileChooserUI" => "2", 
00726                         "MetalIconFactory" => "2", 
00727                         "MetalIconFactory.FileIcon16" => "2", 
00728                         "MetalIconFactory.FolderIcon16" => "2", 
00729                         "MetalIconFactory.TreeControlIcon" => "2", 
00730                         "MetalIconFactory.TreeFolderIcon" => "2", 
00731                         "MetalIconFactory.TreeLeafIcon" => "2", 
00732                         "MetalInternalFrameUI" => "2", 
00733                         "MetalLabelUI" => "2", 
00734                         "MetalLookAndFeel" => "2", 
00735                         "MetalPopupMenuSeparatorUI" => "2", 
00736                         "MetalProgressBarUI" => "2", 
00737                         "MetalRadioButtonUI" => "2", 
00738                         "MetalScrollBarUI" => "2", 
00739                         "MetalScrollButton" => "2", 
00740                         "MetalScrollPaneUI" => "2", 
00741                         "MetalSeparatorUI" => "2", 
00742                         "MetalSliderUI" => "2", 
00743                         "MetalSplitPaneUI" => "2", 
00744                         "MetalTabbedPaneUI" => "2", 
00745                         "MetalTextFieldUI" => "2", 
00746                         "MetalTheme" => "2", 
00747                         "MetalToggleButtonUI" => "2", 
00748                         "MetalToolBarUI" => "2", 
00749                         "MetalToolTipUI" => "2", 
00750                         "MetalTreeUI" => "2", 
00751                         "Method" => "2", 
00752                         "MethodDescriptor" => "2", 
00753                         "MinimalHTMLWriter" => "2", 
00754                         "MissingResourceException" => "2", 
00755                         "Modifier" => "2", 
00756                         "MouseAdapter" => "2", 
00757                         "MouseEvent" => "2", 
00758                         "MouseInputAdapter" => "2", 
00759                         "MouseInputListener" => "2", 
00760                         "MouseListener" => "2", 
00761                         "MouseMotionAdapter" => "2", 
00762                         "MouseMotionListener" => "2", 
00763                         "MultiButtonUI" => "2", 
00764                         "MultiColorChooserUI" => "2", 
00765                         "MultiComboBoxUI" => "2", 
00766                         "MultiDesktopIconUI" => "2", 
00767                         "MultiDesktopPaneUI" => "2", 
00768                         "MultiFileChooserUI" => "2", 
00769                         "MultiInternalFrameUI" => "2", 
00770                         "MultiLabelUI" => "2", 
00771                         "MultiListUI" => "2", 
00772                         "MultiLookAndFeel" => "2", 
00773                         "MultiMenuBarUI" => "2", 
00774                         "MultiMenuItemUI" => "2", 
00775                         "MultiOptionPaneUI" => "2", 
00776                         "MultiPanelUI" => "2", 
00777                         "MultiPopupMenuUI" => "2", 
00778                         "MultiProgressBarUI" => "2", 
00779                         "MultiScrollBarUI" => "2", 
00780                         "MultiScrollPaneUI" => "2", 
00781                         "MultiSeparatorUI" => "2", 
00782                         "MultiSliderUI" => "2", 
00783                         "MultiSplitPaneUI" => "2", 
00784                         "MultiTabbedPaneUI" => "2", 
00785                         "MultiTableHeaderUI" => "2", 
00786                         "MultiTableUI" => "2", 
00787                         "MultiTextUI" => "2", 
00788                         "MultiToolBarUI" => "2", 
00789                         "MultiToolTipUI" => "2", 
00790                         "MultiTreeUI" => "2", 
00791                         "MultiViewportUI" => "2", 
00792                         "MulticastSocket" => "2", 
00793                         "MutableAttributeSet" => "2", 
00794                         "MutableComboBoxModel" => "2", 
00795                         "MutableTreeNode" => "2", 
00796                         "Naming" => "2", 
00797                         "NegativeArraySizeException" => "2", 
00798                         "NoClassDefFoundError" => "2", 
00799                         "NoRouteToHostException" => "2", 
00800                         "NoSuchAlgorithmException" => "2", 
00801                         "NoSuchElementException" => "2", 
00802                         "NoSuchFieldError" => "2", 
00803                         "NoSuchFieldException" => "2", 
00804                         "NoSuchMethodError" => "2", 
00805                         "NoSuchMethodException" => "2", 
00806                         "NoSuchObjectException" => "2", 
00807                         "NoSuchProviderException" => "2", 
00808                         "NotActiveException" => "2", 
00809                         "NotBoundException" => "2", 
00810                         "NotOwnerException" => "2", 
00811                         "NotSerializableException" => "2", 
00812                         "NullPointerException" => "2", 
00813                         "Number" => "2", 
00814                         "NumberFormat" => "2", 
00815                         "NumberFormatException" => "2", 
00816                         "ObjID" => "2", 
00817                         "Object" => "2", 
00818                         "ObjectInput" => "2", 
00819                         "ObjectInputStream" => "2", 
00820                         "ObjectInputValidation" => "2", 
00821                         "ObjectOutput" => "2", 
00822                         "ObjectOutputStream" => "2", 
00823                         "ObjectStreamClass" => "2", 
00824                         "ObjectStreamException" => "2", 
00825                         "ObjectView" => "2", 
00826                         "Observable" => "2", 
00827                         "Observer" => "2", 
00828                         "Operation" => "2", 
00829                         "Option" => "2", 
00830                         "OptionPaneUI" => "2", 
00831                         "OptionalDataException" => "2", 
00832                         "OutOfMemoryError" => "2", 
00833                         "OutputStream" => "2", 
00834                         "OutputStreamWriter" => "2", 
00835                         "OverlayLayout" => "2", 
00836                         "Owner" => "2", 
00837                         "PaintEvent" => "2", 
00838                         "Panel" => "2", 
00839                         "PanelPeer" => "2", 
00840                         "PanelUI" => "2", 
00841                         "ParagraphView" => "2", 
00842                         "ParameterDescriptor" => "2", 
00843                         "ParseException" => "2", 
00844                         "ParsePosition" => "2", 
00845                         "Parser" => "2", 
00846                         "ParserDelegator" => "2", 
00847                         "PasswordView" => "2", 
00848                         "Permission" => "2", 
00849                         "PipedInputStream" => "2", 
00850                         "PipedOutputStream" => "2", 
00851                         "PipedReader" => "2", 
00852                         "PipedWriter" => "2", 
00853                         "PixelGrabber" => "2", 
00854                         "PlainDocument" => "2", 
00855                         "PlainView" => "2", 
00856                         "Point" => "2", 
00857                         "Polygon" => "2", 
00858                         "PopupMenu" => "2", 
00859                         "PopupMenuEvent" => "2", 
00860                         "PopupMenuListener" => "2", 
00861                         "PopupMenuPeer" => "2", 
00862                         "PopupMenuUI" => "2", 
00863                         "Position" => "2", 
00864                         "Position.Bias" => "2", 
00865                         "PreparedStatement" => "2", 
00866                         "Principal" => "2", 
00867                         "PrintGraphics" => "2", 
00868                         "PrintJob" => "2", 
00869                         "PrintStream" => "2", 
00870                         "PrintWriter" => "2", 
00871                         "PrivateKey" => "2", 
00872                         "Process" => "2", 
00873                         "ProgressBarUI" => "2", 
00874                         "ProgressMonitor" => "2", 
00875                         "ProgressMonitorInputStream" => "2", 
00876                         "Properties" => "2", 
00877                         "PropertyChangeEvent" => "2", 
00878                         "PropertyChangeListener" => "2", 
00879                         "PropertyChangeSupport" => "2", 
00880                         "PropertyDescriptor" => "2", 
00881                         "PropertyEditor" => "2", 
00882                         "PropertyEditorManager" => "2", 
00883                         "PropertyEditorSupport" => "2", 
00884                         "PropertyResourceBundle" => "2", 
00885                         "PropertyVetoException" => "2", 
00886                         "ProtocolException" => "2", 
00887                         "Provider" => "2", 
00888                         "ProviderException" => "2", 
00889                         "PublicKey" => "2", 
00890                         "PushbackInputStream" => "2", 
00891                         "PushbackReader" => "2", 
00892                         "RGBImageFilter" => "2", 
00893                         "RMIClassLoader" => "2", 
00894                         "RMIFailureHandler" => "2", 
00895                         "RMISecurityException" => "2", 
00896                         "RMISecurityManager" => "2", 
00897                         "RMISocketFactory" => "2", 
00898                         "RTFEditorKit" => "2", 
00899                         "Random" => "2", 
00900                         "RandomAccessFile" => "2", 
00901                         "Reader" => "2", 
00902                         "RectangleRegistry" => "2", 
00903                         "RegistryHandler" => "2", 
00904                         "Remote" => "2", 
00905                         "RemoteCall" => "2", 
00906                         "RemoteException" => "2", 
00907                         "RemoteObject" => "2", 
00908                         "RemoteRef" => "2", 
00909                         "RemoteServer" => "2", 
00910                         "RemoteStub" => "2", 
00911                         "Renderer" => "2", 
00912                         "RepaintManager" => "2", 
00913                         "ReplicateScaleFilter" => "2", 
00914                         "ResourceBundle" => "2", 
00915                         "ResultSet" => "2", 
00916                         "ResultSetMetaData" => "2", 
00917                         "RootPaneContainer" => "2", 
00918                         "RowMapper" => "2", 
00919                         "RuleBasedCollator" => "2", 
00920                         "Runnable" => "2", 
00921                         "Runtime" => "2", 
00922                         "RuntimeException" => "2", 
00923                         "SQLException" => "2", 
00924                         "SQLWarning" => "2", 
00925                         "ScrollBarUI" => "2", 
00926                         "ScrollPane" => "2", 
00927                         "ScrollPaneConstants" => "2", 
00928                         "ScrollPaneLayout" => "2", 
00929                         "ScrollPaneLayout.UIResource" => "2", 
00930                         "ScrollPanePeer" => "2", 
00931                         "ScrollPaneUI" => "2", 
00932                         "Scrollable" => "2", 
00933                         "Scrollbar" => "2", 
00934                         "ScrollbarPeer" => "2", 
00935                         "SecureRandom" => "2", 
00936                         "Security" => "2", 
00937                         "SecurityException" => "2", 
00938                         "SecurityManager" => "2", 
00939                         "Segment" => "2", 
00940                         "SeparatorUI" => "2", 
00941                         "SequenceInputStream" => "2", 
00942                         "Serializable" => "2", 
00943                         "ServerCloneException" => "2", 
00944                         "ServerError" => "2", 
00945                         "ServerException" => "2", 
00946                         "ServerNotActiveException" => "2", 
00947                         "ServerRef" => "2", 
00948                         "ServerRuntimeException" => "2", 
00949                         "ServerSocket" => "2", 
00950                         "Shape" => "2", 
00951                         "Short" => "2", 
00952                         "Signature" => "2", 
00953                         "SignatureException" => "2", 
00954                         "Signer" => "2", 
00955                         "SimpleAttributeSet" => "2", 
00956                         "SimpleBeanInfo" => "2", 
00957                         "SimpleDateFormat" => "2", 
00958                         "SimpleTimeZone" => "2", 
00959                         "SingleSelectionModel" => "2", 
00960                         "SizeRequirements" => "2", 
00961                         "Skeleton" => "2", 
00962                         "SkeletonMismatchException" => "2", 
00963                         "SkeletonNotFoundException" => "2", 
00964                         "SliderUI" => "2", 
00965                         "Socket" => "2", 
00966                         "SocketException" => "2", 
00967                         "SocketImpl" => "2", 
00968                         "SocketImplFactory" => "2", 
00969                         "SocketSecurityException" => "2", 
00970                         "SoftBevelBorder" => "2", 
00971                         "SplitPaneUI" => "2", 
00972                         "Stack" => "2", 
00973                         "StackOverflowError" => "2", 
00974                         "StateEdit" => "2", 
00975                         "StateEditable" => "2", 
00976                         "Statement" => "2", 
00977                         "StreamCorruptedException" => "2", 
00978                         "StreamTokenizer" => "2", 
00979                         "String" => "2", 
00980                         "StringBuffer" => "2", 
00981                         "StringBufferInputStream" => "2", 
00982                         "StringCharacterIterator" => "2", 
00983                         "StringContent" => "2", 
00984                         "StringIndexOutOfBoundsException" => "2", 
00985                         "StringReader" => "2", 
00986                         "StringSelection" => "2", 
00987                         "StringTokenizer" => "2", 
00988                         "StringWriter" => "2", 
00989                         "StubNotFoundException" => "2", 
00990                         "Style" => "2", 
00991                         "StyleConstants" => "2", 
00992                         "StyleConstants.CharacterConstants" => "2", 
00993                         "StyleConstants.ColorConstants" => "2", 
00994                         "StyleConstants.FontConstants" => "2", 
00995                         "StyleConstants.ParagraphConstants" => "2", 
00996                         "StyleContext" => "2", 
00997                         "StyleSheet" => "2", 
00998                         "StyleSheet.BoxPainter" => "2", 
00999                         "StyleSheet.ListPainter" => "2", 
01000                         "StyledDocument" => "2", 
01001                         "StyledEditorKit" => "2", 
01002                         "StyledEditorKit.AlignmentAction" => "2", 
01003                         "StyledEditorKit.BoldAction" => "2", 
01004                         "StyledEditorKit.FontFamilyAction" => "2", 
01005                         "StyledEditorKit.FontSizeAction" => "2", 
01006                         "StyledEditorKit.ForegroundAction" => "2", 
01007                         "StyledEditorKit.ItalicAction" => "2", 
01008                         "StyledEditorKit.StyledTextAction" => "2", 
01009                         "StyledEditorKit.UnderlineAction" => "2", 
01010                         "SwingConstants" => "2", 
01011                         "SwingPropertyChangeSupport" => "2", 
01012                         "SwingUtilities" => "2", 
01013                         "SyncFailedException" => "2", 
01014                         "System" => "2", 
01015                         "SystemColor" => "2", 
01016                         "TabExpander" => "2", 
01017                         "TabSet" => "2", 
01018                         "TabStop" => "2", 
01019                         "TabableView" => "2", 
01020                         "TabbedPaneUI" => "2", 
01021                         "TableCellEditor" => "2", 
01022                         "TableCellRenderer" => "2", 
01023                         "TableColumn" => "2", 
01024                         "TableColumnModel" => "2", 
01025                         "TableColumnModelEvent" => "2", 
01026                         "TableColumnModelListener" => "2", 
01027                         "TableHeaderUI" => "2", 
01028                         "TableModel" => "2", 
01029                         "TableModelEvent" => "2", 
01030                         "TableModelListener" => "2", 
01031                         "TableUI" => "2", 
01032                         "TableView" => "2", 
01033                         "TagElement" => "2", 
01034                         "TextAction" => "2", 
01035                         "TextArea" => "2", 
01036                         "TextAreaPeer" => "2", 
01037                         "TextComponent" => "2", 
01038                         "TextComponentPeer" => "2", 
01039                         "TextEvent" => "2", 
01040                         "TextField" => "2", 
01041                         "TextFieldPeer" => "2", 
01042                         "TextListener" => "2", 
01043                         "TextUI" => "2", 
01044                         "Thread" => "2", 
01045                         "ThreadDeath" => "2", 
01046                         "ThreadGroup" => "2", 
01047                         "Throwable" => "2", 
01048                         "Time" => "2", 
01049                         "TimeZone" => "2", 
01050                         "Timer" => "2", 
01051                         "Timestamp" => "2", 
01052                         "TitledBorder" => "2", 
01053                         "TooManyListenersException" => "2", 
01054                         "ToolBarUI" => "2", 
01055                         "ToolTipManager" => "2", 
01056                         "ToolTipUI" => "2", 
01057                         "Toolkit" => "2", 
01058                         "Transferable" => "2", 
01059                         "TreeCellEditor" => "2", 
01060                         "TreeCellRenderer" => "2", 
01061                         "TreeExpansionEvent" => "2", 
01062                         "TreeExpansionListener" => "2", 
01063                         "TreeModel" => "2", 
01064                         "TreeModelEvent" => "2", 
01065                         "TreeModelListener" => "2", 
01066                         "TreeNode" => "2", 
01067                         "TreePath" => "2", 
01068                         "TreeSelectionEvent" => "2", 
01069                         "TreeSelectionListener" => "2", 
01070                         "TreeSelectionModel" => "2", 
01071                         "TreeUI" => "2", 
01072                         "TreeWillExpandListener" => "2", 
01073                         "Types" => "2", 
01074                         "UID" => "2", 
01075                         "UIDefaults" => "2", 
01076                         "UIDefaults.ActiveValue" => "2", 
01077                         "UIDefaults.LazyValue" => "2", 
01078                         "UIManager" => "2", 
01079                         "UIManager.LookAndFeelInfo" => "2", 
01080                         "UIResource" => "2", 
01081                         "URL" => "2", 
01082                         "URLConnection" => "2", 
01083                         "URLEncoder" => "2", 
01084                         "URLStreamHandler" => "2", 
01085                         "URLStreamHandlerFactory" => "2", 
01086                         "UTFDataFormatException" => "2", 
01087                         "UndoManager" => "2", 
01088                         "UndoableEdit" => "2", 
01089                         "UndoableEditEvent" => "2", 
01090                         "UndoableEditListener" => "2", 
01091                         "UndoableEditSupport" => "2", 
01092                         "UnexpectedException" => "2", 
01093                         "UnicastRemoteObject" => "2", 
01094                         "UnknownError" => "2", 
01095                         "UnknownHostException" => "2", 
01096                         "UnknownServiceException" => "2", 
01097                         "UnmarshalException" => "2", 
01098                         "Unreferenced" => "2", 
01099                         "UnsatisfiedLinkError" => "2", 
01100                         "UnsupportedEncodingException" => "2", 
01101                         "UnsupportedFlavorException" => "2", 
01102                         "UnsupportedLookAndFeelException" => "2", 
01103                         "Utilities" => "2", 
01104                         "VMID" => "2", 
01105                         "VariableHeightLayoutCache" => "2", 
01106                         "Vector" => "2", 
01107                         "VerifyError" => "2", 
01108                         "VetoableChangeListener" => "2", 
01109                         "VetoableChangeSupport" => "2", 
01110                         "View" => "2", 
01111                         "ViewFactory" => "2", 
01112                         "ViewportLayout" => "2", 
01113                         "ViewportUI" => "2", 
01114                         "VirtualMachineError" => "2", 
01115                         "Visibility" => "2", 
01116                         "Void" => "2", 
01117                         "Window" => "2", 
01118                         "WindowAdapter" => "2", 
01119                         "WindowConstants" => "2", 
01120                         "WindowEvent" => "2", 
01121                         "WindowListener" => "2", 
01122                         "WindowPeer" => "2", 
01123                         "WrappedPlainView" => "2", 
01124                         "WriteAbortedException" => "2", 
01125                         "Writer" => "2", 
01126                         "ZipEntry" => "2", 
01127                         "ZipException" => "2", 
01128                         "ZipFile" => "2", 
01129                         "ZipInputStream" => "2", 
01130                         "ZipOutputStream" => "2");
01131 
01132 // Special extensions
01133 
01134 // Each category can specify a PHP function that returns an altered
01135 // version of the keyword.
01136 
01137 
01138 
01139 $this->linkscripts      = array(
01140                         "1" => "donothing", 
01141                         "2" => "donothing");
01142 
01143 }
01144 
01145 
01146 
01147 function donothing($keywordin)
01148 {
01149         return $keywordin;
01150 }
01151 
01152 }
01153 
01154 ?>

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