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