[ Index ]
 

Code source de DokuWiki 2006-11-06

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/inc/geshi/ -> groovy.php (source)

   1  <?php
   2  /*************************************************************************************
   3   * groovy.php
   4   * ----------
   5   * Author: Ivan F. Villanueva B. (geshi_groovy@artificialidea.com)
   6   * Copyright: (c) 2006 Ivan F. Villanueva B.(http://www.artificialidea.com)
   7   * Release Version: 1.0.7.15
   8   * CVS Revision Version: $Revision: 1.2.2.4 $
   9   * Date Started: 2006/04/29
  10   * Last Modified: $Date: 2006/09/23 02:05:47 $
  11   *
  12   * Groovy language file for GeSHi.
  13   *
  14   * Keywords from http: http://docs.codehaus.org/download/attachments/2715/groovy-reference-card.pdf?version=1
  15   *
  16   * CHANGES
  17   * -------
  18   * 2006/04/29 (1.0.0)
  19   *   -  First Release
  20   *
  21   * TODO (updated 2006/04/29)
  22   * -------------------------
  23   * Testing
  24   *
  25   *************************************************************************************
  26   *
  27   *     This file is part of GeSHi.
  28   *
  29   *   GeSHi is free software; you can redistribute it and/or modify
  30   *   it under the terms of the GNU General Public License as published by
  31   *   the Free Software Foundation; either version 2 of the License, or
  32   *   (at your option) any later version.
  33   *
  34   *   GeSHi is distributed in the hope that it will be useful,
  35   *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  36   *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  37   *   GNU General Public License for more details.
  38   *
  39   *   You should have received a copy of the GNU General Public License
  40   *   along with GeSHi; if not, write to the Free Software
  41   *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  42   *
  43   ************************************************************************************/
  44  
  45  $language_data = array (
  46      'LANG_NAME' => 'Groovy',
  47      'COMMENT_SINGLE' => array(1 => '//', 2 => 'import', 3 => '#'),
  48      'COMMENT_MULTI' => array('/*' => '*/'),
  49      'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
  50      'QUOTEMARKS' => array("'''", '"""', "'", '"'),
  51      'ESCAPE_CHAR' => '\\',
  52      'KEYWORDS' => array(
  53          1 => array(
  54              '||',
  55              'while',
  56              'switch',
  57              'in',
  58              'if',
  59              'foreach',
  60              'for',
  61              'else',
  62              'do',
  63              'case',
  64              '=&gt;',
  65              '--',
  66              '++',
  67              '&lt;&lt;',
  68              '&lt;&lt;&lt;',
  69              '&&'
  70              ),
  71          2 => array(
  72              'volatile',
  73              'try',
  74              'true',
  75              'transient',
  76              'throws',
  77              'throw',
  78              'this',
  79              'synchronized',
  80              'super',
  81              'strictfp',
  82              'static',
  83              'return',
  84              'public',
  85              'protected',
  86              'property',
  87              'private',
  88              'package',
  89              'null',
  90              'new',
  91              'native',
  92              'interface',
  93              'instanceof',
  94              'implements',
  95              'goto',
  96              'finally',
  97              'final',
  98              'false',
  99              'extends',
 100              'enum',
 101              'default',
 102              'def',
 103              'continue',
 104              'const',
 105              'class',
 106              'catch',
 107              'break',
 108              'assert',
 109              'abstract',
 110              'as'
 111              ),
 112          3 => array(
 113              '_Remote_Stub',
 114              '_PolicyStub',
 115              '_NamingContextStub',
 116              '_NamingContextImplBase',
 117              '_IDLTypeStub',
 118              '_BindingIteratorStub',
 119              '_BindingIteratorImplBase',
 120              'ZoneView',
 121              'ZipOutputStream',
 122              'ZipInputStream',
 123              'ZipFile',
 124              'ZipException',
 125              'ZipEntry',
 126              'X509Extension',
 127              'X509EncodedKeySpec',
 128              'X509Certificate',
 129              'X509CRLEntry',
 130              'X509CRL',
 131              'WrongTransaction',
 132              'Writer',
 133              'WriteAbortedException',
 134              'WritableRenderedImage',
 135              'WritableRaster',
 136              'WrappedPlainView',
 137              'WindowListener',
 138              'WindowEvent',
 139              'WindowConstants',
 140              'WindowAdapter',
 141              'Window',
 142              'WeakReference',
 143              'WeakHashMap',
 144              'WStringValueHelper',
 145              'WCharSeqHolder',
 146              'WCharSeqHelper',
 147              'Void',
 148              'VoiceStatus',
 149              'VisibilityHelper',
 150              'Visibility',
 151              'VirtualMachineError',
 152              'ViewportUI',
 153              'ViewportLayout',
 154              'ViewFactory',
 155              'View',
 156              'VetoableChangeSupport',
 157              'VetoableChangeListener',
 158              'VersionSpecHelper',
 159              'VerifyError',
 160              'Vector',
 161              'VariableHeightLayoutCache',
 162              'ValueMemberHelper',
 163              'ValueMember',
 164              'ValueHandler',
 165              'ValueFactory',
 166              'ValueBaseHolder',
 167              'ValueBaseHelper',
 168              'ValueBase',
 169              'VM_TRUNCATABLE',
 170              'VM_NONE',
 171              'VM_CUSTOM',
 172              'VM_ABSTRACT',
 173              'VMID',
 174              'Utilities',
 175              'UtilDelegate',
 176              'Util',
 177              'UserException',
 178              'UnsupportedOperationException',
 179              'UnsupportedLookAndFeelException',
 180              'UnsupportedFlavorException',
 181              'UnsupportedEncodingException',
 182              'UnsupportedClassVersionError',
 183              'UnsupportedAudioFileException',
 184              'UnsolicitedNotificationListener',
 185              'UnsolicitedNotificationEvent',
 186              'UnsolicitedNotification',
 187              'UnsatisfiedLinkError',
 188              'UnresolvedPermission',
 189              'Unreferenced',
 190              'UnrecoverableKeyException',
 191              'UnmarshalException',
 192              'UnknownUserException',
 193              'UnknownServiceException',
 194              'UnknownObjectException',
 195              'UnknownHostException',
 196              'UnknownHostException',
 197              'UnknownGroupException',
 198              'UnknownException',
 199              'UnknownError',
 200              'UnionMemberHelper',
 201              'UnionMember',
 202              'UnicastRemoteObject',
 203              'UnexpectedException',
 204              'UndoableEditSupport',
 205              'UndoableEditListener',
 206              'UndoableEditEvent',
 207              'UndoableEdit',
 208              'UndoManager',
 209              'UndeclaredThrowableException',
 210              'UTFDataFormatException',
 211              'UShortSeqHolder',
 212              'UShortSeqHelper',
 213              'URLStreamHandlerFactory',
 214              'URLStreamHandler',
 215              'URLEncoder',
 216              'URLDecoder',
 217              'URLConnection',
 218              'URLClassLoader',
 219              'URL',
 220              'UNSUPPORTED_POLICY_VALUE',
 221              'UNSUPPORTED_POLICY',
 222              'UNKNOWN',
 223              'ULongSeqHolder',
 224              'ULongSeqHelper',
 225              'ULongLongSeqHolder',
 226              'ULongLongSeqHelper',
 227              'UIResource',
 228              'UIManager.LookAndFeelInfo',
 229              'UIManager',
 230              'UIDefaults.ProxyLazyValue',
 231              'UIDefaults.LazyValue',
 232              'UIDefaults.LazyInputMap',
 233              'UIDefaults.ActiveValue',
 234              'UIDefaults',
 235              'UID',
 236              'Types',
 237              'TypeMismatch',
 238              'TypeCodeHolder',
 239              'TypeCode',
 240              'TreeWillExpandListener',
 241              'TreeUI',
 242              'TreeSet',
 243              'TreeSelectionModel',
 244              'TreeSelectionListener',
 245              'TreeSelectionEvent',
 246              'TreePath',
 247              'TreeNode',
 248              'TreeModelListener',
 249              'TreeModelEvent',
 250              'TreeModel',
 251              'TreeMap',
 252              'TreeExpansionListener',
 253              'TreeExpansionEvent',
 254              'TreeCellRenderer',
 255              'TreeCellEditor',
 256              'Transparency',
 257              'Transmitter',
 258              'TransformAttribute',
 259              'Transferable',
 260              'TransactionRolledbackException',
 261              'TransactionRequiredException',
 262              'Track',
 263              'Toolkit',
 264              'ToolTipUI',
 265              'ToolTipManager',
 266              'ToolBarUI',
 267              'TooManyListenersException',
 268              'TitledBorder',
 269              'Timestamp',
 270              'TimerTask',
 271              'Timer',
 272              'Timer',
 273              'TimeZone',
 274              'TimeLimitExceededException',
 275              'Time',
 276              'TileObserver',
 277              'Tie',
 278              'Throwable',
 279              'ThreadLocal',
 280              'ThreadGroup',
 281              'ThreadDeath',
 282              'Thread',
 283              'TexturePaint',
 284              'TextUI',
 285              'TextMeasurer',
 286              'TextListener',
 287              'TextLayout.CaretPolicy',
 288              'TextLayout',
 289              'TextHitInfo',
 290              'TextField',
 291              'TextEvent',
 292              'TextComponent',
 293              'TextAttribute',
 294              'TextArea',
 295              'TextAction',
 296              'TargetDataLine',
 297              'TagElement',
 298              'TableView',
 299              'TableUI',
 300              'TableModelListener',
 301              'TableModelEvent',
 302              'TableModel',
 303              'TableHeaderUI',
 304              'TableColumnModelListener',
 305              'TableColumnModelEvent',
 306              'TableColumnModel',
 307              'TableColumn',
 308              'TableCellRenderer',
 309              'TableCellEditor',
 310              'TabbedPaneUI',
 311              'TabableView',
 312              'TabStop',
 313              'TabSet',
 314              'TabExpander',
 315              'TRANSIENT',
 316              'TRANSACTION_ROLLEDBACK',
 317              'TRANSACTION_REQUIRED',
 318              'TCKind',
 319              'SystemFlavorMap',
 320              'SystemException',
 321              'SystemColor',
 322              'System',
 323              'SysexMessage',
 324              'Synthesizer',
 325              'SyncFailedException',
 326              'SwingUtilities',
 327              'SwingPropertyChangeSupport',
 328              'SwingConstants',
 329              'StyledEditorKit.UnderlineAction',
 330              'StyledEditorKit.StyledTextAction',
 331              'StyledEditorKit.ItalicAction',
 332              'StyledEditorKit.ForegroundAction',
 333              'StyledEditorKit.FontSizeAction',
 334              'StyledEditorKit.FontFamilyAction',
 335              'StyledEditorKit.BoldAction',
 336              'StyledEditorKit.AlignmentAction',
 337              'StyledEditorKit',
 338              'StyledDocument',
 339              'StyleSheet.ListPainter',
 340              'StyleSheet.BoxPainter',
 341              'StyleSheet',
 342              'StyleContext',
 343              'StyleConstants.ParagraphConstants',
 344              'StyleConstants.FontConstants',
 345              'StyleConstants.ColorConstants',
 346              'StyleConstants.CharacterConstants',
 347              'StyleConstants',
 348              'Style',
 349              'StubNotFoundException',
 350              'StubDelegate',
 351              'Stub',
 352              'StructMemberHelper',
 353              'StructMember',
 354              'Struct',
 355              'Stroke',
 356              'StringWriter',
 357              'StringValueHelper',
 358              'StringTokenizer',
 359              'StringSelection',
 360              'StringRefAddr',
 361              'StringReader',
 362              'StringIndexOutOfBoundsException',
 363              'StringHolder',
 364              'StringContent',
 365              'StringCharacterIterator',
 366              'StringBufferInputStream',
 367              'StringBuffer',
 368              'String',
 369              'StrictMath',
 370              'StreamableValue',
 371              'Streamable',
 372              'StreamTokenizer',
 373              'StreamCorruptedException',
 374              'Statement',
 375              'StateFactory',
 376              'StateEditable',
 377              'StateEdit',
 378              'StackOverflowError',
 379              'Stack',
 380              'SplitPaneUI',
 381              'SourceDataLine',
 382              'SoundbankResource',
 383              'SoundbankReader',
 384              'Soundbank',
 385              'SortedSet',
 386              'SortedMap',
 387              'SoftReference',
 388              'SoftBevelBorder',
 389              'SocketSecurityException',
 390              'SocketPermission',
 391              'SocketOptions',
 392              'SocketImplFactory',
 393              'SocketImpl',
 394              'SocketException',
 395              'Socket',
 396              'SliderUI',
 397              'SkeletonNotFoundException',
 398              'SkeletonMismatchException',
 399              'Skeleton',
 400              'SizeSequence',
 401              'SizeRequirements',
 402              'SizeLimitExceededException',
 403              'SingleSelectionModel',
 404              'SinglePixelPackedSampleModel',
 405              'SimpleTimeZone',
 406              'SimpleDateFormat',
 407              'SimpleBeanInfo',
 408              'SimpleAttributeSet',
 409              'Signer',
 410              'SignedObject',
 411              'SignatureSpi',
 412              'SignatureException',
 413              'Signature',
 414              'ShortSeqHolder',
 415              'ShortSeqHelper',
 416              'ShortMessage',
 417              'ShortLookupTable',
 418              'ShortHolder',
 419              'Short',
 420              'ShapeGraphicAttribute',
 421              'Shape',
 422              'SetOverrideTypeHelper',
 423              'SetOverrideType',
 424              'Set',
 425              'ServiceUnavailableException',
 426              'ServiceInformationHolder',
 427              'ServiceInformationHelper',
 428              'ServiceInformation',
 429              'ServiceDetailHelper',
 430              'ServiceDetail',
 431              'ServerSocket',
 432              'ServerRuntimeException',
 433              'ServerRequest',
 434              'ServerRef',
 435              'ServerNotActiveException',
 436              'ServerException',
 437              'ServerError',
 438              'ServerCloneException',
 439              'ServantObject',
 440              'SerializablePermission',
 441              'Serializable',
 442              'Sequencer.SyncMode',
 443              'Sequencer',
 444              'SequenceInputStream',
 445              'Sequence',
 446              'SeparatorUI',
 447              'Segment',
 448              'SecurityPermission',
 449              'SecurityManager',
 450              'SecurityException',
 451              'Security',
 452              'SecureRandomSpi',
 453              'SecureRandom',
 454              'SecureClassLoader',
 455              'SearchResult',
 456              'SearchControls',
 457              'Scrollbar',
 458              'Scrollable',
 459              'ScrollPaneUI',
 460              'ScrollPaneLayout.UIResource',
 461              'ScrollPaneLayout',
 462              'ScrollPaneConstants',
 463              'ScrollPane',
 464              'ScrollBarUI',
 465              'SchemaViolationException',
 466              'SampleModel',
 467              'SQLWarning',
 468              'SQLPermission',
 469              'SQLOutput',
 470              'SQLInput',
 471              'SQLException',
 472              'SQLData',
 473              'RuntimePermission',
 474              'RuntimeException',
 475              'Runtime',
 476              'Runnable',
 477              'RunTimeOperations',
 478              'RunTime',
 479              'RuleBasedCollator',
 480              'RowMapper',
 481              'RoundRectangle2D.Float',
 482              'RoundRectangle2D.Double',
 483              'RoundRectangle2D',
 484              'RootPaneUI',
 485              'RootPaneContainer',
 486              'Robot',
 487              'ReverbType',
 488              'ResultSetMetaData',
 489              'ResultSet',
 490              'ResponseHandler',
 491              'ResourceBundle',
 492              'Resolver',
 493              'ResolveResult',
 494              'RescaleOp',
 495              'Request',
 496              'RepositoryIdHelper',
 497              'Repository',
 498              'ReplicateScaleFilter',
 499              'RepaintManager',
 500              'RenderingHints.Key',
 501              'RenderingHints',
 502              'Renderer',
 503              'RenderedImageFactory',
 504              'RenderedImage',
 505              'RenderableImageProducer',
 506              'RenderableImageOp',
 507              'RenderableImage',
 508              'RenderContext',
 509              'RemoteStub',
 510              'RemoteServer',
 511              'RemoteRef',
 512              'RemoteObject',
 513              'RemoteException',
 514              'RemoteCall',
 515              'Remote',
 516              'RemarshalException',
 517              'RegistryHandler',
 518              'Registry',
 519              'ReflectPermission',
 520              'ReferralException',
 521              'Referenceable',
 522              'ReferenceQueue',
 523              'Reference',
 524              'RefAddr',
 525              'Ref',
 526              'RectangularShape',
 527              'Rectangle2D.Float',
 528              'Rectangle2D.Double',
 529              'Rectangle2D',
 530              'Rectangle',
 531              'Receiver',
 532              'Reader',
 533              'RasterOp',
 534              'RasterFormatException',
 535              'Raster',
 536              'RandomAccessFile',
 537              'Random',
 538              'RTFEditorKit',
 539              'RSAPublicKeySpec',
 540              'RSAPublicKey',
 541              'RSAPrivateKeySpec',
 542              'RSAPrivateKey',
 543              'RSAPrivateCrtKeySpec',
 544              'RSAPrivateCrtKey',
 545              'RSAKeyGenParameterSpec',
 546              'RSAKey',
 547              'RMISocketFactory',
 548              'RMIServerSocketFactory',
 549              'RMISecurityManager',
 550              'RMISecurityException',
 551              'RMIFailureHandler',
 552              'RMIClientSocketFactory',
 553              'RMIClassLoader',
 554              'RGBImageFilter',
 555              'QuadCurve2D.Float',
 556              'QuadCurve2D.Double',
 557              'QuadCurve2D',
 558              'PushbackReader',
 559              'PushbackInputStream',
 560              'PublicKey',
 561              'Proxy',
 562              'ProviderException',
 563              'Provider',
 564              'ProtocolException',
 565              'ProtectionDomain',
 566              'PropertyVetoException',
 567              'PropertyResourceBundle',
 568              'PropertyPermission',
 569              'PropertyEditorSupport',
 570              'PropertyEditorManager',
 571              'PropertyEditor',
 572              'PropertyDescriptor',
 573              'PropertyChangeSupport',
 574              'PropertyChangeListener',
 575              'PropertyChangeEvent',
 576              'Properties',
 577              'ProgressMonitorInputStream',
 578              'ProgressMonitor',
 579              'ProgressBarUI',
 580              'ProfileDataException',
 581              'Process',
 582              'PrivilegedExceptionAction',
 583              'PrivilegedActionException',
 584              'PrivilegedAction',
 585              'PrivateKey',
 586              'PrinterJob',
 587              'PrinterIOException',
 588              'PrinterGraphics',
 589              'PrinterException',
 590              'PrinterAbortException',
 591              'Printable',
 592              'PrintWriter',
 593              'PrintStream',
 594              'PrintJob',
 595              'PrintGraphics',
 596              'PrincipalHolder',
 597              'Principal',
 598              'Principal',
 599              'PreparedStatement',
 600              'Position.Bias',
 601              'Position',
 602              'PortableRemoteObjectDelegate',
 603              'PortableRemoteObject',
 604              'Port.Info',
 605              'Port',
 606              'PopupMenuUI',
 607              'PopupMenuListener',
 608              'PopupMenuEvent',
 609              'PopupMenu',
 610              'Polygon',
 611              'PolicyTypeHelper',
 612              'PolicyOperations',
 613              'PolicyListHolder',
 614              'PolicyListHelper',
 615              'PolicyHolder',
 616              'PolicyHelper',
 617              'PolicyError',
 618              'Policy',
 619              'Policy',
 620              'Point2D.Float',
 621              'Point2D.Double',
 622              'Point2D',
 623              'Point',
 624              'PlainView',
 625              'PlainDocument',
 626              'PixelInterleavedSampleModel',
 627              'PixelGrabber',
 628              'PipedWriter',
 629              'PipedReader',
 630              'PipedOutputStream',
 631              'PipedInputStream',
 632              'PhantomReference',
 633              'Permissions',
 634              'PermissionCollection',
 635              'Permission',
 636              'Permission',
 637              'PathIterator',
 638              'Patch',
 639              'PasswordView',
 640              'PasswordAuthentication',
 641              'PartialResultException',
 642              'ParserDelegator',
 643              'Parser',
 644              'ParsePosition',
 645              'ParseException',
 646              'ParameterDescriptor',
 647              'ParameterBlock',
 648              'ParagraphView',
 649              'ParagraphView',
 650              'Paper',
 651              'PanelUI',
 652              'Panel',
 653              'PaintEvent',
 654              'PaintContext',
 655              'Paint',
 656              'Pageable',
 657              'PageFormat',
 658              'PageAttributes.PrintQualityType',
 659              'PageAttributes.OriginType',
 660              'PageAttributes.OrientationRequestedType',
 661              'PageAttributes.MediaType',
 662              'PageAttributes.ColorType',
 663              'PageAttributes',
 664              'PackedColorModel',
 665              'Package',
 666              'PUBLIC_MEMBER',
 667              'PRIVATE_MEMBER',
 668              'PKCS8EncodedKeySpec',
 669              'PERSIST_STORE',
 670              'Owner',
 671              'OverlayLayout',
 672              'OutputStreamWriter',
 673              'OutputStream',
 674              'OutOfMemoryError',
 675              'OptionalDataException',
 676              'OptionPaneUI',
 677              'Option',
 678              'OperationNotSupportedException',
 679              'Operation',
 680              'OpenType',
 681              'OctetSeqHolder',
 682              'OctetSeqHelper',
 683              'Observer',
 684              'Observable',
 685              'ObjectView',
 686              'ObjectStreamField',
 687              'ObjectStreamException',
 688              'ObjectStreamConstants',
 689              'ObjectStreamClass',
 690              'ObjectOutputStream.PutField',
 691              'ObjectOutputStream',
 692              'ObjectOutput',
 693              'ObjectInputValidation',
 694              'ObjectInputStream.GetField',
 695              'ObjectInputStream',
 696              'ObjectInput',
 697              'ObjectImpl',
 698              'ObjectImpl',
 699              'ObjectHolder',
 700              'ObjectHelper',
 701              'ObjectFactoryBuilder',
 702              'ObjectFactory',
 703              'ObjectChangeListener',
 704              'Object',
 705              'ObjID',
 706              'ORB',
 707              'OMGVMCID',
 708              'OBJ_ADAPTER',
 709              'OBJECT_NOT_EXIST',
 710              'NumberFormatException',
 711              'NumberFormat',
 712              'Number',
 713              'NullPointerException',
 714              'NotSerializableException',
 715              'NotOwnerException',
 716              'NotFoundReasonHolder',
 717              'NotFoundReasonHelper',
 718              'NotFoundReason',
 719              'NotFoundHolder',
 720              'NotFoundHelper',
 721              'NotFound',
 722              'NotEmptyHolder',
 723              'NotEmptyHelper',
 724              'NotEmpty',
 725              'NotContextException',
 726              'NotBoundException',
 727              'NotActiveException',
 728              'NoninvertibleTransformException',
 729              'NoSuchProviderException',
 730              'NoSuchObjectException',
 731              'NoSuchMethodException',
 732              'NoSuchMethodError',
 733              'NoSuchFieldException',
 734              'NoSuchFieldError',
 735              'NoSuchElementException',
 736              'NoSuchAttributeException',
 737              'NoSuchAlgorithmException',
 738              'NoRouteToHostException',
 739              'NoPermissionException',
 740              'NoInitialContextException',
 741              'NoClassDefFoundError',
 742              'NetPermission',
 743              'NegativeArraySizeException',
 744              'NamingSecurityException',
 745              'NamingManager',
 746              'NamingListener',
 747              'NamingExceptionEvent',
 748              'NamingException',
 749              'NamingEvent',
 750              'NamingEnumeration',
 751              'NamingContextOperations',
 752              'NamingContextHolder',
 753              'NamingContextHelper',
 754              'NamingContext',
 755              'Naming',
 756              'NamespaceChangeListener',
 757              'NamedValue',
 758              'NameValuePairHelper',
 759              'NameValuePair',
 760              'NameParser',
 761              'NameNotFoundException',
 762              'NameHolder',
 763              'NameHelper',
 764              'NameComponentHolder',
 765              'NameComponentHelper',
 766              'NameComponent',
 767              'NameClassPair',
 768              'NameAlreadyBoundException',
 769              'Name',
 770              'NVList',
 771              'NO_RESPONSE',
 772              'NO_RESOURCES',
 773              'NO_PERMISSION',
 774              'NO_MEMORY',
 775              'NO_IMPLEMENT',
 776              'MutableTreeNode',
 777              'MutableComboBoxModel',
 778              'MutableAttributeSet',
 779              'MultipleMaster',
 780              'MulticastSocket',
 781              'MultiViewportUI',
 782              'MultiTreeUI',
 783              'MultiToolTipUI',
 784              'MultiToolBarUI',
 785              'MultiTextUI',
 786              'MultiTableUI',
 787              'MultiTableHeaderUI',
 788              'MultiTabbedPaneUI',
 789              'MultiSplitPaneUI',
 790              'MultiSliderUI',
 791              'MultiSeparatorUI',
 792              'MultiScrollPaneUI',
 793              'MultiScrollBarUI',
 794              'MultiProgressBarUI',
 795              'MultiPopupMenuUI',
 796              'MultiPixelPackedSampleModel',
 797              'MultiPanelUI',
 798              'MultiOptionPaneUI',
 799              'MultiMenuItemUI',
 800              'MultiMenuBarUI',
 801              'MultiLookAndFeel',
 802              'MultiListUI',
 803              'MultiLabelUI',
 804              'MultiInternalFrameUI',
 805              'MultiFileChooserUI',
 806              'MultiDesktopPaneUI',
 807              'MultiDesktopIconUI',
 808              'MultiComboBoxUI',
 809              'MultiColorChooserUI',
 810              'MultiButtonUI',
 811              'MouseMotionListener',
 812              'MouseMotionAdapter',
 813              'MouseListener',
 814              'MouseInputListener',
 815              'MouseInputAdapter',
 816              'MouseEvent',
 817              'MouseDragGestureRecognizer',
 818              'MouseAdapter',
 819              'Modifier',
 820              'ModificationItem',
 821              'MixerProvider',
 822              'Mixer.Info',
 823              'Mixer',
 824              'MissingResourceException',
 825              'MinimalHTMLWriter',
 826              'MimeTypeParseException',
 827              'MidiUnavailableException',
 828              'MidiSystem',
 829              'MidiMessage',
 830              'MidiFileWriter',
 831              'MidiFileReader',
 832              'MidiFileFormat',
 833              'MidiEvent',
 834              'MidiDeviceProvider',
 835              'MidiDevice.Info',
 836              'MidiDevice',
 837              'MidiChannel',
 838              'MethodDescriptor',
 839              'Method',
 840              'MetalTreeUI',
 841              'MetalToolTipUI',
 842              'MetalToolBarUI',
 843              'MetalToggleButtonUI',
 844              'MetalTheme',
 845              'MetalTextFieldUI',
 846              'MetalTabbedPaneUI',
 847              'MetalSplitPaneUI',
 848              'MetalSliderUI',
 849              'MetalSeparatorUI',
 850              'MetalScrollPaneUI',
 851              'MetalScrollButton',
 852              'MetalScrollBarUI',
 853              'MetalRadioButtonUI',
 854              'MetalProgressBarUI',
 855              'MetalPopupMenuSeparatorUI',
 856              'MetalLookAndFeel',
 857              'MetalLabelUI',
 858              'MetalInternalFrameUI',
 859              'MetalInternalFrameTitlePane',
 860              'MetalIconFactory.TreeLeafIcon',
 861              'MetalIconFactory.TreeFolderIcon',
 862              'MetalIconFactory.TreeControlIcon',
 863              'MetalIconFactory.PaletteCloseIcon',
 864              'MetalIconFactory.FolderIcon16',
 865              'MetalIconFactory.FileIcon16',
 866              'MetalIconFactory',
 867              'MetalFileChooserUI',
 868              'MetalDesktopIconUI',
 869              'MetalComboBoxUI',
 870              'MetalComboBoxIcon',
 871              'MetalComboBoxEditor.UIResource',
 872              'MetalComboBoxEditor',
 873              'MetalComboBoxButton',
 874              'MetalCheckBoxUI',
 875              'MetalCheckBoxIcon',
 876              'MetalButtonUI',
 877              'MetalBorders.ToolBarBorder',
 878              'MetalBorders.ToggleButtonBorder',
 879              'MetalBorders.TextFieldBorder',
 880              'MetalBorders.TableHeaderBorder',
 881              'MetalBorders.ScrollPaneBorder',
 882              'MetalBorders.RolloverButtonBorder',
 883              'MetalBorders.PopupMenuBorder',
 884              'MetalBorders.PaletteBorder',
 885              'MetalBorders.OptionDialogBorder',
 886              'MetalBorders.MenuItemBorder',
 887              'MetalBorders.MenuBarBorder',
 888              'MetalBorders.InternalFrameBorder',
 889              'MetalBorders.Flush3DBorder',
 890              'MetalBorders.ButtonBorder',
 891              'MetalBorders',
 892              'MetaMessage',
 893              'MetaEventListener',
 894              'MessageFormat',
 895              'MessageDigestSpi',
 896              'MessageDigest',
 897              'MenuShortcut',
 898              'MenuSelectionManager',
 899              'MenuListener',
 900              'MenuKeyListener',
 901              'MenuKeyEvent',
 902              'MenuItemUI',
 903              'MenuItem',
 904              'MenuEvent',
 905              'MenuElement',
 906              'MenuDragMouseListener',
 907              'MenuDragMouseEvent',
 908              'MenuContainer',
 909              'MenuComponent',
 910              'MenuBarUI',
 911              'MenuBar',
 912              'Menu',
 913              'MemoryImageSource',
 914              'Member',
 915              'MediaTracker',
 916              'MatteBorder',
 917              'Math',
 918              'MarshalledObject',
 919              'MarshalException',
 920              'Map.Entry',
 921              'Map',
 922              'Manifest',
 923              'MalformedURLException',
 924              'MalformedLinkException',
 925              'MARSHAL',
 926              'LookupTable',
 927              'LookupOp',
 928              'LookAndFeel',
 929              'LongSeqHolder',
 930              'LongSeqHelper',
 931              'LongLongSeqHolder',
 932              'LongLongSeqHelper',
 933              'LongHolder',
 934              'Long',
 935              'LogStream',
 936              'LocateRegistry',
 937              'Locale',
 938              'LoaderHandler',
 939              'ListView',
 940              'ListUI',
 941              'ListSelectionModel',
 942              'ListSelectionListener',
 943              'ListSelectionEvent',
 944              'ListResourceBundle',
 945              'ListModel',
 946              'ListIterator',
 947              'ListDataListener',
 948              'ListDataEvent',
 949              'ListCellRenderer',
 950              'List',
 951              'List',
 952              'LinkedList',
 953              'LinkageError',
 954              'LinkRef',
 955              'LinkLoopException',
 956              'LinkException',
 957              'LineUnavailableException',
 958              'LineNumberReader',
 959              'LineNumberInputStream',
 960              'LineMetrics',
 961              'LineListener',
 962              'LineEvent.Type',
 963              'LineEvent',
 964              'LineBreakMeasurer',
 965              'LineBorder',
 966              'Line2D.Float',
 967              'Line2D.Double',
 968              'Line2D',
 969              'Line.Info',
 970              'Line',
 971              'LimitExceededException',
 972              'Lease',
 973              'LdapReferralException',
 974              'LdapContext',
 975              'LayoutQueue',
 976              'LayoutManager2',
 977              'LayoutManager',
 978              'LayeredHighlighter.LayerPainter',
 979              'LayeredHighlighter',
 980              'LastOwnerException',
 981              'LabelView',
 982              'LabelUI',
 983              'Label',
 984              'Keymap',
 985              'KeyStroke',
 986              'KeyStoreSpi',
 987              'KeyStoreException',
 988              'KeyStore',
 989              'KeySpec',
 990              'KeyPairGeneratorSpi',
 991              'KeyPairGenerator',
 992              'KeyPair',
 993              'KeyManagementException',
 994              'KeyListener',
 995              'KeyFactorySpi',
 996              'KeyFactory',
 997              'KeyException',
 998              'KeyEvent',
 999              'KeyAdapter',
1000              'Key',
1001              'Kernel',
1002              'JobAttributes.SidesType',
1003              'JobAttributes.MultipleDocumentHandlingType',
1004              'JobAttributes.DialogType',
1005              'JobAttributes.DestinationType',
1006              'JobAttributes.DefaultSelectionType',
1007              'JobAttributes',
1008              'JarURLConnection',
1009              'JarOutputStream',
1010              'JarInputStream',
1011              'JarFile',
1012              'JarException',
1013              'JarEntry',
1014              'JWindow',
1015              'JViewport',
1016              'JTree.EmptySelectionModel',
1017              'JTree.DynamicUtilTreeNode',
1018              'JTree',
1019              'JToolTip',
1020              'JToolBar.Separator',
1021              'JToolBar',
1022              'JToggleButton.ToggleButtonModel',
1023              'JToggleButton',
1024              'JTextPane',
1025              'JTextField',
1026              'JTextComponent.KeyBinding',
1027              'JTextComponent',
1028              'JTextArea',
1029              'JTableHeader',
1030              'JTable',
1031              'JTabbedPane',
1032              'JSplitPane',
1033              'JSlider',
1034              'JSeparator',
1035              'JScrollPane',
1036              'JScrollBar',
1037              'JRootPane',
1038              'JRadioButtonMenuItem',
1039              'JRadioButton',
1040              'JProgressBar',
1041              'JPopupMenu.Separator',
1042              'JPopupMenu',
1043              'JPasswordField',
1044              'JPanel',
1045              'JOptionPane',
1046              'JMenuItem',
1047              'JMenuBar',
1048              'JMenu',
1049              'JList',
1050              'JLayeredPane',
1051              'JLabel',
1052              'JInternalFrame.JDesktopIcon',
1053              'JInternalFrame',
1054              'JFrame',
1055              'JFileChooser',
1056              'JEditorPane',
1057              'JDialog',
1058              'JDesktopPane',
1059              'JComponent',
1060              'JComboBox.KeySelectionManager',
1061              'JComboBox',
1062              'JColorChooser',
1063              'JCheckBoxMenuItem',
1064              'JCheckBox',
1065              'JButton',
1066              'JApplet',
1067              'Iterator',
1068              'ItemSelectable',
1069              'ItemListener',
1070              'ItemEvent',
1071              'IstringHelper',
1072              'InvokeHandler',
1073              'InvocationTargetException',
1074              'InvocationHandler',
1075              'InvocationEvent',
1076              'InvalidValue',
1077              'InvalidTransactionException',
1078              'InvalidSeq',
1079              'InvalidSearchFilterException',
1080              'InvalidSearchControlsException',
1081              'InvalidParameterSpecException',
1082              'InvalidParameterException',
1083              'InvalidObjectException',
1084              'InvalidNameHolder',
1085              'InvalidNameHelper',
1086              'InvalidNameException',
1087              'InvalidName',
1088              'InvalidName',
1089              'InvalidMidiDataException',
1090              'InvalidKeySpecException',
1091              'InvalidKeyException',
1092              'InvalidDnDOperationException',
1093              'InvalidClassException',
1094              'InvalidAttributesException',
1095              'InvalidAttributeValueException',
1096              'InvalidAttributeIdentifierException',
1097              'InvalidAlgorithmParameterException',
1098              'Invalid',
1099              'Introspector',
1100              'IntrospectionException',
1101              'InterruptedNamingException',
1102              'InterruptedIOException',
1103              'InterruptedException',
1104              'InternalFrameUI',
1105              'InternalFrameListener',
1106              'InternalFrameEvent',
1107              'InternalFrameAdapter',
1108              'InternalError',
1109              'Integer',
1110              'IntHolder',
1111              'InsufficientResourcesException',
1112              'Instrument',
1113              'InstantiationException',
1114              'InstantiationError',
1115              'InsetsUIResource',
1116              'Insets',
1117              'InputVerifier',
1118              'InputSubset',
1119              'InputStreamReader',
1120              'InputStream',
1121              'InputStream',
1122              'InputStream',
1123              'InputMethodRequests',
1124              'InputMethodListener',
1125              'InputMethodHighlight',
1126              'InputMethodEvent',
1127              'InputMethodDescriptor',
1128              'InputMethodContext',
1129              'InputMethod',
1130              'InputMapUIResource',
1131              'InputMap',
1132              'InputEvent',
1133              'InputContext',
1134              'InlineView',
1135              'Initializer',
1136              'InitialLdapContext',
1137              'InitialDirContext',
1138              'InitialContextFactoryBuilder',
1139              'InitialContextFactory',
1140              'InitialContext',
1141              'InheritableThreadLocal',
1142              'InflaterInputStream',
1143              'Inflater',
1144              'InetAddress',
1145              'IndirectionException',
1146              'IndexedPropertyDescriptor',
1147              'IndexOutOfBoundsException',
1148              'IndexColorModel',
1149              'InconsistentTypeCode',
1150              'IncompatibleClassChangeError',
1151              'ImagingOpException',
1152              'ImageProducer',
1153              'ImageObserver',
1154              'ImageIcon',
1155              'ImageGraphicAttribute',
1156              'ImageFilter',
1157              'ImageConsumer',
1158              'Image',
1159              'IllegalThreadStateException',
1160              'IllegalStateException',
1161              'IllegalPathStateException',
1162              'IllegalMonitorStateException',
1163              'IllegalComponentStateException',
1164              'IllegalArgumentException',
1165              'IllegalAccessException',
1166              'IllegalAccessError',
1167              'IdentityScope',
1168              'Identity',
1169              'IdentifierHelper',
1170              'IconView',
1171              'IconUIResource',
1172              'Icon',
1173              'IRObjectOperations',
1174              'IRObject',
1175              'IOException',
1176              'INV_POLICY',
1177              'INV_OBJREF',
1178              'INV_IDENT',
1179              'INV_FLAG',
1180              'INVALID_TRANSACTION',
1181              'INTF_REPOS',
1182              'INTERNAL',
1183              'INITIALIZE',
1184              'IMP_LIMIT',
1185              'IDLTypeOperations',
1186              'IDLTypeHelper',
1187              'IDLType',
1188              'IDLEntity',
1189              'ICC_ProfileRGB',
1190              'ICC_ProfileGray',
1191              'ICC_Profile',
1192              'ICC_ColorSpace',
1193              'HyperlinkListener',
1194              'HyperlinkEvent.EventType',
1195              'HyperlinkEvent',
1196              'HttpURLConnection',
1197              'Highlighter.HighlightPainter',
1198              'Highlighter.Highlight',
1199              'Highlighter',
1200              'HierarchyListener',
1201              'HierarchyEvent',
1202              'HierarchyBoundsListener',
1203              'HierarchyBoundsAdapter',
1204              'Hashtable',
1205              'HashSet',
1206              'HashMap',
1207              'HasControls',
1208              'HTMLWriter',
1209              'HTMLFrameHyperlinkEvent',
1210              'HTMLEditorKit.ParserCallback',
1211              'HTMLEditorKit.Parser',
1212              'HTMLEditorKit.LinkController',
1213              'HTMLEditorKit.InsertHTMLTextAction',
1214              'HTMLEditorKit.HTMLTextAction',
1215              'HTMLEditorKit.HTMLFactory',
1216              'HTMLEditorKit',
1217              'HTMLDocument.Iterator',
1218              'HTMLDocument',
1219              'HTML.UnknownTag',
1220              'HTML.Tag',
1221              'HTML.Attribute',
1222              'HTML',
1223              'GuardedObject',
1224              'Guard',
1225              'Group',
1226              'GridLayout',
1227              'GridBagLayout',
1228              'GridBagConstraints',
1229              'GregorianCalendar',
1230              'GrayFilter',
1231              'GraphicsEnvironment',
1232              'GraphicsDevice',
1233              'GraphicsConfiguration',
1234              'GraphicsConfigTemplate',
1235              'Graphics2D',
1236              'Graphics',
1237              'GraphicAttribute',
1238              'GradientPaint',
1239              'GlyphView.GlyphPainter',
1240              'GlyphView',
1241              'GlyphVector',
1242              'GlyphMetrics',
1243              'GlyphJustificationInfo',
1244              'GeneralSecurityException',
1245              'GeneralPath',
1246              'GapContent',
1247              'GZIPOutputStream',
1248              'GZIPInputStream',
1249              'Frame',
1250              'FormatConversionProvider',
1251              'Format',
1252              'FormView',
1253              'FontUIResource',
1254              'FontRenderContext',
1255              'FontMetrics',
1256              'FontFormatException',
1257              'Font',
1258              'FocusManager',
1259              'FocusListener',
1260              'FocusEvent',
1261              'FocusAdapter',
1262              'FlowView.FlowStrategy',
1263              'FlowView',
1264              'FlowLayout',
1265              'FloatSeqHolder',
1266              'FloatSeqHelper',
1267              'FloatHolder',
1268              'FloatControl.Type',
1269              'FloatControl',
1270              'Float',
1271              'FlavorMap',
1272              'FlatteningPathIterator',
1273              'FixedHolder',
1274              'FixedHeightLayoutCache',
1275              'FilteredImageSource',
1276              'FilterWriter',
1277              'FilterReader',
1278              'FilterOutputStream',
1279              'FilterInputStream',
1280              'FilenameFilter',
1281              'FileWriter',
1282              'FileView',
1283              'FileSystemView',
1284              'FileReader',
1285              'FilePermission',
1286              'FileOutputStream',
1287              'FileNotFoundException',
1288              'FileNameMap',
1289              'FileInputStream',
1290              'FileFilter',
1291              'FileFilter',
1292              'FileDialog',
1293              'FileDescriptor',
1294              'FileChooserUI',
1295              'File',
1296              'FieldView',
1297              'FieldPosition',
1298              'FieldNameHelper',
1299              'Field',
1300              'FeatureDescriptor',
1301              'FREE_MEM',
1302              'Externalizable',
1303              'ExtendedResponse',
1304              'ExtendedRequest',
1305              'ExportException',
1306              'ExpandVetoException',
1307              'ExceptionList',
1308              'ExceptionInInitializerError',
1309              'Exception',
1310              'EventSetDescriptor',
1311              'EventQueue',
1312              'EventObject',
1313              'EventListenerList',
1314              'EventListener',
1315              'EventDirContext',
1316              'EventContext',
1317              'Event',
1318              'EtchedBorder',
1319              'Error',
1320              'Environment',
1321              'Enumeration',
1322              'EnumControl.Type',
1323              'EnumControl',
1324              'Entity',
1325              'EncodedKeySpec',
1326              'EmptyStackException',
1327              'EmptyBorder',
1328              'Ellipse2D.Float',
1329              'Ellipse2D.Double',
1330              'Ellipse2D',
1331              'ElementIterator',
1332              'Element',
1333              'EditorKit',
1334              'EOFException',
1335              'DynamicImplementation',
1336              'DynValue',
1337              'DynUnion',
1338              'DynStruct',
1339              'DynSequence',
1340              'DynFixed',
1341              'DynEnum',
1342              'DynArray',
1343              'DynAny',
1344              'DropTargetListener',
1345              'DropTargetEvent',
1346              'DropTargetDropEvent',
1347              'DropTargetDragEvent',
1348              'DropTargetContext',
1349              'DropTarget.DropTargetAutoScroller',
1350              'DropTarget',
1351              'DriverPropertyInfo',
1352              'DriverManager',
1353              'Driver',
1354              'DragSourceListener',
1355              'DragSourceEvent',
1356              'DragSourceDropEvent',
1357              'DragSourceDragEvent',
1358              'DragSourceContext',
1359              'DragSource',
1360              'DragGestureRecognizer',
1361              'DragGestureListener',
1362              'DragGestureEvent',
1363              'DoubleSeqHolder',
1364              'DoubleSeqHelper',
1365              'DoubleHolder',
1366              'Double',
1367              'DomainManagerOperations',
1368              'DomainManager',
1369              'DomainCombiner',
1370              'DocumentParser',
1371              'DocumentListener',
1372              'DocumentEvent.EventType',
1373              'DocumentEvent.ElementChange',
1374              'DocumentEvent',
1375              'Document',
1376              'DnDConstants',
1377              'DirectoryManager',
1378              'DirectColorModel',
1379              'DirStateFactory.Result',
1380              'DirStateFactory',
1381              'DirObjectFactory',
1382              'DirContext',
1383              'DimensionUIResource',
1384              'Dimension2D',
1385              'Dimension',
1386              'DigestOutputStream',
1387              'DigestInputStream',
1388              'DigestException',
1389              'Dictionary',
1390              'Dialog',
1391              'DesktopPaneUI',
1392              'DesktopManager',
1393              'DesktopIconUI',
1394              'DesignMode',
1395              'Delegate',
1396              'DeflaterOutputStream',
1397              'Deflater',
1398              'DefinitionKindHelper',
1399              'DefinitionKind',
1400              'DefaultTreeSelectionModel',
1401              'DefaultTreeModel',
1402              'DefaultTreeCellRenderer',
1403              'DefaultTreeCellEditor',
1404              'DefaultTextUI',
1405              'DefaultTableModel',
1406              'DefaultTableColumnModel',
1407              'DefaultTableCellRenderer.UIResource',
1408              'DefaultTableCellRenderer',
1409              'DefaultStyledDocument.ElementSpec',
1410              'DefaultStyledDocument.AttributeUndoableEdit',
1411              'DefaultStyledDocument',
1412              'DefaultSingleSelectionModel',
1413              'DefaultMutableTreeNode',
1414              'DefaultMetalTheme',
1415              'DefaultMenuLayout',
1416              'DefaultListSelectionModel',
1417              'DefaultListModel',
1418              'DefaultListCellRenderer.UIResource',
1419              'DefaultListCellRenderer',
1420              'DefaultHighlighter.DefaultHighlightPainter',
1421              'DefaultHighlighter',
1422              'DefaultFocusManager',
1423              'DefaultEditorKit.PasteAction,',
1424              'DefaultEditorKit.InsertTabAction',
1425              'DefaultEditorKit.InsertContentAction',
1426              'DefaultEditorKit.InsertBreakAction',
1427              'DefaultEditorKit.DefaultKeyTypedAction',
1428              'DefaultEditorKit.CutAction',
1429              'DefaultEditorKit.CopyAction',
1430              'DefaultEditorKit.BeepAction',
1431              'DefaultEditorKit',
1432              'DefaultDesktopManager',
1433              'DefaultComboBoxModel',
1434              'DefaultColorSelectionModel',
1435              'DefaultCellEditor',
1436              'DefaultCaret',
1437              'DefaultButtonModel',
1438              'DefaultBoundedRangeModel',
1439              'DecimalFormatSymbols',
1440              'DecimalFormat',
1441              'DebugGraphics',
1442              'DateFormatSymbols',
1443              'DateFormat',
1444              'Date',
1445              'DatagramSocketImplFactory',
1446              'DatagramSocketImpl',
1447              'DatagramSocket',
1448              'DatagramPacket',
1449              'DatabaseMetaData',
1450              'DataTruncation',
1451              'DataOutputStream',
1452              'DataOutputStream',
1453              'DataOutput',
1454              'DataLine.Info',
1455              'DataLine',
1456              'DataInputStream',
1457              'DataInput',
1458              'DataFormatException',
1459              'DataFlavor',
1460              'DataBufferUShort',
1461              'DataBufferShort',
1462              'DataBufferInt',
1463              'DataBufferByte',
1464              'DataBuffer',
1465              'DTDConstants',
1466              'DTD',
1467              'DSAPublicKeySpec',
1468              'DSAPublicKey',
1469              'DSAPrivateKeySpec',
1470              'DSAPrivateKey',
1471              'DSAParams',
1472              'DSAParameterSpec',
1473              'DSAKeyPairGenerator',
1474              'DSAKey',
1475              'DGC',
1476              'DATA_CONVERSION',
1477              'Customizer',
1478              'CustomValue',
1479              'CustomMarshal',
1480              'Cursor',
1481              'CurrentOperations',
1482              'CurrentHolder',
1483              'CurrentHelper',
1484              'Current',
1485              'CubicCurve2D.Float',
1486              'CubicCurve2D.Double',
1487              'CubicCurve2D',
1488              'CropImageFilter',
1489              'ConvolveOp',
1490              'ControllerEventListener',
1491              'ControlFactory',
1492              'Control.Type',
1493              'Control',
1494              'ContextualRenderedImageFactory',
1495              'ContextNotEmptyException',
1496              'ContextList',
1497              'Context',
1498              'ContentModel',
1499              'ContentHandlerFactory',
1500              'ContentHandler',
1501              'ContainerListener',
1502              'ContainerEvent',
1503              'ContainerAdapter',
1504              'Container',
1505              'Constructor',
1506              'Connection',
1507              'ConnectIOException',
1508              'ConnectException',
1509              'ConnectException',
1510              'ConfigurationException',
1511              'ConcurrentModificationException',
1512              'CompoundName',
1513              'CompoundEdit',
1514              'CompoundControl.Type',
1515              'CompoundControl',
1516              'CompoundBorder',
1517              'CompositeView',
1518              'CompositeName',
1519              'CompositeContext',
1520              'Composite',
1521              'ComponentView',
1522              'ComponentUI',
1523              'ComponentSampleModel',
1524              'ComponentOrientation',
1525              'ComponentListener',
1526              'ComponentInputMapUIResource',
1527              'ComponentInputMap',
1528              'ComponentEvent',
1529              'ComponentColorModel',
1530              'ComponentAdapter',
1531              'Component',
1532              'CompletionStatusHelper',
1533              'CompletionStatus',
1534              'Compiler',
1535              'Comparator',
1536              'Comparable',
1537              'CommunicationException',
1538              'ComboPopup',
1539              'ComboBoxUI',
1540              'ComboBoxModel',
1541              'ComboBoxEditor',
1542              'ColorUIResource',
1543              'ColorSpace',
1544              'ColorSelectionModel',
1545              'ColorModel',
1546              'ColorConvertOp',
1547              'ColorChooserUI',
1548              'ColorChooserComponentFactory',
1549              'Color',
1550              'Collections',
1551              'Collection',
1552              'Collator',
1553              'CollationKey',
1554              'CollationElementIterator',
1555              'CodeSource',
1556              'Cloneable',
1557              'CloneNotSupportedException',
1558              'Clob',
1559              'ClipboardOwner',
1560              'Clipboard',
1561              'Clip',
1562              'ClassNotFoundException',
1563              'ClassLoader',
1564              'ClassFormatError',
1565              'ClassDesc',
1566              'ClassCircularityError',
1567              'ClassCastException',
1568              'Class',
1569              'ChoiceFormat',
1570              'Choice',
1571              'Checksum',
1572              'CheckedOutputStream',
1573              'CheckedInputStream',
1574              'CheckboxMenuItem',
1575              'CheckboxGroup',
1576              'Checkbox',
1577              'CharacterIterator',
1578              'Character.UnicodeBlock',
1579              'Character.Subset',
1580              'Character',
1581              'CharSeqHolder',
1582              'CharSeqHelper',
1583              'CharHolder',
1584              'CharConversionException',
1585              'CharArrayWriter',
1586              'CharArrayReader',
1587              'ChangedCharSetException',
1588              'ChangeListener',
1589              'ChangeEvent',
1590              'CertificateParsingException',
1591              'CertificateNotYetValidException',
1592              'CertificateFactorySpi',
1593              'CertificateFactory',
1594              'CertificateExpiredException',
1595              'CertificateException',
1596              'CertificateEncodingException',
1597              'Certificate.CertificateRep',
1598              'Certificate',
1599              'CellRendererPane',
1600              'CellEditorListener',
1601              'CellEditor',
1602              'CaretListener',
1603              'CaretEvent',
1604              'Caret',
1605              'CardLayout',
1606              'Canvas',
1607              'CannotUndoException',
1608              'CannotRedoException',
1609              'CannotProceedHolder',
1610              'CannotProceedHelper',
1611              'CannotProceedException',
1612              'CannotProceed',
1613              'CallableStatement',
1614              'Calendar',
1615              'CTX_RESTRICT_SCOPE',
1616              'CSS.Attribute',
1617              'CSS',
1618              'CRLException',
1619              'CRL',
1620              'CRC32',
1621              'COMM_FAILURE',
1622              'CMMException',
1623              'ByteLookupTable',
1624              'ByteHolder',
1625              'ByteArrayOutputStream',
1626              'ByteArrayInputStream',
1627              'Byte',
1628              'ButtonUI',
1629              'ButtonModel',
1630              'ButtonGroup',
1631              'Button',
1632              'BufferedWriter',
1633              'BufferedReader',
1634              'BufferedOutputStream',
1635              'BufferedInputStream',
1636              'BufferedImageOp',
1637              'BufferedImageFilter',
1638              'BufferedImage',
1639              'BreakIterator',
1640              'BoxedValueHelper',
1641              'BoxView',
1642              'BoxLayout',
1643              'Box.Filler',
1644              'Box',
1645              'Bounds',
1646              'BoundedRangeModel',
1647              'BorderUIResource.TitledBorderUIResource',
1648              'BorderUIResource.MatteBorderUIResource',
1649              'BorderUIResource.LineBorderUIResource',
1650              'BorderUIResource.EtchedBorderUIResource',
1651              'BorderUIResource.EmptyBorderUIResource',
1652              'BorderUIResource.CompoundBorderUIResource',
1653              'BorderUIResource.BevelBorderUIResource',
1654              'BorderUIResource',
1655              'BorderLayout',
1656              'BorderFactory',
1657              'Border',
1658              'BooleanSeqHolder',
1659              'BooleanSeqHelper',
1660              'BooleanHolder',
1661              'BooleanControl.Type',
1662              'BooleanControl',
1663              'Boolean',
1664              'Book',
1665              'BlockView',
1666              'Blob',
1667              'BitSet',
1668              'BindingTypeHolder',
1669              'BindingTypeHelper',
1670              'BindingType',
1671              'BindingListHolder',
1672              'BindingListHelper',
1673              'BindingIteratorOperations',
1674              'BindingIteratorHolder',
1675              'BindingIteratorHelper',
1676              'BindingIterator',
1677              'BindingHolder',
1678              'BindingHelper',
1679              'Binding',
1680              'BindException',
1681              'BinaryRefAddr',
1682              'BigInteger',
1683              'BigDecimal',
1684              'BevelBorder',
1685              'Beans',
1686              'BeanInfo',
1687              'BeanDescriptor',
1688              'BeanContextSupport.BCSIterator',
1689              'BeanContextSupport',
1690              'BeanContextServicesSupport.BCSSServiceProvider',
1691              'BeanContextServicesSupport',
1692              'BeanContextServicesListener',
1693              'BeanContextServices',
1694              'BeanContextServiceRevokedListener',
1695              'BeanContextServiceRevokedEvent',
1696              'BeanContextServiceProviderBeanInfo',
1697              'BeanContextServiceProvider',
1698              'BeanContextServiceAvailableEvent',
1699              'BeanContextProxy',
1700              'BeanContextMembershipListener',
1701              'BeanContextMembershipEvent',
1702              'BeanContextEvent',
1703              'BeanContextContainerProxy',
1704              'BeanContextChildSupport',
1705              'BeanContextChildComponentProxy',
1706              'BeanContextChild',
1707              'BeanContext',
1708              'BatchUpdateException',
1709              'BasicViewportUI',
1710              'BasicTreeUI',
1711              'BasicToolTipUI',
1712              'BasicToolBarUI',
1713              'BasicToolBarSeparatorUI',
1714              'BasicToggleButtonUI',
1715              'BasicTextUI.BasicHighlighter',
1716              'BasicTextUI.BasicCaret',
1717              'BasicTextUI',
1718              'BasicTextPaneUI',
1719              'BasicTextFieldUI',
1720              'BasicTextAreaUI',
1721              'BasicTableUI',
1722              'BasicTableHeaderUI',
1723              'BasicTabbedPaneUI',
1724              'BasicStroke',
1725              'BasicSplitPaneUI',
1726              'BasicSplitPaneDivider',
1727              'BasicSliderUI',
1728              'BasicSeparatorUI',
1729              'BasicScrollPaneUI',
1730              'BasicScrollBarUI',
1731              'BasicRootPaneUI',
1732              'BasicRadioButtonUI',
1733              'BasicRadioButtonMenuItemUI',
1734              'BasicProgressBarUI',
1735              'BasicPopupMenuUI',
1736              'BasicPopupMenuSeparatorUI',
1737              'BasicPermission',
1738              'BasicPasswordFieldUI',
1739              'BasicPanelUI',
1740              'BasicOptionPaneUI.ButtonAreaLayout',
1741              'BasicOptionPaneUI',
1742              'BasicMenuUI',
1743              'BasicMenuItemUI',
1744              'BasicMenuBarUI',
1745              'BasicLookAndFeel',
1746              'BasicListUI',
1747              'BasicLabelUI',
1748              'BasicInternalFrameUI',
1749              'BasicInternalFrameTitlePane',
1750              'BasicIconFactory',
1751              'BasicHTML',
1752              'BasicGraphicsUtils',
1753              'BasicFileChooserUI',
1754              'BasicEditorPaneUI',
1755              'BasicDirectoryModel',
1756              'BasicDesktopPaneUI',
1757              'BasicDesktopIconUI',
1758              'BasicComboPopup',
1759              'BasicComboBoxUI',
1760              'BasicComboBoxRenderer.UIResource',
1761              'BasicComboBoxRenderer',
1762              'BasicComboBoxEditor.UIResource',
1763              'BasicComboBoxEditor',
1764              'BasicColorChooserUI',
1765              'BasicCheckBoxUI',
1766              'BasicCheckBoxMenuItemUI',
1767              'BasicButtonUI',
1768              'BasicButtonListener',
1769              'BasicBorders.ToggleButtonBorder',
1770              'BasicBorders.SplitPaneBorder',
1771              'BasicBorders.RadioButtonBorder',
1772              'BasicBorders.MenuBarBorder',
1773              'BasicBorders.MarginBorder',
1774              'BasicBorders.FieldBorder',
1775              'BasicBorders.ButtonBorder',
1776              'BasicBorders',
1777              'BasicAttributes',
1778              'BasicAttribute',
1779              'BasicArrowButton',
1780              'BandedSampleModel',
1781              'BandCombineOp',
1782              'BadLocationException',
1783              'BadKind',
1784              'BAD_TYPECODE',
1785              'BAD_POLICY_VALUE',
1786              'BAD_POLICY_TYPE',
1787              'BAD_POLICY',
1788              'BAD_PARAM',
1789              'BAD_OPERATION',
1790              'BAD_INV_ORDER',
1791              'BAD_CONTEXT',
1792              'Autoscroll',
1793              'Authenticator',
1794              'AuthenticationNotSupportedException',
1795              'AuthenticationException',
1796              'AudioSystem',
1797              'AudioPermission',
1798              'AudioInputStream',
1799              'AudioFormat.Encoding',
1800              'AudioFormat',
1801              'AudioFileWriter',
1802              'AudioFileReader',
1803              'AudioFileFormat.Type',
1804              'AudioFileFormat',
1805              'AudioClip',
1806              'Attributes.Name',
1807              'Attributes',
1808              'AttributedString',
1809              'AttributedCharacterIterator.Attribute',
1810              'AttributedCharacterIterator',
1811              'AttributeSet.ParagraphAttribute',
1812              'AttributeSet.FontAttribute',
1813              'AttributeSet.ColorAttribute',
1814              'AttributeSet.CharacterAttribute',
1815              'AttributeSet',
1816              'AttributeModificationException',
1817              'AttributeList',
1818              'AttributeInUseException',
1819              'Attribute',
1820              'AsyncBoxView',
1821              'Arrays',
1822              'ArrayStoreException',
1823              'ArrayList',
1824              'ArrayIndexOutOfBoundsException',
1825              'Array',
1826              'ArithmeticException',
1827              'AreaAveragingScaleFilter',
1828              'Area',
1829              'Arc2D.Float',
1830              'Arc2D.Double',
1831              'Arc2D',
1832              'ApplicationException',
1833              'AppletStub',
1834              'AppletInitializer',
1835              'AppletContext',
1836              'Applet',
1837              'AnySeqHolder',
1838              'AnySeqHelper',
1839              'AnyHolder',
1840              'Any',
1841              'Annotation',
1842              'AncestorListener',
1843              'AncestorEvent',
1844              'AlreadyBoundHolder',
1845              'AlreadyBoundHelper',
1846              'AlreadyBoundException',
1847              'AlreadyBound',
1848              'AlphaComposite',
1849              'AllPermission',
1850              'AlgorithmParametersSpi',
1851              'AlgorithmParameters',
1852              'AlgorithmParameterSpec',
1853              'AlgorithmParameterGeneratorSpi',
1854              'AlgorithmParameterGenerator',
1855              'AffineTransformOp',
1856              'AffineTransform',
1857              'Adler32',
1858              'AdjustmentListener',
1859              'AdjustmentEvent',
1860              'Adjustable',
1861              'ActiveEvent',
1862              'Activator',
1863              'ActivationSystem',
1864              'ActivationMonitor',
1865              'ActivationInstantiator',
1866              'ActivationID',
1867              'ActivationGroupID',
1868              'ActivationGroupDesc.CommandEnvironment',
1869              'ActivationGroupDesc',
1870              'ActivationGroup',
1871              'ActivationException',
1872              'ActivationDesc',
1873              'ActivateFailedException',
1874              'Activatable',
1875              'ActionMapUIResource',
1876              'ActionMap',
1877              'ActionListener',
1878              'ActionEvent',
1879              'Action',
1880              'AclNotFoundException',
1881              'AclEntry',
1882              'Acl',
1883              'AccessibleValue',
1884              'AccessibleText',
1885              'AccessibleTableModelChange',
1886              'AccessibleTable',
1887              'AccessibleStateSet',
1888              'AccessibleState',
1889              'AccessibleSelection',
1890              'AccessibleRole',
1891              'AccessibleResourceBundle',
1892              'AccessibleRelationSet',
1893              'AccessibleRelation',
1894              'AccessibleObject',
1895              'AccessibleIcon',
1896              'AccessibleHypertext',
1897              'AccessibleHyperlink',
1898              'AccessibleContext',
1899              'AccessibleComponent',
1900              'AccessibleBundle',
1901              'AccessibleAction',
1902              'Accessible',
1903              'AccessException',
1904              'AccessController',
1905              'AccessControlException',
1906              'AccessControlContext',
1907              'AbstractWriter',
1908              'AbstractUndoableEdit',
1909              'AbstractTableModel',
1910              'AbstractSet',
1911              'AbstractSequentialList',
1912              'AbstractMethodError',
1913              'AbstractMap',
1914              'AbstractListModel',
1915              'AbstractList',
1916              'AbstractLayoutCache.NodeDimensions',
1917              'AbstractLayoutCache',
1918              'AbstractDocument.ElementEdit',
1919              'AbstractDocument.Content',
1920              'AbstractDocument.AttributeContext',
1921              'AbstractDocument',
1922              'AbstractColorChooserPanel',
1923              'AbstractCollection',
1924              'AbstractCellEditor',
1925              'AbstractButton',
1926              'AbstractBorder',
1927              'AbstractAction',
1928              'AWTPermission',
1929              'AWTException',
1930              'AWTEventMulticaster',
1931              'AWTEventListener',
1932              'AWTEvent',
1933              'AWTError',
1934              'ARG_OUT',
1935              'ARG_INOUT',
1936              'ARG_IN'
1937              ),
1938          4 => array(
1939              'void',
1940              'short',
1941              'long',
1942              'int',
1943              'double',
1944              'char',
1945              'byte',
1946              'boolean',
1947              'float'
1948              ),
1949          5 => array(
1950              'toList',
1951              'subMap',
1952              'sort',
1953              'size',
1954              'reverseEach',
1955              'reverse',
1956              'pop',
1957              'min',
1958              'max',
1959              'join',
1960              'intersect',
1961              'inject',
1962              'grep',
1963              'get',
1964              'flatten',
1965              'findIndexOf',
1966              'findAll',
1967              'find',
1968              'eachWithIndex',
1969              'eachPropertyName',
1970              'eachProperty',
1971              'each',
1972              'count',
1973              'collect',
1974              'asSynchronized',
1975              'asImmutable',
1976              'allProperties'
1977              ),
1978          6 => array(
1979              'tokenize',
1980              'toURL',
1981              'toLong',
1982              'toList',
1983              'toCharacter',
1984              'padRight',
1985              'padLeft',
1986              'eachMatch',
1987              'contains',
1988              'center'
1989              ),
1990          7 => array(
1991              'writeLine',
1992              'write',
1993              'withWriterAppend',
1994              'withWriter',
1995              'withStreams',
1996              'withStream',
1997              'withReader',
1998              'withPrintWriter',
1999              'withOutputStream',
2000              'transformLine',
2001              'transformChar',
2002              'splitEachLine',
2003              'getText',
2004              'filterLine',
2005              'encodeBase64',
2006              'eachLines',
2007              'eachLine',
2008              'eachFileRecurse',
2009              'eachFile',
2010              'eachByte',
2011              'append'
2012              ),
2013          8 => array(
2014              'dump',
2015              'inspect',
2016              'invokeMethod',
2017              'print',
2018              'println',
2019              'step',
2020              'times',
2021              'upto',
2022              'use',
2023              'getText',
2024              'start',
2025              'startDaemon',
2026              'getLastMatcher'
2027              ),
2028          9 => array(
2029              'Sql',
2030              'call',
2031              'eachRow',
2032              'execute',
2033              'executeUpdate',
2034              'close'
2035              )
2036          ),
2037      'SYMBOLS' => array(
2038          '(', ')', '[', ']', '{', '}', '*', '&', '%', '!', ';', '<', '>', '?', '|', '='
2039          ),
2040      'CASE_SENSITIVE' => array(
2041          GESHI_COMMENTS => true,
2042          1 => false,
2043          2 => false,
2044          3 => true,
2045          4 => true,
2046          5 => true,
2047          6 => true,
2048          7 => true,
2049          8 => true,
2050          9 => true
2051          ),
2052      'STYLES' => array(
2053          'KEYWORDS' => array(
2054              1 => 'color: #b1b100;',
2055              2 => 'color: #000000; font-weight: bold;',
2056              3 => 'color: #aaaadd; font-weight: bold;',
2057              4 => 'color: #993333;',
2058              5 => 'color: #663399;',
2059              6 => 'color: #CC0099;',
2060              7 => 'color: #FFCC33;',
2061              8 => 'color: #993399;',
2062              9 => 'color: #993399; font-weight: bold;'
2063              ),
2064          'COMMENTS' => array(
2065              1=> 'color: #808080; font-style: italic;',
2066              2=> 'color: #a1a100;',
2067              'MULTI' => 'color: #808080; font-style: italic;'
2068              ),
2069          'ESCAPE_CHAR' => array(
2070              0 => 'color: #000099; font-weight: bold;'
2071              ),
2072          'BRACKETS' => array(
2073              0 => 'color: #66cc66;'
2074              ),
2075          'STRINGS' => array(
2076              0 => 'color: #ff0000;'
2077              ),
2078          'NUMBERS' => array(
2079              0 => 'color: #cc66cc;'
2080              ),
2081          'METHODS' => array(
2082              1 => 'color: #006600;',
2083              2 => 'color: #006600;'
2084              ),
2085          'SYMBOLS' => array(
2086              0 => 'color: #66cc66;'
2087              ),
2088          'SCRIPT' => array(
2089              ),
2090          'REGEXPS' => array(
2091              0 => 'color: #0000ff;'
2092              )
2093          ),
2094      'URLS' => array(
2095          1 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
2096          2 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
2097          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',
2098          4 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
2099          5 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
2100          6 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
2101          7 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
2102          8 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
2103          9 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}'
2104          ),
2105      'OOLANG' => true,
2106      'OBJECT_SPLITTERS' => array(
2107          1 => '.'
2108          ),
2109      'REGEXPS' => array(
2110          0 => '\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}'
2111          ),
2112      'STRICT_MODE_APPLIES' => GESHI_NEVER,
2113      'SCRIPT_DELIMITERS' => array(
2114          ),
2115      'HIGHLIGHT_STRICT_BLOCK' => array(
2116          )
2117  );
2118  
2119  ?>


Généré le : Tue Apr 3 20:47:31 2007 par Balluche grâce à PHPXref 0.7