00001 <?php
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043 $language_data = array (
00044 'LANG_NAME' => 'Groovy',
00045 'COMMENT_SINGLE' => array(1 => '//', 2 => 'import', 3 => '#'),
00046 'COMMENT_MULTI' => array('/*' => '*/'),
00047 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
00048 'QUOTEMARKS' => array("'''", '"""', "'", '"'),
00049 'ESCAPE_CHAR' => '\\',
00050 'KEYWORDS' => array(
00051 1 => array(
00052 '||',
00053 'while',
00054 'switch',
00055 'in',
00056 'if',
00057 'foreach',
00058 'for',
00059 'else',
00060 'do',
00061 'case',
00062 '=>',
00063 '--',
00064 '++',
00065 '<<',
00066 '<<<',
00067 '&&'
00068 ),
00069 2 => array(
00070 'volatile',
00071 'try',
00072 'true',
00073 'transient',
00074 'throws',
00075 'throw',
00076 'this',
00077 'synchronized',
00078 'super',
00079 'strictfp',
00080 'static',
00081 'return',
00082 'public',
00083 'protected',
00084 'property',
00085 'private',
00086 'package',
00087 'null',
00088 'new',
00089 'native',
00090 'interface',
00091 'instanceof',
00092 'implements',
00093 'goto',
00094 'finally',
00095 'final',
00096 'false',
00097 'extends',
00098 'enum',
00099 'default',
00100 'def',
00101 'continue',
00102 'const',
00103 'class',
00104 'catch',
00105 'break',
00106 'assert',
00107 'abstract',
00108 'as'
00109 ),
00110 3 => array(
00111 '_Remote_Stub',
00112 '_PolicyStub',
00113 '_NamingContextStub',
00114 '_NamingContextImplBase',
00115 '_IDLTypeStub',
00116 '_BindingIteratorStub',
00117 '_BindingIteratorImplBase',
00118 'ZoneView',
00119 'ZipOutputStream',
00120 'ZipInputStream',
00121 'ZipFile',
00122 'ZipException',
00123 'ZipEntry',
00124 'X509Extension',
00125 'X509EncodedKeySpec',
00126 'X509Certificate',
00127 'X509CRLEntry',
00128 'X509CRL',
00129 'WrongTransaction',
00130 'Writer',
00131 'WriteAbortedException',
00132 'WritableRenderedImage',
00133 'WritableRaster',
00134 'WrappedPlainView',
00135 'WindowListener',
00136 'WindowEvent',
00137 'WindowConstants',
00138 'WindowAdapter',
00139 'Window',
00140 'WeakReference',
00141 'WeakHashMap',
00142 'WStringValueHelper',
00143 'WCharSeqHolder',
00144 'WCharSeqHelper',
00145 'Void',
00146 'VoiceStatus',
00147 'VisibilityHelper',
00148 'Visibility',
00149 'VirtualMachineError',
00150 'ViewportUI',
00151 'ViewportLayout',
00152 'ViewFactory',
00153 'View',
00154 'VetoableChangeSupport',
00155 'VetoableChangeListener',
00156 'VersionSpecHelper',
00157 'VerifyError',
00158 'Vector',
00159 'VariableHeightLayoutCache',
00160 'ValueMemberHelper',
00161 'ValueMember',
00162 'ValueHandler',
00163 'ValueFactory',
00164 'ValueBaseHolder',
00165 'ValueBaseHelper',
00166 'ValueBase',
00167 'VM_TRUNCATABLE',
00168 'VM_NONE',
00169 'VM_CUSTOM',
00170 'VM_ABSTRACT',
00171 'VMID',
00172 'Utilities',
00173 'UtilDelegate',
00174 'Util',
00175 'UserException',
00176 'UnsupportedOperationException',
00177 'UnsupportedLookAndFeelException',
00178 'UnsupportedFlavorException',
00179 'UnsupportedEncodingException',
00180 'UnsupportedClassVersionError',
00181 'UnsupportedAudioFileException',
00182 'UnsolicitedNotificationListener',
00183 'UnsolicitedNotificationEvent',
00184 'UnsolicitedNotification',
00185 'UnsatisfiedLinkError',
00186 'UnresolvedPermission',
00187 'Unreferenced',
00188 'UnrecoverableKeyException',
00189 'UnmarshalException',
00190 'UnknownUserException',
00191 'UnknownServiceException',
00192 'UnknownObjectException',
00193 'UnknownHostException',
00194 'UnknownHostException',
00195 'UnknownGroupException',
00196 'UnknownException',
00197 'UnknownError',
00198 'UnionMemberHelper',
00199 'UnionMember',
00200 'UnicastRemoteObject',
00201 'UnexpectedException',
00202 'UndoableEditSupport',
00203 'UndoableEditListener',
00204 'UndoableEditEvent',
00205 'UndoableEdit',
00206 'UndoManager',
00207 'UndeclaredThrowableException',
00208 'UTFDataFormatException',
00209 'UShortSeqHolder',
00210 'UShortSeqHelper',
00211 'URLStreamHandlerFactory',
00212 'URLStreamHandler',
00213 'URLEncoder',
00214 'URLDecoder',
00215 'URLConnection',
00216 'URLClassLoader',
00217 'URL',
00218 'UNSUPPORTED_POLICY_VALUE',
00219 'UNSUPPORTED_POLICY',
00220 'UNKNOWN',
00221 'ULongSeqHolder',
00222 'ULongSeqHelper',
00223 'ULongLongSeqHolder',
00224 'ULongLongSeqHelper',
00225 'UIResource',
00226 'UIManager.LookAndFeelInfo',
00227 'UIManager',
00228 'UIDefaults.ProxyLazyValue',
00229 'UIDefaults.LazyValue',
00230 'UIDefaults.LazyInputMap',
00231 'UIDefaults.ActiveValue',
00232 'UIDefaults',
00233 'UID',
00234 'Types',
00235 'TypeMismatch',
00236 'TypeCodeHolder',
00237 'TypeCode',
00238 'TreeWillExpandListener',
00239 'TreeUI',
00240 'TreeSet',
00241 'TreeSelectionModel',
00242 'TreeSelectionListener',
00243 'TreeSelectionEvent',
00244 'TreePath',
00245 'TreeNode',
00246 'TreeModelListener',
00247 'TreeModelEvent',
00248 'TreeModel',
00249 'TreeMap',
00250 'TreeExpansionListener',
00251 'TreeExpansionEvent',
00252 'TreeCellRenderer',
00253 'TreeCellEditor',
00254 'Transparency',
00255 'Transmitter',
00256 'TransformAttribute',
00257 'Transferable',
00258 'TransactionRolledbackException',
00259 'TransactionRequiredException',
00260 'Track',
00261 'Toolkit',
00262 'ToolTipUI',
00263 'ToolTipManager',
00264 'ToolBarUI',
00265 'TooManyListenersException',
00266 'TitledBorder',
00267 'Timestamp',
00268 'TimerTask',
00269 'Timer',
00270 'Timer',
00271 'TimeZone',
00272 'TimeLimitExceededException',
00273 'Time',
00274 'TileObserver',
00275 'Tie',
00276 'Throwable',
00277 'ThreadLocal',
00278 'ThreadGroup',
00279 'ThreadDeath',
00280 'Thread',
00281 'TexturePaint',
00282 'TextUI',
00283 'TextMeasurer',
00284 'TextListener',
00285 'TextLayout.CaretPolicy',
00286 'TextLayout',
00287 'TextHitInfo',
00288 'TextField',
00289 'TextEvent',
00290 'TextComponent',
00291 'TextAttribute',
00292 'TextArea',
00293 'TextAction',
00294 'TargetDataLine',
00295 'TagElement',
00296 'TableView',
00297 'TableUI',
00298 'TableModelListener',
00299 'TableModelEvent',
00300 'TableModel',
00301 'TableHeaderUI',
00302 'TableColumnModelListener',
00303 'TableColumnModelEvent',
00304 'TableColumnModel',
00305 'TableColumn',
00306 'TableCellRenderer',
00307 'TableCellEditor',
00308 'TabbedPaneUI',
00309 'TabableView',
00310 'TabStop',
00311 'TabSet',
00312 'TabExpander',
00313 'TRANSIENT',
00314 'TRANSACTION_ROLLEDBACK',
00315 'TRANSACTION_REQUIRED',
00316 'TCKind',
00317 'SystemFlavorMap',
00318 'SystemException',
00319 'SystemColor',
00320 'System',
00321 'SysexMessage',
00322 'Synthesizer',
00323 'SyncFailedException',
00324 'SwingUtilities',
00325 'SwingPropertyChangeSupport',
00326 'SwingConstants',
00327 'StyledEditorKit.UnderlineAction',
00328 'StyledEditorKit.StyledTextAction',
00329 'StyledEditorKit.ItalicAction',
00330 'StyledEditorKit.ForegroundAction',
00331 'StyledEditorKit.FontSizeAction',
00332 'StyledEditorKit.FontFamilyAction',
00333 'StyledEditorKit.BoldAction',
00334 'StyledEditorKit.AlignmentAction',
00335 'StyledEditorKit',
00336 'StyledDocument',
00337 'StyleSheet.ListPainter',
00338 'StyleSheet.BoxPainter',
00339 'StyleSheet',
00340 'StyleContext',
00341 'StyleConstants.ParagraphConstants',
00342 'StyleConstants.FontConstants',
00343 'StyleConstants.ColorConstants',
00344 'StyleConstants.CharacterConstants',
00345 'StyleConstants',
00346 'Style',
00347 'StubNotFoundException',
00348 'StubDelegate',
00349 'Stub',
00350 'StructMemberHelper',
00351 'StructMember',
00352 'Struct',
00353 'Stroke',
00354 'StringWriter',
00355 'StringValueHelper',
00356 'StringTokenizer',
00357 'StringSelection',
00358 'StringRefAddr',
00359 'StringReader',
00360 'StringIndexOutOfBoundsException',
00361 'StringHolder',
00362 'StringContent',
00363 'StringCharacterIterator',
00364 'StringBufferInputStream',
00365 'StringBuffer',
00366 'String',
00367 'StrictMath',
00368 'StreamableValue',
00369 'Streamable',
00370 'StreamTokenizer',
00371 'StreamCorruptedException',
00372 'Statement',
00373 'StateFactory',
00374 'StateEditable',
00375 'StateEdit',
00376 'StackOverflowError',
00377 'Stack',
00378 'SplitPaneUI',
00379 'SourceDataLine',
00380 'SoundbankResource',
00381 'SoundbankReader',
00382 'Soundbank',
00383 'SortedSet',
00384 'SortedMap',
00385 'SoftReference',
00386 'SoftBevelBorder',
00387 'SocketSecurityException',
00388 'SocketPermission',
00389 'SocketOptions',
00390 'SocketImplFactory',
00391 'SocketImpl',
00392 'SocketException',
00393 'Socket',
00394 'SliderUI',
00395 'SkeletonNotFoundException',
00396 'SkeletonMismatchException',
00397 'Skeleton',
00398 'SizeSequence',
00399 'SizeRequirements',
00400 'SizeLimitExceededException',
00401 'SingleSelectionModel',
00402 'SinglePixelPackedSampleModel',
00403 'SimpleTimeZone',
00404 'SimpleDateFormat',
00405 'SimpleBeanInfo',
00406 'SimpleAttributeSet',
00407 'Signer',
00408 'SignedObject',
00409 'SignatureSpi',
00410 'SignatureException',
00411 'Signature',
00412 'ShortSeqHolder',
00413 'ShortSeqHelper',
00414 'ShortMessage',
00415 'ShortLookupTable',
00416 'ShortHolder',
00417 'Short',
00418 'ShapeGraphicAttribute',
00419 'Shape',
00420 'SetOverrideTypeHelper',
00421 'SetOverrideType',
00422 'Set',
00423 'ServiceUnavailableException',
00424 'ServiceInformationHolder',
00425 'ServiceInformationHelper',
00426 'ServiceInformation',
00427 'ServiceDetailHelper',
00428 'ServiceDetail',
00429 'ServerSocket',
00430 'ServerRuntimeException',
00431 'ServerRequest',
00432 'ServerRef',
00433 'ServerNotActiveException',
00434 'ServerException',
00435 'ServerError',
00436 'ServerCloneException',
00437 'ServantObject',
00438 'SerializablePermission',
00439 'Serializable',
00440 'Sequencer.SyncMode',
00441 'Sequencer',
00442 'SequenceInputStream',
00443 'Sequence',
00444 'SeparatorUI',
00445 'Segment',
00446 'SecurityPermission',
00447 'SecurityManager',
00448 'SecurityException',
00449 'Security',
00450 'SecureRandomSpi',
00451 'SecureRandom',
00452 'SecureClassLoader',
00453 'SearchResult',
00454 'SearchControls',
00455 'Scrollbar',
00456 'Scrollable',
00457 'ScrollPaneUI',
00458 'ScrollPaneLayout.UIResource',
00459 'ScrollPaneLayout',
00460 'ScrollPaneConstants',
00461 'ScrollPane',
00462 'ScrollBarUI',
00463 'SchemaViolationException',
00464 'SampleModel',
00465 'SQLWarning',
00466 'SQLPermission',
00467 'SQLOutput',
00468 'SQLInput',
00469 'SQLException',
00470 'SQLData',
00471 'RuntimePermission',
00472 'RuntimeException',
00473 'Runtime',
00474 'Runnable',
00475 'RunTimeOperations',
00476 'RunTime',
00477 'RuleBasedCollator',
00478 'RowMapper',
00479 'RoundRectangle2D.Float',
00480 'RoundRectangle2D.Double',
00481 'RoundRectangle2D',
00482 'RootPaneUI',
00483 'RootPaneContainer',
00484 'Robot',
00485 'ReverbType',
00486 'ResultSetMetaData',
00487 'ResultSet',
00488 'ResponseHandler',
00489 'ResourceBundle',
00490 'Resolver',
00491 'ResolveResult',
00492 'RescaleOp',
00493 'Request',
00494 'RepositoryIdHelper',
00495 'Repository',
00496 'ReplicateScaleFilter',
00497 'RepaintManager',
00498 'RenderingHints.Key',
00499 'RenderingHints',
00500 'Renderer',
00501 'RenderedImageFactory',
00502 'RenderedImage',
00503 'RenderableImageProducer',
00504 'RenderableImageOp',
00505 'RenderableImage',
00506 'RenderContext',
00507 'RemoteStub',
00508 'RemoteServer',
00509 'RemoteRef',
00510 'RemoteObject',
00511 'RemoteException',
00512 'RemoteCall',
00513 'Remote',
00514 'RemarshalException',
00515 'RegistryHandler',
00516 'Registry',
00517 'ReflectPermission',
00518 'ReferralException',
00519 'Referenceable',
00520 'ReferenceQueue',
00521 'Reference',
00522 'RefAddr',
00523 'Ref',
00524 'RectangularShape',
00525 'Rectangle2D.Float',
00526 'Rectangle2D.Double',
00527 'Rectangle2D',
00528 'Rectangle',
00529 'Receiver',
00530 'Reader',
00531 'RasterOp',
00532 'RasterFormatException',
00533 'Raster',
00534 'RandomAccessFile',
00535 'Random',
00536 'RTFEditorKit',
00537 'RSAPublicKeySpec',
00538 'RSAPublicKey',
00539 'RSAPrivateKeySpec',
00540 'RSAPrivateKey',
00541 'RSAPrivateCrtKeySpec',
00542 'RSAPrivateCrtKey',
00543 'RSAKeyGenParameterSpec',
00544 'RSAKey',
00545 'RMISocketFactory',
00546 'RMIServerSocketFactory',
00547 'RMISecurityManager',
00548 'RMISecurityException',
00549 'RMIFailureHandler',
00550 'RMIClientSocketFactory',
00551 'RMIClassLoader',
00552 'RGBImageFilter',
00553 'QuadCurve2D.Float',
00554 'QuadCurve2D.Double',
00555 'QuadCurve2D',
00556 'PushbackReader',
00557 'PushbackInputStream',
00558 'PublicKey',
00559 'Proxy',
00560 'ProviderException',
00561 'Provider',
00562 'ProtocolException',
00563 'ProtectionDomain',
00564 'PropertyVetoException',
00565 'PropertyResourceBundle',
00566 'PropertyPermission',
00567 'PropertyEditorSupport',
00568 'PropertyEditorManager',
00569 'PropertyEditor',
00570 'PropertyDescriptor',
00571 'PropertyChangeSupport',
00572 'PropertyChangeListener',
00573 'PropertyChangeEvent',
00574 'Properties',
00575 'ProgressMonitorInputStream',
00576 'ProgressMonitor',
00577 'ProgressBarUI',
00578 'ProfileDataException',
00579 'Process',
00580 'PrivilegedExceptionAction',
00581 'PrivilegedActionException',
00582 'PrivilegedAction',
00583 'PrivateKey',
00584 'PrinterJob',
00585 'PrinterIOException',
00586 'PrinterGraphics',
00587 'PrinterException',
00588 'PrinterAbortException',
00589 'Printable',
00590 'PrintWriter',
00591 'PrintStream',
00592 'PrintJob',
00593 'PrintGraphics',
00594 'PrincipalHolder',
00595 'Principal',
00596 'Principal',
00597 'PreparedStatement',
00598 'Position.Bias',
00599 'Position',
00600 'PortableRemoteObjectDelegate',
00601 'PortableRemoteObject',
00602 'Port.Info',
00603 'Port',
00604 'PopupMenuUI',
00605 'PopupMenuListener',
00606 'PopupMenuEvent',
00607 'PopupMenu',
00608 'Polygon',
00609 'PolicyTypeHelper',
00610 'PolicyOperations',
00611 'PolicyListHolder',
00612 'PolicyListHelper',
00613 'PolicyHolder',
00614 'PolicyHelper',
00615 'PolicyError',
00616 'Policy',
00617 'Policy',
00618 'Point2D.Float',
00619 'Point2D.Double',
00620 'Point2D',
00621 'Point',
00622 'PlainView',
00623 'PlainDocument',
00624 'PixelInterleavedSampleModel',
00625 'PixelGrabber',
00626 'PipedWriter',
00627 'PipedReader',
00628 'PipedOutputStream',
00629 'PipedInputStream',
00630 'PhantomReference',
00631 'Permissions',
00632 'PermissionCollection',
00633 'Permission',
00634 'Permission',
00635 'PathIterator',
00636 'Patch',
00637 'PasswordView',
00638 'PasswordAuthentication',
00639 'PartialResultException',
00640 'ParserDelegator',
00641 'Parser',
00642 'ParsePosition',
00643 'ParseException',
00644 'ParameterDescriptor',
00645 'ParameterBlock',
00646 'ParagraphView',
00647 'ParagraphView',
00648 'Paper',
00649 'PanelUI',
00650 'Panel',
00651 'PaintEvent',
00652 'PaintContext',
00653 'Paint',
00654 'Pageable',
00655 'PageFormat',
00656 'PageAttributes.PrintQualityType',
00657 'PageAttributes.OriginType',
00658 'PageAttributes.OrientationRequestedType',
00659 'PageAttributes.MediaType',
00660 'PageAttributes.ColorType',
00661 'PageAttributes',
00662 'PackedColorModel',
00663 'Package',
00664 'PUBLIC_MEMBER',
00665 'PRIVATE_MEMBER',
00666 'PKCS8EncodedKeySpec',
00667 'PERSIST_STORE',
00668 'Owner',
00669 'OverlayLayout',
00670 'OutputStreamWriter',
00671 'OutputStream',
00672 'OutOfMemoryError',
00673 'OptionalDataException',
00674 'OptionPaneUI',
00675 'Option',
00676 'OperationNotSupportedException',
00677 'Operation',
00678 'OpenType',
00679 'OctetSeqHolder',
00680 'OctetSeqHelper',
00681 'Observer',
00682 'Observable',
00683 'ObjectView',
00684 'ObjectStreamField',
00685 'ObjectStreamException',
00686 'ObjectStreamConstants',
00687 'ObjectStreamClass',
00688 'ObjectOutputStream.PutField',
00689 'ObjectOutputStream',
00690 'ObjectOutput',
00691 'ObjectInputValidation',
00692 'ObjectInputStream.GetField',
00693 'ObjectInputStream',
00694 'ObjectInput',
00695 'ObjectImpl',
00696 'ObjectImpl',
00697 'ObjectHolder',
00698 'ObjectHelper',
00699 'ObjectFactoryBuilder',
00700 'ObjectFactory',
00701 'ObjectChangeListener',
00702 'Object',
00703 'ObjID',
00704 'ORB',
00705 'OMGVMCID',
00706 'OBJ_ADAPTER',
00707 'OBJECT_NOT_EXIST',
00708 'NumberFormatException',
00709 'NumberFormat',
00710 'Number',
00711 'NullPointerException',
00712 'NotSerializableException',
00713 'NotOwnerException',
00714 'NotFoundReasonHolder',
00715 'NotFoundReasonHelper',
00716 'NotFoundReason',
00717 'NotFoundHolder',
00718 'NotFoundHelper',
00719 'NotFound',
00720 'NotEmptyHolder',
00721 'NotEmptyHelper',
00722 'NotEmpty',
00723 'NotContextException',
00724 'NotBoundException',
00725 'NotActiveException',
00726 'NoninvertibleTransformException',
00727 'NoSuchProviderException',
00728 'NoSuchObjectException',
00729 'NoSuchMethodException',
00730 'NoSuchMethodError',
00731 'NoSuchFieldException',
00732 'NoSuchFieldError',
00733 'NoSuchElementException',
00734 'NoSuchAttributeException',
00735 'NoSuchAlgorithmException',
00736 'NoRouteToHostException',
00737 'NoPermissionException',
00738 'NoInitialContextException',
00739 'NoClassDefFoundError',
00740 'NetPermission',
00741 'NegativeArraySizeException',
00742 'NamingSecurityException',
00743 'NamingManager',
00744 'NamingListener',
00745 'NamingExceptionEvent',
00746 'NamingException',
00747 'NamingEvent',
00748 'NamingEnumeration',
00749 'NamingContextOperations',
00750 'NamingContextHolder',
00751 'NamingContextHelper',
00752 'NamingContext',
00753 'Naming',
00754 'NamespaceChangeListener',
00755 'NamedValue',
00756 'NameValuePairHelper',
00757 'NameValuePair',
00758 'NameParser',
00759 'NameNotFoundException',
00760 'NameHolder',
00761 'NameHelper',
00762 'NameComponentHolder',
00763 'NameComponentHelper',
00764 'NameComponent',
00765 'NameClassPair',
00766 'NameAlreadyBoundException',
00767 'Name',
00768 'NVList',
00769 'NO_RESPONSE',
00770 'NO_RESOURCES',
00771 'NO_PERMISSION',
00772 'NO_MEMORY',
00773 'NO_IMPLEMENT',
00774 'MutableTreeNode',
00775 'MutableComboBoxModel',
00776 'MutableAttributeSet',
00777 'MultipleMaster',
00778 'MulticastSocket',
00779 'MultiViewportUI',
00780 'MultiTreeUI',
00781 'MultiToolTipUI',
00782 'MultiToolBarUI',
00783 'MultiTextUI',
00784 'MultiTableUI',
00785 'MultiTableHeaderUI',
00786 'MultiTabbedPaneUI',
00787 'MultiSplitPaneUI',
00788 'MultiSliderUI',
00789 'MultiSeparatorUI',
00790 'MultiScrollPaneUI',
00791 'MultiScrollBarUI',
00792 'MultiProgressBarUI',
00793 'MultiPopupMenuUI',
00794 'MultiPixelPackedSampleModel',
00795 'MultiPanelUI',
00796 'MultiOptionPaneUI',
00797 'MultiMenuItemUI',
00798 'MultiMenuBarUI',
00799 'MultiLookAndFeel',
00800 'MultiListUI',
00801 'MultiLabelUI',
00802 'MultiInternalFrameUI',
00803 'MultiFileChooserUI',
00804 'MultiDesktopPaneUI',
00805 'MultiDesktopIconUI',
00806 'MultiComboBoxUI',
00807 'MultiColorChooserUI',
00808 'MultiButtonUI',
00809 'MouseMotionListener',
00810 'MouseMotionAdapter',
00811 'MouseListener',
00812 'MouseInputListener',
00813 'MouseInputAdapter',
00814 'MouseEvent',
00815 'MouseDragGestureRecognizer',
00816 'MouseAdapter',
00817 'Modifier',
00818 'ModificationItem',
00819 'MixerProvider',
00820 'Mixer.Info',
00821 'Mixer',
00822 'MissingResourceException',
00823 'MinimalHTMLWriter',
00824 'MimeTypeParseException',
00825 'MidiUnavailableException',
00826 'MidiSystem',
00827 'MidiMessage',
00828 'MidiFileWriter',
00829 'MidiFileReader',
00830 'MidiFileFormat',
00831 'MidiEvent',
00832 'MidiDeviceProvider',
00833 'MidiDevice.Info',
00834 'MidiDevice',
00835 'MidiChannel',
00836 'MethodDescriptor',
00837 'Method',
00838 'MetalTreeUI',
00839 'MetalToolTipUI',
00840 'MetalToolBarUI',
00841 'MetalToggleButtonUI',
00842 'MetalTheme',
00843 'MetalTextFieldUI',
00844 'MetalTabbedPaneUI',
00845 'MetalSplitPaneUI',
00846 'MetalSliderUI',
00847 'MetalSeparatorUI',
00848 'MetalScrollPaneUI',
00849 'MetalScrollButton',
00850 'MetalScrollBarUI',
00851 'MetalRadioButtonUI',
00852 'MetalProgressBarUI',
00853 'MetalPopupMenuSeparatorUI',
00854 'MetalLookAndFeel',
00855 'MetalLabelUI',
00856 'MetalInternalFrameUI',
00857 'MetalInternalFrameTitlePane',
00858 'MetalIconFactory.TreeLeafIcon',
00859 'MetalIconFactory.TreeFolderIcon',
00860 'MetalIconFactory.TreeControlIcon',
00861 'MetalIconFactory.PaletteCloseIcon',
00862 'MetalIconFactory.FolderIcon16',
00863 'MetalIconFactory.FileIcon16',
00864 'MetalIconFactory',
00865 'MetalFileChooserUI',
00866 'MetalDesktopIconUI',
00867 'MetalComboBoxUI',
00868 'MetalComboBoxIcon',
00869 'MetalComboBoxEditor.UIResource',
00870 'MetalComboBoxEditor',
00871 'MetalComboBoxButton',
00872 'MetalCheckBoxUI',
00873 'MetalCheckBoxIcon',
00874 'MetalButtonUI',
00875 'MetalBorders.ToolBarBorder',
00876 'MetalBorders.ToggleButtonBorder',
00877 'MetalBorders.TextFieldBorder',
00878 'MetalBorders.TableHeaderBorder',
00879 'MetalBorders.ScrollPaneBorder',
00880 'MetalBorders.RolloverButtonBorder',
00881 'MetalBorders.PopupMenuBorder',
00882 'MetalBorders.PaletteBorder',
00883 'MetalBorders.OptionDialogBorder',
00884 'MetalBorders.MenuItemBorder',
00885 'MetalBorders.MenuBarBorder',
00886 'MetalBorders.InternalFrameBorder',
00887 'MetalBorders.Flush3DBorder',
00888 'MetalBorders.ButtonBorder',
00889 'MetalBorders',
00890 'MetaMessage',
00891 'MetaEventListener',
00892 'MessageFormat',
00893 'MessageDigestSpi',
00894 'MessageDigest',
00895 'MenuShortcut',
00896 'MenuSelectionManager',
00897 'MenuListener',
00898 'MenuKeyListener',
00899 'MenuKeyEvent',
00900 'MenuItemUI',
00901 'MenuItem',
00902 'MenuEvent',
00903 'MenuElement',
00904 'MenuDragMouseListener',
00905 'MenuDragMouseEvent',
00906 'MenuContainer',
00907 'MenuComponent',
00908 'MenuBarUI',
00909 'MenuBar',
00910 'Menu',
00911 'MemoryImageSource',
00912 'Member',
00913 'MediaTracker',
00914 'MatteBorder',
00915 'Math',
00916 'MarshalledObject',
00917 'MarshalException',
00918 'Map.Entry',
00919 'Map',
00920 'Manifest',
00921 'MalformedURLException',
00922 'MalformedLinkException',
00923 'MARSHAL',
00924 'LookupTable',
00925 'LookupOp',
00926 'LookAndFeel',
00927 'LongSeqHolder',
00928 'LongSeqHelper',
00929 'LongLongSeqHolder',
00930 'LongLongSeqHelper',
00931 'LongHolder',
00932 'Long',
00933 'LogStream',
00934 'LocateRegistry',
00935 'Locale',
00936 'LoaderHandler',
00937 'ListView',
00938 'ListUI',
00939 'ListSelectionModel',
00940 'ListSelectionListener',
00941 'ListSelectionEvent',
00942 'ListResourceBundle',
00943 'ListModel',
00944 'ListIterator',
00945 'ListDataListener',
00946 'ListDataEvent',
00947 'ListCellRenderer',
00948 'List',
00949 'List',
00950 'LinkedList',
00951 'LinkageError',
00952 'LinkRef',
00953 'LinkLoopException',
00954 'LinkException',
00955 'LineUnavailableException',
00956 'LineNumberReader',
00957 'LineNumberInputStream',
00958 'LineMetrics',
00959 'LineListener',
00960 'LineEvent.Type',
00961 'LineEvent',
00962 'LineBreakMeasurer',
00963 'LineBorder',
00964 'Line2D.Float',
00965 'Line2D.Double',
00966 'Line2D',
00967 'Line.Info',
00968 'Line',
00969 'LimitExceededException',
00970 'Lease',
00971 'LdapReferralException',
00972 'LdapContext',
00973 'LayoutQueue',
00974 'LayoutManager2',
00975 'LayoutManager',
00976 'LayeredHighlighter.LayerPainter',
00977 'LayeredHighlighter',
00978 'LastOwnerException',
00979 'LabelView',
00980 'LabelUI',
00981 'Label',
00982 'Keymap',
00983 'KeyStroke',
00984 'KeyStoreSpi',
00985 'KeyStoreException',
00986 'KeyStore',
00987 'KeySpec',
00988 'KeyPairGeneratorSpi',
00989 'KeyPairGenerator',
00990 'KeyPair',
00991 'KeyManagementException',
00992 'KeyListener',
00993 'KeyFactorySpi',
00994 'KeyFactory',
00995 'KeyException',
00996 'KeyEvent',
00997 'KeyAdapter',
00998 'Key',
00999 'Kernel',
01000 'JobAttributes.SidesType',
01001 'JobAttributes.MultipleDocumentHandlingType',
01002 'JobAttributes.DialogType',
01003 'JobAttributes.DestinationType',
01004 'JobAttributes.DefaultSelectionType',
01005 'JobAttributes',
01006 'JarURLConnection',
01007 'JarOutputStream',
01008 'JarInputStream',
01009 'JarFile',
01010 'JarException',
01011 'JarEntry',
01012 'JWindow',
01013 'JViewport',
01014 'JTree.EmptySelectionModel',
01015 'JTree.DynamicUtilTreeNode',
01016 'JTree',
01017 'JToolTip',
01018 'JToolBar.Separator',
01019 'JToolBar',
01020 'JToggleButton.ToggleButtonModel',
01021 'JToggleButton',
01022 'JTextPane',
01023 'JTextField',
01024 'JTextComponent.KeyBinding',
01025 'JTextComponent',
01026 'JTextArea',
01027 'JTableHeader',
01028 'JTable',
01029 'JTabbedPane',
01030 'JSplitPane',
01031 'JSlider',
01032 'JSeparator',
01033 'JScrollPane',
01034 'JScrollBar',
01035 'JRootPane',
01036 'JRadioButtonMenuItem',
01037 'JRadioButton',
01038 'JProgressBar',
01039 'JPopupMenu.Separator',
01040 'JPopupMenu',
01041 'JPasswordField',
01042 'JPanel',
01043 'JOptionPane',
01044 'JMenuItem',
01045 'JMenuBar',
01046 'JMenu',
01047 'JList',
01048 'JLayeredPane',
01049 'JLabel',
01050 'JInternalFrame.JDesktopIcon',
01051 'JInternalFrame',
01052 'JFrame',
01053 'JFileChooser',
01054 'JEditorPane',
01055 'JDialog',
01056 'JDesktopPane',
01057 'JComponent',
01058 'JComboBox.KeySelectionManager',
01059 'JComboBox',
01060 'JColorChooser',
01061 'JCheckBoxMenuItem',
01062 'JCheckBox',
01063 'JButton',
01064 'JApplet',
01065 'Iterator',
01066 'ItemSelectable',
01067 'ItemListener',
01068 'ItemEvent',
01069 'IstringHelper',
01070 'InvokeHandler',
01071 'InvocationTargetException',
01072 'InvocationHandler',
01073 'InvocationEvent',
01074 'InvalidValue',
01075 'InvalidTransactionException',
01076 'InvalidSeq',
01077 'InvalidSearchFilterException',
01078 'InvalidSearchControlsException',
01079 'InvalidParameterSpecException',
01080 'InvalidParameterException',
01081 'InvalidObjectException',
01082 'InvalidNameHolder',
01083 'InvalidNameHelper',
01084 'InvalidNameException',
01085 'InvalidName',
01086 'InvalidName',
01087 'InvalidMidiDataException',
01088 'InvalidKeySpecException',
01089 'InvalidKeyException',
01090 'InvalidDnDOperationException',
01091 'InvalidClassException',
01092 'InvalidAttributesException',
01093 'InvalidAttributeValueException',
01094 'InvalidAttributeIdentifierException',
01095 'InvalidAlgorithmParameterException',
01096 'Invalid',
01097 'Introspector',
01098 'IntrospectionException',
01099 'InterruptedNamingException',
01100 'InterruptedIOException',
01101 'InterruptedException',
01102 'InternalFrameUI',
01103 'InternalFrameListener',
01104 'InternalFrameEvent',
01105 'InternalFrameAdapter',
01106 'InternalError',
01107 'Integer',
01108 'IntHolder',
01109 'InsufficientResourcesException',
01110 'Instrument',
01111 'InstantiationException',
01112 'InstantiationError',
01113 'InsetsUIResource',
01114 'Insets',
01115 'InputVerifier',
01116 'InputSubset',
01117 'InputStreamReader',
01118 'InputStream',
01119 'InputStream',
01120 'InputStream',
01121 'InputMethodRequests',
01122 'InputMethodListener',
01123 'InputMethodHighlight',
01124 'InputMethodEvent',
01125 'InputMethodDescriptor',
01126 'InputMethodContext',
01127 'InputMethod',
01128 'InputMapUIResource',
01129 'InputMap',
01130 'InputEvent',
01131 'InputContext',
01132 'InlineView',
01133 'Initializer',
01134 'InitialLdapContext',
01135 'InitialDirContext',
01136 'InitialContextFactoryBuilder',
01137 'InitialContextFactory',
01138 'InitialContext',
01139 'InheritableThreadLocal',
01140 'InflaterInputStream',
01141 'Inflater',
01142 'InetAddress',
01143 'IndirectionException',
01144 'IndexedPropertyDescriptor',
01145 'IndexOutOfBoundsException',
01146 'IndexColorModel',
01147 'InconsistentTypeCode',
01148 'IncompatibleClassChangeError',
01149 'ImagingOpException',
01150 'ImageProducer',
01151 'ImageObserver',
01152 'ImageIcon',
01153 'ImageGraphicAttribute',
01154 'ImageFilter',
01155 'ImageConsumer',
01156 'Image',
01157 'IllegalThreadStateException',
01158 'IllegalStateException',
01159 'IllegalPathStateException',
01160 'IllegalMonitorStateException',
01161 'IllegalComponentStateException',
01162 'IllegalArgumentException',
01163 'IllegalAccessException',
01164 'IllegalAccessError',
01165 'IdentityScope',
01166 'Identity',
01167 'IdentifierHelper',
01168 'IconView',
01169 'IconUIResource',
01170 'Icon',
01171 'IRObjectOperations',
01172 'IRObject',
01173 'IOException',
01174 'INV_POLICY',
01175 'INV_OBJREF',
01176 'INV_IDENT',
01177 'INV_FLAG',
01178 'INVALID_TRANSACTION',
01179 'INTF_REPOS',
01180 'INTERNAL',
01181 'INITIALIZE',
01182 'IMP_LIMIT',
01183 'IDLTypeOperations',
01184 'IDLTypeHelper',
01185 'IDLType',
01186 'IDLEntity',
01187 'ICC_ProfileRGB',
01188 'ICC_ProfileGray',
01189 'ICC_Profile',
01190 'ICC_ColorSpace',
01191 'HyperlinkListener',
01192 'HyperlinkEvent.EventType',
01193 'HyperlinkEvent',
01194 'HttpURLConnection',
01195 'Highlighter.HighlightPainter',
01196 'Highlighter.Highlight',
01197 'Highlighter',
01198 'HierarchyListener',
01199 'HierarchyEvent',
01200 'HierarchyBoundsListener',
01201 'HierarchyBoundsAdapter',
01202 'Hashtable',
01203 'HashSet',
01204 'HashMap',
01205 'HasControls',
01206 'HTMLWriter',
01207 'HTMLFrameHyperlinkEvent',
01208 'HTMLEditorKit.ParserCallback',
01209 'HTMLEditorKit.Parser',
01210 'HTMLEditorKit.LinkController',
01211 'HTMLEditorKit.InsertHTMLTextAction',
01212 'HTMLEditorKit.HTMLTextAction',
01213 'HTMLEditorKit.HTMLFactory',
01214 'HTMLEditorKit',
01215 'HTMLDocument.Iterator',
01216 'HTMLDocument',
01217 'HTML.UnknownTag',
01218 'HTML.Tag',
01219 'HTML.Attribute',
01220 'HTML',
01221 'GuardedObject',
01222 'Guard',
01223 'Group',
01224 'GridLayout',
01225 'GridBagLayout',
01226 'GridBagConstraints',
01227 'GregorianCalendar',
01228 'GrayFilter',
01229 'GraphicsEnvironment',
01230 'GraphicsDevice',
01231 'GraphicsConfiguration',
01232 'GraphicsConfigTemplate',
01233 'Graphics2D',
01234 'Graphics',
01235 'GraphicAttribute',
01236 'GradientPaint',
01237 'GlyphView.GlyphPainter',
01238 'GlyphView',
01239 'GlyphVector',
01240 'GlyphMetrics',
01241 'GlyphJustificationInfo',
01242 'GeneralSecurityException',
01243 'GeneralPath',
01244 'GapContent',
01245 'GZIPOutputStream',
01246 'GZIPInputStream',
01247 'Frame',
01248 'FormatConversionProvider',
01249 'Format',
01250 'FormView',
01251 'FontUIResource',
01252 'FontRenderContext',
01253 'FontMetrics',
01254 'FontFormatException',
01255 'Font',
01256 'FocusManager',
01257 'FocusListener',
01258 'FocusEvent',
01259 'FocusAdapter',
01260 'FlowView.FlowStrategy',
01261 'FlowView',
01262 'FlowLayout',
01263 'FloatSeqHolder',
01264 'FloatSeqHelper',
01265 'FloatHolder',
01266 'FloatControl.Type',
01267 'FloatControl',
01268 'Float',
01269 'FlavorMap',
01270 'FlatteningPathIterator',
01271 'FixedHolder',
01272 'FixedHeightLayoutCache',
01273 'FilteredImageSource',
01274 'FilterWriter',
01275 'FilterReader',
01276 'FilterOutputStream',
01277 'FilterInputStream',
01278 'FilenameFilter',
01279 'FileWriter',
01280 'FileView',
01281 'FileSystemView',
01282 'FileReader',
01283 'FilePermission',
01284 'FileOutputStream',
01285 'FileNotFoundException',
01286 'FileNameMap',
01287 'FileInputStream',
01288 'FileFilter',
01289 'FileFilter',
01290 'FileDialog',
01291 'FileDescriptor',
01292 'FileChooserUI',
01293 'File',
01294 'FieldView',
01295 'FieldPosition',
01296 'FieldNameHelper',
01297 'Field',
01298 'FeatureDescriptor',
01299 'FREE_MEM',
01300 'Externalizable',
01301 'ExtendedResponse',
01302 'ExtendedRequest',
01303 'ExportException',
01304 'ExpandVetoException',
01305 'ExceptionList',
01306 'ExceptionInInitializerError',
01307 'Exception',
01308 'EventSetDescriptor',
01309 'EventQueue',
01310 'EventObject',
01311 'EventListenerList',
01312 'EventListener',
01313 'EventDirContext',
01314 'EventContext',
01315 'Event',
01316 'EtchedBorder',
01317 'Error',
01318 'Environment',
01319 'Enumeration',
01320 'EnumControl.Type',
01321 'EnumControl',
01322 'Entity',
01323 'EncodedKeySpec',
01324 'EmptyStackException',
01325 'EmptyBorder',
01326 'Ellipse2D.Float',
01327 'Ellipse2D.Double',
01328 'Ellipse2D',
01329 'ElementIterator',
01330 'Element',
01331 'EditorKit',
01332 'EOFException',
01333 'DynamicImplementation',
01334 'DynValue',
01335 'DynUnion',
01336 'DynStruct',
01337 'DynSequence',
01338 'DynFixed',
01339 'DynEnum',
01340 'DynArray',
01341 'DynAny',
01342 'DropTargetListener',
01343 'DropTargetEvent',
01344 'DropTargetDropEvent',
01345 'DropTargetDragEvent',
01346 'DropTargetContext',
01347 'DropTarget.DropTargetAutoScroller',
01348 'DropTarget',
01349 'DriverPropertyInfo',
01350 'DriverManager',
01351 'Driver',
01352 'DragSourceListener',
01353 'DragSourceEvent',
01354 'DragSourceDropEvent',
01355 'DragSourceDragEvent',
01356 'DragSourceContext',
01357 'DragSource',
01358 'DragGestureRecognizer',
01359 'DragGestureListener',
01360 'DragGestureEvent',
01361 'DoubleSeqHolder',
01362 'DoubleSeqHelper',
01363 'DoubleHolder',
01364 'Double',
01365 'DomainManagerOperations',
01366 'DomainManager',
01367 'DomainCombiner',
01368 'DocumentParser',
01369 'DocumentListener',
01370 'DocumentEvent.EventType',
01371 'DocumentEvent.ElementChange',
01372 'DocumentEvent',
01373 'Document',
01374 'DnDConstants',
01375 'DirectoryManager',
01376 'DirectColorModel',
01377 'DirStateFactory.Result',
01378 'DirStateFactory',
01379 'DirObjectFactory',
01380 'DirContext',
01381 'DimensionUIResource',
01382 'Dimension2D',
01383 'Dimension',
01384 'DigestOutputStream',
01385 'DigestInputStream',
01386 'DigestException',
01387 'Dictionary',
01388 'Dialog',
01389 'DesktopPaneUI',
01390 'DesktopManager',
01391 'DesktopIconUI',
01392 'DesignMode',
01393 'Delegate',
01394 'DeflaterOutputStream',
01395 'Deflater',
01396 'DefinitionKindHelper',
01397 'DefinitionKind',
01398 'DefaultTreeSelectionModel',
01399 'DefaultTreeModel',
01400 'DefaultTreeCellRenderer',
01401 'DefaultTreeCellEditor',
01402 'DefaultTextUI',
01403 'DefaultTableModel',
01404 'DefaultTableColumnModel',
01405 'DefaultTableCellRenderer.UIResource',
01406 'DefaultTableCellRenderer',
01407 'DefaultStyledDocument.ElementSpec',
01408 'DefaultStyledDocument.AttributeUndoableEdit',
01409 'DefaultStyledDocument',
01410 'DefaultSingleSelectionModel',
01411 'DefaultMutableTreeNode',
01412 'DefaultMetalTheme',
01413 'DefaultMenuLayout',
01414 'DefaultListSelectionModel',
01415 'DefaultListModel',
01416 'DefaultListCellRenderer.UIResource',
01417 'DefaultListCellRenderer',
01418 'DefaultHighlighter.DefaultHighlightPainter',
01419 'DefaultHighlighter',
01420 'DefaultFocusManager',
01421 'DefaultEditorKit.PasteAction,',
01422 'DefaultEditorKit.InsertTabAction',
01423 'DefaultEditorKit.InsertContentAction',
01424 'DefaultEditorKit.InsertBreakAction',
01425 'DefaultEditorKit.DefaultKeyTypedAction',
01426 'DefaultEditorKit.CutAction',
01427 'DefaultEditorKit.CopyAction',
01428 'DefaultEditorKit.BeepAction',
01429 'DefaultEditorKit',
01430 'DefaultDesktopManager',
01431 'DefaultComboBoxModel',
01432 'DefaultColorSelectionModel',
01433 'DefaultCellEditor',
01434 'DefaultCaret',
01435 'DefaultButtonModel',
01436 'DefaultBoundedRangeModel',
01437 'DecimalFormatSymbols',
01438 'DecimalFormat',
01439 'DebugGraphics',
01440 'DateFormatSymbols',
01441 'DateFormat',
01442 'Date',
01443 'DatagramSocketImplFactory',
01444 'DatagramSocketImpl',
01445 'DatagramSocket',
01446 'DatagramPacket',
01447 'DatabaseMetaData',
01448 'DataTruncation',
01449 'DataOutputStream',
01450 'DataOutputStream',
01451 'DataOutput',
01452 'DataLine.Info',
01453 'DataLine',
01454 'DataInputStream',
01455 'DataInput',
01456 'DataFormatException',
01457 'DataFlavor',
01458 'DataBufferUShort',
01459 'DataBufferShort',
01460 'DataBufferInt',
01461 'DataBufferByte',
01462 'DataBuffer',
01463 'DTDConstants',
01464 'DTD',
01465 'DSAPublicKeySpec',
01466 'DSAPublicKey',
01467 'DSAPrivateKeySpec',
01468 'DSAPrivateKey',
01469 'DSAParams',
01470 'DSAParameterSpec',
01471 'DSAKeyPairGenerator',
01472 'DSAKey',
01473 'DGC',
01474 'DATA_CONVERSION',
01475 'Customizer',
01476 'CustomValue',
01477 'CustomMarshal',
01478 'Cursor',
01479 'CurrentOperations',
01480 'CurrentHolder',
01481 'CurrentHelper',
01482 'Current',
01483 'CubicCurve2D.Float',
01484 'CubicCurve2D.Double',
01485 'CubicCurve2D',
01486 'CropImageFilter',
01487 'ConvolveOp',
01488 'ControllerEventListener',
01489 'ControlFactory',
01490 'Control.Type',
01491 'Control',
01492 'ContextualRenderedImageFactory',
01493 'ContextNotEmptyException',
01494 'ContextList',
01495 'Context',
01496 'ContentModel',
01497 'ContentHandlerFactory',
01498 'ContentHandler',
01499 'ContainerListener',
01500 'ContainerEvent',
01501 'ContainerAdapter',
01502 'Container',
01503 'Constructor',
01504 'Connection',
01505 'ConnectIOException',
01506 'ConnectException',
01507 'ConnectException',
01508 'ConfigurationException',
01509 'ConcurrentModificationException',
01510 'CompoundName',
01511 'CompoundEdit',
01512 'CompoundControl.Type',
01513 'CompoundControl',
01514 'CompoundBorder',
01515 'CompositeView',
01516 'CompositeName',
01517 'CompositeContext',
01518 'Composite',
01519 'ComponentView',
01520 'ComponentUI',
01521 'ComponentSampleModel',
01522 'ComponentOrientation',
01523 'ComponentListener',
01524 'ComponentInputMapUIResource',
01525 'ComponentInputMap',
01526 'ComponentEvent',
01527 'ComponentColorModel',
01528 'ComponentAdapter',
01529 'Component',
01530 'CompletionStatusHelper',
01531 'CompletionStatus',
01532 'Compiler',
01533 'Comparator',
01534 'Comparable',
01535 'CommunicationException',
01536 'ComboPopup',
01537 'ComboBoxUI',
01538 'ComboBoxModel',
01539 'ComboBoxEditor',
01540 'ColorUIResource',
01541 'ColorSpace',
01542 'ColorSelectionModel',
01543 'ColorModel',
01544 'ColorConvertOp',
01545 'ColorChooserUI',
01546 'ColorChooserComponentFactory',
01547 'Color',
01548 'Collections',
01549 'Collection',
01550 'Collator',
01551 'CollationKey',
01552 'CollationElementIterator',
01553 'CodeSource',
01554 'Cloneable',
01555 'CloneNotSupportedException',
01556 'Clob',
01557 'ClipboardOwner',
01558 'Clipboard',
01559 'Clip',
01560 'ClassNotFoundException',
01561 'ClassLoader',
01562 'ClassFormatError',
01563 'ClassDesc',
01564 'ClassCircularityError',
01565 'ClassCastException',
01566 'Class',
01567 'ChoiceFormat',
01568 'Choice',
01569 'Checksum',
01570 'CheckedOutputStream',
01571 'CheckedInputStream',
01572 'CheckboxMenuItem',
01573 'CheckboxGroup',
01574 'Checkbox',
01575 'CharacterIterator',
01576 'Character.UnicodeBlock',
01577 'Character.Subset',
01578 'Character',
01579 'CharSeqHolder',
01580 'CharSeqHelper',
01581 'CharHolder',
01582 'CharConversionException',
01583 'CharArrayWriter',
01584 'CharArrayReader',
01585 'ChangedCharSetException',
01586 'ChangeListener',
01587 'ChangeEvent',
01588 'CertificateParsingException',
01589 'CertificateNotYetValidException',
01590 'CertificateFactorySpi',
01591 'CertificateFactory',
01592 'CertificateExpiredException',
01593 'CertificateException',
01594 'CertificateEncodingException',
01595 'Certificate.CertificateRep',
01596 'Certificate',
01597 'CellRendererPane',
01598 'CellEditorListener',
01599 'CellEditor',
01600 'CaretListener',
01601 'CaretEvent',
01602 'Caret',
01603 'CardLayout',
01604 'Canvas',
01605 'CannotUndoException',
01606 'CannotRedoException',
01607 'CannotProceedHolder',
01608 'CannotProceedHelper',
01609 'CannotProceedException',
01610 'CannotProceed',
01611 'CallableStatement',
01612 'Calendar',
01613 'CTX_RESTRICT_SCOPE',
01614 'CSS.Attribute',
01615 'CSS',
01616 'CRLException',
01617 'CRL',
01618 'CRC32',
01619 'COMM_FAILURE',
01620 'CMMException',
01621 'ByteLookupTable',
01622 'ByteHolder',
01623 'ByteArrayOutputStream',
01624 'ByteArrayInputStream',
01625 'Byte',
01626 'ButtonUI',
01627 'ButtonModel',
01628 'ButtonGroup',
01629 'Button',
01630 'BufferedWriter',
01631 'BufferedReader',
01632 'BufferedOutputStream',
01633 'BufferedInputStream',
01634 'BufferedImageOp',
01635 'BufferedImageFilter',
01636 'BufferedImage',
01637 'BreakIterator',
01638 'BoxedValueHelper',
01639 'BoxView',
01640 'BoxLayout',
01641 'Box.Filler',
01642 'Box',
01643 'Bounds',
01644 'BoundedRangeModel',
01645 'BorderUIResource.TitledBorderUIResource',
01646 'BorderUIResource.MatteBorderUIResource',
01647 'BorderUIResource.LineBorderUIResource',
01648 'BorderUIResource.EtchedBorderUIResource',
01649 'BorderUIResource.EmptyBorderUIResource',
01650 'BorderUIResource.CompoundBorderUIResource',
01651 'BorderUIResource.BevelBorderUIResource',
01652 'BorderUIResource',
01653 'BorderLayout',
01654 'BorderFactory',
01655 'Border',
01656 'BooleanSeqHolder',
01657 'BooleanSeqHelper',
01658 'BooleanHolder',
01659 'BooleanControl.Type',
01660 'BooleanControl',
01661 'Boolean',
01662 'Book',
01663 'BlockView',
01664 'Blob',
01665 'BitSet',
01666 'BindingTypeHolder',
01667 'BindingTypeHelper',
01668 'BindingType',
01669 'BindingListHolder',
01670 'BindingListHelper',
01671 'BindingIteratorOperations',
01672 'BindingIteratorHolder',
01673 'BindingIteratorHelper',
01674 'BindingIterator',
01675 'BindingHolder',
01676 'BindingHelper',
01677 'Binding',
01678 'BindException',
01679 'BinaryRefAddr',
01680 'BigInteger',
01681 'BigDecimal',
01682 'BevelBorder',
01683 'Beans',
01684 'BeanInfo',
01685 'BeanDescriptor',
01686 'BeanContextSupport.BCSIterator',
01687 'BeanContextSupport',
01688 'BeanContextServicesSupport.BCSSServiceProvider',
01689 'BeanContextServicesSupport',
01690 'BeanContextServicesListener',
01691 'BeanContextServices',
01692 'BeanContextServiceRevokedListener',
01693 'BeanContextServiceRevokedEvent',
01694 'BeanContextServiceProviderBeanInfo',
01695 'BeanContextServiceProvider',
01696 'BeanContextServiceAvailableEvent',
01697 'BeanContextProxy',
01698 'BeanContextMembershipListener',
01699 'BeanContextMembershipEvent',
01700 'BeanContextEvent',
01701 'BeanContextContainerProxy',
01702 'BeanContextChildSupport',
01703 'BeanContextChildComponentProxy',
01704 'BeanContextChild',
01705 'BeanContext',
01706 'BatchUpdateException',
01707 'BasicViewportUI',
01708 'BasicTreeUI',
01709 'BasicToolTipUI',
01710 'BasicToolBarUI',
01711 'BasicToolBarSeparatorUI',
01712 'BasicToggleButtonUI',
01713 'BasicTextUI.BasicHighlighter',
01714 'BasicTextUI.BasicCaret',
01715 'BasicTextUI',
01716 'BasicTextPaneUI',
01717 'BasicTextFieldUI',
01718 'BasicTextAreaUI',
01719 'BasicTableUI',
01720 'BasicTableHeaderUI',
01721 'BasicTabbedPaneUI',
01722 'BasicStroke',
01723 'BasicSplitPaneUI',
01724 'BasicSplitPaneDivider',
01725 'BasicSliderUI',
01726 'BasicSeparatorUI',
01727 'BasicScrollPaneUI',
01728 'BasicScrollBarUI',
01729 'BasicRootPaneUI',
01730 'BasicRadioButtonUI',
01731 'BasicRadioButtonMenuItemUI',
01732 'BasicProgressBarUI',
01733 'BasicPopupMenuUI',
01734 'BasicPopupMenuSeparatorUI',
01735 'BasicPermission',
01736 'BasicPasswordFieldUI',
01737 'BasicPanelUI',
01738 'BasicOptionPaneUI.ButtonAreaLayout',
01739 'BasicOptionPaneUI',
01740 'BasicMenuUI',
01741 'BasicMenuItemUI',
01742 'BasicMenuBarUI',
01743 'BasicLookAndFeel',
01744 'BasicListUI',
01745 'BasicLabelUI',
01746 'BasicInternalFrameUI',
01747 'BasicInternalFrameTitlePane',
01748 'BasicIconFactory',
01749 'BasicHTML',
01750 'BasicGraphicsUtils',
01751 'BasicFileChooserUI',
01752 'BasicEditorPaneUI',
01753 'BasicDirectoryModel',
01754 'BasicDesktopPaneUI',
01755 'BasicDesktopIconUI',
01756 'BasicComboPopup',
01757 'BasicComboBoxUI',
01758 'BasicComboBoxRenderer.UIResource',
01759 'BasicComboBoxRenderer',
01760 'BasicComboBoxEditor.UIResource',
01761 'BasicComboBoxEditor',
01762 'BasicColorChooserUI',
01763 'BasicCheckBoxUI',
01764 'BasicCheckBoxMenuItemUI',
01765 'BasicButtonUI',
01766 'BasicButtonListener',
01767 'BasicBorders.ToggleButtonBorder',
01768 'BasicBorders.SplitPaneBorder',
01769 'BasicBorders.RadioButtonBorder',
01770 'BasicBorders.MenuBarBorder',
01771 'BasicBorders.MarginBorder',
01772 'BasicBorders.FieldBorder',
01773 'BasicBorders.ButtonBorder',
01774 'BasicBorders',
01775 'BasicAttributes',
01776 'BasicAttribute',
01777 'BasicArrowButton',
01778 'BandedSampleModel',
01779 'BandCombineOp',
01780 'BadLocationException',
01781 'BadKind',
01782 'BAD_TYPECODE',
01783 'BAD_POLICY_VALUE',
01784 'BAD_POLICY_TYPE',
01785 'BAD_POLICY',
01786 'BAD_PARAM',
01787 'BAD_OPERATION',
01788 'BAD_INV_ORDER',
01789 'BAD_CONTEXT',
01790 'Autoscroll',
01791 'Authenticator',
01792 'AuthenticationNotSupportedException',
01793 'AuthenticationException',
01794 'AudioSystem',
01795 'AudioPermission',
01796 'AudioInputStream',
01797 'AudioFormat.Encoding',
01798 'AudioFormat',
01799 'AudioFileWriter',
01800 'AudioFileReader',
01801 'AudioFileFormat.Type',
01802 'AudioFileFormat',
01803 'AudioClip',
01804 'Attributes.Name',
01805 'Attributes',
01806 'AttributedString',
01807 'AttributedCharacterIterator.Attribute',
01808 'AttributedCharacterIterator',
01809 'AttributeSet.ParagraphAttribute',
01810 'AttributeSet.FontAttribute',
01811 'AttributeSet.ColorAttribute',
01812 'AttributeSet.CharacterAttribute',
01813 'AttributeSet',
01814 'AttributeModificationException',
01815 'AttributeList',
01816 'AttributeInUseException',
01817 'Attribute',
01818 'AsyncBoxView',
01819 'Arrays',
01820 'ArrayStoreException',
01821 'ArrayList',
01822 'ArrayIndexOutOfBoundsException',
01823 'Array',
01824 'ArithmeticException',
01825 'AreaAveragingScaleFilter',
01826 'Area',
01827 'Arc2D.Float',
01828 'Arc2D.Double',
01829 'Arc2D',
01830 'ApplicationException',
01831 'AppletStub',
01832 'AppletInitializer',
01833 'AppletContext',
01834 'Applet',
01835 'AnySeqHolder',
01836 'AnySeqHelper',
01837 'AnyHolder',
01838 'Any',
01839 'Annotation',
01840 'AncestorListener',
01841 'AncestorEvent',
01842 'AlreadyBoundHolder',
01843 'AlreadyBoundHelper',
01844 'AlreadyBoundException',
01845 'AlreadyBound',
01846 'AlphaComposite',
01847 'AllPermission',
01848 'AlgorithmParametersSpi',
01849 'AlgorithmParameters',
01850 'AlgorithmParameterSpec',
01851 'AlgorithmParameterGeneratorSpi',
01852 'AlgorithmParameterGenerator',
01853 'AffineTransformOp',
01854 'AffineTransform',
01855 'Adler32',
01856 'AdjustmentListener',
01857 'AdjustmentEvent',
01858 'Adjustable',
01859 'ActiveEvent',
01860 'Activator',
01861 'ActivationSystem',
01862 'ActivationMonitor',
01863 'ActivationInstantiator',
01864 'ActivationID',
01865 'ActivationGroupID',
01866 'ActivationGroupDesc.CommandEnvironment',
01867 'ActivationGroupDesc',
01868 'ActivationGroup',
01869 'ActivationException',
01870 'ActivationDesc',
01871 'ActivateFailedException',
01872 'Activatable',
01873 'ActionMapUIResource',
01874 'ActionMap',
01875 'ActionListener',
01876 'ActionEvent',
01877 'Action',
01878 'AclNotFoundException',
01879 'AclEntry',
01880 'Acl',
01881 'AccessibleValue',
01882 'AccessibleText',
01883 'AccessibleTableModelChange',
01884 'AccessibleTable',
01885 'AccessibleStateSet',
01886 'AccessibleState',
01887 'AccessibleSelection',
01888 'AccessibleRole',
01889 'AccessibleResourceBundle',
01890 'AccessibleRelationSet',
01891 'AccessibleRelation',
01892 'AccessibleObject',
01893 'AccessibleIcon',
01894 'AccessibleHypertext',
01895 'AccessibleHyperlink',
01896 'AccessibleContext',
01897 'AccessibleComponent',
01898 'AccessibleBundle',
01899 'AccessibleAction',
01900 'Accessible',
01901 'AccessException',
01902 'AccessController',
01903 'AccessControlException',
01904 'AccessControlContext',
01905 'AbstractWriter',
01906 'AbstractUndoableEdit',
01907 'AbstractTableModel',
01908 'AbstractSet',
01909 'AbstractSequentialList',
01910 'AbstractMethodError',
01911 'AbstractMap',
01912 'AbstractListModel',
01913 'AbstractList',
01914 'AbstractLayoutCache.NodeDimensions',
01915 'AbstractLayoutCache',
01916 'AbstractDocument.ElementEdit',
01917 'AbstractDocument.Content',
01918 'AbstractDocument.AttributeContext',
01919 'AbstractDocument',
01920 'AbstractColorChooserPanel',
01921 'AbstractCollection',
01922 'AbstractCellEditor',
01923 'AbstractButton',
01924 'AbstractBorder',
01925 'AbstractAction',
01926 'AWTPermission',
01927 'AWTException',
01928 'AWTEventMulticaster',
01929 'AWTEventListener',
01930 'AWTEvent',
01931 'AWTError',
01932 'ARG_OUT',
01933 'ARG_INOUT',
01934 'ARG_IN'
01935 ),
01936 4 => array(
01937 'void',
01938 'short',
01939 'long',
01940 'int',
01941 'double',
01942 'char',
01943 'byte',
01944 'boolean',
01945 'float'
01946 ),
01947 5 => array(
01948 'toList',
01949 'subMap',
01950 'sort',
01951 'size',
01952 'reverseEach',
01953 'reverse',
01954 'pop',
01955 'min',
01956 'max',
01957 'join',
01958 'intersect',
01959 'inject',
01960 'grep',
01961 'get',
01962 'flatten',
01963 'findIndexOf',
01964 'findAll',
01965 'find',
01966 'eachWithIndex',
01967 'eachPropertyName',
01968 'eachProperty',
01969 'each',
01970 'count',
01971 'collect',
01972 'asSynchronized',
01973 'asImmutable',
01974 'allProperties'
01975 ),
01976 6 => array(
01977 'tokenize',
01978 'toURL',
01979 'toLong',
01980 'toList',
01981 'toCharacter',
01982 'padRight',
01983 'padLeft',
01984 'eachMatch',
01985 'contains',
01986 'center'
01987 ),
01988 7 => array(
01989 'writeLine',
01990 'write',
01991 'withWriterAppend',
01992 'withWriter',
01993 'withStreams',
01994 'withStream',
01995 'withReader',
01996 'withPrintWriter',
01997 'withOutputStream',
01998 'transformLine',
01999 'transformChar',
02000 'splitEachLine',
02001 'getText',
02002 'filterLine',
02003 'encodeBase64',
02004 'eachLines',
02005 'eachLine',
02006 'eachFileRecurse',
02007 'eachFile',
02008 'eachByte',
02009 'append'
02010 ),
02011 8 => array(
02012 'dump',
02013 'inspect',
02014 'invokeMethod',
02015 'print',
02016 'println',
02017 'step',
02018 'times',
02019 'upto',
02020 'use',
02021 'getText',
02022 'start',
02023 'startDaemon',
02024 'getLastMatcher'
02025 ),
02026 9 => array(
02027 'Sql',
02028 'call',
02029 'eachRow',
02030 'execute',
02031 'executeUpdate',
02032 'close'
02033 )
02034 ),
02035 'SYMBOLS' => array(
02036 '(', ')', '[', ']', '{', '}', '*', '&', '%', '!', ';', '<', '>', '?', '|', '='
02037 ),
02038 'CASE_SENSITIVE' => array(
02039 GESHI_COMMENTS => true,
02040 1 => false,
02041 2 => false,
02042 3 => true,
02043 4 => true,
02044 5 => true,
02045 6 => true,
02046 7 => true,
02047 8 => true,
02048 9 => true
02049 ),
02050 'STYLES' => array(
02051 'KEYWORDS' => array(
02052 1 => 'color: #b1b100;',
02053 2 => 'color: #000000; font-weight: bold;',
02054 3 => 'color: #aaaadd; font-weight: bold;',
02055 4 => 'color: #993333;',
02056 5 => 'color: #663399;',
02057 6 => 'color: #CC0099;',
02058 7 => 'color: #FFCC33;',
02059 8 => 'color: #993399;',
02060 9 => 'color: #993399; font-weight: bold;'
02061 ),
02062 'COMMENTS' => array(
02063 1=> 'color: #808080; font-style: italic;',
02064 2=> 'color: #a1a100;',
02065 'MULTI' => 'color: #808080; font-style: italic;'
02066 ),
02067 'ESCAPE_CHAR' => array(
02068 0 => 'color: #000099; font-weight: bold;'
02069 ),
02070 'BRACKETS' => array(
02071 0 => 'color: #66cc66;'
02072 ),
02073 'STRINGS' => array(
02074 0 => 'color: #ff0000;'
02075 ),
02076 'NUMBERS' => array(
02077 0 => 'color: #cc66cc;'
02078 ),
02079 'METHODS' => array(
02080 1 => 'color: #006600;',
02081 2 => 'color: #006600;'
02082 ),
02083 'SYMBOLS' => array(
02084 0 => 'color: #66cc66;'
02085 ),
02086 'SCRIPT' => array(
02087 ),
02088 'REGEXPS' => array(
02089 0 => 'color: #0000ff;'
02090 )
02091 ),
02092 'URLS' => array(
02093 1 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
02094 2 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
02095 3 => 'http://www.google.de/search?as_q={FNAME}&num=100&hl=en&as_occt=url&as_sitesearch=java.sun.com%2Fj2se%2F1.5.0%2Fdocs%2Fapi%2F',
02096 4 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
02097 5 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
02098 6 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
02099 7 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
02100 8 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
02101 9 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}'
02102 ),
02103 'OOLANG' => true,
02104 'OBJECT_SPLITTERS' => array(
02105 1 => '.'
02106 ),
02107 'REGEXPS' => array(
02108 0 => '\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}'
02109 ),
02110 'STRICT_MODE_APPLIES' => GESHI_NEVER,
02111 'SCRIPT_DELIMITERS' => array(
02112 ),
02113 'HIGHLIGHT_STRICT_BLOCK' => array(
02114 )
02115 );
02116
02117 ?>