home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Utilities / Programming / ObiWan 5.2 / Databases / Java < prev    next >
Encoding:
Text File  |  1997-03-13  |  370.7 KB  |  10,707 lines  |  [TEXT/R*ch]

  1. =|
  2. A long time ago in a galaxy far far away… JAVA [1/2]
  3. ObiWan is a general purpose popup help system. ObiWan ships with a
  4. database called the “Force” which describes the Macintosh operating
  5. system APIs. The ObiWan distribution also contains a number of other
  6. databases, such as a word list and help for the programming languages
  7. Perl, Java and HTML.  [press cmd-. to view next page]|
  8. A long time ago in a galaxy far far away… JAVA [2/2]
  9. You can also build your own databases using the Master Yoda application.
  10. Double click any of the following words for more help on that topic:
  11.     Buttons, HotKeys, OtherDatabases,
  12.     Copyright, MasterYoda, MissedClicks
  13. [press cmd-` to show or hide this window]|
  14. ABORT
  15. Static variable in interface java.awt.image.ImageObserver
  16. An image which was being tracked asynchronously was aborted before
  17. production was complete|
  18. ABORTED
  19. Static variable in class java.awt.MediaTracker
  20. Flag indicating the download of some media was aborted|
  21. abs(double)
  22. Static method in class java.lang.Math
  23. Returns the absolute double value of a|
  24. abs(float)
  25. Static method in class java.lang.Math
  26. Returns the absolute float value of a|
  27. abs(int)
  28. Static method in class java.lang.Math
  29. Returns the absolute integer value of a|
  30. abs(long)
  31. Static method in class java.lang.Math
  32. Returns the absolute long value of a|
  33. AbstractMethodError()
  34. Constructor for class java.lang.AbstractMethodError
  35. Constructs an AbstractMethodError with no detail message|
  36. AbstractMethodError(String)
  37. Constructor for class java.lang.AbstractMethodError
  38. Constructs an AbstractMethodError with the specified detail message|
  39. accept()
  40. Method in class java.net.ServerSocket
  41. Accepts a connection|
  42. accept(File, String)
  43. Method in interface java.io.FilenameFilter
  44. Determines whether a name should be included in a file list|
  45. accept(SocketImpl)
  46. Method in class java.net.SocketImpl
  47. Accepts a connection|
  48. acos(double)
  49. Static method in class java.lang.Math
  50. Returns the arc cosine of a, in the range of 0.0 through Pi|
  51. action(Event, Object)
  52. Method in class java.awt.Component
  53. Called if an action occurs in the Component|
  54. ACTION_EVENT
  55. Static variable in class java.awt.Event
  56. An action event|
  57. activeCount()
  58. Method in class java.lang.ThreadGroup
  59. Returns an estimate of the number of active Threads in the
  60. Thread group|
  61. activeCount()
  62. Static method in class java.lang.Thread
  63. Returns the current number of active Threads in this Thread group|
  64. activeGroupCount()
  65. Method in class java.lang.ThreadGroup
  66. Returns an estimate of the number of active groups in the
  67. Thread group|
  68. add(Component)
  69. Method in class java.awt.Container
  70. Adds the specified component to this container|
  71. add(Component, int)
  72. Method in class java.awt.Container
  73. Adds the specified component to this container at the given position|
  74. add(int, int)
  75. Method in class java.awt.Rectangle
  76. Adds a point to a rectangle|
  77. add(Menu)
  78. Method in class java.awt.MenuBar
  79. Adds the specified menu to the menu bar|
  80. add(MenuItem)
  81. Method in class java.awt.Menu
  82. Adds the specified item to this menu|
  83. add(Point)
  84. Method in class java.awt.Rectangle
  85. Adds a point to a rectangle|
  86. add(Rectangle)
  87. Method in class java.awt.Rectangle
  88. Adds a rectangle to a rectangle|
  89. add(String)
  90. Method in class java.awt.Menu
  91. Adds an item with with the specified label to this menu|
  92. add(String, Component)
  93. Method in class java.awt.Container
  94. Adds the specified component to this container|
  95. addConsumer(ImageConsumer)
  96. Method in class java.awt.image.FilteredImageSource
  97. Adds an ImageConsumer to the list of consumers interested in
  98. data for this image|
  99. addConsumer(ImageConsumer)
  100. Method in class java.awt.image.MemoryImageSource
  101. Adds an ImageConsumer to the list of consumers interested in
  102. data for this image|
  103. addConsumer(ImageConsumer)
  104. Method in interface java.awt.image.ImageProducer
  105. This method is used to register an ImageConsumer with the
  106. ImageProducer for access to the image data during a later
  107. reconstruction of the Image|
  108. addElement(Object)
  109. Method in class java.util.Vector
  110. Adds the specified object as the last element of the vector|
  111. addHelpMenu(Menu)
  112. Method in interface java.awt.peer.MenuBarPeer|
  113. addImage(Image, int)
  114. Method in class java.awt.MediaTracker
  115. Adds an image to the list of images being tracked|
  116. addImage(Image, int, int, int)
  117. Method in class java.awt.MediaTracker
  118. Adds a scaled image to the list of images being tracked|
  119. addItem(MenuItem)
  120. Method in interface java.awt.peer.MenuPeer|
  121. addItem(String)
  122. Method in class java.awt.Choice
  123. Adds an item to this Choice|
  124. addItem(String)
  125. Method in class java.awt.List
  126. Adds the specified item to the end of scrolling list|
  127. addItem(String, int)
  128. Method in class java.awt.List
  129. Adds the specified item to the end of scrolling list|
  130. addItem(String, int)
  131. Method in interface java.awt.peer.ChoicePeer|
  132. addItem(String, int)
  133. Method in interface java.awt.peer.ListPeer|
  134. addLayoutComponent(String, Component)
  135. Method in class java.awt.BorderLayout
  136. Adds the specified named component to the layout|
  137. addLayoutComponent(String, Component)
  138. Method in class java.awt.CardLayout
  139. Adds the specified component with the specified name to the layout|
  140. addLayoutComponent(String, Component)
  141. Method in class java.awt.FlowLayout
  142. Adds the specified component to the layout|
  143. addLayoutComponent(String, Component)
  144. Method in class java.awt.GridBagLayout
  145. Adds the specified component with the specified name to the layout|
  146. addLayoutComponent(String, Component)
  147. Method in class java.awt.GridLayout
  148. Adds the specified component with the specified name to the layout|
  149. addLayoutComponent(String, Component)
  150. Method in interface java.awt.LayoutManager
  151. Adds the specified component with the specified name to
  152. the layout|
  153. addMenu(Menu)
  154. Method in interface java.awt.peer.MenuBarPeer|
  155. addNotify()
  156. Method in class java.awt.Button
  157. Creates the peer of the button|
  158. addNotify()
  159. Method in class java.awt.Canvas
  160. Creates the peer of the canvas|
  161. addNotify()
  162. Method in class java.awt.Checkbox
  163. Creates the peer of the Checkbox|
  164. addNotify()
  165. Method in class java.awt.CheckboxMenuItem
  166. Creates the peer of the checkbox item|
  167. addNotify()
  168. Method in class java.awt.Choice
  169. Creates the Choice's peer|
  170. addNotify()
  171. Method in class java.awt.Component
  172. Notifies the Component to create a peer|
  173. addNotify()
  174. Method in class java.awt.Container
  175. Notifies the container to create a peer|
  176. addNotify()
  177. Method in class java.awt.Dialog
  178. Creates the frame's peer|
  179. addNotify()
  180. Method in class java.awt.FileDialog
  181. Creates the frame's peer|
  182. addNotify()
  183. Method in class java.awt.Frame
  184. Creates the Frame's peer|
  185. addNotify()
  186. Method in class java.awt.Label
  187. Creates the peer for this label|
  188. addNotify()
  189. Method in class java.awt.List
  190. Creates the peer for the list|
  191. addNotify()
  192. Method in class java.awt.Menu
  193. Creates the menu's peer|
  194. addNotify()
  195. Method in class java.awt.MenuBar
  196. Creates the menu bar's peer|
  197. addNotify()
  198. Method in class java.awt.MenuItem
  199. Creates the menu item's peer|
  200. addNotify()
  201. Method in class java.awt.Panel
  202. Creates the Panel's peer|
  203. addNotify()
  204. Method in class java.awt.Scrollbar
  205. Creates the Scrollbar's peer|
  206. addNotify()
  207. Method in class java.awt.TextArea
  208. Creates the TextArea's peer|
  209. addNotify()
  210. Method in class java.awt.TextField
  211. Creates the TextField's peer|
  212. addNotify()
  213. Method in class java.awt.Window
  214. Creates the Window's peer|
  215. addObserver(Observer)
  216. Method in class java.util.Observable
  217. Adds an observer to the observer list|
  218. addPoint(int, int)
  219. Method in class java.awt.Polygon
  220. Appends a point to a polygon|
  221. address
  222. Variable in class java.net.SocketImpl
  223. The internet address where the socket will make a connection|
  224. addSeparator()
  225. Method in class java.awt.Menu
  226. Adds a separator line, or a hypen, to the menu at the current position|
  227. addSeparator()
  228. Method in interface java.awt.peer.MenuPeer|
  229. AdjustForGravity(GridBagConstraints, Rectangle)
  230. Method in class java.awt.GridBagLayout|
  231. after(Date)
  232. Method in class java.util.Date
  233. Checks whether this date comes after the specified date|
  234. ALLBITS
  235. Static variable in interface java.awt.image.ImageObserver
  236. A static image which was previously drawn is now complete and can
  237. be drawn again in its final form|
  238. allowsMultipleSelections()
  239. Method in class java.awt.List
  240. Returns true if this list allows multiple selections|
  241. allowUserInteraction
  242. Variable in class java.net.URLConnection|
  243. ALT_MASK
  244. Static variable in class java.awt.Event
  245. The alt modifier constant|
  246. anchor
  247. Variable in class java.awt.GridBagConstraints|
  248. and(BitSet)
  249. Method in class java.util.BitSet
  250. Logically ANDs this bit set with the specified set of bits|
  251. append(boolean)
  252. Method in class java.lang.StringBuffer
  253. Appends a boolean to the end of this buffer|
  254. append(char)
  255. Method in class java.lang.StringBuffer
  256. Appends a character to the end of this buffer|
  257. append(char[])
  258. Method in class java.lang.StringBuffer
  259. Appends an array of characters to the end of this buffer|
  260. append(char[], int, int)
  261. Method in class java.lang.StringBuffer
  262. Appends a part of an array of characters to the end of this buffer|
  263. append(double)
  264. Method in class java.lang.StringBuffer
  265. Appends a double to the end of this buffer|
  266. append(float)
  267. Method in class java.lang.StringBuffer
  268. Appends a float to the end of this buffer|
  269. append(int)
  270. Method in class java.lang.StringBuffer
  271. Appends an integer to the end of this buffer|
  272. append(long)
  273. Method in class java.lang.StringBuffer
  274. Appends a long to the end of this buffer|
  275. append(Object)
  276. Method in class java.lang.StringBuffer
  277. Appends an object to the end of this buffer|
  278. append(String)
  279. Method in class java.lang.StringBuffer
  280. Appends a String to the end of this buffer|
  281. appendText(String)
  282. Method in class java.awt.TextArea
  283. Appends the given text to the end|
  284. Applet()
  285. Constructor for class java.applet.Applet|
  286. appletResize(int, int)
  287. Method in interface java.applet.AppletStub
  288. Called when the applet wants to be resized|
  289. arg
  290. Variable in class java.awt.Event
  291. An arbitraty argument|
  292. ArithmeticException()
  293. Constructor for class java.lang.ArithmeticException
  294. Constructs an ArithmeticException with no detail message|
  295. ArithmeticException(String)
  296. Constructor for class java.lang.ArithmeticException
  297. Constructs an ArithmeticException with the specified detail message|
  298. ArrangeGrid(Container)
  299. Method in class java.awt.GridBagLayout|
  300. arraycopy(Object, int, Object, int, int)
  301. Static method in class java.lang.System
  302. Copies an array from the source array, beginning at the
  303. specified position, to the specified position of the destination array|
  304. ArrayIndexOutOfBoundsException()
  305. Constructor for class java.lang.ArrayIndexOutOfBoundsException
  306. Constructs an ArrayIndexOutOfBoundsException with no detail message|
  307. ArrayIndexOutOfBoundsException(int)
  308. Constructor for class java.lang.ArrayIndexOutOfBoundsException
  309. Constructs a new ArrayIndexOutOfBoundsException class initialized to 
  310. the specific index|
  311. ArrayIndexOutOfBoundsException(String)
  312. Constructor for class java.lang.ArrayIndexOutOfBoundsException
  313. Constructs an ArrayIndexOutOfBoundsException class with the specified
  314. detail
  315. message|
  316. ArrayStoreException()
  317. Constructor for class java.lang.ArrayStoreException
  318. Constructs a ArrayStoreException with no detail message|
  319. ArrayStoreException(String)
  320. Constructor for class java.lang.ArrayStoreException
  321. Constructs a ArrayStoreException with the specified detail message|
  322. arrayTypeName(int)
  323. Method in class sun.tools.debug.RemoteArray
  324. Return the element type as a string|
  325. asin(double)
  326. Static method in class java.lang.Math
  327. Returns the arc sine of a, in the range of -Pi/2 through Pi/2|
  328. atan(double)
  329. Static method in class java.lang.Math
  330. Returns the arc tangent of a, in the range of -Pi/2 through Pi/2|
  331. atan2(double, double)
  332. Static method in class java.lang.Math
  333. Converts rectangular coordinates (a, b) to polar (r, theta)|
  334. available()
  335. Method in class java.io.BufferedInputStream
  336. Returns the number of bytes that can be read
  337. without blocking|
  338. available()
  339. Method in class java.io.ByteArrayInputStream
  340. Returns the number of available bytes in the buffer|
  341. available()
  342. Method in class java.io.FileInputStream
  343. Returns the number of bytes that can be read
  344. without blocking|
  345. available()
  346. Method in class java.io.FilterInputStream
  347. Returns the number of bytes that can be read
  348. without blocking|
  349. available()
  350. Method in class java.io.InputStream
  351. Returns the number of bytes that can be read
  352. without blocking|
  353. available()
  354. Method in class java.io.LineNumberInputStream
  355. Returns the number of bytes that can be read 
  356. without blocking|
  357. available()
  358. Method in class java.io.PushbackInputStream
  359. Returns the number of bytes that can be read|
  360. available()
  361. Method in class java.io.StringBufferInputStream
  362. Returns the number of available bytes in the buffer|
  363. available()
  364. Method in class java.net.SocketImpl
  365. Returns the number of bytes that can be read without blocking|
  366. AWTError(String)
  367. Constructor for class java.awt.AWTError|
  368. AWTException(String)
  369. Constructor for class java.awt.AWTException
  370. Constructs an AWTException with the specified detail message|
  371. before(Date)
  372. Method in class java.util.Date
  373. Checks whether this date comes before the specified date|
  374. bind(InetAddress, int)
  375. Method in class java.net.SocketImpl
  376. Binds the socket to the specified port on the specified host|
  377. BitSet()
  378. Constructor for class java.util.BitSet
  379. Creates an empty set|
  380. BitSet(int)
  381. Constructor for class java.util.BitSet
  382. Creates an empty set with the specified size|
  383. black
  384. Static variable in class java.awt.Color
  385. The color black|
  386. blue
  387. Static variable in class java.awt.Color
  388. The color blue|
  389. BOLD
  390. Static variable in class java.awt.Font
  391. The bold style constant|
  392. Boolean(boolean)
  393. Constructor for class java.lang.Boolean
  394. Constructs a Boolean object initialized to the specified boolean 
  395. value|
  396. Boolean(String)
  397. Constructor for class java.lang.Boolean
  398. Constructs a Boolean object initialized to the value specified by the
  399. String parameter|
  400. booleanValue()
  401. Method in class java.lang.Boolean
  402. Returns the value of this Boolean object as a boolean|
  403. BorderLayout()
  404. Constructor for class java.awt.BorderLayout
  405. Constructs a new BorderLayout|
  406. BorderLayout(int, int)
  407. Constructor for class java.awt.BorderLayout
  408. Constructs a BorderLayout with the specified gaps|
  409. BOTH
  410. Static variable in class java.awt.GridBagConstraints|
  411. bottom
  412. Variable in class java.awt.Insets
  413. The inset from the bottom|
  414. bounds()
  415. Method in class java.awt.Component
  416. Returns the current bounds of this component|
  417. breakpointEvent(RemoteThread)
  418. Method in interface sun.tools.debug.DebuggerCallback
  419. A breakpoint has been hit in the specified thread|
  420. brighter()
  421. Method in class java.awt.Color
  422. Returns a brighter version of this color|
  423. buf
  424. Variable in class java.io.BufferedInputStream
  425. The buffer where data is stored|
  426. buf
  427. Variable in class java.io.BufferedOutputStream
  428. The buffer where data is stored|
  429. buf
  430. Variable in class java.io.ByteArrayInputStream
  431. The buffer where data is stored|
  432. buf
  433. Variable in class java.io.ByteArrayOutputStream
  434. The buffer where data is stored|
  435. buffer
  436. Variable in class java.io.StringBufferInputStream
  437. The buffer where data is stored|
  438. BufferedInputStream(InputStream)
  439. Constructor for class java.io.BufferedInputStream
  440. Creates a new buffered stream with a default
  441. buffer size|
  442. BufferedInputStream(InputStream, int)
  443. Constructor for class java.io.BufferedInputStream
  444. Creates a new buffered stream with the specified
  445. buffer size|
  446. BufferedOutputStream(OutputStream)
  447. Constructor for class java.io.BufferedOutputStream
  448. Creates a new buffered stream with a default
  449. buffer size|
  450. BufferedOutputStream(OutputStream, int)
  451. Constructor for class java.io.BufferedOutputStream
  452. Creates a new buffered stream with the specified
  453. buffer size|
  454. Button()
  455. Constructor for class java.awt.Button
  456. Constructs a Button with no label|
  457. Button(String)
  458. Constructor for class java.awt.Button
  459. Constructs a Button with a string label|
  460. Buttons at the top of the window are (from left to right):
  461.     Find Key, Search, Web Search, Previous Entry, Next Entry, Back
  462.     Type Word, Type Line, Type Procedure, Type Entry
  463.     Toggle Startup Sound, Toggle Invocation Sound [only on some versions]
  464.     About, Change Databases
  465. See HotKeys for a better description of these functions.|
  466. ByteArrayInputStream(byte[])
  467. Constructor for class java.io.ByteArrayInputStream
  468. Creates an ByteArrayInputStream from the specified array of bytes|
  469. ByteArrayInputStream(byte[], int, int)
  470. Constructor for class java.io.ByteArrayInputStream
  471. Creates an ByteArrayInputStream from the specified array of bytes|
  472. ByteArrayOutputStream()
  473. Constructor for class java.io.ByteArrayOutputStream
  474. Creates a new ByteArrayOutputStream|
  475. ByteArrayOutputStream(int)
  476. Constructor for class java.io.ByteArrayOutputStream
  477. Creates a new ByteArrayOutputStream with the specified initial size|
  478. bytesTransferred
  479. Variable in class java.io.InterruptedIOException
  480. Reports how many bytes had been transferred as
  481. part of the IO operation before it was interrupted|
  482. bytesWidth(byte[], int, int)
  483. Method in class java.awt.FontMetrics
  484. Returns the width of the specified array of bytes in this Font|
  485. canFilterIndexColorModel
  486. Variable in class java.awt.image.RGBImageFilter
  487. This boolean indicates whether or not it is acceptable to apply
  488. the color filtering of the filterRGB method to the color table
  489. entries of an IndexColorModel object in lieu of pixel by pixel
  490. filtering|
  491. canRead()
  492. Method in class java.io.File
  493. Returns a boolean indicating whether or not a readable file 
  494. exists|
  495. Canvas()
  496. Constructor for class java.awt.Canvas|
  497. canWrite()
  498. Method in class java.io.File
  499. Returns a boolean indicating whether or not a writable file 
  500. exists|
  501. capacity()
  502. Method in class java.lang.StringBuffer
  503. Returns the current capacity of the String buffer|
  504. capacity()
  505. Method in class java.util.Vector
  506. Returns the current capacity of the vector|
  507. capacityIncrement
  508. Variable in class java.util.Vector
  509. The size of the increment|
  510. CardLayout()
  511. Constructor for class java.awt.CardLayout
  512. Creates a new card layout|
  513. CardLayout(int, int)
  514. Constructor for class java.awt.CardLayout
  515. Creates a card layout with the specified gaps|
  516. catchExceptions()
  517. Method in class sun.tools.debug.RemoteClass
  518. Enter the debugger when an instance of this class is thrown|
  519. ceil(double)
  520. Static method in class java.lang.Math
  521. Returns the "ceiling" or smallest whole number greater than or equal to
  522. a|
  523. CENTER
  524. Static variable in class java.awt.FlowLayout
  525. The right alignment variable|
  526. CENTER
  527. Static variable in class java.awt.GridBagConstraints|
  528. CENTER
  529. Static variable in class java.awt.Label
  530. The center alignment|
  531. Character(char)
  532. Constructor for class java.lang.Character
  533. Constructs a Character object with the specified value|
  534. charAt(int)
  535. Method in class java.lang.String
  536. Returns the character at the specified index|
  537. charAt(int)
  538. Method in class java.lang.StringBuffer
  539. Returns the character at the specified index|
  540. charsWidth(char[], int, int)
  541. Method in class java.awt.FontMetrics
  542. Returns the width of the specified character array in this Font|
  543. charValue()
  544. Method in class java.lang.Character
  545. Returns the value of this Character object|
  546. charWidth(char)
  547. Method in class java.awt.FontMetrics
  548. Returns the width of the specified character in this Font|
  549. charWidth(int)
  550. Method in class java.awt.FontMetrics
  551. Returns the width of the specified character in this Font|
  552. checkAccept(String, int)
  553. Method in class java.lang.SecurityManager
  554. Checks to see if a socket connection to the specified port on the 
  555. specified host has been accepted|
  556. checkAccess()
  557. Method in class java.lang.Thread
  558. Checks whether the current Thread is allowed to modify this Thread|
  559. checkAccess()
  560. Method in class java.lang.ThreadGroup
  561. Checks to see if the current Thread is allowed to modify this group|
  562. checkAccess(Thread)
  563. Method in class java.lang.SecurityManager
  564. Checks to see if the specified Thread is allowed to modify
  565. the Thread group|
  566. checkAccess(ThreadGroup)
  567. Method in class java.lang.SecurityManager
  568. Checks to see if the specified Thread group is allowed to 
  569. modify this group|
  570. checkAll()
  571. Method in class java.awt.MediaTracker
  572. Checks to see if all images have finished loading but does not start
  573. loading the images if they are not already loading|
  574. checkAll(boolean)
  575. Method in class java.awt.MediaTracker
  576. Checks to see if all images have finished loading|
  577. Checkbox()
  578. Constructor for class java.awt.Checkbox
  579. Constructs a Checkbox with no label, no Checkbox group, and initialized
  580.  
  581. to a false state|
  582. Checkbox(String)
  583. Constructor for class java.awt.Checkbox
  584. Constructs a Checkbox with the specified label, no Checkbox group, and 
  585. initialized to a false state|
  586. Checkbox(String, CheckboxGroup, boolean)
  587. Constructor for class java.awt.Checkbox
  588. Constructs a Checkbox with the specified label, specified Checkbox 
  589. group, and specified boolean state|
  590. CheckboxGroup()
  591. Constructor for class java.awt.CheckboxGroup
  592. Creates a new CheckboxGroup|
  593. CheckboxMenuItem(String)
  594. Constructor for class java.awt.CheckboxMenuItem
  595. Creates the checkbox item with the specified label|
  596. checkConnect(String, int)
  597. Method in class java.lang.SecurityManager
  598. Checks to see if a socket has connected to the specified port on the
  599. the specified host|
  600. checkConnect(String, int, Object)
  601. Method in class java.lang.SecurityManager
  602. Checks to see if the current execution context and the indicated
  603. execution context are both allowed to connect to the indicated
  604. host and port|
  605. checkCreateClassLoader()
  606. Method in class java.lang.SecurityManager
  607. Checks to see if the ClassLoader has been created|
  608. checkDelete(String)
  609. Method in class java.lang.SecurityManager
  610. Checks to see if a file with the specified system dependent
  611. file name can be deleted|
  612. checkError()
  613. Method in class java.io.PrintStream
  614. Flushes the print stream and returns whether or not there was
  615. an error on the output stream|
  616. checkExec(String)
  617. Method in class java.lang.SecurityManager
  618. Checks to see if the system command is executed by 
  619. trusted code|
  620. checkExit(int)
  621. Method in class java.lang.SecurityManager
  622. Checks to see if the system has exited the virtual 
  623. machine with an exit code|
  624. checkID(int)
  625. Method in class java.awt.MediaTracker
  626. Checks to see if all images tagged with the indicated ID have
  627. finished loading, but does not start loading the images if they
  628. are not already loading|
  629. checkID(int, boolean)
  630. Method in class java.awt.MediaTracker
  631. Checks to see if all images tagged with the indicated ID have
  632. finished loading|
  633. checkImage(Image, ImageObserver)
  634. Method in class java.awt.Component
  635. Returns the status of the construction of a screen representation
  636. of the specified image|
  637. checkImage(Image, int, int, ImageObserver)
  638. Method in class java.awt.Component
  639. Returns the status of the construction of a scaled screen
  640. representation of the specified image|
  641. checkImage(Image, int, int, ImageObserver)
  642. Method in class java.awt.Toolkit
  643. Returns the status of the construction of the indicated method
  644. at the indicated width and height for the default screen|
  645. checkImage(Image, int, int, ImageObserver)
  646. Method in interface java.awt.peer.ComponentPeer|
  647. checkLink(String)
  648. Method in class java.lang.SecurityManager
  649. Checks to see if the specified linked library exists|
  650. checkListen(int)
  651. Method in class java.lang.SecurityManager
  652. Checks to see if a server socket is listening to the specified local
  653. port that it is bounded to|
  654. checkPackageAccess(String)
  655. Method in class java.lang.SecurityManager
  656. Checks to see if an applet can access a package|
  657. checkPackageDefinition(String)
  658. Method in class java.lang.SecurityManager
  659. Checks to see if an applet can define classes in a package|
  660. checkPropertiesAccess()
  661. Method in class java.lang.SecurityManager
  662. Checks to see who has access to the System properties|
  663. checkPropertyAccess(String)
  664. Method in class java.lang.SecurityManager
  665. Checks to see who has access to the System property named by key|
  666. checkPropertyAccess(String, String)
  667. Method in class java.lang.SecurityManager
  668. Checks to see who has access to the System property named by key
  669. and def|
  670. checkRead(FileDescriptor)
  671. Method in class java.lang.SecurityManager
  672. Checks to see if an input file with the specified
  673. file descriptor object gets created|
  674. checkRead(String)
  675. Method in class java.lang.SecurityManager
  676. Checks to see if an input file with the specified system dependent
  677. file name gets created|
  678. checkRead(String, Object)
  679. Method in class java.lang.SecurityManager
  680. Checks to see if the current context or the indicated context are
  681. both allowed to read the given file name|
  682. checkSetFactory()
  683. Method in class java.lang.SecurityManager
  684. Checks to see if an applet can set a networking-related object factory|
  685. checkTopLevelWindow(Object)
  686. Method in class java.lang.SecurityManager
  687. Checks to see if top-level windows can be created by the
  688. caller|
  689. checkWrite(FileDescriptor)
  690. Method in class java.lang.SecurityManager
  691. Checks to see if an output file with the specified 
  692. file descriptor object gets created|
  693. checkWrite(String)
  694. Method in class java.lang.SecurityManager
  695. Checks to see if an output file with the specified system dependent
  696. file name gets created|
  697. Choice()
  698. Constructor for class java.awt.Choice
  699. Constructs a new Choice|
  700. ClassCastException()
  701. Constructor for class java.lang.ClassCastException
  702. Constructs a ClassCastException with no detail message|
  703. ClassCastException(String)
  704. Constructor for class java.lang.ClassCastException
  705. Constructs a ClassCastException with the specified detail message|
  706. ClassCircularityError()
  707. Constructor for class java.lang.ClassCircularityError
  708. Constructs a ClassCircularityError with no detail message|
  709. ClassCircularityError(String)
  710. Constructor for class java.lang.ClassCircularityError
  711. Constructs a ClassCircularityError with the specified detail message|
  712. classDepth(String)
  713. Method in class java.lang.SecurityManager
  714. Return the position of the stack frame containing the
  715. first occurrence of the named class|
  716. ClassFormatError()
  717. Constructor for class java.lang.ClassFormatError
  718. Constructs a ClassFormatError with no detail message|
  719. ClassFormatError(String)
  720. Constructor for class java.lang.ClassFormatError
  721. Constructs a ClassFormatError with the specified detail message|
  722. ClassLoader()
  723. Constructor for class java.lang.ClassLoader
  724. Constructs a new Class loader and initializes it|
  725. classLoaderDepth()
  726. Method in class java.lang.SecurityManager|
  727. ClassNotFoundException()
  728. Constructor for class java.lang.ClassNotFoundException
  729. Constructs a ClassNotFoundException with no detail message|
  730. ClassNotFoundException(String)
  731. Constructor for class java.lang.ClassNotFoundException
  732. Constructs a ClassNotFoundException with the specified detail message|
  733. clear()
  734. Method in class java.awt.List
  735. Clears the list|
  736. clear()
  737. Method in class java.util.Hashtable
  738. Clears the hash table so that it has no more elements in it|
  739. clear()
  740. Method in interface java.awt.peer.ListPeer|
  741. clear(int)
  742. Method in class java.util.BitSet
  743. Clears a bit|
  744. clearBreakpoint(int)
  745. Method in class sun.tools.debug.RemoteClass
  746. Clear a breakpoint at a specific address in a class|
  747. clearBreakpointLine(int)
  748. Method in class sun.tools.debug.RemoteClass
  749. Clear a breakpoint at a specified line|
  750. clearBreakpointMethod(RemoteField)
  751. Method in class sun.tools.debug.RemoteClass
  752. Clear a breakpoint at the start of a specified method|
  753. clearChanged()
  754. Method in class java.util.Observable
  755. Clears an observable change|
  756. clearRect(int, int, int, int)
  757. Method in class java.awt.Graphics
  758. Clears the specified rectangle by filling it with the current
  759. background color
  760. of the current drawing surface|
  761. clickCount
  762. Variable in class java.awt.Event
  763. The number of consecutive clicks|
  764. clipRect(int, int, int, int)
  765. Method in class java.awt.Graphics
  766. Clips to a rectangle|
  767. clone()
  768. Method in class java.awt.GridBagConstraints
  769. Creates a clone of the object|
  770. clone()
  771. Method in class java.awt.image.ImageFilter
  772. Clones this object|
  773. clone()
  774. Method in class java.awt.Insets
  775. Creates a clone of the object|
  776. clone()
  777. Method in class java.lang.Object
  778. Creates a clone of the object|
  779. clone()
  780. Method in class java.util.BitSet
  781. Clones the BitSet|
  782. clone()
  783. Method in class java.util.Hashtable
  784. Creates a clone of the hashtable|
  785. clone()
  786. Method in class java.util.Vector
  787. Clones this vector|
  788. CloneNotSupportedException()
  789. Constructor for class java.lang.CloneNotSupportedException
  790. Constructs an CloneNotSupportedException with no detail message|
  791. CloneNotSupportedException(String)
  792. Constructor for class java.lang.CloneNotSupportedException
  793. Constructs an CloneNotSupportedException with the specified detail
  794. message|
  795. close()
  796. Method in class java.io.FileInputStream
  797. Closes the input stream|
  798. close()
  799. Method in class java.io.FileOutputStream
  800. Closes the stream|
  801. close()
  802. Method in class java.io.FilterInputStream
  803. Closes the input stream|
  804. close()
  805. Method in class java.io.FilterOutputStream
  806. Closes the stream|
  807. close()
  808. Method in class java.io.InputStream
  809. Closes the input stream|
  810. close()
  811. Method in class java.io.OutputStream
  812. Closes the stream|
  813. close()
  814. Method in class java.io.PipedInputStream
  815. Closes the input stream|
  816. close()
  817. Method in class java.io.PipedOutputStream
  818. Closes the stream|
  819. close()
  820. Method in class java.io.PrintStream
  821. Closes the stream|
  822. close()
  823. Method in class java.io.RandomAccessFile
  824. Closes the file|
  825. close()
  826. Method in class java.io.SequenceInputStream
  827. Closes the input stream; flipping to the next stream,
  828. if an EOF is reached|
  829. close()
  830. Method in class java.net.DatagramSocket
  831. Close the datagram socket|
  832. close()
  833. Method in class java.net.ServerSocket
  834. Closes the server socket|
  835. close()
  836. Method in class java.net.Socket
  837. Closes the socket|
  838. close()
  839. Method in class java.net.SocketImpl
  840. Closes the socket|
  841. close()
  842. Method in class sun.tools.debug.RemoteDebugger
  843. Close the connection to the remote debugging agent|
  844. Color(float, float, float)
  845. Constructor for class java.awt.Color
  846. Creates a color with the specified red, green, and blue values in the
  847. range (0.0 - 1.0)|
  848. Color(int)
  849. Constructor for class java.awt.Color
  850. Creates a color with the specified combined RGB value consisting of
  851. the red component in bits 16-23, the green component in bits 8-15,
  852. and the blue component in bits 0-7|
  853. Color(int, int, int)
  854. Constructor for class java.awt.Color
  855. Creates a color with the specified red, green, and blue values in
  856. the range (0 - 255)|
  857. ColorModel(int)
  858. Constructor for class java.awt.image.ColorModel
  859. Constructs a ColorModel which describes a pixel of the specified
  860. number of bits|
  861. columnWeights
  862. Variable in class java.awt.GridBagLayout|
  863. columnWidths
  864. Variable in class java.awt.GridBagLayout|
  865. command(Object)
  866. Static method in class java.lang.Compiler|
  867. commentChar(int)
  868. Method in class java.io.StreamTokenizer
  869. Specifies that this character starts a single line comment|
  870. compareTo(String)
  871. Method in class java.lang.String
  872. Compares this String to another specified String|
  873. compileClass(Class)
  874. Static method in class java.lang.Compiler|
  875. compileClasses(String)
  876. Static method in class java.lang.Compiler|
  877. COMPLETE
  878. Static variable in class java.awt.MediaTracker
  879. Flag indicating the download of media completed successfully|
  880. COMPLETESCANLINES
  881. Static variable in interface java.awt.image.ImageConsumer
  882. The pixels will be delivered in (multiples of) complete scanlines
  883. at a time|
  884. comptable
  885. Variable in class java.awt.GridBagLayout|
  886. concat(String)
  887. Method in class java.lang.String
  888. Concatenates the specified string to the end of this String|
  889. connect()
  890. Method in class java.net.URLConnection
  891. URLConnection objects go through two phases: first they are
  892. created, then they are connected|
  893. connect(InetAddress, int)
  894. Method in class java.net.SocketImpl
  895. Connects the socket to the specified address on the specified
  896. port|
  897. connect(PipedInputStream)
  898. Method in class java.io.PipedOutputStream
  899. Connect this output stream to a receiver|
  900. connect(PipedOutputStream)
  901. Method in class java.io.PipedInputStream
  902. Connects this input stream to a sender|
  903. connect(String, int)
  904. Method in class java.net.SocketImpl
  905. Connects the socket to the specified port on the specified host|
  906. connected
  907. Variable in class java.net.URLConnection|
  908. consumer
  909. Variable in class java.awt.image.ImageFilter
  910. The consumer of the particular image data stream for which this
  911. instance of the ImageFilter is filtering data|
  912. cont()
  913. Method in class sun.tools.debug.RemoteThread
  914. Resume this thread from a breakpoint, unless it previously suspended|
  915. contains(Object)
  916. Method in class java.util.Hashtable
  917. Returns true if the specified object is an element of the hashtable|
  918. contains(Object)
  919. Method in class java.util.Vector
  920. Returns true if the specified object is a value of the 
  921. collection|
  922. containsKey(Object)
  923. Method in class java.util.Hashtable
  924. Returns true if the collection contains an element for the key|
  925. ContentHandler()
  926. Constructor for class java.net.ContentHandler|
  927. controlDown()
  928. Method in class java.awt.Event
  929. Checks if the control key is down|
  930. copyArea(int, int, int, int, int, int)
  931. Method in class java.awt.Graphics
  932. Copies an area of the screen|
  933. copyInto(Object[])
  934. Method in class java.util.Vector
  935. Copies the elements of this vector into the specified array|
  936. Copyright 1992-97 Peter N Lewis and Stairways Software|
  937. copyValueOf(char[])
  938. Static method in class java.lang.String
  939. Returns a String that is equivalent to the specified character array|
  940. copyValueOf(char[], int, int)
  941. Static method in class java.lang.String
  942. Returns a String that is equivalent to the specified character array|
  943. cos(double)
  944. Static method in class java.lang.Math
  945. Returns the trigonometric cosine of an angle|
  946. count
  947. Variable in class java.io.BufferedInputStream
  948. The number of bytes in the buffer|
  949. count
  950. Variable in class java.io.BufferedOutputStream
  951. The number of bytes in the buffer|
  952. count
  953. Variable in class java.io.ByteArrayInputStream
  954. The number of characters to use in the buffer|
  955. count
  956. Variable in class java.io.ByteArrayOutputStream
  957. The number of bytes in the buffer|
  958. count
  959. Variable in class java.io.StringBufferInputStream
  960. The number of characters to use in the buffer|
  961. countComponents()
  962. Method in class java.awt.Container
  963. Returns the number of components in this panel|
  964. countItems()
  965. Method in class java.awt.Choice
  966. Returns the number of items in this Choice|
  967. countItems()
  968. Method in class java.awt.List
  969. Returns the number of items in the list|
  970. countItems()
  971. Method in class java.awt.Menu
  972. Returns the number of elements in this menu|
  973. countMenus()
  974. Method in class java.awt.MenuBar
  975. Counts the number of menus on the menu bar|
  976. countObservers()
  977. Method in class java.util.Observable
  978. Counts the number of observers|
  979. countStackFrames()
  980. Method in class java.lang.Thread
  981. Returns the number of stack frames in this Thread|
  982. countTokens()
  983. Method in class java.util.StringTokenizer
  984. Returns the next number of tokens in the String using
  985. the current deliminter set|
  986. create()
  987. Method in class java.awt.Graphics
  988. Creates a new Graphics Object that is a copy of the original Graphics
  989. Object|
  990. create(boolean)
  991. Method in class java.net.SocketImpl
  992. Creates a socket with a boolean that specifies whether this
  993. is a stream socket or a datagram socket|
  994. create(int, int, int, int)
  995. Method in class java.awt.Graphics
  996. Creates a new Graphics Object with the specified parameters, based on
  997. the original
  998. Graphics Object|
  999. createButton(Button)
  1000. Method in class java.awt.Toolkit
  1001. Uses the specified Peer interface to create a new Button|
  1002. createCanvas(Canvas)
  1003. Method in class java.awt.Toolkit
  1004. Uses the specified Peer interface to create a new Canvas|
  1005. createCheckbox(Checkbox)
  1006. Method in class java.awt.Toolkit
  1007. Uses the specified Peer interface to create a new Checkbox|
  1008. createCheckboxMenuItem(CheckboxMenuItem)
  1009. Method in class java.awt.Toolkit
  1010. Uses the specified Peer interface to create a new CheckboxMenuItem|
  1011. createChoice(Choice)
  1012. Method in class java.awt.Toolkit
  1013. Uses the specified Peer interface to create a new Choice|
  1014. createContentHandler(String)
  1015. Method in interface java.net.ContentHandlerFactory
  1016. Creates a new ContentHandler to read an object from a URLStreamHandler|
  1017. createDialog(Dialog)
  1018. Method in class java.awt.Toolkit
  1019. Uses the specified Peer interface to create a new Dialog|
  1020. createFileDialog(FileDialog)
  1021. Method in class java.awt.Toolkit
  1022. Uses the specified Peer interface to create a new FileDialog|
  1023. createFrame(Frame)
  1024. Method in class java.awt.Toolkit
  1025. Uses the specified Peer interface to create a new Frame|
  1026. createImage(ImageProducer)
  1027. Method in class java.awt.Component
  1028. Creates an image from the specified image producer|
  1029. createImage(ImageProducer)
  1030. Method in class java.awt.Toolkit
  1031. Creates an image with the specified image producer|
  1032. createImage(ImageProducer)
  1033. Method in interface java.awt.peer.ComponentPeer|
  1034. createImage(int, int)
  1035. Method in class java.awt.Component
  1036. Creates an off-screen drawable Image to be used for double buffering|
  1037. createImage(int, int)
  1038. Method in interface java.awt.peer.ComponentPeer|
  1039. createLabel(Label)
  1040. Method in class java.awt.Toolkit
  1041. Uses the specified Peer interface to create a new Label|
  1042. createList(List)
  1043. Method in class java.awt.Toolkit
  1044. Uses the specified Peer interface to create a new List|
  1045. createMenu(Menu)
  1046. Method in class java.awt.Toolkit
  1047. Uses the specified Peer interface to create a new Menu|
  1048. createMenuBar(MenuBar)
  1049. Method in class java.awt.Toolkit
  1050. Uses the specified Peer interface to create a new MenuBar|
  1051. createMenuItem(MenuItem)
  1052. Method in class java.awt.Toolkit
  1053. Uses the specified Peer interface to create a new MenuItem|
  1054. createPanel(Panel)
  1055. Method in class java.awt.Toolkit
  1056. Uses the specified Peer interface to create a new Panel|
  1057. createScrollbar(Scrollbar)
  1058. Method in class java.awt.Toolkit
  1059. Uses the specified Peer interface to create a new Scrollbar|
  1060. createSocketImpl()
  1061. Method in interface java.net.SocketImplFactory
  1062. Creates a new SocketImpl instance|
  1063. createTextArea(TextArea)
  1064. Method in class java.awt.Toolkit
  1065. Uses the specified Peer interface to create a new TextArea|
  1066. createTextField(TextField)
  1067. Method in class java.awt.Toolkit
  1068. Uses the specified Peer interface to create a new TextField|
  1069. createURLStreamHandler(String)
  1070. Method in interface java.net.URLStreamHandlerFactory
  1071. Creates a new URLStreamHandler instance with the specified protocol|
  1072. createWindow(Window)
  1073. Method in class java.awt.Toolkit
  1074. Uses the specified Peer interface to create a new Window|
  1075. CropImageFilter(int, int, int, int)
  1076. Constructor for class java.awt.image.CropImageFilter
  1077. Constructs a CropImageFilter that extracts the absolute rectangular
  1078. region of pixels from its source Image as specified by the x, y,
  1079. w, and h parameters|
  1080. CROSSHAIR_CURSOR
  1081. Static variable in class java.awt.Frame|
  1082. CTRL_MASK
  1083. Static variable in class java.awt.Event
  1084. The control modifier constant|
  1085. currentClassLoader()
  1086. Method in class java.lang.SecurityManager
  1087. The current ClassLoader on the execution stack|
  1088. currentThread()
  1089. Static method in class java.lang.Thread
  1090. Returns a reference to the currently executing Thread object|
  1091. currentTimeMillis()
  1092. Static method in class java.lang.System
  1093. Returns the current time in milliseconds GMT since the epoch (00:00:00
  1094. UTC, January 1, 1970)|
  1095. cyan
  1096. Static variable in class java.awt.Color
  1097. The color cyan|
  1098. darker()
  1099. Method in class java.awt.Color
  1100. Returns a darker version of this color|
  1101. darkGray
  1102. Static variable in class java.awt.Color
  1103. The color dark gray|
  1104. DatagramPacket(byte[], int)
  1105. Constructor for class java.net.DatagramPacket
  1106. This constructor is used to create a DatagramPacket object used 
  1107. for receiving datagrams|
  1108. DatagramPacket(byte[], int, InetAddress, int)
  1109. Constructor for class java.net.DatagramPacket
  1110. This constructor is used construct the DatagramPacket to be sent|
  1111. DatagramSocket()
  1112. Constructor for class java.net.DatagramSocket
  1113. Creates a datagram socket|
  1114. DatagramSocket(int)
  1115. Constructor for class java.net.DatagramSocket
  1116. Creates a datagram socket|
  1117. DataInputStream(InputStream)
  1118. Constructor for class java.io.DataInputStream
  1119. Creates a new DataInputStream|
  1120. DataOutputStream(OutputStream)
  1121. Constructor for class java.io.DataOutputStream
  1122. Creates a new DataOutputStream|
  1123. Date()
  1124. Constructor for class java.util.Date
  1125. Creates today's date/time|
  1126. Date(int, int, int)
  1127. Constructor for class java.util.Date
  1128. Creates a date|
  1129. Date(int, int, int, int, int)
  1130. Constructor for class java.util.Date
  1131. Creates a date|
  1132. Date(int, int, int, int, int, int)
  1133. Constructor for class java.util.Date
  1134. Creates a date|
  1135. Date(long)
  1136. Constructor for class java.util.Date
  1137. Creates a date|
  1138. Date(String)
  1139. Constructor for class java.util.Date
  1140. Creates a date from a string according to the syntax
  1141. accepted by parse()|
  1142. defaultConstraints
  1143. Variable in class java.awt.GridBagLayout|
  1144. defaults
  1145. Variable in class java.util.Properties|
  1146. DEFAULT_CURSOR
  1147. Static variable in class java.awt.Frame|
  1148. defineClass(byte[], int, int)
  1149. Method in class java.lang.ClassLoader
  1150. Converts an array of bytes to an instance of class Class|
  1151. delete()
  1152. Method in class java.io.File
  1153. Deletes the specified file|
  1154. deleteObserver(Observer)
  1155. Method in class java.util.Observable
  1156. Deletes an observer from the observer list|
  1157. deleteObservers()
  1158. Method in class java.util.Observable
  1159. Deletes observers from the observer list|
  1160. delItem(int)
  1161. Method in class java.awt.List
  1162. Delete an item from the list|
  1163. delItem(int)
  1164. Method in interface java.awt.peer.MenuPeer|
  1165. delItems(int, int)
  1166. Method in class java.awt.List
  1167. Delete multiple items from the list|
  1168. delItems(int, int)
  1169. Method in interface java.awt.peer.ListPeer|
  1170. deliverEvent(Event)
  1171. Method in class java.awt.Component
  1172. Delivers an event to this component or one of its sub components|
  1173. deliverEvent(Event)
  1174. Method in class java.awt.Container
  1175. Delivers an event|
  1176. delMenu(int)
  1177. Method in interface java.awt.peer.MenuBarPeer|
  1178. description()
  1179. Method in class sun.tools.debug.RemoteArray
  1180. Return a description of the array|
  1181. description()
  1182. Method in class sun.tools.debug.RemoteClass
  1183. Return a (somewhat verbose) description|
  1184. description()
  1185. Method in class sun.tools.debug.RemoteObject
  1186. Return a description of the object|
  1187. description()
  1188. Method in class sun.tools.debug.RemoteString
  1189. Return the string value, or "null"|
  1190. description()
  1191. Method in class sun.tools.debug.RemoteValue
  1192. Return a description of the RemoteValue|
  1193. deselect(int)
  1194. Method in class java.awt.List
  1195. Deselects the item at the specified index|
  1196. deselect(int)
  1197. Method in interface java.awt.peer.ListPeer|
  1198. destroy()
  1199. Method in class java.applet.Applet
  1200. Cleans up whatever resources are being held|
  1201. destroy()
  1202. Method in class java.lang.Process
  1203. Kills the subprocess|
  1204. destroy()
  1205. Method in class java.lang.Thread
  1206. Destroy a thread, without any cleanup, i.e|
  1207. destroy()
  1208. Method in class java.lang.ThreadGroup
  1209. Destroys a Thread group|
  1210. Dialog(Frame, boolean)
  1211. Constructor for class java.awt.Dialog
  1212. Constructs an initially invisible Dialog|
  1213. Dialog(Frame, String, boolean)
  1214. Constructor for class java.awt.Dialog
  1215. Constructs an initially invisible Dialog with a title|
  1216. Dictionary()
  1217. Constructor for class java.util.Dictionary|
  1218. digit(char, int)
  1219. Static method in class java.lang.Character
  1220. Returns the numeric value of the character digit using the specified
  1221. radix|
  1222. Dimension()
  1223. Constructor for class java.awt.Dimension
  1224. Constructs a Dimension with a 0 width and 0 height|
  1225. Dimension(Dimension)
  1226. Constructor for class java.awt.Dimension
  1227. Constructs a Dimension and initializes it to the specified value|
  1228. Dimension(int, int)
  1229. Constructor for class java.awt.Dimension
  1230. Constructs a Dimension and initializes it to the specified width and
  1231. specified height|
  1232. DirectColorModel(int, int, int, int)
  1233. Constructor for class java.awt.image.DirectColorModel
  1234. Constructs a DirectColorModel from the given masks specifying
  1235. which bits in the pixel contain the red, green and blue color
  1236. components|
  1237. DirectColorModel(int, int, int, int, int)
  1238. Constructor for class java.awt.image.DirectColorModel
  1239. Constructs a DirectColorModel from the given masks specifying
  1240. which bits in the pixel contain the alhpa, red, green and blue
  1241. color components|
  1242. disable()
  1243. Method in class java.awt.Component
  1244. Disables a component|
  1245. disable()
  1246. Method in class java.awt.MenuItem
  1247. Makes this menu item unselectable by the user|
  1248. disable()
  1249. Method in interface java.awt.peer.ComponentPeer|
  1250. disable()
  1251. Method in interface java.awt.peer.MenuItemPeer|
  1252. disable()
  1253. Static method in class java.lang.Compiler|
  1254. dispose()
  1255. Method in class java.awt.Frame
  1256. Disposes of the Frame|
  1257. dispose()
  1258. Method in class java.awt.Graphics
  1259. Disposes of this graphics context|
  1260. dispose()
  1261. Method in class java.awt.Window
  1262. Disposes of the Window|
  1263. dispose()
  1264. Method in interface java.awt.peer.ComponentPeer|
  1265. dispose()
  1266. Method in interface java.awt.peer.MenuComponentPeer|
  1267. doInput
  1268. Variable in class java.net.URLConnection|
  1269. doOutput
  1270. Variable in class java.net.URLConnection|
  1271. Double(double)
  1272. Constructor for class java.lang.Double
  1273. Constructs a Double wrapper for the specified double value|
  1274. Double(String)
  1275. Constructor for class java.lang.Double
  1276. Constructs a Double object initialized to the value specified by the
  1277. String parameter|
  1278. doubleToLongBits(double)
  1279. Static method in class java.lang.Double
  1280. Returns the bit represention of a double-float value|
  1281. doubleValue()
  1282. Method in class java.lang.Double
  1283. Returns the double value of this Double|
  1284. doubleValue()
  1285. Method in class java.lang.Float
  1286. Returns the double value of this Float|
  1287. doubleValue()
  1288. Method in class java.lang.Integer
  1289. Returns the value of this Integer as a double|
  1290. doubleValue()
  1291. Method in class java.lang.Long
  1292. Returns the value of this Long as a double|
  1293. doubleValue()
  1294. Method in class java.lang.Number
  1295. Returns the value of the number as a double|
  1296. DOWN
  1297. Static variable in class java.awt.Event
  1298. The down arrow key|
  1299. down(int)
  1300. Method in class sun.tools.debug.RemoteThread
  1301. Change the current stackframe to be one or more frames lower
  1302. (as in, toward the current program counter)|
  1303. draw3DRect(int, int, int, int, boolean)
  1304. Method in class java.awt.Graphics
  1305. Draws a highlighted 3-D rectangle|
  1306. drawArc(int, int, int, int, int, int)
  1307. Method in class java.awt.Graphics
  1308. Draws an arc bounded by the specified rectangle from startAngle to
  1309. endAngle|
  1310. drawBytes(byte[], int, int, int, int)
  1311. Method in class java.awt.Graphics
  1312. Draws the specified bytes using the current font and color|
  1313. drawChars(char[], int, int, int, int)
  1314. Method in class java.awt.Graphics
  1315. Draws the specified characters using the current font and color|
  1316. drawImage(Image, int, int, Color, ImageObserver)
  1317. Method in class java.awt.Graphics
  1318. Draws the specified image at the specified coordinate (x, y),
  1319. with the given solid background Color|
  1320. drawImage(Image, int, int, ImageObserver)
  1321. Method in class java.awt.Graphics
  1322. Draws the specified image at the specified coordinate (x, y)|
  1323. drawImage(Image, int, int, int, int, Color, ImageObserver)
  1324. Method in class java.awt.Graphics
  1325. Draws the specified image inside the specified rectangle,
  1326. with the given solid background Color|
  1327. drawImage(Image, int, int, int, int, ImageObserver)
  1328. Method in class java.awt.Graphics
  1329. Draws the specified image inside the specified rectangle|
  1330. drawLine(int, int, int, int)
  1331. Method in class java.awt.Graphics
  1332. Draws a line between the coordinates (x1,y1) and (x2,y2)|
  1333. drawOval(int, int, int, int)
  1334. Method in class java.awt.Graphics
  1335. Draws an oval inside the specified rectangle using the current color|
  1336. drawPolygon(int[], int[], int)
  1337. Method in class java.awt.Graphics
  1338. Draws a polygon defined by an array of x points and y points|
  1339. drawPolygon(Polygon)
  1340. Method in class java.awt.Graphics
  1341. Draws a polygon defined by the specified point|
  1342. drawRect(int, int, int, int)
  1343. Method in class java.awt.Graphics
  1344. Draws the outline of the specified rectangle using the current color|
  1345. drawRoundRect(int, int, int, int, int, int)
  1346. Method in class java.awt.Graphics
  1347. Draws an outlined rounded corner rectangle using the current color|
  1348. drawString(String, int, int)
  1349. Method in class java.awt.Graphics
  1350. Draws the specified String using the current font and color|
  1351. DumpConstraints(GridBagConstraints)
  1352. Method in class java.awt.GridBagLayout
  1353. Print the layout constraints|
  1354. DumpLayoutInfo(GridBagLayoutInfo)
  1355. Method in class java.awt.GridBagLayout
  1356. Print the layout information|
  1357. dumpStack()
  1358. Method in class sun.tools.debug.RemoteThread
  1359. Dump the stack|
  1360. dumpStack()
  1361. Static method in class java.lang.Thread
  1362. A debugging procedure to print a stack trace for the
  1363. current Thread|
  1364. E
  1365. Static variable in class java.lang.Math
  1366. The float representation of the value E|
  1367. EAST
  1368. Static variable in class java.awt.GridBagConstraints|
  1369. echoCharIsSet()
  1370. Method in class java.awt.TextField
  1371. Returns true if this TextField has a character set for
  1372. echoing|
  1373. elementAt(int)
  1374. Method in class java.util.Vector
  1375. Returns the element at the specified index|
  1376. elementCount
  1377. Variable in class java.util.Vector
  1378. The number of elements in the buffer|
  1379. elementData
  1380. Variable in class java.util.Vector
  1381. The buffer where elements are stored|
  1382. elements()
  1383. Method in class java.util.Dictionary
  1384. Returns an enumeration of the elements|
  1385. elements()
  1386. Method in class java.util.Hashtable
  1387. Returns an enumeration of the elements|
  1388. elements()
  1389. Method in class java.util.Vector
  1390. Returns an enumeration of the elements|
  1391. empty()
  1392. Method in class java.util.Stack
  1393. Returns true if the stack is empty|
  1394. EmptyStackException()
  1395. Constructor for class java.util.EmptyStackException
  1396. Constructs a new EmptyStackException with no detail message|
  1397. enable()
  1398. Method in class java.awt.Component
  1399. Enables a component|
  1400. enable()
  1401. Method in class java.awt.MenuItem
  1402. Makes this menu item selectable by the user|
  1403. enable()
  1404. Method in interface java.awt.peer.ComponentPeer|
  1405. enable()
  1406. Method in interface java.awt.peer.MenuItemPeer|
  1407. enable()
  1408. Static method in class java.lang.Compiler|
  1409. enable(boolean)
  1410. Method in class java.awt.Component
  1411. Conditionally enables a component|
  1412. enable(boolean)
  1413. Method in class java.awt.MenuItem
  1414. Conditionally enables a component|
  1415. encode(String)
  1416. Static method in class java.net.URLEncoder
  1417. Translates String into x-www-form-urlencoded format|
  1418. END
  1419. Static variable in class java.awt.Event
  1420. The end key|
  1421. endsWith(String)
  1422. Method in class java.lang.String
  1423. Determines whether the String ends with some suffix|
  1424. ensureCapacity(int)
  1425. Method in class java.lang.StringBuffer
  1426. Ensures that the capacity of the buffer is at least equal to the
  1427. specified minimum|
  1428. ensureCapacity(int)
  1429. Method in class java.util.Vector
  1430. Ensures that the vector has at least the specified capacity|
  1431. enumerate(ThreadGroup[])
  1432. Method in class java.lang.ThreadGroup
  1433. Copies, into the specified array, references to every active Thread
  1434. group in this Thread 
  1435. group|
  1436. enumerate(ThreadGroup[], boolean)
  1437. Method in class java.lang.ThreadGroup
  1438. Copies, into the specified array, references to every active Thread
  1439. group in this Thread 
  1440. group|
  1441. enumerate(Thread[])
  1442. Method in class java.lang.ThreadGroup
  1443. Copies, into the specified array, references to every active Thread in
  1444. this Thread group|
  1445. enumerate(Thread[])
  1446. Static method in class java.lang.Thread
  1447. Copies, into the specified array, references to every active Thread in
  1448. this 
  1449. Thread's group|
  1450. enumerate(Thread[], boolean)
  1451. Method in class java.lang.ThreadGroup
  1452. Copies, into the specified array, references to every active Thread in
  1453. this Thread group|
  1454. EOFException()
  1455. Constructor for class java.io.EOFException
  1456. Constructs an EOFException with no detail message|
  1457. EOFException(String)
  1458. Constructor for class java.io.EOFException
  1459. Constructs an EOFException with the specified detail message|
  1460. eolIsSignificant(boolean)
  1461. Method in class java.io.StreamTokenizer
  1462. If the flag is true, end-of-lines are significant (TT_EOL will
  1463. be returned by nexttoken)|
  1464. equals(Object)
  1465. Method in class java.awt.Color
  1466. Compares this object against the specified object|
  1467. equals(Object)
  1468. Method in class java.awt.Font
  1469. Compares this object to the specifed object|
  1470. equals(Object)
  1471. Method in class java.awt.Point
  1472. Checks whether two pointers are equal|
  1473. equals(Object)
  1474. Method in class java.awt.Rectangle
  1475. Checks whether two rectangles are equal|
  1476. equals(Object)
  1477. Method in class java.io.File
  1478. Compares this object against the specified object|
  1479. equals(Object)
  1480. Method in class java.lang.Boolean
  1481. Compares this object against the specified object|
  1482. equals(Object)
  1483. Method in class java.lang.Character
  1484. Compares this object against the specified object|
  1485. equals(Object)
  1486. Method in class java.lang.Double
  1487. Compares this object against the specified object|
  1488. equals(Object)
  1489. Method in class java.lang.Float
  1490. Compares this object against some other object|
  1491. equals(Object)
  1492. Method in class java.lang.Integer
  1493. Compares this object to the specified object|
  1494. equals(Object)
  1495. Method in class java.lang.Long
  1496. Compares this object against the specified object|
  1497. equals(Object)
  1498. Method in class java.lang.Object
  1499. Compares two Objects for equality|
  1500. equals(Object)
  1501. Method in class java.lang.String
  1502. Compares this String to the specified object|
  1503. equals(Object)
  1504. Method in class java.net.InetAddress
  1505. Compares this object against the specified object|
  1506. equals(Object)
  1507. Method in class java.net.URL
  1508. Compares two URLs|
  1509. equals(Object)
  1510. Method in class java.util.BitSet
  1511. Compares this object against the specified object|
  1512. equals(Object)
  1513. Method in class java.util.Date
  1514. Compares this object against the specified object|
  1515. equalsIgnoreCase(String)
  1516. Method in class java.lang.String
  1517. Compares this String to another object|
  1518. err
  1519. Static variable in class java.io.FileDescriptor
  1520. Handle to standard error|
  1521. err
  1522. Static variable in class java.lang.System
  1523. Standard error stream|
  1524. ERROR
  1525. Static variable in interface java.awt.image.ImageObserver
  1526. An image which was being tracked asynchronously has encountered
  1527. an error|
  1528. Error()
  1529. Constructor for class java.lang.Error
  1530. Constructs an Error with no specified detail message|
  1531. Error(String)
  1532. Constructor for class java.lang.Error
  1533. Constructs an Error with the specified detail message|
  1534. ERRORED
  1535. Static variable in class java.awt.MediaTracker
  1536. Flag indicating the download of some media encountered an error|
  1537. Event(Object, int, Object)
  1538. Constructor for class java.awt.Event
  1539. Constructs an event with the specified target component, 
  1540. event type, and argument|
  1541. Event(Object, long, int, int, int, int, int)
  1542. Constructor for class java.awt.Event
  1543. Constructs an event with the specified target component, time stamp,
  1544. event type, x and y coordinates, keyboard key, state of the modifier
  1545. keys and an argument set to null|
  1546. Event(Object, long, int, int, int, int, int, Object)
  1547. Constructor for class java.awt.Event
  1548. Constructs an event with the specified target component, time stamp,
  1549. event type, x and y coordinates, keyboard key, state of the modifier
  1550. keys and argument|
  1551. evt
  1552. Variable in class java.awt.Event
  1553. The next event|
  1554. Exception()
  1555. Constructor for class java.lang.Exception
  1556. Constructs an Exception with no specified detail message|
  1557. Exception(String)
  1558. Constructor for class java.lang.Exception
  1559. Constructs a Exception with the specified detail message|
  1560. exceptionEvent(RemoteThread, String)
  1561. Method in interface sun.tools.debug.DebuggerCallback
  1562. An exception has occurred|
  1563. exec(String)
  1564. Method in class java.lang.Runtime
  1565. Executes the system command specified in the parameter|
  1566. exec(String, String[])
  1567. Method in class java.lang.Runtime
  1568. Executes the system command specified in the parameter|
  1569. exec(String[])
  1570. Method in class java.lang.Runtime
  1571. Executes the system command specified by cmdarray[0] with arguments
  1572. specified by the strings in the rest of the array|
  1573. exec(String[], String[])
  1574. Method in class java.lang.Runtime
  1575. Executes the system command specified by cmdarray[0] with arguments
  1576. specified by the strings in the rest of the array|
  1577. exists()
  1578. Method in class java.io.File
  1579. Returns a boolean indicating whether or not a file exists|
  1580. exit(int)
  1581. Method in class java.lang.Runtime
  1582. Exits the virtual machine with an exit code|
  1583. exit(int)
  1584. Static method in class java.lang.System
  1585. Exits the virtual machine with an exit code|
  1586. exitValue()
  1587. Method in class java.lang.Process
  1588. Returns the exit value for the subprocess|
  1589. exp(double)
  1590. Static method in class java.lang.Math
  1591. Returns the exponential number e(2.718...) raised to the power of a|
  1592. E_RESIZE_CURSOR
  1593. Static variable in class java.awt.Frame|
  1594. F1
  1595. Static variable in class java.awt.Event
  1596. The F1 function key|
  1597. F10
  1598. Static variable in class java.awt.Event
  1599. The F10 function key|
  1600. F11
  1601. Static variable in class java.awt.Event
  1602. The F11 function key|
  1603. F12
  1604. Static variable in class java.awt.Event
  1605. The F12 function key|
  1606. F2
  1607. Static variable in class java.awt.Event
  1608. The F2 function key|
  1609. F3
  1610. Static variable in class java.awt.Event
  1611. The F3 function key|
  1612. F4
  1613. Static variable in class java.awt.Event
  1614. The F4 function key|
  1615. F5
  1616. Static variable in class java.awt.Event
  1617. The F5 function key|
  1618. F6
  1619. Static variable in class java.awt.Event
  1620. The F6 function key|
  1621. F7
  1622. Static variable in class java.awt.Event
  1623. The F7 function key|
  1624. F8
  1625. Static variable in class java.awt.Event
  1626. The F8 function key|
  1627. F9
  1628. Static variable in class java.awt.Event
  1629. The F9 function key|
  1630. FALSE
  1631. Static variable in class java.lang.Boolean
  1632. Assigns this Boolean to be false|
  1633. fd
  1634. Variable in class java.net.SocketImpl
  1635. The file descriptor object|
  1636. File(File, String)
  1637. Constructor for class java.io.File
  1638. Creates a File object (given a directory File object)|
  1639. File(String)
  1640. Constructor for class java.io.File
  1641. Creates a File object|
  1642. File(String, String)
  1643. Constructor for class java.io.File
  1644. Creates a File object from the specified directory|
  1645. FileDescriptor()
  1646. Constructor for class java.io.FileDescriptor|
  1647. FileDialog(Frame, String)
  1648. Constructor for class java.awt.FileDialog
  1649. Creates a file dialog for loading a file|
  1650. FileDialog(Frame, String, int)
  1651. Constructor for class java.awt.FileDialog
  1652. Creates a file dialog with the specified title and mode|
  1653. FileInputStream(File)
  1654. Constructor for class java.io.FileInputStream
  1655. Creates an input file from the specified File object|
  1656. FileInputStream(FileDescriptor)
  1657. Constructor for class java.io.FileInputStream|
  1658. FileInputStream(String)
  1659. Constructor for class java.io.FileInputStream
  1660. Creates an input file with the specified system dependent file 
  1661. name|
  1662. FileNotFoundException()
  1663. Constructor for class java.io.FileNotFoundException
  1664. Constructs a FileNotFoundException with no detail message|
  1665. FileNotFoundException(String)
  1666. Constructor for class java.io.FileNotFoundException
  1667. Constructs a FileNotFoundException with the specified detail message|
  1668. FileOutputStream(File)
  1669. Constructor for class java.io.FileOutputStream
  1670. Creates an output file with the specified File object|
  1671. FileOutputStream(FileDescriptor)
  1672. Constructor for class java.io.FileOutputStream|
  1673. FileOutputStream(String)
  1674. Constructor for class java.io.FileOutputStream
  1675. Creates an output file with the specified system dependent
  1676. file name|
  1677. fill
  1678. Variable in class java.awt.GridBagConstraints|
  1679. fill3DRect(int, int, int, int, boolean)
  1680. Method in class java.awt.Graphics
  1681. Paints a highlighted 3-D rectangle using the current color|
  1682. fillArc(int, int, int, int, int, int)
  1683. Method in class java.awt.Graphics
  1684. Fills an arc using the current color|
  1685. fillInStackTrace()
  1686. Method in class java.lang.Throwable
  1687. Fills in the excecution stack trace|
  1688. fillOval(int, int, int, int)
  1689. Method in class java.awt.Graphics
  1690. Fills an oval inside the specified rectangle using the current color|
  1691. fillPolygon(int[], int[], int)
  1692. Method in class java.awt.Graphics
  1693. Fills a polygon with the current color using an
  1694. even-odd fill rule (otherwise known as an alternating rule)|
  1695. fillPolygon(Polygon)
  1696. Method in class java.awt.Graphics
  1697. Fills the specified polygon with the current color using an
  1698. even-odd fill rule (otherwise known as an alternating rule)|
  1699. fillRect(int, int, int, int)
  1700. Method in class java.awt.Graphics
  1701. Fills the specified rectangle with the current color|
  1702. fillRoundRect(int, int, int, int, int, int)
  1703. Method in class java.awt.Graphics
  1704. Draws a rounded rectangle filled in with the current color|
  1705. FilteredImageSource(ImageProducer, ImageFilter)
  1706. Constructor for class java.awt.image.FilteredImageSource
  1707. Constructs an ImageProducer object from an existing ImageProducer
  1708. and a filter object|
  1709. filterIndexColorModel(IndexColorModel)
  1710. Method in class java.awt.image.RGBImageFilter
  1711. Filters an IndexColorModel object by running each entry in its
  1712. color tables through the filterRGB function that RGBImageFilter
  1713. subclasses must provide|
  1714. FilterInputStream(InputStream)
  1715. Constructor for class java.io.FilterInputStream
  1716. Creates an input stream filter|
  1717. FilterOutputStream(OutputStream)
  1718. Constructor for class java.io.FilterOutputStream
  1719. Creates an output stream filter|
  1720. filterRGB(int, int, int)
  1721. Method in class java.awt.image.RGBImageFilter
  1722. Subclasses must specify a method to convert a single input pixel
  1723. in the default RGB ColorModel to a single output pixel|
  1724. filterRGBPixels(int, int, int, int, int[], int, int)
  1725. Method in class java.awt.image.RGBImageFilter
  1726. Filters a buffer of pixels in the default RGB ColorModel by passing
  1727. them one by one through the filterRGB method|
  1728. finalize()
  1729. Method in class java.awt.Graphics
  1730. Disposes of this graphics context once it is no longer referenced|
  1731. finalize()
  1732. Method in class java.io.FileInputStream
  1733. Closes the stream when garbage is collected|
  1734. finalize()
  1735. Method in class java.io.FileOutputStream
  1736. Closes the stream when garbage is collected|
  1737. finalize()
  1738. Method in class java.lang.Object
  1739. Code to perform when this object is garbage collected|
  1740. finalize()
  1741. Method in class java.net.DatagramSocket
  1742. Code to perform when this object is garbage collected|
  1743. findClass(String)
  1744. Method in class sun.tools.debug.RemoteDebugger
  1745. Find a specified class|
  1746. findSystemClass(String)
  1747. Method in class java.lang.ClassLoader
  1748. Loads a system Class|
  1749. first(Container)
  1750. Method in class java.awt.CardLayout
  1751. Flip to the first card|
  1752. firstElement()
  1753. Method in class java.util.Vector
  1754. Returns the first element of the sequence|
  1755. Float(double)
  1756. Constructor for class java.lang.Float
  1757. Constructs a Float wrapper for the specified double value|
  1758. Float(float)
  1759. Constructor for class java.lang.Float
  1760. Constructs a Float wrapper for the specified float value|
  1761. Float(String)
  1762. Constructor for class java.lang.Float
  1763. Constructs a Float object initialized to the value specified by the
  1764. String parameter|
  1765. floatToIntBits(float)
  1766. Static method in class java.lang.Float
  1767. Returns the bit represention of a single-float value|
  1768. floatValue()
  1769. Method in class java.lang.Double
  1770. Returns the float value of this Double|
  1771. floatValue()
  1772. Method in class java.lang.Float
  1773. Returns the float value of this Float object|
  1774. floatValue()
  1775. Method in class java.lang.Integer
  1776. Returns the value of this Integer as a float|
  1777. floatValue()
  1778. Method in class java.lang.Long
  1779. Returns the value of this Long as a float|
  1780. floatValue()
  1781. Method in class java.lang.Number
  1782. Returns the value of the number as a float|
  1783. floor(double)
  1784. Static method in class java.lang.Math
  1785. Returns the "floor" or largest whole number less than or equal to a|
  1786. FlowLayout()
  1787. Constructor for class java.awt.FlowLayout
  1788. Constructs a new Flow Layout with a centered alignment|
  1789. FlowLayout(int)
  1790. Constructor for class java.awt.FlowLayout
  1791. Constructs a new Flow Layout with the specified alignment|
  1792. FlowLayout(int, int, int)
  1793. Constructor for class java.awt.FlowLayout
  1794. Constructs a new Flow Layout with the specified alignment and gap
  1795. values|
  1796. flush()
  1797. Method in class java.awt.Image
  1798. Flushes all resources being used by this Image object|
  1799. flush()
  1800. Method in class java.io.BufferedOutputStream
  1801. Flushes the stream|
  1802. flush()
  1803. Method in class java.io.DataOutputStream
  1804. Flushes the stream|
  1805. flush()
  1806. Method in class java.io.FilterOutputStream
  1807. Flushes the stream|
  1808. flush()
  1809. Method in class java.io.OutputStream
  1810. Flushes the stream|
  1811. flush()
  1812. Method in class java.io.PrintStream
  1813. Flushes the stream|
  1814. font
  1815. Variable in class java.awt.FontMetrics
  1816. The actual font|
  1817. Font(String, int, int)
  1818. Constructor for class java.awt.Font
  1819. Creates a new font with the specified name, style and point size|
  1820. FontMetrics(Font)
  1821. Constructor for class java.awt.FontMetrics
  1822. Creates a new FontMetrics object with the specified font|
  1823. forDigit(int, int)
  1824. Static method in class java.lang.Character
  1825. Returns the character value for the specified digit in the specified
  1826. radix|
  1827. forName(String)
  1828. Static method in class java.lang.Class
  1829. Returns the runtime Class descriptor for the specified Class|
  1830. Frame()
  1831. Constructor for class java.awt.Frame
  1832. Constructs a new Frame that is initially invisible|
  1833. Frame(String)
  1834. Constructor for class java.awt.Frame
  1835. Constructs a new, initially invisible Frame with the specified 
  1836. title|
  1837. FRAMEBITS
  1838. Static variable in interface java.awt.image.ImageObserver
  1839. Another complete frame of a multi-frame image which was previously
  1840. drawn is now available to be drawn again|
  1841. freeMemory()
  1842. Method in class java.lang.Runtime
  1843. Returns the number of free bytes in system memory|
  1844. freeMemory()
  1845. Method in class sun.tools.debug.RemoteDebugger
  1846. Report the free memory available to the Java interpreter being
  1847. debugged|
  1848. fromHex(String)
  1849. Static method in class sun.tools.debug.RemoteValue
  1850. Convert hexadecimal strings to ints|
  1851. gc()
  1852. Method in class java.lang.Runtime
  1853. Runs the garbage collector|
  1854. gc()
  1855. Static method in class java.lang.System
  1856. Runs the garbage collector|
  1857. gc(RemoteObject[])
  1858. Method in class sun.tools.debug.RemoteDebugger
  1859. Free all objects referenced by the debugger|
  1860. get()
  1861. Method in class sun.tools.debug.RemoteBoolean
  1862. Return the boolean's value|
  1863. get()
  1864. Method in class sun.tools.debug.RemoteByte
  1865. Return the byte's value|
  1866. get()
  1867. Method in class sun.tools.debug.RemoteChar
  1868. Return the char's value|
  1869. get()
  1870. Method in class sun.tools.debug.RemoteDouble
  1871. Return the double's value|
  1872. get()
  1873. Method in class sun.tools.debug.RemoteFloat
  1874. Return the float's value|
  1875. get()
  1876. Method in class sun.tools.debug.RemoteInt
  1877. Return the int's value|
  1878. get()
  1879. Method in class sun.tools.debug.RemoteLong
  1880. Return the long's value|
  1881. get()
  1882. Method in class sun.tools.debug.RemoteShort
  1883. Return the short's value|
  1884. get(int)
  1885. Method in class java.util.BitSet
  1886. Gets a bit|
  1887. get(Integer)
  1888. Method in class sun.tools.debug.RemoteDebugger
  1889. Get an object from the remote object cache|
  1890. get(Object)
  1891. Method in class java.util.Dictionary
  1892. Gets the object associated with the specified key in the Dictionary|
  1893. get(Object)
  1894. Method in class java.util.Hashtable
  1895. Gets the object associated with the specified key in the 
  1896. hashtable|
  1897. getAbsolutePath()
  1898. Method in class java.io.File
  1899. Gets the absolute path of the file|
  1900. getAddress()
  1901. Method in class java.net.DatagramPacket|
  1902. getAddress()
  1903. Method in class java.net.InetAddress
  1904. Returns the raw IP address in network byte order|
  1905. getAlignment()
  1906. Method in class java.awt.Label
  1907. Gets the current alignment of this label|
  1908. getAllByName(String)
  1909. Static method in class java.net.InetAddress
  1910. Given a hostname, returns an array of all the corresponding
  1911. InetAddresses|
  1912. getAllowUserInteraction()
  1913. Method in class java.net.URLConnection|
  1914. getAlpha(int)
  1915. Method in class java.awt.image.ColorModel
  1916. The subclass must provide a function which provides the alpha
  1917. color compoment for the specified pixel|
  1918. getAlpha(int)
  1919. Method in class java.awt.image.DirectColorModel
  1920. Return the alpha transparency value for the specified pixel in the
  1921. range 0-255|
  1922. getAlpha(int)
  1923. Method in class java.awt.image.IndexColorModel
  1924. Returns the alpha transparency value for the specified pixel in the
  1925. range 0-255|
  1926. getAlphaMask()
  1927. Method in class java.awt.image.DirectColorModel
  1928. Returns the mask indicating which bits in a pixel contain the alpha
  1929. transparency component|
  1930. getAlphas(byte[])
  1931. Method in class java.awt.image.IndexColorModel
  1932. Copies the array of alpha transparency values into the given array|
  1933. getApplet(String)
  1934. Method in interface java.applet.AppletContext
  1935. Gets an applet by name|
  1936. getAppletContext()
  1937. Method in class java.applet.Applet
  1938. Gets a handle to the applet context|
  1939. getAppletContext()
  1940. Method in interface java.applet.AppletStub
  1941. Gets a handler to the applet's context|
  1942. getAppletInfo()
  1943. Method in class java.applet.Applet
  1944. Returns a string containing information about
  1945. the author, version and copyright of the applet|
  1946. getApplets()
  1947. Method in interface java.applet.AppletContext
  1948. Enumerates the applets in this context|
  1949. getAscent()
  1950. Method in class java.awt.FontMetrics
  1951. Gets the font ascent|
  1952. getAudioClip(URL)
  1953. Method in class java.applet.Applet
  1954. Gets an audio clip|
  1955. getAudioClip(URL)
  1956. Method in interface java.applet.AppletContext
  1957. Gets an audio clip|
  1958. getAudioClip(URL, String)
  1959. Method in class java.applet.Applet
  1960. Gets an audio clip|
  1961. getBackground()
  1962. Method in class java.awt.Component
  1963. Gets the background color|
  1964. getBlue()
  1965. Method in class java.awt.Color
  1966. Gets the blue component|
  1967. getBlue(int)
  1968. Method in class java.awt.image.ColorModel
  1969. The subclass must provide a function which provides the blue
  1970. color compoment for the specified pixel|
  1971. getBlue(int)
  1972. Method in class java.awt.image.DirectColorModel
  1973. Returns the blue color compoment for the specified pixel in the
  1974. range 0-255|
  1975. getBlue(int)
  1976. Method in class java.awt.image.IndexColorModel
  1977. Returns the blue color compoment for the specified pixel in the
  1978. range 0-255|
  1979. getBlueMask()
  1980. Method in class java.awt.image.DirectColorModel
  1981. Returns the mask indicating which bits in a pixel contain the blue
  1982. color component|
  1983. getBlues(byte[])
  1984. Method in class java.awt.image.IndexColorModel
  1985. Copies the array of blue color components into the given array|
  1986. getBoolean(String)
  1987. Static method in class java.lang.Boolean
  1988. Gets a Boolean from the properties|
  1989. getBoundingBox()
  1990. Method in class java.awt.Polygon
  1991. Determines the area spanned by this Polygon|
  1992. getByName(String)
  1993. Static method in class java.net.InetAddress
  1994. Returns a network address for the indicated host|
  1995. getBytes(int, int, byte[], int)
  1996. Method in class java.lang.String
  1997. Copies characters from this String into the specified byte array|
  1998. getChars(int, int, char[], int)
  1999. Method in class java.lang.String
  2000. Copies characters from this String into the specified character array|
  2001. getChars(int, int, char[], int)
  2002. Method in class java.lang.StringBuffer
  2003. Copies the characters of the specified substring (determined by
  2004. srcBegin and srcEnd) into the character array, starting at the
  2005. array's dstBegin location|
  2006. getCheckboxGroup()
  2007. Method in class java.awt.Checkbox
  2008. Returns the checkbox group|
  2009. getClass()
  2010. Method in class java.lang.Object
  2011. Returns the Class of this Object|
  2012. getClassContext()
  2013. Method in class java.lang.SecurityManager
  2014. Gets the context of this Class|
  2015. getClassLoader()
  2016. Method in class java.lang.Class
  2017. Returns the Class loader of this Class|
  2018. getClassLoader()
  2019. Method in class sun.tools.debug.RemoteClass
  2020. Return the classloader for this class|
  2021. getClazz()
  2022. Method in class sun.tools.debug.RemoteObject
  2023. Returns the object's class|
  2024. getClipRect()
  2025. Method in class java.awt.Graphics
  2026. Returns the bounding rectangle of the current clipping area|
  2027. getCodeBase()
  2028. Method in class java.applet.Applet
  2029. Gets the base URL|
  2030. getCodeBase()
  2031. Method in interface java.applet.AppletStub
  2032. Gets the base URL|
  2033. getColor()
  2034. Method in class java.awt.Graphics
  2035. Gets the current color|
  2036. getColor(String)
  2037. Static method in class java.awt.Color
  2038. Gets the specified Color property|
  2039. getColor(String, Color)
  2040. Static method in class java.awt.Color
  2041. Gets the specified Color property of the specified Color|
  2042. getColor(String, int)
  2043. Static method in class java.awt.Color
  2044. Gets the specified Color property of the color value|
  2045. getColorModel()
  2046. Method in class java.awt.Component
  2047. Gets the ColorModel used to display the component on the output device|
  2048. getColorModel()
  2049. Method in class java.awt.Toolkit
  2050. Returns the ColorModel of the screen|
  2051. getColorModel()
  2052. Method in interface java.awt.peer.ComponentPeer|
  2053. getColumns()
  2054. Method in class java.awt.TextArea
  2055. Returns the number of columns in the TextArea|
  2056. getColumns()
  2057. Method in class java.awt.TextField
  2058. Returns the number of columns in this TextField|
  2059. getComponent(int)
  2060. Method in class java.awt.Container
  2061. Gets the nth component in this container|
  2062. getComponents()
  2063. Method in class java.awt.Container
  2064. Gets all the components in this container|
  2065. getConstraints(Component)
  2066. Method in class java.awt.GridBagLayout
  2067. Retrieves the constraints for the specified component|
  2068. getContent()
  2069. Method in class java.net.URL
  2070. Gets the contents from this opened connection|
  2071. getContent()
  2072. Method in class java.net.URLConnection
  2073. Gets the object referred to by this URL|
  2074. getContent(URLConnection)
  2075. Method in class java.net.ContentHandler
  2076. Given an input stream positioned at the beginning of the
  2077. representation of an object, reads that stream and recreates
  2078. the object from it|
  2079. getContentEncoding()
  2080. Method in class java.net.URLConnection
  2081. Gets the content encoding|
  2082. getContentLength()
  2083. Method in class java.net.URLConnection
  2084. Gets the content length|
  2085. getContentType()
  2086. Method in class java.net.URLConnection
  2087. Gets the content type|
  2088. getCurrent()
  2089. Method in class java.awt.CheckboxGroup
  2090. Gets the current choice|
  2091. getCurrentFrame()
  2092. Method in class sun.tools.debug.RemoteThread
  2093. Get the current stack frame|
  2094. getCurrentFrameIndex()
  2095. Method in class sun.tools.debug.RemoteThread
  2096. Return the current stackframe index|
  2097. getCursorType()
  2098. Method in class java.awt.Frame
  2099. Return the cursor type|
  2100. getData()
  2101. Method in class java.net.DatagramPacket|
  2102. getDate()
  2103. Method in class java.net.URLConnection
  2104. Gets the sending date of the object|
  2105. getDate()
  2106. Method in class java.util.Date
  2107. Returns the day of the month|
  2108. getDay()
  2109. Method in class java.util.Date
  2110. Returns the day of the week|
  2111. getDefaultAllowUserInteraction()
  2112. Static method in class java.net.URLConnection|
  2113. getDefaultRequestProperty(String)
  2114. Static method in class java.net.URLConnection|
  2115. getDefaultToolkit()
  2116. Static method in class java.awt.Toolkit
  2117. Returns the default toolkit|
  2118. getDefaultUseCaches()
  2119. Method in class java.net.URLConnection
  2120. Sets/gets the default value of the UseCaches flag|
  2121. getDescent()
  2122. Method in class java.awt.FontMetrics
  2123. Gets the font descent|
  2124. getDirectory()
  2125. Method in class java.awt.FileDialog
  2126. Gets the directory of the Dialog|
  2127. getDocumentBase()
  2128. Method in class java.applet.Applet
  2129. Gets the document URL|
  2130. getDocumentBase()
  2131. Method in interface java.applet.AppletStub
  2132. Gets the document URL|
  2133. getDoInput()
  2134. Method in class java.net.URLConnection|
  2135. getDoOutput()
  2136. Method in class java.net.URLConnection|
  2137. getEchoChar()
  2138. Method in class java.awt.TextField
  2139. Returns the character to be used for echoing|
  2140. getElement(int)
  2141. Method in class sun.tools.debug.RemoteArray
  2142. Return an array element|
  2143. getElements()
  2144. Method in class sun.tools.debug.RemoteArray
  2145. Returns a copy of the array as instances of RemoteValue|
  2146. getElements(int, int)
  2147. Method in class sun.tools.debug.RemoteArray
  2148. Returns a copy of a portion of the array as instances of RemoteValue|
  2149. getElementType()
  2150. Method in class sun.tools.debug.RemoteArray
  2151. Return the element type as a "TC_" constant, such as "TC_CHAR"|
  2152. getenv(String)
  2153. Static method in class java.lang.System
  2154. Obsolete|
  2155. getErrorsAny()
  2156. Method in class java.awt.MediaTracker
  2157. Returns a list of all media that have encountered an error|
  2158. getErrorsID(int)
  2159. Method in class java.awt.MediaTracker
  2160. Returns a list of media with the specified ID that have encountered
  2161. an error|
  2162. getErrorStream()
  2163. Method in class java.lang.Process
  2164. Returns the an InputStream connected to the error stream of the child
  2165. process|
  2166. getExceptionCatchList()
  2167. Method in class sun.tools.debug.RemoteDebugger
  2168. Return the list of the exceptions the debugger will stop on|
  2169. getExpiration()
  2170. Method in class java.net.URLConnection
  2171. Gets the expriation date of the object|
  2172. getFamily()
  2173. Method in class java.awt.Font
  2174. Gets the platform specific family name of the font|
  2175. getFD()
  2176. Method in class java.io.FileInputStream
  2177. Returns the opaque file descriptor object associated with this stream|
  2178. getFD()
  2179. Method in class java.io.FileOutputStream
  2180. Returns the file descriptor associated with this stream|
  2181. getFD()
  2182. Method in class java.io.RandomAccessFile
  2183. Returns the opaque file descriptor object|
  2184. getField(int)
  2185. Method in class sun.tools.debug.RemoteClass
  2186. Return the static field, specified by index|
  2187. getField(int)
  2188. Method in class sun.tools.debug.RemoteObject
  2189. Return an instance variable, specified by slot number|
  2190. getField(String)
  2191. Method in class sun.tools.debug.RemoteClass
  2192. Return the static field, specified by name|
  2193. getField(String)
  2194. Method in class sun.tools.debug.RemoteObject
  2195. Return an instance variable, specified by name|
  2196. getFields()
  2197. Method in class sun.tools.debug.RemoteClass
  2198. Return all the static fields for this class|
  2199. getFields()
  2200. Method in class sun.tools.debug.RemoteObject
  2201. Return the instance (non-static) fields of an object|
  2202. getFieldValue(int)
  2203. Method in class sun.tools.debug.RemoteClass
  2204. Return the value of a static field, specified by its index|
  2205. getFieldValue(int)
  2206. Method in class sun.tools.debug.RemoteObject
  2207. Returns the value of an object's instance variable|
  2208. getFieldValue(String)
  2209. Method in class sun.tools.debug.RemoteClass
  2210. Return the value of a static field, specified by name|
  2211. getFieldValue(String)
  2212. Method in class sun.tools.debug.RemoteObject
  2213. Returns the value of an object's instance variable|
  2214. getFile()
  2215. Method in class java.awt.FileDialog
  2216. Gets the file of the Dialog|
  2217. getFile()
  2218. Method in class java.net.URL
  2219. Gets the file name|
  2220. getFileDescriptor()
  2221. Method in class java.net.SocketImpl|
  2222. getFilenameFilter()
  2223. Method in class java.awt.FileDialog
  2224. Gets the filter|
  2225. getFilePointer()
  2226. Method in class java.io.RandomAccessFile
  2227. Returns the current location of the file pointer|
  2228. getFilterInstance(ImageConsumer)
  2229. Method in class java.awt.image.ImageFilter
  2230. Returns a unique instance of an ImageFilter object which will
  2231. actually perform the filtering for the specified ImageConsumer|
  2232. getFont()
  2233. Method in class java.awt.Component
  2234. Gets the font of the component|
  2235. getFont()
  2236. Method in class java.awt.FontMetrics
  2237. Gets the font|
  2238. getFont()
  2239. Method in class java.awt.Graphics
  2240. Gets the current font|
  2241. getFont()
  2242. Method in class java.awt.MenuComponent
  2243. Gets the font used for this MenuItem|
  2244. getFont()
  2245. Method in interface java.awt.MenuContainer|
  2246. getFont(String)
  2247. Static method in class java.awt.Font
  2248. Gets a font from the system properties list|
  2249. getFont(String, Font)
  2250. Static method in class java.awt.Font
  2251. Gets the specified font from the system properties list|
  2252. getFontList()
  2253. Method in class java.awt.Toolkit
  2254. Returns the names of the available fonts|
  2255. getFontMetrics()
  2256. Method in class java.awt.Graphics
  2257. Gets the current font metrics|
  2258. getFontMetrics(Font)
  2259. Method in class java.awt.Component
  2260. Gets the font metrics for this component|
  2261. getFontMetrics(Font)
  2262. Method in class java.awt.Graphics
  2263. Gets the current font metrics for the specified font|
  2264. getFontMetrics(Font)
  2265. Method in class java.awt.Toolkit
  2266. Returns the screen metrics of the font|
  2267. getFontMetrics(Font)
  2268. Method in interface java.awt.peer.ComponentPeer|
  2269. getForeground()
  2270. Method in class java.awt.Component
  2271. Gets the foreground color|
  2272. getGraphics()
  2273. Method in class java.awt.Component
  2274. Gets a Graphics context for this component|
  2275. getGraphics()
  2276. Method in class java.awt.Image
  2277. Gets a graphics object to draw into this image|
  2278. getGraphics()
  2279. Method in interface java.awt.peer.ComponentPeer|
  2280. getGreen()
  2281. Method in class java.awt.Color
  2282. Gets the green component|
  2283. getGreen(int)
  2284. Method in class java.awt.image.ColorModel
  2285. The subclass must provide a function which provides the green
  2286. color compoment for the specified pixel|
  2287. getGreen(int)
  2288. Method in class java.awt.image.DirectColorModel
  2289. Returns the green color compoment for the specified pixel in the
  2290. range 0-255|
  2291. getGreen(int)
  2292. Method in class java.awt.image.IndexColorModel
  2293. Returns the green color compoment for the specified pixel in the
  2294. range 0-255|
  2295. getGreenMask()
  2296. Method in class java.awt.image.DirectColorModel
  2297. Returns the mask indicating which bits in a pixel contain the green
  2298. color component|
  2299. getGreens(byte[])
  2300. Method in class java.awt.image.IndexColorModel
  2301. Copies the array of green color components into the given array|
  2302. getHeaderField(int)
  2303. Method in class java.net.URLConnection
  2304. Returns the value for the nth header field|
  2305. getHeaderField(String)
  2306. Method in class java.net.URLConnection
  2307. Gets a header field by name|
  2308. getHeaderFieldDate(String, long)
  2309. Method in class java.net.URLConnection
  2310. Gets a header field by name|
  2311. getHeaderFieldInt(String, int)
  2312. Method in class java.net.URLConnection
  2313. Gets a header field by name|
  2314. getHeaderFieldKey(int)
  2315. Method in class java.net.URLConnection
  2316. Returns the key for the nth header field|
  2317. getHeight()
  2318. Method in class java.awt.FontMetrics
  2319. Gets the total height of the font|
  2320. getHeight(ImageObserver)
  2321. Method in class java.awt.Image
  2322. Gets the actual height of the image|
  2323. getHelpMenu()
  2324. Method in class java.awt.MenuBar
  2325. Gets the help menu on the menu bar|
  2326. getHost()
  2327. Method in class java.net.URL
  2328. Gets the host name|
  2329. getHostName()
  2330. Method in class java.net.InetAddress
  2331. Gets the hostname for this address; also the key in the 
  2332. hashtable|
  2333. getHours()
  2334. Method in class java.util.Date
  2335. Returns the hour|
  2336. getHSBColor(float, float, float)
  2337. Static method in class java.awt.Color
  2338. A static Color factory for generating a Color object from HSB
  2339. values|
  2340. getIconImage()
  2341. Method in class java.awt.Frame
  2342. Returns the icon image for this Frame|
  2343. getId()
  2344. Method in class sun.tools.debug.RemoteObject
  2345. Returns the id of the object|
  2346. getIfModifiedSince()
  2347. Method in class java.net.URLConnection|
  2348. getImage(String)
  2349. Method in class java.awt.Toolkit
  2350. Returns an image which gets pixel data from the specified file|
  2351. getImage(URL)
  2352. Method in class java.applet.Applet
  2353. Gets an image given a URL|
  2354. getImage(URL)
  2355. Method in class java.awt.Toolkit
  2356. Returns an image which gets pixel data from the specified URL|
  2357. getImage(URL)
  2358. Method in interface java.applet.AppletContext
  2359. Gets an image|
  2360. getImage(URL, String)
  2361. Method in class java.applet.Applet
  2362. Gets an image relative to a URL|
  2363. getInCheck()
  2364. Method in class java.lang.SecurityManager
  2365. Returns whether there is a security check in progress|
  2366. getInetAddress()
  2367. Method in class java.net.ServerSocket
  2368. Gets the address to which the socket is connected|
  2369. getInetAddress()
  2370. Method in class java.net.Socket
  2371. Gets the address to which the socket is connected|
  2372. getInetAddress()
  2373. Method in class java.net.SocketImpl|
  2374. getInputStream()
  2375. Method in class java.lang.Process
  2376. Returns a Stream connected to the output of the child process|
  2377. getInputStream()
  2378. Method in class java.net.Socket
  2379. Gets an InputStream for this socket|
  2380. getInputStream()
  2381. Method in class java.net.SocketImpl
  2382. Gets an InputStream for this socket|
  2383. getInputStream()
  2384. Method in class java.net.URLConnection
  2385. Calls this routine to get an InputStream that reads from the object|
  2386. getInstanceField(int)
  2387. Method in class sun.tools.debug.RemoteClass
  2388. Return the instance field, specified by its index|
  2389. getInstanceFields()
  2390. Method in class sun.tools.debug.RemoteClass
  2391. Return all the instance fields for this class|
  2392. getInteger(String)
  2393. Static method in class java.lang.Integer
  2394. Gets an Integer property|
  2395. getInteger(String, int)
  2396. Static method in class java.lang.Integer
  2397. Gets an Integer property|
  2398. getInteger(String, Integer)
  2399. Static method in class java.lang.Integer
  2400. Gets an Integer property|
  2401. getInterfaces()
  2402. Method in class java.lang.Class
  2403. Returns the interfaces of this Class|
  2404. getInterfaces()
  2405. Method in class sun.tools.debug.RemoteClass
  2406. Return the interfaces for this class|
  2407. getItem(int)
  2408. Method in class java.awt.Choice
  2409. Returns the String at the specified index in the Choice|
  2410. getItem(int)
  2411. Method in class java.awt.List
  2412. Gets the item associated with the specified index|
  2413. getItem(int)
  2414. Method in class java.awt.Menu
  2415. Returns the item located at the specified index of this menu|
  2416. getLabel()
  2417. Method in class java.awt.Button
  2418. Gets the label of the button|
  2419. getLabel()
  2420. Method in class java.awt.Checkbox
  2421. Gets the label of the button|
  2422. getLabel()
  2423. Method in class java.awt.MenuItem
  2424. Gets the label for this menu item|
  2425. getLastModified()
  2426. Method in class java.net.URLConnection
  2427. Gets the last modified date of the object|
  2428. getLayout()
  2429. Method in class java.awt.Container
  2430. Gets the layout manager for this container|
  2431. getLayoutDimensions()
  2432. Method in class java.awt.GridBagLayout|
  2433. GetLayoutInfo(Container, int)
  2434. Method in class java.awt.GridBagLayout|
  2435. getLayoutOrigin()
  2436. Method in class java.awt.GridBagLayout|
  2437. getLayoutWeights()
  2438. Method in class java.awt.GridBagLayout|
  2439. getLeading()
  2440. Method in class java.awt.FontMetrics
  2441. Gets the standard leading, or line spacing, for the font|
  2442. getLength()
  2443. Method in class java.net.DatagramPacket|
  2444. getLineIncrement()
  2445. Method in class java.awt.Scrollbar
  2446. Gets the line increment for this scrollbar|
  2447. getLineNumber()
  2448. Method in class java.io.LineNumberInputStream
  2449. Returns the current line number|
  2450. getLineNumber()
  2451. Method in class sun.tools.debug.RemoteStackFrame
  2452. Return the source file line number|
  2453. getLocalHost()
  2454. Static method in class java.net.InetAddress
  2455. Returns the local host|
  2456. getLocalizedInputStream(InputStream)
  2457. Method in class java.lang.Runtime
  2458. Localize an input stream|
  2459. getLocalizedOutputStream(OutputStream)
  2460. Method in class java.lang.Runtime
  2461. Localize an output stream|
  2462. getLocalPort()
  2463. Method in class java.net.DatagramSocket
  2464. Returns the local port that this socket is bound to|
  2465. getLocalPort()
  2466. Method in class java.net.ServerSocket
  2467. Gets the port on which the socket is listening|
  2468. getLocalPort()
  2469. Method in class java.net.Socket
  2470. Gets the local port to which the socket is connected|
  2471. getLocalPort()
  2472. Method in class java.net.SocketImpl|
  2473. getLocalVariable(String)
  2474. Method in class sun.tools.debug.RemoteStackFrame
  2475. Return a specific (named) stack variable|
  2476. getLocalVariables()
  2477. Method in class sun.tools.debug.RemoteStackFrame
  2478. Return an array of all valid local variables and method arguments
  2479. for this stack frame|
  2480. getLong(String)
  2481. Static method in class java.lang.Long
  2482. Get a Long property|
  2483. getLong(String, Long)
  2484. Static method in class java.lang.Long
  2485. Get a Long property|
  2486. getLong(String, long)
  2487. Static method in class java.lang.Long
  2488. Get a Long property|
  2489. getMapSize()
  2490. Method in class java.awt.image.IndexColorModel
  2491. Returns the size of the color component arrays in this IndexColorModel|
  2492. getMaxAdvance()
  2493. Method in class java.awt.FontMetrics
  2494. Gets the maximum advance width of any character in this Font|
  2495. getMaxAscent()
  2496. Method in class java.awt.FontMetrics
  2497. Gets the maximum ascent of all characters in this Font|
  2498. getMaxDecent()
  2499. Method in class java.awt.FontMetrics
  2500. For backward compatibility only|
  2501. getMaxDescent()
  2502. Method in class java.awt.FontMetrics
  2503. Gets the maximum descent of all characters|
  2504. getMaximum()
  2505. Method in class java.awt.Scrollbar
  2506. Returns the maximum value of this Scrollbar|
  2507. getMaxPriority()
  2508. Method in class java.lang.ThreadGroup
  2509. Gets the maximum priority of the group|
  2510. getMenu(int)
  2511. Method in class java.awt.MenuBar
  2512. Gets the specified menu|
  2513. getMenuBar()
  2514. Method in class java.awt.Frame
  2515. Gets the menu bar for this Frame|
  2516. getMessage()
  2517. Method in class java.lang.Throwable
  2518. Gets the detail message of the Throwable|
  2519. getMethod(String)
  2520. Method in class sun.tools.debug.RemoteClass
  2521. Return the method, specified by name|
  2522. getMethodName()
  2523. Method in class sun.tools.debug.RemoteStackFrame
  2524. Get the method name referenced by this stackframe|
  2525. getMethodNames()
  2526. Method in class sun.tools.debug.RemoteClass
  2527. Return the names of all methods supported by this class|
  2528. getMethods()
  2529. Method in class sun.tools.debug.RemoteClass
  2530. Return the class's methods|
  2531. getMinimum()
  2532. Method in class java.awt.Scrollbar
  2533. Returns the minimum value of this Scrollbar|
  2534. GetMinSize(Container, GridBagLayoutInfo)
  2535. Method in class java.awt.GridBagLayout|
  2536. getMinutes()
  2537. Method in class java.util.Date
  2538. Returns the minute|
  2539. getMode()
  2540. Method in class java.awt.FileDialog
  2541. Gets the mode of the file dialog|
  2542. getModifiers()
  2543. Method in class sun.tools.debug.RemoteField
  2544. Returns a string with the field's modifiers, such as "public",
  2545. "static", "final", etc|
  2546. getMonth()
  2547. Method in class java.util.Date
  2548. Returns the month|
  2549. getName()
  2550. Method in class java.awt.Font
  2551. Gets the logical name of the font|
  2552. getName()
  2553. Method in class java.io.File
  2554. Gets the name of the file|
  2555. getName()
  2556. Method in class java.lang.Class
  2557. Returns the name of this Class|
  2558. getName()
  2559. Method in class java.lang.Thread
  2560. Gets and returns this Thread's name|
  2561. getName()
  2562. Method in class java.lang.ThreadGroup
  2563. Gets the name of this Thread group|
  2564. getName()
  2565. Method in class sun.tools.debug.RemoteClass
  2566. Returns the name of the class|
  2567. getName()
  2568. Method in class sun.tools.debug.RemoteField
  2569. Returns the name of the field|
  2570. getName()
  2571. Method in class sun.tools.debug.RemoteStackVariable
  2572. Return the name of a stack variable or argument|
  2573. getName()
  2574. Method in class sun.tools.debug.RemoteThread
  2575. Return the name of the thread|
  2576. getName()
  2577. Method in class sun.tools.debug.RemoteThreadGroup
  2578. Return the threadgroup's name|
  2579. getOrientation()
  2580. Method in class java.awt.Scrollbar
  2581. Returns the orientation for this Scrollbar|
  2582. getOutputStream()
  2583. Method in class java.lang.Process
  2584. Returns a Stream connected to the input of the child process|
  2585. getOutputStream()
  2586. Method in class java.net.Socket
  2587. Gets an OutputStream for this socket|
  2588. getOutputStream()
  2589. Method in class java.net.SocketImpl
  2590. Gets an OutputStream for this socket|
  2591. getOutputStream()
  2592. Method in class java.net.URLConnection
  2593. Calls this routine to get an OutputStream that writes to the object|
  2594. getPageIncrement()
  2595. Method in class java.awt.Scrollbar
  2596. Gets the page increment for this scrollbar|
  2597. getParameter(String)
  2598. Method in class java.applet.Applet
  2599. Gets a parameter of the applet|
  2600. getParameter(String)
  2601. Method in interface java.applet.AppletStub
  2602. Gets a parameter of the applet|
  2603. getParameterInfo()
  2604. Method in class java.applet.Applet
  2605. Returns an array of strings describing the
  2606. parameters that are understood by this
  2607. applet|
  2608. getParent()
  2609. Method in class java.awt.Component
  2610. Gets the parent of the component|
  2611. getParent()
  2612. Method in class java.awt.MenuComponent
  2613. Returns the parent container|
  2614. getParent()
  2615. Method in class java.io.File
  2616. Gets the name of the parent directory|
  2617. getParent()
  2618. Method in class java.lang.ThreadGroup
  2619. Gets the parent of this Thread group|
  2620. getPath()
  2621. Method in class java.io.File
  2622. Gets the path of the file|
  2623. getPC()
  2624. Method in class sun.tools.debug.RemoteStackFrame
  2625. Get the program counter referenced by this stackframe|
  2626. getPeer()
  2627. Method in class java.awt.Component
  2628. Gets the peer of the component|
  2629. getPeer()
  2630. Method in class java.awt.MenuComponent
  2631. Gets the MenuComponent's peer|
  2632. getPixelSize()
  2633. Method in class java.awt.image.ColorModel
  2634. Returns the number of bits per pixel described by this ColorModel|
  2635. getPort()
  2636. Method in class java.net.DatagramPacket|
  2637. getPort()
  2638. Method in class java.net.Socket
  2639. Gets the remote port to which the socket is connected|
  2640. getPort()
  2641. Method in class java.net.SocketImpl|
  2642. getPort()
  2643. Method in class java.net.URL
  2644. Gets the port number|
  2645. getPriority()
  2646. Method in class java.lang.Thread
  2647. Gets and returns the Thread's priority|
  2648. getProperties()
  2649. Static method in class java.lang.System
  2650. Gets the System properties|
  2651. getProperty(String)
  2652. Method in class java.util.Properties
  2653. Gets a property with the specified key|
  2654. getProperty(String)
  2655. Static method in class java.lang.System
  2656. Gets the System property indicated by the specified key|
  2657. getProperty(String, ImageObserver)
  2658. Method in class java.awt.Image
  2659. Gets a property of the image by name|
  2660. getProperty(String, String)
  2661. Method in class java.util.Properties
  2662. Gets a property with the specified key and default|
  2663. getProperty(String, String)
  2664. Static method in class java.lang.System
  2665. Gets the System property indicated by the specified key and def|
  2666. getProtocol()
  2667. Method in class java.net.URL
  2668. Gets the protocol name|
  2669. getRed()
  2670. Method in class java.awt.Color
  2671. Gets the red component|
  2672. getRed(int)
  2673. Method in class java.awt.image.ColorModel
  2674. The subclass must provide a function which provides the red
  2675. color compoment for the specified pixel|
  2676. getRed(int)
  2677. Method in class java.awt.image.DirectColorModel
  2678. Returns the red color compoment for the specified pixel in the
  2679. range 0-255|
  2680. getRed(int)
  2681. Method in class java.awt.image.IndexColorModel
  2682. Returns the red color compoment for the specified pixel in the
  2683. range 0-255|
  2684. getRedMask()
  2685. Method in class java.awt.image.DirectColorModel
  2686. Returns the mask indicating which bits in a pixel contain the red
  2687. color component|
  2688. getReds(byte[])
  2689. Method in class java.awt.image.IndexColorModel
  2690. Copies the array of red color components into the given array|
  2691. getRef()
  2692. Method in class java.net.URL
  2693. Gets the ref|
  2694. getRemoteClass()
  2695. Method in class sun.tools.debug.RemoteStackFrame
  2696. Get the class this stackframe references|
  2697. getRequestProperty(String)
  2698. Method in class java.net.URLConnection|
  2699. getRGB()
  2700. Method in class java.awt.Color
  2701. Gets the RGB value representing the color in the default RGB
  2702. ColorModel|
  2703. getRGB(int)
  2704. Method in class java.awt.image.ColorModel
  2705. Returns the color of the pixel in the default RGB color model|
  2706. getRGB(int)
  2707. Method in class java.awt.image.DirectColorModel
  2708. Returns the color of the pixel in the default RGB color model|
  2709. getRGB(int)
  2710. Method in class java.awt.image.IndexColorModel
  2711. Returns the color of the pixel in the default RGB color model|
  2712. getRGBdefault()
  2713. Static method in class java.awt.image.ColorModel
  2714. Return a ColorModel which describes the default format for
  2715. integer RGB values used throughout the AWT image interfaces|
  2716. getRows()
  2717. Method in class java.awt.List
  2718. Returns the number of visible lines in this list|
  2719. getRows()
  2720. Method in class java.awt.TextArea
  2721. Returns the number of rows in the TextArea|
  2722. getRuntime()
  2723. Static method in class java.lang.Runtime
  2724. Returns the runtime|
  2725. getScreenResolution()
  2726. Method in class java.awt.Toolkit
  2727. Returns the screen resolution in dots-per-inch|
  2728. getScreenSize()
  2729. Method in class java.awt.Toolkit
  2730. Gets the size of the screen|
  2731. getSeconds()
  2732. Method in class java.util.Date
  2733. Returns the second|
  2734. getSecurityContext()
  2735. Method in class java.lang.SecurityManager
  2736. Returns an implementation-dependent Object which encapsulates
  2737. enough information about the current execution environment
  2738. to perform some of the security checks later|
  2739. getSecurityManager()
  2740. Static method in class java.lang.System
  2741. Gets the system security interface|
  2742. getSelectedIndex()
  2743. Method in class java.awt.Choice
  2744. Returns the index of the currently selected item|
  2745. getSelectedIndex()
  2746. Method in class java.awt.List
  2747. Get the selected item on the list or -1 if no item is selected|
  2748. getSelectedIndexes()
  2749. Method in class java.awt.List
  2750. Returns the selected indexes on the list|
  2751. getSelectedIndexes()
  2752. Method in interface java.awt.peer.ListPeer|
  2753. getSelectedItem()
  2754. Method in class java.awt.Choice
  2755. Returns a String representation of the current choice|
  2756. getSelectedItem()
  2757. Method in class java.awt.List
  2758. Returns the selected item on the list or null if no item is selected|
  2759. getSelectedItems()
  2760. Method in class java.awt.List
  2761. Returns the selected items on the list|
  2762. getSelectedText()
  2763. Method in class java.awt.TextComponent
  2764. Returns the selected text contained in this TextComponent|
  2765. getSelectionEnd()
  2766. Method in class java.awt.TextComponent
  2767. Returns the selected text's end position|
  2768. getSelectionEnd()
  2769. Method in interface java.awt.peer.TextComponentPeer|
  2770. getSelectionStart()
  2771. Method in class java.awt.TextComponent
  2772. Returns the selected text's start position|
  2773. getSelectionStart()
  2774. Method in interface java.awt.peer.TextComponentPeer|
  2775. getSize()
  2776. Method in class java.awt.Font
  2777. Gets the point size of the font|
  2778. getSize()
  2779. Method in class sun.tools.debug.RemoteArray
  2780. Return the number of elements in the array|
  2781. getSource()
  2782. Method in class java.awt.Image
  2783. Gets the object that produces the pixels for the image|
  2784. getSourceFile()
  2785. Method in class sun.tools.debug.RemoteClass
  2786. Get the source file referenced by this stackframe|
  2787. getSourceFileName()
  2788. Method in class sun.tools.debug.RemoteClass
  2789. Get the name of the source file referenced by this stackframe|
  2790. getSourcePath()
  2791. Method in class sun.tools.debug.RemoteDebugger
  2792. Return the source file path the Agent is currently using|
  2793. getStackVariable(String)
  2794. Method in class sun.tools.debug.RemoteThread
  2795. Return a stack variable from the current stackframe|
  2796. getStackVariables()
  2797. Method in class sun.tools.debug.RemoteThread
  2798. Return the arguments and local variable from the current stackframe|
  2799. getState()
  2800. Method in class java.awt.Checkbox
  2801. Returns the boolean state of the Checkbox|
  2802. getState()
  2803. Method in class java.awt.CheckboxMenuItem
  2804. Returns the state of this MenuItem|
  2805. getStaticFields()
  2806. Method in class sun.tools.debug.RemoteClass
  2807. Return all the static fields for this class|
  2808. getStatus()
  2809. Method in class sun.tools.debug.RemoteThread
  2810. Return the thread status description|
  2811. getStyle()
  2812. Method in class java.awt.Font
  2813. Gets the style of the font|
  2814. getSuperclass()
  2815. Method in class java.lang.Class
  2816. Returns the superclass of this Class|
  2817. getSuperclass()
  2818. Method in class sun.tools.debug.RemoteClass
  2819. Return the superclass for this class|
  2820. getText()
  2821. Method in class java.awt.Label
  2822. Gets the text of this label|
  2823. getText()
  2824. Method in class java.awt.TextComponent
  2825. Returns the text contained in this TextComponent|
  2826. getText()
  2827. Method in interface java.awt.peer.TextComponentPeer|
  2828. getThreadGroup()
  2829. Method in class java.lang.Thread
  2830. Gets and returns this Thread group|
  2831. getTime()
  2832. Method in class java.util.Date
  2833. Returns the time in milliseconds since the epoch|
  2834. getTimezoneOffset()
  2835. Method in class java.util.Date
  2836. Return the time zone offset in minutes for the current locale that is
  2837. appropriate
  2838. for this time|
  2839. getTitle()
  2840. Method in class java.awt.Dialog
  2841. Gets the title of the Dialog|
  2842. getTitle()
  2843. Method in class java.awt.Frame
  2844. Gets the title of the Frame|
  2845. getToolkit()
  2846. Method in class java.awt.Component
  2847. Gets the toolkit of the component|
  2848. getToolkit()
  2849. Method in class java.awt.Window
  2850. Returns the toolkit of this frame|
  2851. getToolkit()
  2852. Method in interface java.awt.peer.ComponentPeer|
  2853. getTransparentPixel()
  2854. Method in class java.awt.image.IndexColorModel
  2855. Returns the index of the transparent pixel in this IndexColorModel
  2856. or -1 if there is no transparent pixel|
  2857. getType()
  2858. Method in class sun.tools.debug.RemoteField
  2859. Returns a type string describing the field|
  2860. getType()
  2861. Method in class sun.tools.debug.RemoteValue
  2862. Returns the RemoteValue's type|
  2863. getURL()
  2864. Method in class java.net.URLConnection
  2865. Gets the URL for this connection|
  2866. getUseCaches()
  2867. Method in class java.net.URLConnection|
  2868. getValue()
  2869. Method in class java.awt.Scrollbar
  2870. Returns the current value of this Scrollbar|
  2871. getValue()
  2872. Method in class sun.tools.debug.RemoteStackVariable
  2873. Return the value of a stack variable or argument|
  2874. getVisible()
  2875. Method in class java.awt.Scrollbar
  2876. Returns the visible amount of the Scrollbar|
  2877. getVisibleIndex()
  2878. Method in class java.awt.List
  2879. Gets the index of the item that was last made visible by the method
  2880. makeVisible|
  2881. getWarningString()
  2882. Method in class java.awt.Window
  2883. Gets the warning string for this window|
  2884. getWidth(ImageObserver)
  2885. Method in class java.awt.Image
  2886. Gets the actual width of the image|
  2887. getWidths()
  2888. Method in class java.awt.FontMetrics
  2889. Gets the widths of the first 256 characters in the Font|
  2890. getYear()
  2891. Method in class java.util.Date
  2892. Returns the year after 1900|
  2893. gotFocus(Event, Object)
  2894. Method in class java.awt.Component
  2895. Indicates that this component has received the input focus|
  2896. GOT_FOCUS
  2897. Static variable in class java.awt.Event
  2898. A component gained the focus|
  2899. grabPixels()
  2900. Method in class java.awt.image.PixelGrabber
  2901. Request the Image or ImageProducer to start delivering pixels and
  2902. wait for all of the pixels in the rectangle of interest to be
  2903. delivered|
  2904. grabPixels(long)
  2905. Method in class java.awt.image.PixelGrabber
  2906. Request the Image or ImageProducer to start delivering pixels and
  2907. wait for all of the pixels in the rectangle of interest to be
  2908. delivered or until the specified timeout has elapsed|
  2909. Graphics()
  2910. Constructor for class java.awt.Graphics
  2911. Constructs a new Graphics Object|
  2912. gray
  2913. Static variable in class java.awt.Color
  2914. The color gray|
  2915. green
  2916. Static variable in class java.awt.Color
  2917. The color green|
  2918. GridBagConstraints()
  2919. Constructor for class java.awt.GridBagConstraints|
  2920. GridBagLayout()
  2921. Constructor for class java.awt.GridBagLayout
  2922. Creates a gridbag layout|
  2923. gridheight
  2924. Variable in class java.awt.GridBagConstraints|
  2925. GridLayout(int, int)
  2926. Constructor for class java.awt.GridLayout
  2927. Creates a grid layout with the specified rows and columns|
  2928. GridLayout(int, int, int, int)
  2929. Constructor for class java.awt.GridLayout
  2930. Creates a grid layout with the specified rows, columns,
  2931. horizontal gap, and vertical gap|
  2932. gridwidth
  2933. Variable in class java.awt.GridBagConstraints|
  2934. gridx
  2935. Variable in class java.awt.GridBagConstraints|
  2936. gridy
  2937. Variable in class java.awt.GridBagConstraints|
  2938. grow(int, int)
  2939. Method in class java.awt.Rectangle
  2940. Grows the rectangle horizontally and vertically|
  2941. guessContentTypeFromName(String)
  2942. Static method in class java.net.URLConnection
  2943. A useful utility routine that tries to guess the content-type
  2944. of an object based upon its extension|
  2945. guessContentTypeFromStream(InputStream)
  2946. Static method in class java.net.URLConnection
  2947. This method is used to check for files that have some type
  2948. that can be determined by inspection|
  2949. handleEvent(Event)
  2950. Method in class java.awt.Component
  2951. Handles the event|
  2952. handleEvent(Event)
  2953. Method in interface java.awt.peer.ComponentPeer|
  2954. HAND_CURSOR
  2955. Static variable in class java.awt.Frame|
  2956. hasChanged()
  2957. Method in class java.util.Observable
  2958. Returns a true boolean if an observable change has occurred|
  2959. hashCode()
  2960. Method in class java.awt.Color
  2961. Computes the hash code|
  2962. hashCode()
  2963. Method in class java.awt.Font
  2964. Returns a hashcode for this font|
  2965. hashCode()
  2966. Method in class java.awt.Point
  2967. Returns the hashcode for this Point|
  2968. hashCode()
  2969. Method in class java.awt.Rectangle
  2970. Returns the hashcode for this Rectangle|
  2971. hashCode()
  2972. Method in class java.io.File
  2973. Computes a hashcode for the file|
  2974. hashCode()
  2975. Method in class java.lang.Boolean
  2976. Returns a hashcode for this Boolean|
  2977. hashCode()
  2978. Method in class java.lang.Character
  2979. Returns a hashcode for this Character|
  2980. hashCode()
  2981. Method in class java.lang.Double
  2982. Returns a hashcode for this Double|
  2983. hashCode()
  2984. Method in class java.lang.Float
  2985. Returns a hashcode for this Float|
  2986. hashCode()
  2987. Method in class java.lang.Integer
  2988. Returns a hashcode for this Integer|
  2989. hashCode()
  2990. Method in class java.lang.Long
  2991. Computes a hashcode for this Long|
  2992. hashCode()
  2993. Method in class java.lang.Object
  2994. Returns a hashcode for this Object|
  2995. hashCode()
  2996. Method in class java.lang.String
  2997. Returns a hashcode for this String|
  2998. hashCode()
  2999. Method in class java.net.InetAddress
  3000. Returns a hashcode for this InetAddress|
  3001. hashCode()
  3002. Method in class java.net.URL
  3003. Creates an integer suitable for hash table indexing|
  3004. hashCode()
  3005. Method in class java.util.BitSet
  3006. Gets the hashcode|
  3007. hashCode()
  3008. Method in class java.util.Date
  3009. Computes a hashCode|
  3010. Hashtable()
  3011. Constructor for class java.util.Hashtable
  3012. Constructs a new, empty hashtable|
  3013. Hashtable(int)
  3014. Constructor for class java.util.Hashtable
  3015. Constructs a new, empty hashtable with the specified initial 
  3016. capacity|
  3017. Hashtable(int, float)
  3018. Constructor for class java.util.Hashtable
  3019. Constructs a new, empty hashtable with the specified initial 
  3020. capacity and the specified load factor|
  3021. hasMoreElements()
  3022. Method in class java.util.StringTokenizer
  3023. Returns true if the Enumeration has more elements|
  3024. hasMoreElements()
  3025. Method in interface java.util.Enumeration
  3026. Returns true if the enumeration contains more elements; false
  3027. if its empty|
  3028. hasMoreTokens()
  3029. Method in class java.util.StringTokenizer
  3030. Returns true if more tokens exist|
  3031. HEIGHT
  3032. Static variable in interface java.awt.image.ImageObserver
  3033. The height of the base image is now available and can be taken
  3034. from the height argument to the imageUpdate callback method|
  3035. height
  3036. Variable in class java.awt.Dimension
  3037. The height dimension|
  3038. height
  3039. Variable in class java.awt.Rectangle
  3040. The height of the rectangle|
  3041. Help Me ObiWan Kenobi, You’re My Only Hope!
  3042. To get help about using ObiWan, close and reopen the window, then
  3043. type “a” and hit return.|
  3044. hide()
  3045. Method in class java.awt.Component
  3046. Hides the component|
  3047. hide()
  3048. Method in interface java.awt.peer.ComponentPeer|
  3049. HOME
  3050. Static variable in class java.awt.Event
  3051. The home key|
  3052. HORIZONTAL
  3053. Static variable in class java.awt.GridBagConstraints|
  3054. HORIZONTAL
  3055. Static variable in class java.awt.Scrollbar
  3056. The horizontal Scrollbar variable|
  3057. HotKeys For ObiWan [1/4]
  3058. You can open the ObiWan window with the following hot key:
  3059.     command-`    Pops up ObiWan. This also closes the window if it’s
  3060.                 already open.
  3061. Typing any printable character will enter it into the current text.
  3062. You can then perform other actions using other hot keys.
  3063. The following hot keys are supported by ObiWan when its window is open:
  3064.     return        Finds the keys for the current text.
  3065.     shift-return    Searches the text of the database for the current text.|
  3066. HotKeys For ObiWan [2/4]
  3067.     option-shift-return    Web Search for the current text.
  3068.     option-return    Selects a new database from the ObiWan Folder using
  3069.                 the current text as the file name.
  3070.                 If the current text is “C” then it selects the C procedure
  3071.                 parser. If the current text is “Pascal” it returns to
  3072.                 the default procedure parser. See below for more info on
  3073.                 parsers.
  3074.     command-enter    ‘Types’ the selection into the frontmost application.|
  3075. HotKeys For ObiWan [3/4]
  3076.                 You can achieve various other behaviours using more
  3077.                 modifier keys:
  3078.         command-option-enter        ‘Types’ the first line of the entry.
  3079.         command-option-shift-enter    ‘Types’ the entire entry.
  3080.         command-shift-enter        ‘Types’ the entry as a procedure call.
  3081.                                 The language of the call is determined
  3082.                                 by the current procedure parser.
  3083.     command-.    Goes to the next entry.|
  3084. HotKeys For ObiWan [4/4]
  3085.     command-,    Goes to the previous entry.
  3086.     command-]    Goes to the selected word’s entry.
  3087.     command-[    Returns to the most recent entry.
  3088. In additon, other functions are accessible using the mouse:
  3089.     click            Selects the word.
  3090.     command-click    Selects the word and ‘types’ it.
  3091.     double-click    Selects the word and finds it.|
  3092. HSBtoRGB(float, float, float)
  3093. Static method in class java.awt.Color
  3094. Returns the RGB value defined by the default RGB ColorModel, of
  3095. the color corresponding to the given HSB color components|
  3096. id
  3097. Variable in class java.awt.Event
  3098. The type of this event|
  3099. IEEEremainder(double, double)
  3100. Static method in class java.lang.Math
  3101. Returns the remainder of f1 divided by f2 as defined by IEEE 754|
  3102. ifModifiedSince
  3103. Variable in class java.net.URLConnection|
  3104. ignoreExceptions()
  3105. Method in class sun.tools.debug.RemoteClass
  3106. Don't enter the debugger when an instance of this class is thrown|
  3107. IllegalAccessError()
  3108. Constructor for class java.lang.IllegalAccessError
  3109. Constructs an IllegalAccessError with no detail message|
  3110. IllegalAccessError(String)
  3111. Constructor for class java.lang.IllegalAccessError
  3112. Constructs an IllegalAccessError with the specified detail message|
  3113. IllegalAccessException()
  3114. Constructor for class java.lang.IllegalAccessException
  3115. Constructs a IllegalAccessException without a detail message|
  3116. IllegalAccessException(String)
  3117. Constructor for class java.lang.IllegalAccessException
  3118. Constructs a IllegalAccessException with a detail message|
  3119. IllegalArgumentException()
  3120. Constructor for class java.lang.IllegalArgumentException
  3121. Constructs an IllegalArgumentException with no detail message|
  3122. IllegalArgumentException(String)
  3123. Constructor for class java.lang.IllegalArgumentException
  3124. Constructs an IllegalArgumentException with the specified detail
  3125. message|
  3126. IllegalMonitorStateException()
  3127. Constructor for class java.lang.IllegalMonitorStateException
  3128. Constructs an IllegalMonitorStateException with no detail message|
  3129. IllegalMonitorStateException(String)
  3130. Constructor for class java.lang.IllegalMonitorStateException
  3131. Constructs an IllegalMonitorStateException with the specified detail
  3132. message|
  3133. IllegalThreadStateException()
  3134. Constructor for class java.lang.IllegalThreadStateException
  3135. Constructs an IllegalThreadStateException with no detail message|
  3136. IllegalThreadStateException(String)
  3137. Constructor for class java.lang.IllegalThreadStateException
  3138. Constructs an IllegalThreadStateException with the specified detail
  3139. message|
  3140. Image()
  3141. Constructor for class java.awt.Image|
  3142. IMAGEABORTED
  3143. Static variable in interface java.awt.image.ImageConsumer
  3144. The image creation process was deliberately aborted|
  3145. imageComplete(int)
  3146. Method in class java.awt.image.ImageFilter
  3147. Filters the information provided in the imageComplete method of
  3148. the ImageConsumer interface|
  3149. imageComplete(int)
  3150. Method in class java.awt.image.PixelGrabber
  3151. The imageComplete method is part of the ImageConsumer API which
  3152. this class must implement to retrieve the pixels|
  3153. imageComplete(int)
  3154. Method in interface java.awt.image.ImageConsumer
  3155. The imageComplete method is called when the ImageProducer is
  3156. finished delivering all of the pixels that the source image
  3157. contains, or when a single frame of a multi-frame animation has
  3158. been completed, or when an error in loading or producing the
  3159. image has occured|
  3160. IMAGEERROR
  3161. Static variable in interface java.awt.image.ImageConsumer
  3162. An error was encountered while producing the image|
  3163. ImageFilter()
  3164. Constructor for class java.awt.image.ImageFilter|
  3165. imageUpdate(Image, int, int, int, int, int)
  3166. Method in class java.awt.Component
  3167. Repaints the component when the image has changed|
  3168. imageUpdate(Image, int, int, int, int, int)
  3169. Method in interface java.awt.image.ImageObserver
  3170. This method is called when information about an image which was
  3171. previously requested using an asynchronous interface becomes
  3172. available|
  3173. in
  3174. Static variable in class java.io.FileDescriptor
  3175. Handle to standard input|
  3176. in
  3177. Static variable in class java.lang.System
  3178. Standard input stream|
  3179. in
  3180. Variable in class java.io.FilterInputStream
  3181. The actual input stream|
  3182. inCheck
  3183. Variable in class java.lang.SecurityManager|
  3184. inClass(String)
  3185. Method in class java.lang.SecurityManager
  3186. Returns true if the specified String is in this Class|
  3187. inClassLoader()
  3188. Method in class java.lang.SecurityManager
  3189. Returns a boolean indicating whether or not the current ClassLoader
  3190. is equal to null|
  3191. IncompatibleClassChangeError()
  3192. Constructor for class java.lang.IncompatibleClassChangeError
  3193. Constructs an IncompatibleClassChangeError with no detail message|
  3194. IncompatibleClassChangeError(String)
  3195. Constructor for class java.lang.IncompatibleClassChangeError
  3196. Constructs an IncompatibleClassChangeError with the specified detail 
  3197. message|
  3198. IndexColorModel(int, int, byte[], byte[], byte[])
  3199. Constructor for class java.awt.image.IndexColorModel
  3200. Constructs an IndexColorModel from the given arrays of red,
  3201. green, and blue components|
  3202. IndexColorModel(int, int, byte[], byte[], byte[], byte[])
  3203. Constructor for class java.awt.image.IndexColorModel
  3204. Constructs an IndexColorModel from the given arrays of red,
  3205. green, blue and alpha components|
  3206. IndexColorModel(int, int, byte[], byte[], byte[], int)
  3207. Constructor for class java.awt.image.IndexColorModel
  3208. Constructs an IndexColorModel from the given arrays of red,
  3209. green, and blue components|
  3210. IndexColorModel(int, int, byte[], int, boolean)
  3211. Constructor for class java.awt.image.IndexColorModel
  3212. Constructs an IndexColorModel from a single arrays of packed
  3213. red, green, blue and optional alpha components|
  3214. IndexColorModel(int, int, byte[], int, boolean, int)
  3215. Constructor for class java.awt.image.IndexColorModel
  3216. Constructs an IndexColorModel from a single arrays of packed
  3217. red, green, blue and optional alpha components|
  3218. indexOf(int)
  3219. Method in class java.lang.String
  3220. Returns the index within this String of the first occurrence of the
  3221. specified 
  3222. character|
  3223. indexOf(int, int)
  3224. Method in class java.lang.String
  3225. Returns the index within this String of the first occurrence of the
  3226. specified 
  3227. character, starting the search at fromIndex|
  3228. indexOf(Object)
  3229. Method in class java.util.Vector
  3230. Searches for the specified object, starting from the first position
  3231. and returns an index to it|
  3232. indexOf(Object, int)
  3233. Method in class java.util.Vector
  3234. Searches for the specified object, starting at the specified 
  3235. position and returns an index to it|
  3236. indexOf(String)
  3237. Method in class java.lang.String
  3238. Returns the index within this String of the first occurrence of the
  3239. specified substring|
  3240. indexOf(String, int)
  3241. Method in class java.lang.String
  3242. Returns the index within this String of the first occurrence of the
  3243. specified substring|
  3244. IndexOutOfBoundsException()
  3245. Constructor for class java.lang.IndexOutOfBoundsException
  3246. Constructs an IndexOutOfBoundsException with no detail message|
  3247. IndexOutOfBoundsException(String)
  3248. Constructor for class java.lang.IndexOutOfBoundsException
  3249. Constructs a IndexOutOfBoundsException with the specified detail
  3250. message|
  3251. init()
  3252. Method in class java.applet.Applet
  3253. Initializes the applet|
  3254. InputStream()
  3255. Constructor for class java.io.InputStream|
  3256. inScope()
  3257. Method in class sun.tools.debug.RemoteStackVariable
  3258. Return whether variable is in scope|
  3259. insert(int, boolean)
  3260. Method in class java.lang.StringBuffer
  3261. Inserts a boolean into the String buffer|
  3262. insert(int, char)
  3263. Method in class java.lang.StringBuffer
  3264. Inserts a character into the String buffer|
  3265. insert(int, char[])
  3266. Method in class java.lang.StringBuffer
  3267. Inserts an array of characters into the String buffer|
  3268. insert(int, double)
  3269. Method in class java.lang.StringBuffer
  3270. Inserts a double into the String buffer|
  3271. insert(int, float)
  3272. Method in class java.lang.StringBuffer
  3273. Inserts a float into the String buffer|
  3274. insert(int, int)
  3275. Method in class java.lang.StringBuffer
  3276. Inserts an integer into the String buffer|
  3277. insert(int, long)
  3278. Method in class java.lang.StringBuffer
  3279. Inserts a long into the String buffer|
  3280. insert(int, Object)
  3281. Method in class java.lang.StringBuffer
  3282. Inserts an object into the String buffer|
  3283. insert(int, String)
  3284. Method in class java.lang.StringBuffer
  3285. Inserts a String into the String buffer|
  3286. insertElementAt(Object, int)
  3287. Method in class java.util.Vector
  3288. Inserts the specified object as an element at the specified index|
  3289. insertText(String, int)
  3290. Method in class java.awt.TextArea
  3291. Inserts the specified text at the specified position|
  3292. insertText(String, int)
  3293. Method in interface java.awt.peer.TextAreaPeer|
  3294. insets
  3295. Variable in class java.awt.GridBagConstraints|
  3296. insets()
  3297. Method in class java.awt.Container
  3298. Returns the insets of the container|
  3299. insets()
  3300. Method in interface java.awt.peer.ContainerPeer|
  3301. Insets(int, int, int, int)
  3302. Constructor for class java.awt.Insets
  3303. Constructs and initializes a new Inset with the specified top,
  3304. left, bottom, and right insets|
  3305. inside(int, int)
  3306. Method in class java.awt.Component
  3307. Checks whether a specified x,y location is "inside" this
  3308. Component|
  3309. inside(int, int)
  3310. Method in class java.awt.Polygon
  3311. Determines whether the point (x,y) is inside the Polygon|
  3312. inside(int, int)
  3313. Method in class java.awt.Rectangle
  3314. Checks if the specified point lies inside a rectangle|
  3315. InstantiationError()
  3316. Constructor for class java.lang.InstantiationError
  3317. Constructs an InstantiationError with no detail message|
  3318. InstantiationError(String)
  3319. Constructor for class java.lang.InstantiationError
  3320. Constructs an InstantiationError with the specified detail message|
  3321. InstantiationException()
  3322. Constructor for class java.lang.InstantiationException
  3323. Constructs an InstantiationException with no detail message|
  3324. InstantiationException(String)
  3325. Constructor for class java.lang.InstantiationException
  3326. Constructs an InstantiationException with the specified detail message|
  3327. intBitsToFloat(int)
  3328. Static method in class java.lang.Float
  3329. Returns the single-float corresponding to a given bit represention|
  3330. Integer(int)
  3331. Constructor for class java.lang.Integer
  3332. Constructs an Integer object initialized to the specified int value|
  3333. Integer(String)
  3334. Constructor for class java.lang.Integer
  3335. Constructs an Integer object initialized to the value specified by the
  3336. String parameter|
  3337. intern()
  3338. Method in class java.lang.String
  3339. Returns a String that is equal to this String
  3340. but which is guaranteed to be from the unique String pool|
  3341. InternalError()
  3342. Constructor for class java.lang.InternalError
  3343. Constructs an InternalError with no detail message|
  3344. InternalError(String)
  3345. Constructor for class java.lang.InternalError
  3346. Constructs an InternalError with the specified detail message|
  3347. interrupt()
  3348. Method in class java.lang.Thread
  3349. Send an interrupt to a thread|
  3350. interrupted()
  3351. Static method in class java.lang.Thread
  3352. Ask if you have been interrupted|
  3353. InterruptedException()
  3354. Constructor for class java.lang.InterruptedException
  3355. Constructs an InterruptedException with no detail message|
  3356. InterruptedException(String)
  3357. Constructor for class java.lang.InterruptedException
  3358. Constructs an InterruptedException with the specified detail message|
  3359. InterruptedIOException()
  3360. Constructor for class java.io.InterruptedIOException
  3361. Constructs an IOException with no detail message|
  3362. InterruptedIOException(String)
  3363. Constructor for class java.io.InterruptedIOException
  3364. Constructs an IOException with the specified detail message|
  3365. intersection(Rectangle)
  3366. Method in class java.awt.Rectangle
  3367. Computes the intersection of two rectangles|
  3368. intersects(Rectangle)
  3369. Method in class java.awt.Rectangle
  3370. Checks if two rectangles intersect|
  3371. intValue()
  3372. Method in class java.lang.Double
  3373. Returns the integer value of this Double (by casting to an int)|
  3374. intValue()
  3375. Method in class java.lang.Float
  3376. Returns the integer value of this Float (by casting to an int)|
  3377. intValue()
  3378. Method in class java.lang.Integer
  3379. Returns the value of this Integer as an int|
  3380. intValue()
  3381. Method in class java.lang.Long
  3382. Returns the value of this Long as an int|
  3383. intValue()
  3384. Method in class java.lang.Number
  3385. Returns the value of the number as an int|
  3386. invalidate()
  3387. Method in class java.awt.Component
  3388. Invalidates a component|
  3389. IOException()
  3390. Constructor for class java.io.IOException
  3391. Constructs an IOException with no detail message|
  3392. IOException(String)
  3393. Constructor for class java.io.IOException
  3394. Constructs an IOException with the specified detail message|
  3395. ipadx
  3396. Variable in class java.awt.GridBagConstraints|
  3397. ipady
  3398. Variable in class java.awt.GridBagConstraints|
  3399. isAbsolute()
  3400. Method in class java.io.File
  3401. Returns a boolean indicating whether the file name is absolute|
  3402. isActive()
  3403. Method in class java.applet.Applet
  3404. Returns true if the applet is active|
  3405. isActive()
  3406. Method in interface java.applet.AppletStub
  3407. Returns true if the applet is active|
  3408. isAlive()
  3409. Method in class java.lang.Thread
  3410. Returns a boolean indicating if the Thread is active|
  3411. isBold()
  3412. Method in class java.awt.Font
  3413. Returns true if the font is bold|
  3414. isConsumer(ImageConsumer)
  3415. Method in class java.awt.image.FilteredImageSource
  3416. Determines whether an ImageConsumer is on the list of consumers 
  3417. currently interested in data for this image|
  3418. isConsumer(ImageConsumer)
  3419. Method in class java.awt.image.MemoryImageSource
  3420. Determine if an ImageConsumer is on the list of consumers currently
  3421. interested in data for this image|
  3422. isConsumer(ImageConsumer)
  3423. Method in interface java.awt.image.ImageProducer
  3424. This method determines if a given ImageConsumer object
  3425. is currently registered with this ImageProducer as one
  3426. of its consumers|
  3427. isDaemon()
  3428. Method in class java.lang.Thread
  3429. Returns the daemon flag of the Thread|
  3430. isDaemon()
  3431. Method in class java.lang.ThreadGroup
  3432. Returns the daemon flag of the Thread group|
  3433. isDigit(char)
  3434. Static method in class java.lang.Character
  3435. Determines if the specified character is a ISO-LATIN-1 digit|
  3436. isDirectory()
  3437. Method in class java.io.File
  3438. Returns a boolean indicating whether or not a directory file 
  3439. exists|
  3440. isEditable()
  3441. Method in class java.awt.TextComponent
  3442. Returns the boolean indicating whether this TextComponent is editable
  3443. or not|
  3444. isEmpty()
  3445. Method in class java.awt.Rectangle
  3446. Determines whether the rectangle is empty|
  3447. isEmpty()
  3448. Method in class java.util.Dictionary
  3449. Returns true if the Dictionary contains no elements|
  3450. isEmpty()
  3451. Method in class java.util.Hashtable
  3452. Returns true if the hashtable contains no elements|
  3453. isEmpty()
  3454. Method in class java.util.Vector
  3455. Returns true if the collection contains no values|
  3456. isEnabled()
  3457. Method in class java.awt.Component
  3458. Checks if this Component is enabled|
  3459. isEnabled()
  3460. Method in class java.awt.MenuItem
  3461. Checks whether the menu item is enabled|
  3462. isErrorAny()
  3463. Method in class java.awt.MediaTracker
  3464. Checks the error status of all of the images|
  3465. isErrorID(int)
  3466. Method in class java.awt.MediaTracker
  3467. Checks the error status of all of the images with the specified ID|
  3468. isFile()
  3469. Method in class java.io.File
  3470. Returns a boolean indicating whether or not a normal file 
  3471. exists|
  3472. isInfinite()
  3473. Method in class java.lang.Double
  3474. Returns true if this Double value is infinitely large in magnitude|
  3475. isInfinite()
  3476. Method in class java.lang.Float
  3477. Returns true if this Float value is infinitely large in magnitude|
  3478. isInfinite(double)
  3479. Static method in class java.lang.Double
  3480. Returns true if the specified number is infinitely large in magnitude|
  3481. isInfinite(float)
  3482. Static method in class java.lang.Float
  3483. Returns true if the specified number is infinitely large in magnitude|
  3484. isInterface()
  3485. Method in class java.lang.Class
  3486. Returns a boolean indicating whether or not this Class is an 
  3487. interface|
  3488. isInterface()
  3489. Method in class sun.tools.debug.RemoteClass
  3490. Is this RemoteClass an interface?|
  3491. isInterrupted()
  3492. Method in class java.lang.Thread
  3493. Ask if another thread has been interrupted|
  3494. isItalic()
  3495. Method in class java.awt.Font
  3496. Returns true if the font is italic|
  3497. isLowerCase(char)
  3498. Static method in class java.lang.Character
  3499. Determines if the specified character is ISO-LATIN-1 lower case|
  3500. isModal()
  3501. Method in class java.awt.Dialog
  3502. Returns true if the Dialog is modal|
  3503. isNaN()
  3504. Method in class java.lang.Double
  3505. Returns true if this Double value is the special Not-a-Number (NaN)
  3506. value|
  3507. isNaN()
  3508. Method in class java.lang.Float
  3509. Returns true if this Float value is Not-a-Number (NaN)|
  3510. isNaN(double)
  3511. Static method in class java.lang.Double
  3512. Returns true if the specified number is the special Not-a-Number (NaN)
  3513. value|
  3514. isNaN(float)
  3515. Static method in class java.lang.Float
  3516. Returns true if the specified number is the special Not-a-Number (NaN)
  3517. value|
  3518. isObject()
  3519. Method in class sun.tools.debug.RemoteValue
  3520. Returns whether the RemoteValue is an Object (as opposed to
  3521. a primitive type, such as int)|
  3522. isPlain()
  3523. Method in class java.awt.Font
  3524. Returns true if the font is plain|
  3525. isResizable()
  3526. Method in class java.awt.Dialog
  3527. Returns true if the user can resize the frame|
  3528. isResizable()
  3529. Method in class java.awt.Frame
  3530. Returns true if the user can resize the Frame|
  3531. isSelected(int)
  3532. Method in class java.awt.List
  3533. Returns true if the item at the specified index has been selected;
  3534. false otherwise|
  3535. isShowing()
  3536. Method in class java.awt.Component
  3537. Checks if this Component is showing on screen|
  3538. isSpace(char)
  3539. Static method in class java.lang.Character
  3540. Determines if the specified character is ISO-LATIN-1 white space
  3541. according to Java|
  3542. isStatic()
  3543. Method in class sun.tools.debug.RemoteField
  3544. Returns whether the field is static (a class variable or method)|
  3545. isSuspended()
  3546. Method in class sun.tools.debug.RemoteThread
  3547. Return whether this thread is suspended|
  3548. isTearOff()
  3549. Method in class java.awt.Menu
  3550. Returns true if this is a tear-off menu|
  3551. isUpperCase(char)
  3552. Static method in class java.lang.Character
  3553. Determines if the specified character is ISO-LATIN-1 upper case|
  3554. isValid()
  3555. Method in class java.awt.Component
  3556. Checks if this Component is valid|
  3557. isVisible()
  3558. Method in class java.awt.Component
  3559. Checks if this Component is visible|
  3560. ITALIC
  3561. Static variable in class java.awt.Font
  3562. The italicized style constant|
  3563. itrace(boolean)
  3564. Method in class sun.tools.debug.RemoteDebugger
  3565. Turn on/off instruction tracing|
  3566. java.applet.Applet [1/3]
  3567. Compiled from Applet.java
  3568. public class java.applet.Applet extends java.awt.Panel {
  3569.     public final void setStub(java.applet.AppletStub);
  3570.     public boolean isActive();
  3571.     public java.net.URL getDocumentBase();
  3572.     public java.net.URL getCodeBase();
  3573.     public java.lang.String getParameter(java.lang.String);
  3574.     public java.applet.AppletContext getAppletContext();
  3575.     public void resize(int,int);
  3576.     public void resize(java.awt.Dimension);|
  3577. java.applet.Applet [2/3]
  3578.     public void showStatus(java.lang.String);
  3579.     public java.awt.Image getImage(java.net.URL);
  3580.     public java.awt.Image getImage(java.net.URL,java.lang.String);
  3581.     public java.applet.AudioClip getAudioClip(java.net.URL);
  3582.     public java.applet.AudioClip
  3583. getAudioClip(java.net.URL,java.lang.String);
  3584.     public java.lang.String getAppletInfo();
  3585.     public java.lang.String getParameterInfo()[][];
  3586.     public void play(java.net.URL);
  3587.     public void play(java.net.URL,java.lang.String);
  3588.     public void init();|
  3589. java.applet.Applet [3/3]
  3590.     public void start();
  3591.     public void stop();
  3592.     public void destroy();
  3593.     public java.applet.Applet();
  3594. }|
  3595. java.applet.AppletContext
  3596. Compiled from AppletContext.java
  3597. public interface java.applet.AppletContext extends java.lang.Object {
  3598.     public abstract java.applet.AudioClip getAudioClip(java.net.URL);
  3599.     public abstract java.awt.Image getImage(java.net.URL);
  3600.     public abstract java.applet.Applet getApplet(java.lang.String);
  3601.     public abstract java.util.Enumeration getApplets();
  3602.     public abstract void showDocument(java.net.URL);
  3603.     public abstract void showDocument(java.net.URL,java.lang.String);
  3604.     public abstract void showStatus(java.lang.String);
  3605. }|
  3606. java.applet.AppletStub
  3607. Compiled from AppletStub.java
  3608. public interface java.applet.AppletStub extends java.lang.Object {
  3609.     public abstract boolean isActive();
  3610.     public abstract java.net.URL getDocumentBase();
  3611.     public abstract java.net.URL getCodeBase();
  3612.     public abstract java.lang.String getParameter(java.lang.String);
  3613.     public abstract java.applet.AppletContext getAppletContext();
  3614.     public abstract void appletResize(int,int);
  3615. }|
  3616. java.applet.AudioClip
  3617. Compiled from AudioClip.java
  3618. public interface java.applet.AudioClip extends java.lang.Object {
  3619.     public abstract void play();
  3620.     public abstract void loop();
  3621.     public abstract void stop();
  3622. }|
  3623. java.awt.AWTError
  3624. Compiled from AWTError.java
  3625. public class java.awt.AWTError extends java.lang.Error {
  3626.     public java.awt.AWTError(java.lang.String);
  3627. }|
  3628. java.awt.AWTException
  3629. Compiled from AWTException.java
  3630. public class java.awt.AWTException extends java.lang.Exception {
  3631.     public java.awt.AWTException(java.lang.String);
  3632. }|
  3633. java.awt.BorderLayout [1/2]
  3634. Compiled from BorderLayout.java
  3635. public class java.awt.BorderLayout extends java.lang.Object implements
  3636. java/awt/LayoutManager {
  3637.     int hgap;
  3638.     int vgap;
  3639.     java.awt.Component north;
  3640.     java.awt.Component west;
  3641.     java.awt.Component east;
  3642.     java.awt.Component south;
  3643.     java.awt.Component center;
  3644.     public java.awt.BorderLayout();|
  3645. java.awt.BorderLayout [2/2]
  3646.     public java.awt.BorderLayout(int,int);
  3647.     public void
  3648. addLayoutComponent(java.lang.String,java.awt.Component);
  3649.     public void removeLayoutComponent(java.awt.Component);
  3650.     public java.awt.Dimension minimumLayoutSize(java.awt.Container);
  3651.     public java.awt.Dimension preferredLayoutSize(java.awt.Container);
  3652.     public void layoutContainer(java.awt.Container);
  3653.     public java.lang.String toString();
  3654. }|
  3655. java.awt.Button [1/2]
  3656. Compiled from Button.java
  3657. public class java.awt.Button extends java.awt.Component {
  3658.     java.lang.String label;
  3659.     public java.awt.Button();
  3660.     public java.awt.Button(java.lang.String);
  3661.     public synchronized void addNotify();
  3662.     public java.lang.String getLabel();
  3663.     public void setLabel(java.lang.String);
  3664.     protected java.lang.String paramString();
  3665.     boolean tabbable();|
  3666. java.awt.Button [2/2]
  3667. }|
  3668. java.awt.Canvas
  3669. Compiled from Canvas.java
  3670. public class java.awt.Canvas extends java.awt.Component {
  3671.     public synchronized void addNotify();
  3672.     public void paint(java.awt.Graphics);
  3673.     public java.awt.Canvas();
  3674. }|
  3675. java.awt.CardLayout [1/2]
  3676. Compiled from CardLayout.java
  3677. public class java.awt.CardLayout extends java.lang.Object implements
  3678. java/awt/LayoutManager {
  3679.     java.util.Hashtable tab;
  3680.     int hgap;
  3681.     int vgap;
  3682.     public java.awt.CardLayout();
  3683.     public java.awt.CardLayout(int,int);
  3684.     public void
  3685. addLayoutComponent(java.lang.String,java.awt.Component);
  3686.     public void removeLayoutComponent(java.awt.Component);
  3687.     public java.awt.Dimension preferredLayoutSize(java.awt.Container);|
  3688. java.awt.CardLayout [2/2]
  3689.     public java.awt.Dimension minimumLayoutSize(java.awt.Container);
  3690.     public void layoutContainer(java.awt.Container);
  3691.     void checkLayout(java.awt.Container);
  3692.     public void first(java.awt.Container);
  3693.     public void next(java.awt.Container);
  3694.     public void previous(java.awt.Container);
  3695.     public void last(java.awt.Container);
  3696.     public void show(java.awt.Container,java.lang.String);
  3697.     public java.lang.String toString();
  3698. }|
  3699. java.awt.Checkbox [1/2]
  3700. Compiled from Checkbox.java
  3701. public class java.awt.Checkbox extends java.awt.Component {
  3702.     java.lang.String label;
  3703.     boolean state;
  3704.     java.awt.CheckboxGroup group;
  3705.     void setStateInternal(boolean);
  3706.     public java.awt.Checkbox();
  3707.     public java.awt.Checkbox(java.lang.String);
  3708.     public
  3709. java.awt.Checkbox(java.lang.String,java.awt.CheckboxGroup,boolean);
  3710.     public synchronized void addNotify();|
  3711. java.awt.Checkbox [2/2]
  3712.     public java.lang.String getLabel();
  3713.     public void setLabel(java.lang.String);
  3714.     public boolean getState();
  3715.     public void setState(boolean);
  3716.     public java.awt.CheckboxGroup getCheckboxGroup();
  3717.     public void setCheckboxGroup(java.awt.CheckboxGroup);
  3718.     protected java.lang.String paramString();
  3719.     boolean tabbable();
  3720. }|
  3721. java.awt.CheckboxGroup
  3722. Compiled from CheckboxGroup.java
  3723. public class java.awt.CheckboxGroup extends java.lang.Object {
  3724.     java.awt.Checkbox currentChoice;
  3725.     public java.awt.CheckboxGroup();
  3726.     public java.awt.Checkbox getCurrent();
  3727.     public synchronized void setCurrent(java.awt.Checkbox);
  3728.     public java.lang.String toString();
  3729. }|
  3730. java.awt.CheckboxMenuItem
  3731. Compiled from CheckboxMenuItem.java
  3732. public class java.awt.CheckboxMenuItem extends java.awt.MenuItem {
  3733.     boolean state;
  3734.     public java.awt.CheckboxMenuItem(java.lang.String);
  3735.     public synchronized void addNotify();
  3736.     public boolean getState();
  3737.     public void setState(boolean);
  3738.     public java.lang.String paramString();
  3739. }|
  3740. java.awt.Choice [1/2]
  3741. Compiled from Choice.java
  3742. public class java.awt.Choice extends java.awt.Component {
  3743.     java.util.Vector pItems;
  3744.     int selectedIndex;
  3745.     public java.awt.Choice();
  3746.     public synchronized void addNotify();
  3747.     public int countItems();
  3748.     public java.lang.String getItem(int);
  3749.     public synchronized void addItem(java.lang.String);
  3750.     public java.lang.String getSelectedItem();|
  3751. java.awt.Choice [2/2]
  3752.     public int getSelectedIndex();
  3753.     public synchronized void select(int);
  3754.     public void select(java.lang.String);
  3755.     protected java.lang.String paramString();
  3756. }|
  3757. java.awt.Color [1/4]
  3758. Compiled from Color.java
  3759. public final class java.awt.Color extends java.lang.Object {
  3760.     public static final java.awt.Color white;
  3761.     public static final java.awt.Color lightGray;
  3762.     public static final java.awt.Color gray;
  3763.     public static final java.awt.Color darkGray;
  3764.     public static final java.awt.Color black;
  3765.     public static final java.awt.Color red;
  3766.     public static final java.awt.Color pink;
  3767.     public static final java.awt.Color orange;|
  3768. java.awt.Color [2/4]
  3769.     public static final java.awt.Color yellow;
  3770.     public static final java.awt.Color green;
  3771.     public static final java.awt.Color magenta;
  3772.     public static final java.awt.Color cyan;
  3773.     public static final java.awt.Color blue;
  3774.     public java.awt.Color(int,int,int);
  3775.     public java.awt.Color(int);
  3776.     public java.awt.Color(float,float,float);
  3777.     public int getRed();
  3778.     public int getGreen();|
  3779. java.awt.Color [3/4]
  3780.     public int getBlue();
  3781.     public int getRGB();
  3782.     public java.awt.Color brighter();
  3783.     public java.awt.Color darker();
  3784.     public int hashCode();
  3785.     public boolean equals(java.lang.Object);
  3786.     public java.lang.String toString();
  3787.     public static java.awt.Color getColor(java.lang.String);
  3788.     public static java.awt.Color
  3789. getColor(java.lang.String,java.awt.Color);
  3790.     public static java.awt.Color getColor(java.lang.String,int);|
  3791. java.awt.Color [4/4]
  3792.     public static int HSBtoRGB(float,float,float);
  3793.     public static float RGBtoHSB(int,int,int,float [])[];
  3794.     public static java.awt.Color getHSBColor(float,float,float);
  3795.     static void <clinit>();
  3796. }|
  3797. java.awt.Component [1/10]
  3798. Compiled from Component.java
  3799. public abstract class java.awt.Component extends java.lang.Object
  3800. implements java/awt/image/ImageObserver {
  3801.     java.awt.peer.ComponentPeer peer;
  3802.     java.awt.Container parent;
  3803.     int x;
  3804.     int y;
  3805.     int width;
  3806.     int height;
  3807.     java.awt.Color foreground;
  3808.     java.awt.Color background;|
  3809. java.awt.Component [10/10]
  3810.     boolean tabbable();
  3811. }|
  3812. java.awt.Component [2/10]
  3813.     java.awt.Font font;
  3814.     boolean visible;
  3815.     boolean enabled;
  3816.     boolean valid;
  3817.     java.awt.Component();
  3818.     public java.awt.Container getParent();
  3819.     public java.awt.peer.ComponentPeer getPeer();
  3820.     public java.awt.Toolkit getToolkit();
  3821.     public boolean isValid();
  3822.     public boolean isVisible();|
  3823. java.awt.Component [3/10]
  3824.     public boolean isShowing();
  3825.     public boolean isEnabled();
  3826.     public java.awt.Point location();
  3827.     public java.awt.Dimension size();
  3828.     public java.awt.Rectangle bounds();
  3829.     public synchronized void enable();
  3830.     public void enable(boolean);
  3831.     public synchronized void disable();
  3832.     public synchronized void show();
  3833.     public void show(boolean);|
  3834. java.awt.Component [4/10]
  3835.     public synchronized void hide();
  3836.     public java.awt.Color getForeground();
  3837.     public synchronized void setForeground(java.awt.Color);
  3838.     public java.awt.Color getBackground();
  3839.     public synchronized void setBackground(java.awt.Color);
  3840.     public java.awt.Font getFont();
  3841.     public synchronized void setFont(java.awt.Font);
  3842.     public synchronized java.awt.image.ColorModel getColorModel();
  3843.     public void move(int,int);
  3844.     public void resize(int,int);|
  3845. java.awt.Component [5/10]
  3846.     public void resize(java.awt.Dimension);
  3847.     public synchronized void reshape(int,int,int,int);
  3848.     public java.awt.Dimension preferredSize();
  3849.     public java.awt.Dimension minimumSize();
  3850.     public void layout();
  3851.     public void validate();
  3852.     public void invalidate();
  3853.     public java.awt.Graphics getGraphics();
  3854.     public java.awt.FontMetrics getFontMetrics(java.awt.Font);
  3855.     public void paint(java.awt.Graphics);|
  3856. java.awt.Component [6/10]
  3857.     public void update(java.awt.Graphics);
  3858.     public void paintAll(java.awt.Graphics);
  3859.     public void repaint();
  3860.     public void repaint(long);
  3861.     public void repaint(int,int,int,int);
  3862.     public void repaint(long,int,int,int,int);
  3863.     public void print(java.awt.Graphics);
  3864.     public void printAll(java.awt.Graphics);
  3865.     public boolean imageUpdate(java.awt.Image,int,int,int,int,int);
  3866.     public java.awt.Image createImage(java.awt.image.ImageProducer);|
  3867. java.awt.Component [7/10]
  3868.     public java.awt.Image createImage(int,int);
  3869.     public boolean
  3870. prepareImage(java.awt.Image,java.awt.image.ImageObserver);
  3871.     public boolean
  3872. prepareImage(java.awt.Image,int,int,java.awt.image.ImageObserver);
  3873.     public int checkImage(java.awt.Image,java.awt.image.ImageObserver);
  3874.     public int
  3875. checkImage(java.awt.Image,int,int,java.awt.image.ImageObserver);
  3876.     public synchronized boolean inside(int,int);
  3877.     public java.awt.Component locate(int,int);
  3878.     public void deliverEvent(java.awt.Event);
  3879.     public boolean postEvent(java.awt.Event);
  3880.     public boolean handleEvent(java.awt.Event);|
  3881. java.awt.Component [8/10]
  3882.     public boolean mouseDown(java.awt.Event,int,int);
  3883.     public boolean mouseDrag(java.awt.Event,int,int);
  3884.     public boolean mouseUp(java.awt.Event,int,int);
  3885.     public boolean mouseMove(java.awt.Event,int,int);
  3886.     public boolean mouseEnter(java.awt.Event,int,int);
  3887.     public boolean mouseExit(java.awt.Event,int,int);
  3888.     public boolean keyDown(java.awt.Event,int);
  3889.     public boolean keyUp(java.awt.Event,int);
  3890.     public boolean action(java.awt.Event,java.lang.Object);
  3891.     public void addNotify();|
  3892. java.awt.Component [9/10]
  3893.     public synchronized void removeNotify();
  3894.     public boolean gotFocus(java.awt.Event,java.lang.Object);
  3895.     public boolean lostFocus(java.awt.Event,java.lang.Object);
  3896.     public void requestFocus();
  3897.     public void nextFocus();
  3898.     protected java.lang.String paramString();
  3899.     public java.lang.String toString();
  3900.     public void list();
  3901.     public void list(java.io.PrintStream);
  3902.     public void list(java.io.PrintStream,int);|
  3903. java.awt.Container [1/4]
  3904. Compiled from Container.java
  3905. public abstract class java.awt.Container extends java.awt.Component {
  3906.     int ncomponents;
  3907.     java.awt.Component component[];
  3908.     java.awt.LayoutManager layoutMgr;
  3909.     java.awt.Container();
  3910.     public int countComponents();
  3911.     public synchronized java.awt.Component getComponent(int);
  3912.     public synchronized java.awt.Component getComponents()[];
  3913.     public java.awt.Insets insets();|
  3914. java.awt.Container [2/4]
  3915.     public java.awt.Component add(java.awt.Component);
  3916.     public synchronized java.awt.Component add(java.awt.Component,int);
  3917.     public synchronized java.awt.Component
  3918. add(java.lang.String,java.awt.Component);
  3919.     public synchronized void remove(java.awt.Component);
  3920.     public synchronized void removeAll();
  3921.     public java.awt.LayoutManager getLayout();
  3922.     public void setLayout(java.awt.LayoutManager);
  3923.     public synchronized void layout();
  3924.     public synchronized void validate();
  3925.     public synchronized java.awt.Dimension preferredSize();|
  3926. java.awt.Container [3/4]
  3927.     public synchronized java.awt.Dimension minimumSize();
  3928.     public void paintComponents(java.awt.Graphics);
  3929.     public void printComponents(java.awt.Graphics);
  3930.     public void deliverEvent(java.awt.Event);
  3931.     public java.awt.Component locate(int,int);
  3932.     public synchronized void addNotify();
  3933.     public synchronized void removeNotify();
  3934.     protected java.lang.String paramString();
  3935.     public void list(java.io.PrintStream,int);
  3936.     void setFocusOwner(java.awt.Component);|
  3937. java.awt.Container [4/4]
  3938.     void nextFocus(java.awt.Component);
  3939. }|
  3940. java.awt.Dialog [1/2]
  3941. Compiled from Dialog.java
  3942. public class java.awt.Dialog extends java.awt.Window {
  3943.     boolean resizable;
  3944.     boolean modal;
  3945.     java.lang.String title;
  3946.     public java.awt.Dialog(java.awt.Frame,boolean);
  3947.     public java.awt.Dialog(java.awt.Frame,java.lang.String,boolean);
  3948.     public synchronized void addNotify();
  3949.     public boolean isModal();
  3950.     public java.lang.String getTitle();|
  3951. java.awt.Dialog [2/2]
  3952.     public void setTitle(java.lang.String);
  3953.     public boolean isResizable();
  3954.     public void setResizable(boolean);
  3955.     protected java.lang.String paramString();
  3956. }|
  3957. java.awt.Dimension
  3958. Compiled from Dimension.java
  3959. public class java.awt.Dimension extends java.lang.Object {
  3960.     public int width;
  3961.     public int height;
  3962.     public java.awt.Dimension();
  3963.     public java.awt.Dimension(java.awt.Dimension);
  3964.     public java.awt.Dimension(int,int);
  3965.     public java.lang.String toString();
  3966. }|
  3967. java.awt.Event [1/8]
  3968. Compiled from Event.java
  3969. public class java.awt.Event extends java.lang.Object {
  3970.     public static final int SHIFT_MASK = 1;
  3971.     public static final int CTRL_MASK = 2;
  3972.     public static final int META_MASK = 4;
  3973.     public static final int ALT_MASK = 8;
  3974.     public static final int HOME = 1000;
  3975.     public static final int END = 1001;
  3976.     public static final int PGUP = 1002;
  3977.     public static final int PGDN = 1003;|
  3978. java.awt.Event [2/8]
  3979.     public static final int UP = 1004;
  3980.     public static final int DOWN = 1005;
  3981.     public static final int LEFT = 1006;
  3982.     public static final int RIGHT = 1007;
  3983.     public static final int F1 = 1008;
  3984.     public static final int F2 = 1009;
  3985.     public static final int F3 = 1010;
  3986.     public static final int F4 = 1011;
  3987.     public static final int F5 = 1012;
  3988.     public static final int F6 = 1013;|
  3989. java.awt.Event [3/8]
  3990.     public static final int F7 = 1014;
  3991.     public static final int F8 = 1015;
  3992.     public static final int F9 = 1016;
  3993.     public static final int F10 = 1017;
  3994.     public static final int F11 = 1018;
  3995.     public static final int F12 = 1019;
  3996.     public static final int WINDOW_DESTROY = 201;
  3997.     public static final int WINDOW_EXPOSE = 202;
  3998.     public static final int WINDOW_ICONIFY = 203;
  3999.     public static final int WINDOW_DEICONIFY = 204;|
  4000. java.awt.Event [4/8]
  4001.     public static final int WINDOW_MOVED = 205;
  4002.     public static final int KEY_PRESS = 401;
  4003.     public static final int KEY_RELEASE = 402;
  4004.     public static final int KEY_ACTION = 403;
  4005.     public static final int KEY_ACTION_RELEASE = 404;
  4006.     public static final int MOUSE_DOWN = 501;
  4007.     public static final int MOUSE_UP = 502;
  4008.     public static final int MOUSE_MOVE = 503;
  4009.     public static final int MOUSE_ENTER = 504;
  4010.     public static final int MOUSE_EXIT = 505;|
  4011. java.awt.Event [5/8]
  4012.     public static final int MOUSE_DRAG = 506;
  4013.     public static final int SCROLL_LINE_UP = 601;
  4014.     public static final int SCROLL_LINE_DOWN = 602;
  4015.     public static final int SCROLL_PAGE_UP = 603;
  4016.     public static final int SCROLL_PAGE_DOWN = 604;
  4017.     public static final int SCROLL_ABSOLUTE = 605;
  4018.     public static final int LIST_SELECT = 701;
  4019.     public static final int LIST_DESELECT = 702;
  4020.     public static final int ACTION_EVENT = 1001;
  4021.     public static final int LOAD_FILE = 1002;|
  4022. java.awt.Event [6/8]
  4023.     public static final int SAVE_FILE = 1003;
  4024.     public static final int GOT_FOCUS = 1004;
  4025.     public static final int LOST_FOCUS = 1005;
  4026.     public java.lang.Object target;
  4027.     public long when;
  4028.     public int id;
  4029.     public int x;
  4030.     public int y;
  4031.     public int key;
  4032.     public int modifiers;|
  4033. java.awt.Event [7/8]
  4034.     public int clickCount;
  4035.     public java.lang.Object arg;
  4036.     public java.awt.Event evt;
  4037.     public
  4038. java.awt.Event(java.lang.Object,long,int,int,int,int,int,java.lang.Object);
  4039.     public java.awt.Event(java.lang.Object,long,int,int,int,int,int);
  4040.     public java.awt.Event(java.lang.Object,int,java.lang.Object);
  4041.     public void translate(int,int);
  4042.     public boolean shiftDown();
  4043.     public boolean controlDown();
  4044.     public boolean metaDown();|
  4045. java.awt.Event [8/8]
  4046.     protected java.lang.String paramString();
  4047.     public java.lang.String toString();
  4048. }|
  4049. java.awt.FileDialog [1/2]
  4050. Compiled from FileDialog.java
  4051. public class java.awt.FileDialog extends java.awt.Dialog {
  4052.     public static final int LOAD = 0;
  4053.     public static final int SAVE = 1;
  4054.     int mode;
  4055.     java.lang.String dir;
  4056.     java.lang.String file;
  4057.     java.io.FilenameFilter filter;
  4058.     public java.awt.FileDialog(java.awt.Frame,java.lang.String);
  4059.     public java.awt.FileDialog(java.awt.Frame,java.lang.String,int);|
  4060. java.awt.FileDialog [2/2]
  4061.     public synchronized void addNotify();
  4062.     public int getMode();
  4063.     public java.lang.String getDirectory();
  4064.     public void setDirectory(java.lang.String);
  4065.     public java.lang.String getFile();
  4066.     public void setFile(java.lang.String);
  4067.     public java.io.FilenameFilter getFilenameFilter();
  4068.     public void setFilenameFilter(java.io.FilenameFilter);
  4069.     protected java.lang.String paramString();
  4070. }|
  4071. java.awt.FlowLayout [1/2]
  4072. Compiled from FlowLayout.java
  4073. public class java.awt.FlowLayout extends java.lang.Object implements
  4074. java/awt/LayoutManager {
  4075.     public static final int LEFT = 0;
  4076.     public static final int CENTER = 1;
  4077.     public static final int RIGHT = 2;
  4078.     int align;
  4079.     int hgap;
  4080.     int vgap;
  4081.     public java.awt.FlowLayout();
  4082.     public java.awt.FlowLayout(int);|
  4083. java.awt.FlowLayout [2/2]
  4084.     public java.awt.FlowLayout(int,int,int);
  4085.     public void
  4086. addLayoutComponent(java.lang.String,java.awt.Component);
  4087.     public void removeLayoutComponent(java.awt.Component);
  4088.     public java.awt.Dimension preferredLayoutSize(java.awt.Container);
  4089.     public java.awt.Dimension minimumLayoutSize(java.awt.Container);
  4090.     public void layoutContainer(java.awt.Container);
  4091.     public java.lang.String toString();
  4092. }|
  4093. java.awt.Font [1/3]
  4094. Compiled from Font.java
  4095. public class java.awt.Font extends java.lang.Object {
  4096.     public static final int PLAIN = 0;
  4097.     public static final int BOLD = 1;
  4098.     public static final int ITALIC = 2;
  4099.     protected java.lang.String name;
  4100.     protected int style;
  4101.     protected int size;
  4102.     public java.awt.Font(java.lang.String,int,int);
  4103.     public java.lang.String getFamily();|
  4104. java.awt.Font [2/3]
  4105.     public java.lang.String getName();
  4106.     public int getStyle();
  4107.     public int getSize();
  4108.     public boolean isPlain();
  4109.     public boolean isBold();
  4110.     public boolean isItalic();
  4111.     public static java.awt.Font getFont(java.lang.String);
  4112.     public static java.awt.Font
  4113. getFont(java.lang.String,java.awt.Font);
  4114.     public int hashCode();
  4115.     public boolean equals(java.lang.Object);|
  4116. java.awt.Font [3/3]
  4117.     public java.lang.String toString();
  4118. }|
  4119. java.awt.FontMetrics [1/3]
  4120. Compiled from FontMetrics.java
  4121. public abstract class java.awt.FontMetrics extends java.lang.Object {
  4122.     protected java.awt.Font font;
  4123.     protected java.awt.FontMetrics(java.awt.Font);
  4124.     public java.awt.Font getFont();
  4125.     public int getLeading();
  4126.     public int getAscent();
  4127.     public int getDescent();
  4128.     public int getHeight();
  4129.     public int getMaxAscent();|
  4130. java.awt.FontMetrics [2/3]
  4131.     public int getMaxDescent();
  4132.     public int getMaxDecent();
  4133.     public int getMaxAdvance();
  4134.     public int charWidth(int);
  4135.     public int charWidth(char);
  4136.     public int stringWidth(java.lang.String);
  4137.     public int charsWidth(char [],int,int);
  4138.     public int bytesWidth(byte [],int,int);
  4139.     public int getWidths()[];
  4140.     public java.lang.String toString();|
  4141. java.awt.FontMetrics [3/3]
  4142. }|
  4143. java.awt.Frame [1/5]
  4144. Compiled from Frame.java
  4145. public class java.awt.Frame extends java.awt.Window implements
  4146. java/awt/MenuContainer {
  4147.     public static final int DEFAULT_CURSOR = 0;
  4148.     public static final int CROSSHAIR_CURSOR = 1;
  4149.     public static final int TEXT_CURSOR = 2;
  4150.     public static final int WAIT_CURSOR = 3;
  4151.     public static final int SW_RESIZE_CURSOR = 4;
  4152.     public static final int SE_RESIZE_CURSOR = 5;
  4153.     public static final int NW_RESIZE_CURSOR = 6;
  4154.     public static final int NE_RESIZE_CURSOR = 7;|
  4155. java.awt.Frame [2/5]
  4156.     public static final int N_RESIZE_CURSOR = 8;
  4157.     public static final int S_RESIZE_CURSOR = 9;
  4158.     public static final int W_RESIZE_CURSOR = 10;
  4159.     public static final int E_RESIZE_CURSOR = 11;
  4160.     public static final int HAND_CURSOR = 12;
  4161.     public static final int MOVE_CURSOR = 13;
  4162.     java.lang.String title;
  4163.     java.awt.Image icon;
  4164.     java.awt.MenuBar menuBar;
  4165.     boolean resizable;|
  4166. java.awt.Frame [3/5]
  4167.     java.awt.Image cursorImage;
  4168.     int cursorType;
  4169.     java.awt.Color cursorFg;
  4170.     java.awt.Color cursorBg;
  4171.     public java.awt.Frame();
  4172.     public java.awt.Frame(java.lang.String);
  4173.     public synchronized void addNotify();
  4174.     public java.lang.String getTitle();
  4175.     public void setTitle(java.lang.String);
  4176.     public java.awt.Image getIconImage();|
  4177. java.awt.Frame [4/5]
  4178.     public void setIconImage(java.awt.Image);
  4179.     public java.awt.MenuBar getMenuBar();
  4180.     public synchronized void setMenuBar(java.awt.MenuBar);
  4181.     public synchronized void remove(java.awt.MenuComponent);
  4182.     public synchronized void dispose();
  4183.     public boolean isResizable();
  4184.     public void setResizable(boolean);
  4185.     public void setCursor(int);
  4186.     public int getCursorType();
  4187.     protected java.lang.String paramString();|
  4188. java.awt.Frame [5/5]
  4189. }|
  4190. java.awt.Graphics [1/5]
  4191. Compiled from Graphics.java
  4192. public abstract class java.awt.Graphics extends java.lang.Object {
  4193.     protected java.awt.Graphics();
  4194.     public abstract java.awt.Graphics create();
  4195.     public java.awt.Graphics create(int,int,int,int);
  4196.     public abstract void translate(int,int);
  4197.     public abstract java.awt.Color getColor();
  4198.     public abstract void setColor(java.awt.Color);
  4199.     public abstract void setPaintMode();
  4200.     public abstract void setXORMode(java.awt.Color);|
  4201. java.awt.Graphics [2/5]
  4202.     public abstract java.awt.Font getFont();
  4203.     public abstract void setFont(java.awt.Font);
  4204.     public java.awt.FontMetrics getFontMetrics();
  4205.     public abstract java.awt.FontMetrics getFontMetrics(java.awt.Font);
  4206.     public abstract java.awt.Rectangle getClipRect();
  4207.     public abstract void clipRect(int,int,int,int);
  4208.     public abstract void copyArea(int,int,int,int,int,int);
  4209.     public abstract void drawLine(int,int,int,int);
  4210.     public abstract void fillRect(int,int,int,int);
  4211.     public void drawRect(int,int,int,int);|
  4212. java.awt.Graphics [3/5]
  4213.     public abstract void clearRect(int,int,int,int);
  4214.     public abstract void drawRoundRect(int,int,int,int,int,int);
  4215.     public abstract void fillRoundRect(int,int,int,int,int,int);
  4216.     public void draw3DRect(int,int,int,int,boolean);
  4217.     public void fill3DRect(int,int,int,int,boolean);
  4218.     public abstract void drawOval(int,int,int,int);
  4219.     public abstract void fillOval(int,int,int,int);
  4220.     public abstract void drawArc(int,int,int,int,int,int);
  4221.     public abstract void fillArc(int,int,int,int,int,int);
  4222.     public abstract void drawPolygon(int [],int [],int);|
  4223. java.awt.Graphics [4/5]
  4224.     public void drawPolygon(java.awt.Polygon);
  4225.     public abstract void fillPolygon(int [],int [],int);
  4226.     public void fillPolygon(java.awt.Polygon);
  4227.     public abstract void drawString(java.lang.String,int,int);
  4228.     public void drawChars(char [],int,int,int,int);
  4229.     public void drawBytes(byte [],int,int,int,int);
  4230.     public abstract boolean
  4231. drawImage(java.awt.Image,int,int,java.awt.image.ImageObserver);
  4232.     public abstract boolean
  4233. drawImage(java.awt.Image,int,int,int,int,java.awt.image.ImageObserver);
  4234.     public abstract boolean
  4235. drawImage(java.awt.Image,int,int,java.awt.Color,java.awt.image.ImageObserver);
  4236.     public abstract boolean
  4237. drawImage(java.awt.Image,int,int,int,int,java.awt.Color,java.awt.image.ImageObserver);|
  4238. java.awt.Graphics [5/5]
  4239.     public abstract void dispose();
  4240.     public void finalize();
  4241.     public java.lang.String toString();
  4242. }|
  4243. java.awt.GridBagConstraints [1/4]
  4244. Compiled from GridBagConstraints.java
  4245. public class java.awt.GridBagConstraints extends java.lang.Object
  4246. implements java/lang/Cloneable {
  4247.     public static final int RELATIVE = -1;
  4248.     public static final int REMAINDER = 0;
  4249.     public static final int NONE = 0;
  4250.     public static final int BOTH = 1;
  4251.     public static final int HORIZONTAL = 2;
  4252.     public static final int VERTICAL = 3;
  4253.     public static final int CENTER = 10;
  4254.     public static final int NORTH = 11;|
  4255. java.awt.GridBagConstraints [2/4]
  4256.     public static final int NORTHEAST = 12;
  4257.     public static final int EAST = 13;
  4258.     public static final int SOUTHEAST = 14;
  4259.     public static final int SOUTH = 15;
  4260.     public static final int SOUTHWEST = 16;
  4261.     public static final int WEST = 17;
  4262.     public static final int NORTHWEST = 18;
  4263.     public int gridx;
  4264.     public int gridy;
  4265.     public int gridwidth;|
  4266. java.awt.GridBagConstraints [3/4]
  4267.     public int gridheight;
  4268.     public double weightx;
  4269.     public double weighty;
  4270.     public int anchor;
  4271.     public int fill;
  4272.     public java.awt.Insets insets;
  4273.     public int ipadx;
  4274.     public int ipady;
  4275.     int tempX;
  4276.     int tempY;|
  4277. java.awt.GridBagConstraints [4/4]
  4278.     int tempWidth;
  4279.     int tempHeight;
  4280.     int minWidth;
  4281.     int minHeight;
  4282.     public java.awt.GridBagConstraints();
  4283.     public java.lang.Object clone();
  4284. }|
  4285. java.awt.GridBagLayout [1/4]
  4286. Compiled from GridBagLayout.java
  4287. public class java.awt.GridBagLayout extends java.lang.Object implements
  4288. java/awt/LayoutManager {
  4289.     protected static final int MAXGRIDSIZE = 128;
  4290.     protected static final int MINSIZE = 1;
  4291.     protected static final int PREFERREDSIZE = 2;
  4292.     protected java.util.Hashtable comptable;
  4293.     protected java.awt.GridBagConstraints defaultConstraints;
  4294.     protected java.awt.GridBagLayoutInfo layoutInfo;
  4295.     public int columnWidths[];
  4296.     public int rowHeights[];|
  4297. java.awt.GridBagLayout [2/4]
  4298.     public double columnWeights[];
  4299.     public double rowWeights[];
  4300.     public java.awt.GridBagLayout();
  4301.     public void
  4302. setConstraints(java.awt.Component,java.awt.GridBagConstraints);
  4303.     public java.awt.GridBagConstraints
  4304. getConstraints(java.awt.Component);
  4305.     protected java.awt.GridBagConstraints
  4306. lookupConstraints(java.awt.Component);
  4307.     public java.awt.Point getLayoutOrigin();
  4308.     public int getLayoutDimensions()[][];
  4309.     public double getLayoutWeights()[][];
  4310.     public java.awt.Point location(int,int);|
  4311. java.awt.GridBagLayout [3/4]
  4312.     public void
  4313. addLayoutComponent(java.lang.String,java.awt.Component);
  4314.     public void removeLayoutComponent(java.awt.Component);
  4315.     public java.awt.Dimension preferredLayoutSize(java.awt.Container);
  4316.     public java.awt.Dimension minimumLayoutSize(java.awt.Container);
  4317.     public void layoutContainer(java.awt.Container);
  4318.     public java.lang.String toString();
  4319.     protected java.awt.GridBagLayoutInfo
  4320. GetLayoutInfo(java.awt.Container,int);
  4321.     protected void
  4322. AdjustForGravity(java.awt.GridBagConstraints,java.awt.Rectangle);
  4323.     protected java.awt.Dimension
  4324. GetMinSize(java.awt.Container,java.awt.GridBagLayoutInfo);
  4325.     protected void ArrangeGrid(java.awt.Container);|
  4326. java.awt.GridBagLayout [4/4]
  4327. }|
  4328. java.awt.GridLayout [1/2]
  4329. Compiled from GridLayout.java
  4330. public class java.awt.GridLayout extends java.lang.Object implements
  4331. java/awt/LayoutManager {
  4332.     int hgap;
  4333.     int vgap;
  4334.     int rows;
  4335.     int cols;
  4336.     public java.awt.GridLayout(int,int);
  4337.     public java.awt.GridLayout(int,int,int,int);
  4338.     public void
  4339. addLayoutComponent(java.lang.String,java.awt.Component);
  4340.     public void removeLayoutComponent(java.awt.Component);|
  4341. java.awt.GridLayout [2/2]
  4342.     public java.awt.Dimension preferredLayoutSize(java.awt.Container);
  4343.     public java.awt.Dimension minimumLayoutSize(java.awt.Container);
  4344.     public void layoutContainer(java.awt.Container);
  4345.     public java.lang.String toString();
  4346. }|
  4347. java.awt.Image [1/2]
  4348. Compiled from Image.java
  4349. public abstract class java.awt.Image extends java.lang.Object {
  4350.     public static final java.lang.Object UndefinedProperty;
  4351.     public abstract int getWidth(java.awt.image.ImageObserver);
  4352.     public abstract int getHeight(java.awt.image.ImageObserver);
  4353.     public abstract java.awt.image.ImageProducer getSource();
  4354.     public abstract java.awt.Graphics getGraphics();
  4355.     public abstract java.lang.Object
  4356. getProperty(java.lang.String,java.awt.image.ImageObserver);
  4357.     public abstract void flush();
  4358.     public java.awt.Image();|
  4359. java.awt.Image [2/2]
  4360.     static void <clinit>();
  4361. }|
  4362. java.awt.image.ColorModel [1/2]
  4363. Compiled from ColorModel.java
  4364. public abstract class java.awt.image.ColorModel extends
  4365. java.lang.Object {
  4366.     protected int pixel_bits;
  4367.     public static java.awt.image.ColorModel getRGBdefault();
  4368.     public java.awt.image.ColorModel(int);
  4369.     public int getPixelSize();
  4370.     public abstract int getRed(int);
  4371.     public abstract int getGreen(int);
  4372.     public abstract int getBlue(int);
  4373.     public abstract int getAlpha(int);|
  4374. java.awt.image.ColorModel [2/2]
  4375.     public int getRGB(int);
  4376.     public void finalize();
  4377. }|
  4378. java.awt.image.CropImageFilter [1/2]
  4379. Compiled from CropImageFilter.java
  4380. public class java.awt.image.CropImageFilter extends
  4381. java.awt.image.ImageFilter {
  4382.     int cropX;
  4383.     int cropY;
  4384.     int cropW;
  4385.     int cropH;
  4386.     public java.awt.image.CropImageFilter(int,int,int,int);
  4387.     public void setProperties(java.util.Hashtable);
  4388.     public void setDimensions(int,int);
  4389.     public void
  4390. setPixels(int,int,int,int,java.awt.image.ColorModel,byte [],int,int);|
  4391. java.awt.image.CropImageFilter [2/2]
  4392.     public void setPixels(int,int,int,int,java.awt.image.ColorModel,int
  4393. [],int,int);
  4394. }|
  4395. java.awt.image.DirectColorModel [1/2]
  4396. Compiled from DirectColorModel.java
  4397. public class java.awt.image.DirectColorModel extends
  4398. java.awt.image.ColorModel {
  4399.     public java.awt.image.DirectColorModel(int,int,int,int);
  4400.     public java.awt.image.DirectColorModel(int,int,int,int,int);
  4401.     public final int getRedMask();
  4402.     public final int getGreenMask();
  4403.     public final int getBlueMask();
  4404.     public final int getAlphaMask();
  4405.     public final int getRed(int);
  4406.     public final int getGreen(int);|
  4407. java.awt.image.DirectColorModel [2/2]
  4408.     public final int getBlue(int);
  4409.     public final int getAlpha(int);
  4410.     public final int getRGB(int);
  4411. }|
  4412. java.awt.image.FilteredImageSource [1/2]
  4413. Compiled from FilteredImageSource.java
  4414. public class java.awt.image.FilteredImageSource extends
  4415. java.lang.Object implements java/awt/image/ImageProducer {
  4416.     java.awt.image.ImageProducer src;
  4417.     java.awt.image.ImageFilter filter;
  4418.     public
  4419. java.awt.image.FilteredImageSource(java.awt.image.ImageProducer,java.awt.image.ImageFilter);
  4420.     public synchronized void addConsumer(java.awt.image.ImageConsumer);
  4421.     public synchronized boolean
  4422. isConsumer(java.awt.image.ImageConsumer);
  4423.     public synchronized void
  4424. removeConsumer(java.awt.image.ImageConsumer);
  4425.     public void startProduction(java.awt.image.ImageConsumer);
  4426.     public void
  4427. requestTopDownLeftRightResend(java.awt.image.ImageConsumer);|
  4428. java.awt.image.FilteredImageSource [2/2]
  4429. }|
  4430. java.awt.image.ImageConsumer [1/2]
  4431. Compiled from ImageConsumer.java
  4432. public interface java.awt.image.ImageConsumer extends java.lang.Object
  4433. {
  4434.     public static final int RANDOMPIXELORDER = 1;
  4435.     public static final int TOPDOWNLEFTRIGHT = 2;
  4436.     public static final int COMPLETESCANLINES = 4;
  4437.     public static final int SINGLEPASS = 8;
  4438.     public static final int SINGLEFRAME = 16;
  4439.     public static final int IMAGEERROR = 1;
  4440.     public static final int SINGLEFRAMEDONE = 2;
  4441.     public static final int STATICIMAGEDONE = 3;|
  4442. java.awt.image.ImageConsumer [2/2]
  4443.     public static final int IMAGEABORTED = 4;
  4444.     public abstract void setDimensions(int,int);
  4445.     public abstract void setProperties(java.util.Hashtable);
  4446.     public abstract void setColorModel(java.awt.image.ColorModel);
  4447.     public abstract void setHints(int);
  4448.     public abstract void
  4449. setPixels(int,int,int,int,java.awt.image.ColorModel,byte [],int,int);
  4450.     public abstract void
  4451. setPixels(int,int,int,int,java.awt.image.ColorModel,int [],int,int);
  4452.     public abstract void imageComplete(int);
  4453. }|
  4454. java.awt.image.ImageFilter [1/2]
  4455. Compiled from ImageFilter.java
  4456. public class java.awt.image.ImageFilter extends java.lang.Object
  4457. implements java/awt/image/ImageConsumer, java/lang/Cloneable {
  4458.     protected java.awt.image.ImageConsumer consumer;
  4459.     public java.awt.image.ImageFilter
  4460. getFilterInstance(java.awt.image.ImageConsumer);
  4461.     public void setDimensions(int,int);
  4462.     public void setProperties(java.util.Hashtable);
  4463.     public void setColorModel(java.awt.image.ColorModel);
  4464.     public void setHints(int);
  4465.     public void
  4466. setPixels(int,int,int,int,java.awt.image.ColorModel,byte [],int,int);
  4467.     public void setPixels(int,int,int,int,java.awt.image.ColorModel,int
  4468. [],int,int);|
  4469. java.awt.image.ImageFilter [2/2]
  4470.     public void imageComplete(int);
  4471.     public void resendTopDownLeftRight(java.awt.image.ImageProducer);
  4472.     public java.lang.Object clone();
  4473.     public java.awt.image.ImageFilter();
  4474. }|
  4475. java.awt.image.ImageObserver [1/2]
  4476. Compiled from ImageObserver.java
  4477. public interface java.awt.image.ImageObserver extends java.lang.Object
  4478. {
  4479.     public static final int WIDTH = 1;
  4480.     public static final int HEIGHT = 2;
  4481.     public static final int PROPERTIES = 4;
  4482.     public static final int SOMEBITS = 8;
  4483.     public static final int FRAMEBITS = 16;
  4484.     public static final int ALLBITS = 32;
  4485.     public static final int ERROR = 64;
  4486.     public static final int ABORT = 128;|
  4487. java.awt.image.ImageObserver [2/2]
  4488.     public abstract boolean
  4489. imageUpdate(java.awt.Image,int,int,int,int,int);
  4490. }|
  4491. java.awt.image.ImageProducer
  4492. Compiled from ImageProducer.java
  4493. public interface java.awt.image.ImageProducer extends java.lang.Object
  4494. {
  4495.     public abstract void addConsumer(java.awt.image.ImageConsumer);
  4496.     public abstract boolean isConsumer(java.awt.image.ImageConsumer);
  4497.     public abstract void removeConsumer(java.awt.image.ImageConsumer);
  4498.     public abstract void startProduction(java.awt.image.ImageConsumer);
  4499.     public abstract void
  4500. requestTopDownLeftRightResend(java.awt.image.ImageConsumer);
  4501. }|
  4502. java.awt.image.IndexColorModel [1/2]
  4503. Compiled from IndexColorModel.java
  4504. public class java.awt.image.IndexColorModel extends
  4505. java.awt.image.ColorModel {
  4506.     public java.awt.image.IndexColorModel(int,int,byte [],byte [],byte
  4507. []);
  4508.     public java.awt.image.IndexColorModel(int,int,byte [],byte [],byte
  4509. [],int);
  4510.     public java.awt.image.IndexColorModel(int,int,byte [],byte [],byte
  4511. [],byte []);
  4512.     public java.awt.image.IndexColorModel(int,int,byte [],int,boolean);
  4513.     public java.awt.image.IndexColorModel(int,int,byte
  4514. [],int,boolean,int);
  4515.     public final int getMapSize();
  4516.     public final int getTransparentPixel();
  4517.     public final void getReds(byte []);|
  4518. java.awt.image.IndexColorModel [2/2]
  4519.     public final void getGreens(byte []);
  4520.     public final void getBlues(byte []);
  4521.     public final void getAlphas(byte []);
  4522.     public final int getRed(int);
  4523.     public final int getGreen(int);
  4524.     public final int getBlue(int);
  4525.     public final int getAlpha(int);
  4526.     public final int getRGB(int);
  4527. }|
  4528. java.awt.image.MemoryImageSource [1/3]
  4529. Compiled from MemoryImageSource.java
  4530. public class java.awt.image.MemoryImageSource extends java.lang.Object
  4531. implements java/awt/image/ImageProducer {
  4532.     int width;
  4533.     int height;
  4534.     java.awt.image.ColorModel model;
  4535.     java.lang.Object pixels;
  4536.     int pixeloffset;
  4537.     int pixelscan;
  4538.     java.util.Hashtable properties;
  4539.     public
  4540. java.awt.image.MemoryImageSource(int,int,java.awt.image.ColorModel,byte
  4541. [],int,int);|
  4542. java.awt.image.MemoryImageSource [2/3]
  4543.     public
  4544. java.awt.image.MemoryImageSource(int,int,java.awt.image.ColorModel,byte
  4545. [],int,int,java.util.Hashtable);
  4546.     public
  4547. java.awt.image.MemoryImageSource(int,int,java.awt.image.ColorModel,int
  4548. [],int,int);
  4549.     public
  4550. java.awt.image.MemoryImageSource(int,int,java.awt.image.ColorModel,int
  4551. [],int,int,java.util.Hashtable);
  4552.     public java.awt.image.MemoryImageSource(int,int,int [],int,int);
  4553.     public java.awt.image.MemoryImageSource(int,int,int
  4554. [],int,int,java.util.Hashtable);
  4555.     public synchronized void addConsumer(java.awt.image.ImageConsumer);
  4556.     public synchronized boolean
  4557. isConsumer(java.awt.image.ImageConsumer);
  4558.     public synchronized void
  4559. removeConsumer(java.awt.image.ImageConsumer);
  4560.     public void startProduction(java.awt.image.ImageConsumer);
  4561.     public void
  4562. requestTopDownLeftRightResend(java.awt.image.ImageConsumer);|
  4563. java.awt.image.MemoryImageSource [3/3]
  4564. }|
  4565. java.awt.image.PixelGrabber [1/3]
  4566. Compiled from PixelGrabber.java
  4567. public class java.awt.image.PixelGrabber extends java.lang.Object
  4568. implements java/awt/image/ImageConsumer {
  4569.     java.awt.image.ImageProducer producer;
  4570.     int dstX;
  4571.     int dstY;
  4572.     int dstW;
  4573.     int dstH;
  4574.     int pixelbuf[];
  4575.     int dstOff;
  4576.     int dstScan;|
  4577. java.awt.image.PixelGrabber [2/3]
  4578.     public
  4579. java.awt.image.PixelGrabber(java.awt.Image,int,int,int,int,int
  4580. [],int,int);
  4581.     public
  4582. java.awt.image.PixelGrabber(java.awt.image.ImageProducer,int,int,int,int,int
  4583. [],int,int);
  4584.     public boolean grabPixels();
  4585.     public synchronized boolean grabPixels(long);
  4586.     public synchronized int status();
  4587.     public void setDimensions(int,int);
  4588.     public void setHints(int);
  4589.     public void setProperties(java.util.Hashtable);
  4590.     public void setColorModel(java.awt.image.ColorModel);
  4591.     public void
  4592. setPixels(int,int,int,int,java.awt.image.ColorModel,byte [],int,int);|
  4593. java.awt.image.PixelGrabber [3/3]
  4594.     public void setPixels(int,int,int,int,java.awt.image.ColorModel,int
  4595. [],int,int);
  4596.     public synchronized void imageComplete(int);
  4597. }|
  4598. java.awt.image.RGBImageFilter [1/2]
  4599. Compiled from RGBImageFilter.java
  4600. public abstract class java.awt.image.RGBImageFilter extends
  4601. java.awt.image.ImageFilter {
  4602.     protected java.awt.image.ColorModel origmodel;
  4603.     protected java.awt.image.ColorModel newmodel;
  4604.     protected boolean canFilterIndexColorModel;
  4605.     public void setColorModel(java.awt.image.ColorModel);
  4606.     public void
  4607. substituteColorModel(java.awt.image.ColorModel,java.awt.image.ColorModel);
  4608.     public java.awt.image.IndexColorModel
  4609. filterIndexColorModel(java.awt.image.IndexColorModel);
  4610.     public void filterRGBPixels(int,int,int,int,int [],int,int);
  4611.     public void
  4612. setPixels(int,int,int,int,java.awt.image.ColorModel,byte [],int,int);|
  4613. java.awt.image.RGBImageFilter [2/2]
  4614.     public void setPixels(int,int,int,int,java.awt.image.ColorModel,int
  4615. [],int,int);
  4616.     public abstract int filterRGB(int,int,int);
  4617.     public java.awt.image.RGBImageFilter();
  4618. }|
  4619. java.awt.Insets
  4620. Compiled from Insets.java
  4621. public class java.awt.Insets extends java.lang.Object implements
  4622. java/lang/Cloneable {
  4623.     public int top;
  4624.     public int left;
  4625.     public int bottom;
  4626.     public int right;
  4627.     public java.awt.Insets(int,int,int,int);
  4628.     public java.lang.String toString();
  4629.     public java.lang.Object clone();
  4630. }|
  4631. java.awt.Label [1/2]
  4632. Compiled from Label.java
  4633. public class java.awt.Label extends java.awt.Component {
  4634.     public static final int LEFT = 0;
  4635.     public static final int CENTER = 1;
  4636.     public static final int RIGHT = 2;
  4637.     java.lang.String label;
  4638.     int alignment;
  4639.     public java.awt.Label();
  4640.     public java.awt.Label(java.lang.String);
  4641.     public java.awt.Label(java.lang.String,int);|
  4642. java.awt.Label [2/2]
  4643.     public synchronized void addNotify();
  4644.     public int getAlignment();
  4645.     public void setAlignment(int);
  4646.     public java.lang.String getText();
  4647.     public void setText(java.lang.String);
  4648.     protected java.lang.String paramString();
  4649. }|
  4650. java.awt.LayoutManager
  4651. Compiled from LayoutManager.java
  4652. public interface java.awt.LayoutManager extends java.lang.Object {
  4653.     public abstract void
  4654. addLayoutComponent(java.lang.String,java.awt.Component);
  4655.     public abstract void removeLayoutComponent(java.awt.Component);
  4656.     public abstract java.awt.Dimension
  4657. preferredLayoutSize(java.awt.Container);
  4658.     public abstract java.awt.Dimension
  4659. minimumLayoutSize(java.awt.Container);
  4660.     public abstract void layoutContainer(java.awt.Container);
  4661. }|
  4662. java.awt.List [1/4]
  4663. Compiled from List.java
  4664. public class java.awt.List extends java.awt.Component {
  4665.     java.util.Vector items;
  4666.     int rows;
  4667.     boolean multipleSelections;
  4668.     int selected[];
  4669.     int visibleIndex;
  4670.     public java.awt.List();
  4671.     public java.awt.List(int,boolean);
  4672.     public synchronized void addNotify();|
  4673. java.awt.List [2/4]
  4674.     public synchronized void removeNotify();
  4675.     public int countItems();
  4676.     public java.lang.String getItem(int);
  4677.     public synchronized void addItem(java.lang.String);
  4678.     public synchronized void addItem(java.lang.String,int);
  4679.     public synchronized void replaceItem(java.lang.String,int);
  4680.     public synchronized void clear();
  4681.     public synchronized void delItem(int);
  4682.     public synchronized void delItems(int,int);
  4683.     public synchronized int getSelectedIndex();|
  4684. java.awt.List [3/4]
  4685.     public synchronized int getSelectedIndexes()[];
  4686.     public synchronized java.lang.String getSelectedItem();
  4687.     public synchronized java.lang.String getSelectedItems()[];
  4688.     public synchronized void select(int);
  4689.     public synchronized void deselect(int);
  4690.     public synchronized boolean isSelected(int);
  4691.     public int getRows();
  4692.     public boolean allowsMultipleSelections();
  4693.     public void setMultipleSelections(boolean);
  4694.     public int getVisibleIndex();|
  4695. java.awt.List [4/4]
  4696.     public void makeVisible(int);
  4697.     public java.awt.Dimension preferredSize(int);
  4698.     public java.awt.Dimension preferredSize();
  4699.     public java.awt.Dimension minimumSize(int);
  4700.     public java.awt.Dimension minimumSize();
  4701.     protected java.lang.String paramString();
  4702.     boolean tabbable();
  4703. }|
  4704. java.awt.MediaTracker [1/3]
  4705. Compiled from MediaTracker.java
  4706. public class java.awt.MediaTracker extends java.lang.Object {
  4707.     java.awt.Component target;
  4708.     java.awt.MediaEntry head;
  4709.     public static final int LOADING = 1;
  4710.     public static final int ABORTED = 2;
  4711.     public static final int ERRORED = 4;
  4712.     public static final int COMPLETE = 8;
  4713.     static final int DONE = 14;
  4714.     public java.awt.MediaTracker(java.awt.Component);|
  4715. java.awt.MediaTracker [2/3]
  4716.     public void addImage(java.awt.Image,int);
  4717.     public synchronized void addImage(java.awt.Image,int,int,int);
  4718.     public boolean checkAll();
  4719.     public synchronized boolean checkAll(boolean);
  4720.     public synchronized boolean isErrorAny();
  4721.     public synchronized java.lang.Object getErrorsAny()[];
  4722.     public void waitForAll();
  4723.     public synchronized boolean waitForAll(long);
  4724.     public int statusAll(boolean);
  4725.     public boolean checkID(int);|
  4726. java.awt.MediaTracker [3/3]
  4727.     public synchronized boolean checkID(int,boolean);
  4728.     public synchronized boolean isErrorID(int);
  4729.     public synchronized java.lang.Object getErrorsID(int)[];
  4730.     public void waitForID(int);
  4731.     public synchronized boolean waitForID(int,long);
  4732.     public int statusID(int,boolean);
  4733.     synchronized void setDone();
  4734. }|
  4735. java.awt.Menu [1/2]
  4736. Compiled from Menu.java
  4737. public class java.awt.Menu extends java.awt.MenuItem implements
  4738. java/awt/MenuContainer {
  4739.     java.util.Vector items;
  4740.     boolean tearOff;
  4741.     boolean isHelpMenu;
  4742.     public java.awt.Menu(java.lang.String);
  4743.     public java.awt.Menu(java.lang.String,boolean);
  4744.     public synchronized void addNotify();
  4745.     public synchronized void removeNotify();
  4746.     public boolean isTearOff();|
  4747. java.awt.Menu [2/2]
  4748.     public int countItems();
  4749.     public java.awt.MenuItem getItem(int);
  4750.     public synchronized java.awt.MenuItem add(java.awt.MenuItem);
  4751.     public void add(java.lang.String);
  4752.     public void addSeparator();
  4753.     public synchronized void remove(int);
  4754.     public synchronized void remove(java.awt.MenuComponent);
  4755. }|
  4756. java.awt.MenuBar [1/2]
  4757. Compiled from MenuBar.java
  4758. public class java.awt.MenuBar extends java.awt.MenuComponent implements
  4759. java/awt/MenuContainer {
  4760.     java.util.Vector menus;
  4761.     java.awt.Menu helpMenu;
  4762.     public java.awt.MenuBar();
  4763.     public synchronized void addNotify();
  4764.     public void removeNotify();
  4765.     public java.awt.Menu getHelpMenu();
  4766.     public synchronized void setHelpMenu(java.awt.Menu);
  4767.     public synchronized java.awt.Menu add(java.awt.Menu);|
  4768. java.awt.MenuBar [2/2]
  4769.     public synchronized void remove(int);
  4770.     public synchronized void remove(java.awt.MenuComponent);
  4771.     public int countMenus();
  4772.     public java.awt.Menu getMenu(int);
  4773. }|
  4774. java.awt.MenuComponent [1/2]
  4775. Compiled from MenuComponent.java
  4776. public abstract class java.awt.MenuComponent extends java.lang.Object {
  4777.     java.awt.peer.MenuComponentPeer peer;
  4778.     java.awt.MenuContainer parent;
  4779.     java.awt.Font font;
  4780.     public java.awt.MenuContainer getParent();
  4781.     public java.awt.peer.MenuComponentPeer getPeer();
  4782.     public java.awt.Font getFont();
  4783.     public void setFont(java.awt.Font);
  4784.     public void removeNotify();|
  4785. java.awt.MenuComponent [2/2]
  4786.     public boolean postEvent(java.awt.Event);
  4787.     protected java.lang.String paramString();
  4788.     public java.lang.String toString();
  4789.     public java.awt.MenuComponent();
  4790. }|
  4791. java.awt.MenuContainer
  4792. Compiled from MenuContainer.java
  4793. public interface java.awt.MenuContainer extends java.lang.Object {
  4794.     public abstract java.awt.Font getFont();
  4795.     public abstract boolean postEvent(java.awt.Event);
  4796.     public abstract void remove(java.awt.MenuComponent);
  4797. }|
  4798. java.awt.MenuItem [1/2]
  4799. Compiled from MenuItem.java
  4800. public class java.awt.MenuItem extends java.awt.MenuComponent {
  4801.     boolean enabled;
  4802.     java.lang.String label;
  4803.     public java.awt.MenuItem(java.lang.String);
  4804.     public synchronized void addNotify();
  4805.     public java.lang.String getLabel();
  4806.     public void setLabel(java.lang.String);
  4807.     public boolean isEnabled();
  4808.     public void enable();|
  4809. java.awt.MenuItem [2/2]
  4810.     public void enable(boolean);
  4811.     public void disable();
  4812.     public java.lang.String paramString();
  4813. }|
  4814. java.awt.Panel
  4815. Compiled from Panel.java
  4816. public class java.awt.Panel extends java.awt.Container {
  4817.     static final java.awt.LayoutManager panelLayout;
  4818.     public java.awt.Panel();
  4819.     public synchronized void addNotify();
  4820.     static void <clinit>();
  4821. }|
  4822. java.awt.peer.ButtonPeer
  4823. Compiled from ButtonPeer.java
  4824. public interface java.awt.peer.ButtonPeer extends java.lang.Object
  4825. implements java/awt/peer/ComponentPeer {
  4826.     public abstract void setLabel(java.lang.String);
  4827. }|
  4828. java.awt.peer.CanvasPeer
  4829. Compiled from CanvasPeer.java
  4830. public interface java.awt.peer.CanvasPeer extends java.lang.Object
  4831. implements java/awt/peer/ComponentPeer {
  4832. }|
  4833. java.awt.peer.CheckboxMenuItemPeer
  4834. Compiled from CheckboxMenuItemPeer.java
  4835. public interface java.awt.peer.CheckboxMenuItemPeer extends
  4836. java.lang.Object implements java/awt/peer/MenuItemPeer {
  4837.     public abstract void setState(boolean);
  4838. }|
  4839. java.awt.peer.CheckboxPeer
  4840. Compiled from CheckboxPeer.java
  4841. public interface java.awt.peer.CheckboxPeer extends java.lang.Object
  4842. implements java/awt/peer/ComponentPeer {
  4843.     public abstract void setState(boolean);
  4844.     public abstract void setCheckboxGroup(java.awt.CheckboxGroup);
  4845.     public abstract void setLabel(java.lang.String);
  4846. }|
  4847. java.awt.peer.ChoicePeer
  4848. Compiled from ChoicePeer.java
  4849. public interface java.awt.peer.ChoicePeer extends java.lang.Object
  4850. implements java/awt/peer/ComponentPeer {
  4851.     public abstract void addItem(java.lang.String,int);
  4852.     public abstract void select(int);
  4853. }|
  4854. java.awt.peer.ComponentPeer [1/3]
  4855. Compiled from ComponentPeer.java
  4856. public interface java.awt.peer.ComponentPeer extends java.lang.Object {
  4857.     public abstract void show();
  4858.     public abstract void hide();
  4859.     public abstract void enable();
  4860.     public abstract void disable();
  4861.     public abstract void paint(java.awt.Graphics);
  4862.     public abstract void repaint(long,int,int,int,int);
  4863.     public abstract void print(java.awt.Graphics);
  4864.     public abstract void reshape(int,int,int,int);|
  4865. java.awt.peer.ComponentPeer [2/3]
  4866.     public abstract boolean handleEvent(java.awt.Event);
  4867.     public abstract java.awt.Dimension minimumSize();
  4868.     public abstract java.awt.Dimension preferredSize();
  4869.     public abstract java.awt.image.ColorModel getColorModel();
  4870.     public abstract java.awt.Toolkit getToolkit();
  4871.     public abstract java.awt.Graphics getGraphics();
  4872.     public abstract java.awt.FontMetrics getFontMetrics(java.awt.Font);
  4873.     public abstract void dispose();
  4874.     public abstract void setForeground(java.awt.Color);
  4875.     public abstract void setBackground(java.awt.Color);|
  4876. java.awt.peer.ComponentPeer [3/3]
  4877.     public abstract void setFont(java.awt.Font);
  4878.     public abstract void requestFocus();
  4879.     public abstract void nextFocus();
  4880.     public abstract java.awt.Image
  4881. createImage(java.awt.image.ImageProducer);
  4882.     public abstract java.awt.Image createImage(int,int);
  4883.     public abstract boolean
  4884. prepareImage(java.awt.Image,int,int,java.awt.image.ImageObserver);
  4885.     public abstract int
  4886. checkImage(java.awt.Image,int,int,java.awt.image.ImageObserver);
  4887. }|
  4888. java.awt.peer.ContainerPeer
  4889. Compiled from ContainerPeer.java
  4890. public interface java.awt.peer.ContainerPeer extends java.lang.Object
  4891. implements java/awt/peer/ComponentPeer {
  4892.     public abstract java.awt.Insets insets();
  4893. }|
  4894. java.awt.peer.DialogPeer
  4895. Compiled from DialogPeer.java
  4896. public interface java.awt.peer.DialogPeer extends java.lang.Object
  4897. implements java/awt/peer/WindowPeer {
  4898.     public abstract void setTitle(java.lang.String);
  4899.     public abstract void setResizable(boolean);
  4900. }|
  4901. java.awt.peer.FileDialogPeer
  4902. Compiled from FileDialogPeer.java
  4903. public interface java.awt.peer.FileDialogPeer extends java.lang.Object
  4904. implements java/awt/peer/DialogPeer {
  4905.     public abstract void setFile(java.lang.String);
  4906.     public abstract void setDirectory(java.lang.String);
  4907.     public abstract void setFilenameFilter(java.io.FilenameFilter);
  4908. }|
  4909. java.awt.peer.FramePeer
  4910. Compiled from FramePeer.java
  4911. public interface java.awt.peer.FramePeer extends java.lang.Object
  4912. implements java/awt/peer/WindowPeer {
  4913.     public abstract void setTitle(java.lang.String);
  4914.     public abstract void setIconImage(java.awt.Image);
  4915.     public abstract void setMenuBar(java.awt.MenuBar);
  4916.     public abstract void setResizable(boolean);
  4917.     public abstract void setCursor(int);
  4918. }|
  4919. java.awt.peer.LabelPeer
  4920. Compiled from LabelPeer.java
  4921. public interface java.awt.peer.LabelPeer extends java.lang.Object
  4922. implements java/awt/peer/ComponentPeer {
  4923.     public abstract void setText(java.lang.String);
  4924.     public abstract void setAlignment(int);
  4925. }|
  4926. java.awt.peer.ListPeer [1/2]
  4927. Compiled from ListPeer.java
  4928. public interface java.awt.peer.ListPeer extends java.lang.Object
  4929. implements java/awt/peer/ComponentPeer {
  4930.     public abstract int getSelectedIndexes()[];
  4931.     public abstract void addItem(java.lang.String,int);
  4932.     public abstract void delItems(int,int);
  4933.     public abstract void clear();
  4934.     public abstract void select(int);
  4935.     public abstract void deselect(int);
  4936.     public abstract void makeVisible(int);
  4937.     public abstract void setMultipleSelections(boolean);|
  4938. java.awt.peer.ListPeer [2/2]
  4939.     public abstract java.awt.Dimension preferredSize(int);
  4940.     public abstract java.awt.Dimension minimumSize(int);
  4941. }|
  4942. java.awt.peer.MenuBarPeer
  4943. Compiled from MenuBarPeer.java
  4944. public interface java.awt.peer.MenuBarPeer extends java.lang.Object
  4945. implements java/awt/peer/MenuComponentPeer {
  4946.     public abstract void addMenu(java.awt.Menu);
  4947.     public abstract void delMenu(int);
  4948.     public abstract void addHelpMenu(java.awt.Menu);
  4949. }|
  4950. java.awt.peer.MenuComponentPeer
  4951. Compiled from MenuComponentPeer.java
  4952. public interface java.awt.peer.MenuComponentPeer extends
  4953. java.lang.Object {
  4954.     public abstract void dispose();
  4955. }|
  4956. java.awt.peer.MenuItemPeer
  4957. Compiled from MenuItemPeer.java
  4958. public interface java.awt.peer.MenuItemPeer extends java.lang.Object
  4959. implements java/awt/peer/MenuComponentPeer {
  4960.     public abstract void setLabel(java.lang.String);
  4961.     public abstract void enable();
  4962.     public abstract void disable();
  4963. }|
  4964. java.awt.peer.MenuPeer
  4965. Compiled from MenuPeer.java
  4966. public interface java.awt.peer.MenuPeer extends java.lang.Object
  4967. implements java/awt/peer/MenuItemPeer {
  4968.     public abstract void addSeparator();
  4969.     public abstract void addItem(java.awt.MenuItem);
  4970.     public abstract void delItem(int);
  4971. }|
  4972. java.awt.peer.PanelPeer
  4973. Compiled from PanelPeer.java
  4974. public interface java.awt.peer.PanelPeer extends java.lang.Object
  4975. implements java/awt/peer/ContainerPeer {
  4976. }|
  4977. java.awt.peer.ScrollbarPeer
  4978. Compiled from ScrollbarPeer.java
  4979. public interface java.awt.peer.ScrollbarPeer extends java.lang.Object
  4980. implements java/awt/peer/ComponentPeer {
  4981.     public abstract void setValue(int);
  4982.     public abstract void setValues(int,int,int,int);
  4983.     public abstract void setLineIncrement(int);
  4984.     public abstract void setPageIncrement(int);
  4985. }|
  4986. java.awt.peer.TextAreaPeer
  4987. Compiled from TextAreaPeer.java
  4988. public interface java.awt.peer.TextAreaPeer extends java.lang.Object
  4989. implements java/awt/peer/TextComponentPeer {
  4990.     public abstract void insertText(java.lang.String,int);
  4991.     public abstract void replaceText(java.lang.String,int,int);
  4992.     public abstract java.awt.Dimension preferredSize(int,int);
  4993.     public abstract java.awt.Dimension minimumSize(int,int);
  4994. }|
  4995. java.awt.peer.TextComponentPeer
  4996. Compiled from TextComponentPeer.java
  4997. public interface java.awt.peer.TextComponentPeer extends
  4998. java.lang.Object implements java/awt/peer/ComponentPeer {
  4999.     public abstract void setEditable(boolean);
  5000.     public abstract java.lang.String getText();
  5001.     public abstract void setText(java.lang.String);
  5002.     public abstract int getSelectionStart();
  5003.     public abstract int getSelectionEnd();
  5004.     public abstract void select(int,int);
  5005. }|
  5006. java.awt.peer.TextFieldPeer
  5007. Compiled from TextFieldPeer.java
  5008. public interface java.awt.peer.TextFieldPeer extends java.lang.Object
  5009. implements java/awt/peer/TextComponentPeer {
  5010.     public abstract void setEchoCharacter(char);
  5011.     public abstract java.awt.Dimension preferredSize(int);
  5012.     public abstract java.awt.Dimension minimumSize(int);
  5013. }|
  5014. java.awt.peer.WindowPeer
  5015. Compiled from WindowPeer.java
  5016. public interface java.awt.peer.WindowPeer extends java.lang.Object
  5017. implements java/awt/peer/ContainerPeer {
  5018.     public abstract void toFront();
  5019.     public abstract void toBack();
  5020. }|
  5021. java.awt.Point [1/2]
  5022. Compiled from Point.java
  5023. public class java.awt.Point extends java.lang.Object {
  5024.     public int x;
  5025.     public int y;
  5026.     public java.awt.Point(int,int);
  5027.     public void move(int,int);
  5028.     public void translate(int,int);
  5029.     public int hashCode();
  5030.     public boolean equals(java.lang.Object);
  5031.     public java.lang.String toString();|
  5032. java.awt.Point [2/2]
  5033. }|
  5034. java.awt.Polygon [1/2]
  5035. Compiled from Polygon.java
  5036. public class java.awt.Polygon extends java.lang.Object {
  5037.     public int npoints;
  5038.     public int xpoints[];
  5039.     public int ypoints[];
  5040.     java.awt.Rectangle bounds;
  5041.     public java.awt.Polygon();
  5042.     public java.awt.Polygon(int [],int [],int);
  5043.     void calculateBounds(int [],int [],int);
  5044.     void updateBounds(int,int);|
  5045. java.awt.Polygon [2/2]
  5046.     public void addPoint(int,int);
  5047.     public java.awt.Rectangle getBoundingBox();
  5048.     public boolean inside(int,int);
  5049. }|
  5050. java.awt.Rectangle [1/3]
  5051. Compiled from Rectangle.java
  5052. public class java.awt.Rectangle extends java.lang.Object {
  5053.     public int x;
  5054.     public int y;
  5055.     public int width;
  5056.     public int height;
  5057.     public java.awt.Rectangle();
  5058.     public java.awt.Rectangle(int,int,int,int);
  5059.     public java.awt.Rectangle(int,int);
  5060.     public java.awt.Rectangle(java.awt.Point,java.awt.Dimension);|
  5061. java.awt.Rectangle [2/3]
  5062.     public java.awt.Rectangle(java.awt.Point);
  5063.     public java.awt.Rectangle(java.awt.Dimension);
  5064.     public void reshape(int,int,int,int);
  5065.     public void move(int,int);
  5066.     public void translate(int,int);
  5067.     public void resize(int,int);
  5068.     public boolean inside(int,int);
  5069.     public boolean intersects(java.awt.Rectangle);
  5070.     public java.awt.Rectangle intersection(java.awt.Rectangle);
  5071.     public java.awt.Rectangle union(java.awt.Rectangle);|
  5072. java.awt.Rectangle [3/3]
  5073.     public void add(int,int);
  5074.     public void add(java.awt.Point);
  5075.     public void add(java.awt.Rectangle);
  5076.     public void grow(int,int);
  5077.     public boolean isEmpty();
  5078.     public int hashCode();
  5079.     public boolean equals(java.lang.Object);
  5080.     public java.lang.String toString();
  5081. }|
  5082. java.awt.Scrollbar [1/3]
  5083. Compiled from Scrollbar.java
  5084. public class java.awt.Scrollbar extends java.awt.Component {
  5085.     public static final int HORIZONTAL = 0;
  5086.     public static final int VERTICAL = 1;
  5087.     int value;
  5088.     int maximum;
  5089.     int minimum;
  5090.     int sVisible;
  5091.     int orientation;
  5092.     int lineIncrement;|
  5093. java.awt.Scrollbar [2/3]
  5094.     int pageIncrement;
  5095.     public java.awt.Scrollbar();
  5096.     public java.awt.Scrollbar(int);
  5097.     public java.awt.Scrollbar(int,int,int,int,int);
  5098.     public synchronized void addNotify();
  5099.     public int getOrientation();
  5100.     public int getValue();
  5101.     public void setValue(int);
  5102.     public int getMinimum();
  5103.     public int getMaximum();|
  5104. java.awt.Scrollbar [3/3]
  5105.     public int getVisible();
  5106.     public void setLineIncrement(int);
  5107.     public int getLineIncrement();
  5108.     public void setPageIncrement(int);
  5109.     public int getPageIncrement();
  5110.     public void setValues(int,int,int,int);
  5111.     protected java.lang.String paramString();
  5112. }|
  5113. java.awt.TextArea [1/3]
  5114. Compiled from TextArea.java
  5115. public class java.awt.TextArea extends java.awt.TextComponent {
  5116.     int rows;
  5117.     int cols;
  5118.     public java.awt.TextArea();
  5119.     public java.awt.TextArea(int,int);
  5120.     public java.awt.TextArea(java.lang.String);
  5121.     public java.awt.TextArea(java.lang.String,int,int);
  5122.     public synchronized void addNotify();
  5123.     public void insertText(java.lang.String,int);|
  5124. java.awt.TextArea [2/3]
  5125.     public void appendText(java.lang.String);
  5126.     public void replaceText(java.lang.String,int,int);
  5127.     public int getRows();
  5128.     public int getColumns();
  5129.     public java.awt.Dimension preferredSize(int,int);
  5130.     public java.awt.Dimension preferredSize();
  5131.     public java.awt.Dimension minimumSize(int,int);
  5132.     public java.awt.Dimension minimumSize();
  5133.     protected java.lang.String paramString();
  5134.     boolean tabbable();|
  5135. java.awt.TextArea [3/3]
  5136. }|
  5137. java.awt.TextComponent [1/2]
  5138. Compiled from TextComponent.java
  5139. public class java.awt.TextComponent extends java.awt.Component {
  5140.     java.lang.String text;
  5141.     boolean editable;
  5142.     int selStart;
  5143.     int selEnd;
  5144.     java.awt.TextComponent(java.lang.String);
  5145.     public synchronized void removeNotify();
  5146.     public void setText(java.lang.String);
  5147.     public java.lang.String getText();|
  5148. java.awt.TextComponent [2/2]
  5149.     public java.lang.String getSelectedText();
  5150.     public boolean isEditable();
  5151.     public void setEditable(boolean);
  5152.     public int getSelectionStart();
  5153.     public int getSelectionEnd();
  5154.     public void select(int,int);
  5155.     public void selectAll();
  5156.     protected java.lang.String paramString();
  5157. }|
  5158. java.awt.TextField [1/2]
  5159. Compiled from TextField.java
  5160. public class java.awt.TextField extends java.awt.TextComponent {
  5161.     int cols;
  5162.     char echoChar;
  5163.     public java.awt.TextField();
  5164.     public java.awt.TextField(int);
  5165.     public java.awt.TextField(java.lang.String);
  5166.     public java.awt.TextField(java.lang.String,int);
  5167.     public synchronized void addNotify();
  5168.     public char getEchoChar();|
  5169. java.awt.TextField [2/2]
  5170.     public boolean echoCharIsSet();
  5171.     public int getColumns();
  5172.     public void setEchoCharacter(char);
  5173.     public java.awt.Dimension preferredSize(int);
  5174.     public java.awt.Dimension preferredSize();
  5175.     public java.awt.Dimension minimumSize(int);
  5176.     public java.awt.Dimension minimumSize();
  5177.     protected java.lang.String paramString();
  5178.     boolean tabbable();
  5179. }|
  5180. java.awt.Toolkit [1/4]
  5181. Compiled from Toolkit.java
  5182. public abstract class java.awt.Toolkit extends java.lang.Object {
  5183.     protected abstract java.awt.peer.ButtonPeer
  5184. createButton(java.awt.Button);
  5185.     protected abstract java.awt.peer.TextFieldPeer
  5186. createTextField(java.awt.TextField);
  5187.     protected abstract java.awt.peer.LabelPeer
  5188. createLabel(java.awt.Label);
  5189.     protected abstract java.awt.peer.ListPeer
  5190. createList(java.awt.List);
  5191.     protected abstract java.awt.peer.CheckboxPeer
  5192. createCheckbox(java.awt.Checkbox);
  5193.     protected abstract java.awt.peer.ScrollbarPeer
  5194. createScrollbar(java.awt.Scrollbar);
  5195.     protected abstract java.awt.peer.TextAreaPeer
  5196. createTextArea(java.awt.TextArea);
  5197.     protected abstract java.awt.peer.ChoicePeer
  5198. createChoice(java.awt.Choice);|
  5199. java.awt.Toolkit [2/4]
  5200.     protected abstract java.awt.peer.FramePeer
  5201. createFrame(java.awt.Frame);
  5202.     protected abstract java.awt.peer.CanvasPeer
  5203. createCanvas(java.awt.Canvas);
  5204.     protected abstract java.awt.peer.PanelPeer
  5205. createPanel(java.awt.Panel);
  5206.     protected abstract java.awt.peer.WindowPeer
  5207. createWindow(java.awt.Window);
  5208.     protected abstract java.awt.peer.DialogPeer
  5209. createDialog(java.awt.Dialog);
  5210.     protected abstract java.awt.peer.MenuBarPeer
  5211. createMenuBar(java.awt.MenuBar);
  5212.     protected abstract java.awt.peer.MenuPeer
  5213. createMenu(java.awt.Menu);
  5214.     protected abstract java.awt.peer.MenuItemPeer
  5215. createMenuItem(java.awt.MenuItem);
  5216.     protected abstract java.awt.peer.FileDialogPeer
  5217. createFileDialog(java.awt.FileDialog);
  5218.     protected abstract java.awt.peer.CheckboxMenuItemPeer
  5219. createCheckboxMenuItem(java.awt.CheckboxMenuItem);|
  5220. java.awt.Toolkit [3/4]
  5221.     public abstract java.awt.Dimension getScreenSize();
  5222.     public abstract int getScreenResolution();
  5223.     public abstract java.awt.image.ColorModel getColorModel();
  5224.     public abstract java.lang.String getFontList()[];
  5225.     public abstract java.awt.FontMetrics getFontMetrics(java.awt.Font);
  5226.     public abstract void sync();
  5227.     public static synchronized java.awt.Toolkit getDefaultToolkit();
  5228.     public abstract java.awt.Image getImage(java.lang.String);
  5229.     public abstract java.awt.Image getImage(java.net.URL);
  5230.     public abstract boolean
  5231. prepareImage(java.awt.Image,int,int,java.awt.image.ImageObserver);|
  5232. java.awt.Toolkit [4/4]
  5233.     public abstract int
  5234. checkImage(java.awt.Image,int,int,java.awt.image.ImageObserver);
  5235.     public abstract java.awt.Image
  5236. createImage(java.awt.image.ImageProducer);
  5237.     public java.awt.Toolkit();
  5238. }|
  5239. java.awt.Window [1/2]
  5240. Compiled from Window.java
  5241. public class java.awt.Window extends java.awt.Container {
  5242.     java.lang.String warningString;
  5243.     java.awt.Window();
  5244.     public java.awt.Window(java.awt.Frame);
  5245.     public synchronized void addNotify();
  5246.     public synchronized void pack();
  5247.     public void show();
  5248.     public synchronized void dispose();
  5249.     public void toFront();|
  5250. java.awt.Window [2/2]
  5251.     public void toBack();
  5252.     public java.awt.Toolkit getToolkit();
  5253.     public final java.lang.String getWarningString();
  5254.     boolean handleTabEvent(java.awt.Event);
  5255.     void setFocusOwner(java.awt.Component);
  5256.     void nextFocus(java.awt.Component);
  5257. }|
  5258. java.io.BufferedInputStream [1/2]
  5259. Compiled from BufferedInputStream.java
  5260. public class java.io.BufferedInputStream extends
  5261. java.io.FilterInputStream {
  5262.     protected byte buf[];
  5263.     protected int count;
  5264.     protected int pos;
  5265.     protected int markpos;
  5266.     protected int marklimit;
  5267.     public java.io.BufferedInputStream(java.io.InputStream);
  5268.     public java.io.BufferedInputStream(java.io.InputStream,int);
  5269.     public synchronized int read();|
  5270. java.io.BufferedInputStream [2/2]
  5271.     public synchronized int read(byte [],int,int);
  5272.     public synchronized long skip(long);
  5273.     public synchronized int available();
  5274.     public synchronized void mark(int);
  5275.     public synchronized void reset();
  5276.     public boolean markSupported();
  5277. }|
  5278. java.io.BufferedOutputStream
  5279. Compiled from BufferedOutputStream.java
  5280. public class java.io.BufferedOutputStream extends
  5281. java.io.FilterOutputStream {
  5282.     protected byte buf[];
  5283.     protected int count;
  5284.     public java.io.BufferedOutputStream(java.io.OutputStream);
  5285.     public java.io.BufferedOutputStream(java.io.OutputStream,int);
  5286.     public synchronized void write(int);
  5287.     public synchronized void write(byte [],int,int);
  5288.     public synchronized void flush();
  5289. }|
  5290. java.io.ByteArrayInputStream [1/2]
  5291. Compiled from ByteArrayInputStream.java
  5292. public class java.io.ByteArrayInputStream extends java.io.InputStream {
  5293.     protected byte buf[];
  5294.     protected int pos;
  5295.     protected int count;
  5296.     public java.io.ByteArrayInputStream(byte []);
  5297.     public java.io.ByteArrayInputStream(byte [],int,int);
  5298.     public synchronized int read();
  5299.     public synchronized int read(byte [],int,int);
  5300.     public synchronized long skip(long);|
  5301. java.io.ByteArrayInputStream [2/2]
  5302.     public synchronized int available();
  5303.     public synchronized void reset();
  5304. }|
  5305. java.io.ByteArrayOutputStream [1/2]
  5306. Compiled from ByteArrayOutputStream.java
  5307. public class java.io.ByteArrayOutputStream extends java.io.OutputStream
  5308. {
  5309.     protected byte buf[];
  5310.     protected int count;
  5311.     public java.io.ByteArrayOutputStream();
  5312.     public java.io.ByteArrayOutputStream(int);
  5313.     public synchronized void write(int);
  5314.     public synchronized void write(byte [],int,int);
  5315.     public synchronized void writeTo(java.io.OutputStream);
  5316.     public synchronized void reset();|
  5317. java.io.ByteArrayOutputStream [2/2]
  5318.     public synchronized byte toByteArray()[];
  5319.     public int size();
  5320.     public java.lang.String toString();
  5321.     public java.lang.String toString(int);
  5322. }|
  5323. java.io.DataInput [1/2]
  5324. Compiled from DataInput.java
  5325. public interface java.io.DataInput extends java.lang.Object {
  5326.     public abstract void readFully(byte []);
  5327.     public abstract void readFully(byte [],int,int);
  5328.     public abstract int skipBytes(int);
  5329.     public abstract boolean readBoolean();
  5330.     public abstract byte readByte();
  5331.     public abstract int readUnsignedByte();
  5332.     public abstract short readShort();
  5333.     public abstract int readUnsignedShort();|
  5334. java.io.DataInput [2/2]
  5335.     public abstract char readChar();
  5336.     public abstract int readInt();
  5337.     public abstract long readLong();
  5338.     public abstract float readFloat();
  5339.     public abstract double readDouble();
  5340.     public abstract java.lang.String readLine();
  5341.     public abstract java.lang.String readUTF();
  5342. }|
  5343. java.io.DataInputStream [1/3]
  5344. Compiled from DataInputStream.java
  5345. public class java.io.DataInputStream extends java.io.FilterInputStream
  5346. implements java/io/DataInput {
  5347.     public java.io.DataInputStream(java.io.InputStream);
  5348.     public final int read(byte []);
  5349.     public final int read(byte [],int,int);
  5350.     public final void readFully(byte []);
  5351.     public final void readFully(byte [],int,int);
  5352.     public final int skipBytes(int);
  5353.     public final boolean readBoolean();
  5354.     public final byte readByte();|
  5355. java.io.DataInputStream [2/3]
  5356.     public final int readUnsignedByte();
  5357.     public final short readShort();
  5358.     public final int readUnsignedShort();
  5359.     public final char readChar();
  5360.     public final int readInt();
  5361.     public final long readLong();
  5362.     public final float readFloat();
  5363.     public final double readDouble();
  5364.     public final java.lang.String readLine();
  5365.     public final java.lang.String readUTF();|
  5366. java.io.DataInputStream [3/3]
  5367.     public final static java.lang.String readUTF(java.io.DataInput);
  5368. }|
  5369. java.io.DataOutput [1/2]
  5370. Compiled from DataOutput.java
  5371. public interface java.io.DataOutput extends java.lang.Object {
  5372.     public abstract void write(int);
  5373.     public abstract void write(byte []);
  5374.     public abstract void write(byte [],int,int);
  5375.     public abstract void writeBoolean(boolean);
  5376.     public abstract void writeByte(int);
  5377.     public abstract void writeShort(int);
  5378.     public abstract void writeChar(int);
  5379.     public abstract void writeInt(int);|
  5380. java.io.DataOutput [2/2]
  5381.     public abstract void writeLong(long);
  5382.     public abstract void writeFloat(float);
  5383.     public abstract void writeDouble(double);
  5384.     public abstract void writeBytes(java.lang.String);
  5385.     public abstract void writeChars(java.lang.String);
  5386.     public abstract void writeUTF(java.lang.String);
  5387. }|
  5388. java.io.DataOutputStream [1/2]
  5389. Compiled from DataOutputStream.java
  5390. public class java.io.DataOutputStream extends
  5391. java.io.FilterOutputStream implements java/io/DataOutput {
  5392.     protected int written;
  5393.     public java.io.DataOutputStream(java.io.OutputStream);
  5394.     public synchronized void write(int);
  5395.     public synchronized void write(byte [],int,int);
  5396.     public void flush();
  5397.     public final void writeBoolean(boolean);
  5398.     public final void writeByte(int);
  5399.     public final void writeShort(int);|
  5400. java.io.DataOutputStream [2/2]
  5401.     public final void writeChar(int);
  5402.     public final void writeInt(int);
  5403.     public final void writeLong(long);
  5404.     public final void writeFloat(float);
  5405.     public final void writeDouble(double);
  5406.     public final void writeBytes(java.lang.String);
  5407.     public final void writeChars(java.lang.String);
  5408.     public final void writeUTF(java.lang.String);
  5409.     public final int size();
  5410. }|
  5411. java.io.EOFException
  5412. Compiled from EOFException.java
  5413. public class java.io.EOFException extends java.io.IOException {
  5414.     public java.io.EOFException();
  5415.     public java.io.EOFException(java.lang.String);
  5416. }|
  5417. java.io.File [1/4]
  5418. Compiled from File.java
  5419. public class java.io.File extends java.lang.Object {
  5420.     public static final java.lang.String separator;
  5421.     public static final char separatorChar;
  5422.     public static final java.lang.String pathSeparator;
  5423.     public static final char pathSeparatorChar;
  5424.     public java.io.File(java.lang.String);
  5425.     public java.io.File(java.lang.String,java.lang.String);
  5426.     public java.io.File(java.io.File,java.lang.String);
  5427.     public java.lang.String getName();|
  5428. java.io.File [2/4]
  5429.     public java.lang.String getPath();
  5430.     public java.lang.String getAbsolutePath();
  5431.     public java.lang.String getParent();
  5432.     public boolean exists();
  5433.     public boolean canWrite();
  5434.     public boolean canRead();
  5435.     public boolean isFile();
  5436.     public boolean isDirectory();
  5437.     public native boolean isAbsolute();
  5438.     public long lastModified();|
  5439. java.io.File [3/4]
  5440.     public long length();
  5441.     public boolean mkdir();
  5442.     public boolean renameTo(java.io.File);
  5443.     public boolean mkdirs();
  5444.     public java.lang.String list()[];
  5445.     public java.lang.String list(java.io.FilenameFilter)[];
  5446.     public boolean delete();
  5447.     public int hashCode();
  5448.     public boolean equals(java.lang.Object);
  5449.     public java.lang.String toString();|
  5450. java.io.File [4/4]
  5451.     static void <clinit>();
  5452. }|
  5453. java.io.FileDescriptor
  5454. Compiled from FileDescriptor.java
  5455. public final class java.io.FileDescriptor extends java.lang.Object {
  5456.     public static final java.io.FileDescriptor in;
  5457.     public static final java.io.FileDescriptor out;
  5458.     public static final java.io.FileDescriptor err;
  5459.     public native boolean valid();
  5460.     public java.io.FileDescriptor();
  5461.     static void <clinit>();
  5462. }|
  5463. java.io.FileInputStream [1/2]
  5464. Compiled from FileInputStream.java
  5465. public class java.io.FileInputStream extends java.io.InputStream {
  5466.     public java.io.FileInputStream(java.lang.String);
  5467.     public java.io.FileInputStream(java.io.File);
  5468.     public java.io.FileInputStream(java.io.FileDescriptor);
  5469.     public native int read();
  5470.     public int read(byte []);
  5471.     public int read(byte [],int,int);
  5472.     public native long skip(long);
  5473.     public native int available();|
  5474. java.io.FileInputStream [2/2]
  5475.     public native void close();
  5476.     public final java.io.FileDescriptor getFD();
  5477.     protected void finalize();
  5478. }|
  5479. java.io.FilenameFilter
  5480. Compiled from FilenameFilter.java
  5481. public interface java.io.FilenameFilter extends java.lang.Object {
  5482.     public abstract boolean accept(java.io.File,java.lang.String);
  5483. }|
  5484. java.io.FileNotFoundException
  5485. Compiled from FileNotFoundException.java
  5486. public class java.io.FileNotFoundException extends java.io.IOException
  5487. {
  5488.     public java.io.FileNotFoundException();
  5489.     public java.io.FileNotFoundException(java.lang.String);
  5490. }|
  5491. java.io.FileOutputStream [1/2]
  5492. Compiled from FileOutputStream.java
  5493. public class java.io.FileOutputStream extends java.io.OutputStream {
  5494.     public java.io.FileOutputStream(java.lang.String);
  5495.     public java.io.FileOutputStream(java.io.File);
  5496.     public java.io.FileOutputStream(java.io.FileDescriptor);
  5497.     public native void write(int);
  5498.     public void write(byte []);
  5499.     public void write(byte [],int,int);
  5500.     public native void close();
  5501.     public final java.io.FileDescriptor getFD();|
  5502. java.io.FileOutputStream [2/2]
  5503.     protected void finalize();
  5504. }|
  5505. java.io.FilterInputStream [1/2]
  5506. Compiled from FilterInputStream.java
  5507. public class java.io.FilterInputStream extends java.io.InputStream {
  5508.     protected java.io.InputStream in;
  5509.     protected java.io.FilterInputStream(java.io.InputStream);
  5510.     public int read();
  5511.     public int read(byte []);
  5512.     public int read(byte [],int,int);
  5513.     public long skip(long);
  5514.     public int available();
  5515.     public void close();|
  5516. java.io.FilterInputStream [2/2]
  5517.     public synchronized void mark(int);
  5518.     public synchronized void reset();
  5519.     public boolean markSupported();
  5520. }|
  5521. java.io.FilterOutputStream
  5522. Compiled from FilterOutputStream.java
  5523. public class java.io.FilterOutputStream extends java.io.OutputStream {
  5524.     protected java.io.OutputStream out;
  5525.     public java.io.FilterOutputStream(java.io.OutputStream);
  5526.     public void write(int);
  5527.     public void write(byte []);
  5528.     public void write(byte [],int,int);
  5529.     public void flush();
  5530.     public void close();
  5531. }|
  5532. java.io.InputStream [1/2]
  5533. Compiled from InputStream.java
  5534. public abstract class java.io.InputStream extends java.lang.Object {
  5535.     public abstract int read();
  5536.     public int read(byte []);
  5537.     public int read(byte [],int,int);
  5538.     public long skip(long);
  5539.     public int available();
  5540.     public void close();
  5541.     public synchronized void mark(int);
  5542.     public synchronized void reset();|
  5543. java.io.InputStream [2/2]
  5544.     public boolean markSupported();
  5545.     public java.io.InputStream();
  5546. }|
  5547. java.io.InterruptedIOException
  5548. Compiled from InterruptedIOException.java
  5549. public class java.io.InterruptedIOException extends java.io.IOException
  5550. {
  5551.     public int bytesTransferred;
  5552.     public java.io.InterruptedIOException();
  5553.     public java.io.InterruptedIOException(java.lang.String);
  5554. }|
  5555. java.io.IOException
  5556. Compiled from IOException.java
  5557. public class java.io.IOException extends java.lang.Exception {
  5558.     public java.io.IOException();
  5559.     public java.io.IOException(java.lang.String);
  5560. }|
  5561. java.io.LineNumberInputStream [1/2]
  5562. Compiled from LineNumberInputStream.java
  5563. public class java.io.LineNumberInputStream extends
  5564. java.io.FilterInputStream {
  5565.     int pushBack;
  5566.     int lineNumber;
  5567.     int markLineNumber;
  5568.     public java.io.LineNumberInputStream(java.io.InputStream);
  5569.     public int read();
  5570.     public int read(byte [],int,int);
  5571.     public void setLineNumber(int);
  5572.     public int getLineNumber();|
  5573. java.io.LineNumberInputStream [2/2]
  5574.     public long skip(long);
  5575.     public int available();
  5576.     public void mark(int);
  5577.     public void reset();
  5578. }|
  5579. java.io.OutputStream
  5580. Compiled from OutputStream.java
  5581. public abstract class java.io.OutputStream extends java.lang.Object {
  5582.     public abstract void write(int);
  5583.     public void write(byte []);
  5584.     public void write(byte [],int,int);
  5585.     public void flush();
  5586.     public void close();
  5587.     public java.io.OutputStream();
  5588. }|
  5589. java.io.PipedInputStream [1/2]
  5590. Compiled from PipedInputStream.java
  5591. public class java.io.PipedInputStream extends java.io.InputStream {
  5592.     boolean closed;
  5593.     java.lang.Thread readSide;
  5594.     java.lang.Thread writeSide;
  5595.     int in;
  5596.     int out;
  5597.     public java.io.PipedInputStream(java.io.PipedOutputStream);
  5598.     public java.io.PipedInputStream();
  5599.     public void connect(java.io.PipedOutputStream);|
  5600. java.io.PipedInputStream [2/2]
  5601.     synchronized void receive(int);
  5602.     synchronized void receive(byte [],int,int);
  5603.     synchronized void receivedLast();
  5604.     public synchronized int read();
  5605.     public synchronized int read(byte [],int,int);
  5606.     public synchronized int available();
  5607.     public void close();
  5608. }|
  5609. java.io.PipedOutputStream
  5610. Compiled from PipedOutputStream.java
  5611. public class java.io.PipedOutputStream extends java.io.OutputStream {
  5612.     public java.io.PipedOutputStream(java.io.PipedInputStream);
  5613.     public java.io.PipedOutputStream();
  5614.     public void connect(java.io.PipedInputStream);
  5615.     public void write(int);
  5616.     public void write(byte [],int,int);
  5617.     public synchronized void flush();
  5618.     public void close();
  5619. }|
  5620. java.io.PrintStream [1/3]
  5621. Compiled from PrintStream.java
  5622. public class java.io.PrintStream extends java.io.FilterOutputStream {
  5623.     public java.io.PrintStream(java.io.OutputStream);
  5624.     public java.io.PrintStream(java.io.OutputStream,boolean);
  5625.     public void write(int);
  5626.     public void write(byte [],int,int);
  5627.     public void flush();
  5628.     public void close();
  5629.     public boolean checkError();
  5630.     public void print(java.lang.Object);|
  5631. java.io.PrintStream [2/3]
  5632.     public synchronized void print(java.lang.String);
  5633.     public synchronized void print(char []);
  5634.     public void print(char);
  5635.     public void print(int);
  5636.     public void print(long);
  5637.     public void print(float);
  5638.     public void print(double);
  5639.     public void print(boolean);
  5640.     public void println();
  5641.     public synchronized void println(java.lang.Object);|
  5642. java.io.PrintStream [3/3]
  5643.     public synchronized void println(java.lang.String);
  5644.     public synchronized void println(char []);
  5645.     public synchronized void println(char);
  5646.     public synchronized void println(int);
  5647.     public synchronized void println(long);
  5648.     public synchronized void println(float);
  5649.     public synchronized void println(double);
  5650.     public synchronized void println(boolean);
  5651. }|
  5652. java.io.PushbackInputStream
  5653. Compiled from PushbackInputStream.java
  5654. public class java.io.PushbackInputStream extends
  5655. java.io.FilterInputStream {
  5656.     protected int pushBack;
  5657.     public java.io.PushbackInputStream(java.io.InputStream);
  5658.     public int read();
  5659.     public int read(byte [],int,int);
  5660.     public void unread(int);
  5661.     public int available();
  5662.     public boolean markSupported();
  5663. }|
  5664. java.io.RandomAccessFile [1/5]
  5665. Compiled from RandomAccessFile.java
  5666. public class java.io.RandomAccessFile extends java.lang.Object
  5667. implements java/io/DataOutput, java/io/DataInput {
  5668.     public java.io.RandomAccessFile(java.lang.String,java.lang.String);
  5669.     public java.io.RandomAccessFile(java.io.File,java.lang.String);
  5670.     public final java.io.FileDescriptor getFD();
  5671.     public native int read();
  5672.     public int read(byte [],int,int);
  5673.     public int read(byte []);
  5674.     public final void readFully(byte []);
  5675.     public final void readFully(byte [],int,int);|
  5676. java.io.RandomAccessFile [2/5]
  5677.     public int skipBytes(int);
  5678.     public native void write(int);
  5679.     public void write(byte []);
  5680.     public void write(byte [],int,int);
  5681.     public native long getFilePointer();
  5682.     public native void seek(long);
  5683.     public native long length();
  5684.     public native void close();
  5685.     public final boolean readBoolean();
  5686.     public final byte readByte();|
  5687. java.io.RandomAccessFile [3/5]
  5688.     public final int readUnsignedByte();
  5689.     public final short readShort();
  5690.     public final int readUnsignedShort();
  5691.     public final char readChar();
  5692.     public final int readInt();
  5693.     public final long readLong();
  5694.     public final float readFloat();
  5695.     public final double readDouble();
  5696.     public final java.lang.String readLine();
  5697.     public final java.lang.String readUTF();|
  5698. java.io.RandomAccessFile [4/5]
  5699.     public final void writeBoolean(boolean);
  5700.     public final void writeByte(int);
  5701.     public final void writeShort(int);
  5702.     public final void writeChar(int);
  5703.     public final void writeInt(int);
  5704.     public final void writeLong(long);
  5705.     public final void writeFloat(float);
  5706.     public final void writeDouble(double);
  5707.     public final void writeBytes(java.lang.String);
  5708.     public final void writeChars(java.lang.String);|
  5709. java.io.RandomAccessFile [5/5]
  5710.     public final void writeUTF(java.lang.String);
  5711. }|
  5712. java.io.SequenceInputStream [1/2]
  5713. Compiled from SequenceInputStream.java
  5714. public class java.io.SequenceInputStream extends java.io.InputStream {
  5715.     java.util.Enumeration e;
  5716.     java.io.InputStream in;
  5717.     public java.io.SequenceInputStream(java.util.Enumeration);
  5718.     public
  5719. java.io.SequenceInputStream(java.io.InputStream,java.io.InputStream);
  5720.     final void nextStream();
  5721.     public int read();
  5722.     public int read(byte [],int,int);
  5723.     public void close();|
  5724. java.io.SequenceInputStream [2/2]
  5725. }|
  5726. java.io.StreamTokenizer [1/3]
  5727. Compiled from StreamTokenizer.java
  5728. public class java.io.StreamTokenizer extends java.lang.Object {
  5729.     public int ttype;
  5730.     public static final int TT_EOF = -1;
  5731.     public static final int TT_EOL = 10;
  5732.     public static final int TT_NUMBER = -2;
  5733.     public static final int TT_WORD = -3;
  5734.     public java.lang.String sval;
  5735.     public double nval;
  5736.     public java.io.StreamTokenizer(java.io.InputStream);|
  5737. java.io.StreamTokenizer [2/3]
  5738.     public void resetSyntax();
  5739.     public void wordChars(int,int);
  5740.     public void whitespaceChars(int,int);
  5741.     public void ordinaryChars(int,int);
  5742.     public void ordinaryChar(int);
  5743.     public void commentChar(int);
  5744.     public void quoteChar(int);
  5745.     public void parseNumbers();
  5746.     public void eolIsSignificant(boolean);
  5747.     public void slashStarComments(boolean);|
  5748. java.io.StreamTokenizer [3/3]
  5749.     public void slashSlashComments(boolean);
  5750.     public void lowerCaseMode(boolean);
  5751.     public int nextToken();
  5752.     public void pushBack();
  5753.     public int lineno();
  5754.     public java.lang.String toString();
  5755. }|
  5756. java.io.StringBufferInputStream [1/2]
  5757. Compiled from StringBufferInputStream.java
  5758. public class java.io.StringBufferInputStream extends
  5759. java.io.InputStream {
  5760.     protected java.lang.String buffer;
  5761.     protected int pos;
  5762.     protected int count;
  5763.     public java.io.StringBufferInputStream(java.lang.String);
  5764.     public synchronized int read();
  5765.     public synchronized int read(byte [],int,int);
  5766.     public synchronized long skip(long);
  5767.     public synchronized int available();|
  5768. java.io.StringBufferInputStream [2/2]
  5769.     public synchronized void reset();
  5770. }|
  5771. java.io.UTFDataFormatException
  5772. Compiled from UTFDataFormatException.java
  5773. public class java.io.UTFDataFormatException extends java.io.IOException
  5774. {
  5775.     public java.io.UTFDataFormatException();
  5776.     public java.io.UTFDataFormatException(java.lang.String);
  5777. }|
  5778. java.lang.AbstractMethodError
  5779. Compiled from AbstractMethodError.java
  5780. public class java.lang.AbstractMethodError extends
  5781. java.lang.IncompatibleClassChangeError {
  5782.     public java.lang.AbstractMethodError();
  5783.     public java.lang.AbstractMethodError(java.lang.String);
  5784. }|
  5785. java.lang.ArithmeticException
  5786. Compiled from ArithmeticException.java
  5787. public class java.lang.ArithmeticException extends
  5788. java.lang.RuntimeException {
  5789.     public java.lang.ArithmeticException();
  5790.     public java.lang.ArithmeticException(java.lang.String);
  5791. }|
  5792. java.lang.ArrayIndexOutOfBoundsException
  5793. Compiled from ArrayIndexOutOfBoundsException.java
  5794. public class java.lang.ArrayIndexOutOfBoundsException extends
  5795. java.lang.IndexOutOfBoundsException {
  5796.     public java.lang.ArrayIndexOutOfBoundsException();
  5797.     public java.lang.ArrayIndexOutOfBoundsException(int);
  5798.     public java.lang.ArrayIndexOutOfBoundsException(java.lang.String);
  5799. }|
  5800. java.lang.ArrayStoreException
  5801. Compiled from ArrayStoreException.java
  5802. public class java.lang.ArrayStoreException extends
  5803. java.lang.RuntimeException {
  5804.     public java.lang.ArrayStoreException();
  5805.     public java.lang.ArrayStoreException(java.lang.String);
  5806. }|
  5807. java.lang.Boolean [1/2]
  5808. Compiled from Boolean.java
  5809. public final class java.lang.Boolean extends java.lang.Object {
  5810.     public static final java.lang.Boolean TRUE;
  5811.     public static final java.lang.Boolean FALSE;
  5812.     public java.lang.Boolean(boolean);
  5813.     public java.lang.Boolean(java.lang.String);
  5814.     public boolean booleanValue();
  5815.     public static java.lang.Boolean valueOf(java.lang.String);
  5816.     public java.lang.String toString();
  5817.     public int hashCode();|
  5818. java.lang.Boolean [2/2]
  5819.     public boolean equals(java.lang.Object);
  5820.     public static boolean getBoolean(java.lang.String);
  5821.     static void <clinit>();
  5822. }|
  5823. java.lang.Character [1/3]
  5824. Compiled from Character.java
  5825. public final class java.lang.Character extends java.lang.Object {
  5826.     public static final int MIN_RADIX = 2;
  5827.     public static final int MAX_RADIX = 36;
  5828.     public static final char MIN_VALUE = 0;
  5829.     public static final char MAX_VALUE = 65535;
  5830.     public static boolean isLowerCase(char);
  5831.     public static boolean isUpperCase(char);
  5832.     public static boolean isTitleCase(char);
  5833.     public static boolean isDigit(char);|
  5834. java.lang.Character [2/3]
  5835.     public static boolean isDefined(char);
  5836.     public static boolean isLetter(char);
  5837.     public static boolean isLetterOrDigit(char);
  5838.     public static boolean isJavaLetter(char);
  5839.     public static boolean isJavaLetterOrDigit(char);
  5840.     public static char toLowerCase(char);
  5841.     public static char toUpperCase(char);
  5842.     public static char toTitleCase(char);
  5843.     public static int digit(char,int);
  5844.     public static boolean isSpace(char);|
  5845. java.lang.Character [3/3]
  5846.     public static char forDigit(int,int);
  5847.     public java.lang.Character(char);
  5848.     public char charValue();
  5849.     public int hashCode();
  5850.     public boolean equals(java.lang.Object);
  5851.     public java.lang.String toString();
  5852.     static void <clinit>();
  5853. }|
  5854. java.lang.Class [1/2]
  5855. Compiled from Class.java
  5856. public final class java.lang.Class extends java.lang.Object {
  5857.     public native static java.lang.Class forName(java.lang.String);
  5858.     public native java.lang.Object newInstance();
  5859.     public native java.lang.String getName();
  5860.     public native java.lang.Class getSuperclass();
  5861.     public native java.lang.Class getInterfaces()[];
  5862.     public native java.lang.ClassLoader getClassLoader();
  5863.     public native boolean isInterface();
  5864.     public java.lang.String toString();|
  5865. java.lang.Class [2/2]
  5866. }|
  5867. java.lang.ClassCastException
  5868. Compiled from ClassCastException.java
  5869. public class java.lang.ClassCastException extends
  5870. java.lang.RuntimeException {
  5871.     public java.lang.ClassCastException();
  5872.     public java.lang.ClassCastException(java.lang.String);
  5873. }|
  5874. java.lang.ClassCircularityError
  5875. Compiled from ClassCircularityError.java
  5876. public class java.lang.ClassCircularityError extends
  5877. java.lang.LinkageError {
  5878.     public java.lang.ClassCircularityError();
  5879.     public java.lang.ClassCircularityError(java.lang.String);
  5880. }|
  5881. java.lang.ClassFormatError
  5882. Compiled from ClassFormatError.java
  5883. public class java.lang.ClassFormatError extends java.lang.LinkageError
  5884. {
  5885.     public java.lang.ClassFormatError();
  5886.     public java.lang.ClassFormatError(java.lang.String);
  5887. }|
  5888. java.lang.ClassLoader
  5889. Compiled from ClassLoader.java
  5890. public abstract class java.lang.ClassLoader extends java.lang.Object {
  5891.     protected java.lang.ClassLoader();
  5892.     protected abstract java.lang.Class
  5893. loadClass(java.lang.String,boolean);
  5894.     protected final java.lang.Class defineClass(byte [],int,int);
  5895.     protected final void resolveClass(java.lang.Class);
  5896.     protected final java.lang.Class findSystemClass(java.lang.String);
  5897. }|
  5898. java.lang.ClassNotFoundException
  5899. Compiled from ClassNotFoundException.java
  5900. public class java.lang.ClassNotFoundException extends
  5901. java.lang.Exception {
  5902.     public java.lang.ClassNotFoundException();
  5903.     public java.lang.ClassNotFoundException(java.lang.String);
  5904. }|
  5905. java.lang.Cloneable
  5906. Compiled from Cloneable.java
  5907. public interface java.lang.Cloneable extends java.lang.Object {
  5908. }|
  5909. java.lang.CloneNotSupportedException
  5910. Compiled from CloneNotSupportedException.java
  5911. public class java.lang.CloneNotSupportedException extends
  5912. java.lang.Exception {
  5913.     public java.lang.CloneNotSupportedException();
  5914.     public java.lang.CloneNotSupportedException(java.lang.String);
  5915. }|
  5916. java.lang.Compiler
  5917. Compiled from Compiler.java
  5918. public final class java.lang.Compiler extends java.lang.Object {
  5919.     public native static boolean compileClass(java.lang.Class);
  5920.     public native static boolean compileClasses(java.lang.String);
  5921.     public native static java.lang.Object command(java.lang.Object);
  5922.     public native static void enable();
  5923.     public native static void disable();
  5924.     static void <clinit>();
  5925. }|
  5926. java.lang.Double [1/3]
  5927. Compiled from Double.java
  5928. public final class java.lang.Double extends java.lang.Number {
  5929.     public static final double POSITIVE_INFINITY = Inf;
  5930.     public static final double NEGATIVE_INFINITY = -Inf;
  5931.     public static final double NaN = NaN;
  5932.     public static final double MAX_VALUE =
  5933. 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.000000;
  5934.     public static final double MIN_VALUE = 0.000000;
  5935.     public native static java.lang.String toString(double);
  5936.     public native static java.lang.Double valueOf(java.lang.String);
  5937.     public static boolean isNaN(double);|
  5938. java.lang.Double [2/3]
  5939.     public static boolean isInfinite(double);
  5940.     public java.lang.Double(double);
  5941.     public java.lang.Double(java.lang.String);
  5942.     public boolean isNaN();
  5943.     public boolean isInfinite();
  5944.     public java.lang.String toString();
  5945.     public int intValue();
  5946.     public long longValue();
  5947.     public float floatValue();
  5948.     public double doubleValue();|
  5949. java.lang.Double [3/3]
  5950.     public int hashCode();
  5951.     public boolean equals(java.lang.Object);
  5952.     public native static long doubleToLongBits(double);
  5953.     public native static double longBitsToDouble(long);
  5954. }|
  5955. java.lang.Error
  5956. Compiled from Error.java
  5957. public class java.lang.Error extends java.lang.Throwable {
  5958.     public java.lang.Error();
  5959.     public java.lang.Error(java.lang.String);
  5960. }|
  5961. java.lang.Exception
  5962. Compiled from Exception.java
  5963. public class java.lang.Exception extends java.lang.Throwable {
  5964.     public java.lang.Exception();
  5965.     public java.lang.Exception(java.lang.String);
  5966. }|
  5967. java.lang.Float [1/3]
  5968. Compiled from Float.java
  5969. public final class java.lang.Float extends java.lang.Number {
  5970.     public static final float POSITIVE_INFINITY = Inf;
  5971.     public static final float NEGATIVE_INFINITY = -Inf;
  5972.     public static final float NaN = NaN;
  5973.     public static final float MAX_VALUE = 3.40282e+38;
  5974.     public static final float MIN_VALUE = 1.4013e-45;
  5975.     public native static java.lang.String toString(float);
  5976.     public native static java.lang.Float valueOf(java.lang.String);
  5977.     public static boolean isNaN(float);|
  5978. java.lang.Float [2/3]
  5979.     public static boolean isInfinite(float);
  5980.     public java.lang.Float(float);
  5981.     public java.lang.Float(double);
  5982.     public java.lang.Float(java.lang.String);
  5983.     public boolean isNaN();
  5984.     public boolean isInfinite();
  5985.     public java.lang.String toString();
  5986.     public int intValue();
  5987.     public long longValue();
  5988.     public float floatValue();|
  5989. java.lang.Float [3/3]
  5990.     public double doubleValue();
  5991.     public int hashCode();
  5992.     public boolean equals(java.lang.Object);
  5993.     public native static int floatToIntBits(float);
  5994.     public native static float intBitsToFloat(int);
  5995. }|
  5996. java.lang.IllegalAccessError
  5997. Compiled from IllegalAccessError.java
  5998. public class java.lang.IllegalAccessError extends
  5999. java.lang.IncompatibleClassChangeError {
  6000.     public java.lang.IllegalAccessError();
  6001.     public java.lang.IllegalAccessError(java.lang.String);
  6002. }|
  6003. java.lang.IllegalAccessException
  6004. Compiled from IllegalAccessException.java
  6005. public class java.lang.IllegalAccessException extends
  6006. java.lang.Exception {
  6007.     public java.lang.IllegalAccessException();
  6008.     public java.lang.IllegalAccessException(java.lang.String);
  6009. }|
  6010. java.lang.IllegalArgumentException
  6011. Compiled from IllegalArgumentException.java
  6012. public class java.lang.IllegalArgumentException extends
  6013. java.lang.RuntimeException {
  6014.     public java.lang.IllegalArgumentException();
  6015.     public java.lang.IllegalArgumentException(java.lang.String);
  6016. }|
  6017. java.lang.IllegalMonitorStateException
  6018. Compiled from IllegalMonitorStateException.java
  6019. public class java.lang.IllegalMonitorStateException extends
  6020. java.lang.RuntimeException {
  6021.     public java.lang.IllegalMonitorStateException();
  6022.     public java.lang.IllegalMonitorStateException(java.lang.String);
  6023. }|
  6024. java.lang.IllegalThreadStateException
  6025. Compiled from IllegalThreadStateException.java
  6026. public class java.lang.IllegalThreadStateException extends
  6027. java.lang.IllegalArgumentException {
  6028.     public java.lang.IllegalThreadStateException();
  6029.     public java.lang.IllegalThreadStateException(java.lang.String);
  6030. }|
  6031. java.lang.IncompatibleClassChangeError
  6032. Compiled from IncompatibleClassChangeError.java
  6033. public class java.lang.IncompatibleClassChangeError extends
  6034. java.lang.LinkageError {
  6035.     public java.lang.IncompatibleClassChangeError();
  6036.     public java.lang.IncompatibleClassChangeError(java.lang.String);
  6037. }|
  6038. java.lang.IndexOutOfBoundsException
  6039. Compiled from IndexOutOfBoundsException.java
  6040. public class java.lang.IndexOutOfBoundsException extends
  6041. java.lang.RuntimeException {
  6042.     public java.lang.IndexOutOfBoundsException();
  6043.     public java.lang.IndexOutOfBoundsException(java.lang.String);
  6044. }|
  6045. java.lang.InstantiationError
  6046. Compiled from InstantiationError.java
  6047. public class java.lang.InstantiationError extends
  6048. java.lang.IncompatibleClassChangeError {
  6049.     public java.lang.InstantiationError();
  6050.     public java.lang.InstantiationError(java.lang.String);
  6051. }|
  6052. java.lang.InstantiationException
  6053. Compiled from InstantiationException.java
  6054. public class java.lang.InstantiationException extends
  6055. java.lang.Exception {
  6056.     public java.lang.InstantiationException();
  6057.     public java.lang.InstantiationException(java.lang.String);
  6058. }|
  6059. java.lang.Integer [1/3]
  6060. Compiled from Integer.java
  6061. public final class java.lang.Integer extends java.lang.Number {
  6062.     public static final int MIN_VALUE = -2147483648;
  6063.     public static final int MAX_VALUE = 2147483647;
  6064.     public static java.lang.String toString(int,int);
  6065.     public static java.lang.String toHexString(int);
  6066.     public static java.lang.String toOctalString(int);
  6067.     public static java.lang.String toBinaryString(int);
  6068.     public static java.lang.String toString(int);
  6069.     public static int parseInt(java.lang.String,int);|
  6070. java.lang.Integer [2/3]
  6071.     public static int parseInt(java.lang.String);
  6072.     public static java.lang.Integer valueOf(java.lang.String,int);
  6073.     public static java.lang.Integer valueOf(java.lang.String);
  6074.     public java.lang.Integer(int);
  6075.     public java.lang.Integer(java.lang.String);
  6076.     public int intValue();
  6077.     public long longValue();
  6078.     public float floatValue();
  6079.     public double doubleValue();
  6080.     public java.lang.String toString();|
  6081. java.lang.Integer [3/3]
  6082.     public int hashCode();
  6083.     public boolean equals(java.lang.Object);
  6084.     public static java.lang.Integer getInteger(java.lang.String);
  6085.     public static java.lang.Integer getInteger(java.lang.String,int);
  6086.     public static java.lang.Integer
  6087. getInteger(java.lang.String,java.lang.Integer);
  6088. }|
  6089. java.lang.InternalError
  6090. Compiled from InternalError.java
  6091. public class java.lang.InternalError extends
  6092. java.lang.VirtualMachineError {
  6093.     public java.lang.InternalError();
  6094.     public java.lang.InternalError(java.lang.String);
  6095. }|
  6096. java.lang.InterruptedException
  6097. Compiled from InterruptedException.java
  6098. public class java.lang.InterruptedException extends java.lang.Exception
  6099. {
  6100.     public java.lang.InterruptedException();
  6101.     public java.lang.InterruptedException(java.lang.String);
  6102. }|
  6103. java.lang.LinkageError
  6104. Compiled from LinkageError.java
  6105. public class java.lang.LinkageError extends java.lang.Error {
  6106.     public java.lang.LinkageError();
  6107.     public java.lang.LinkageError(java.lang.String);
  6108. }|
  6109. java.lang.Long [1/3]
  6110. Compiled from Long.java
  6111. public final class java.lang.Long extends java.lang.Number {
  6112.     public static final long MIN_VALUE = -9223372036854775808;
  6113.     public static final long MAX_VALUE = 9223372036854775807;
  6114.     public static java.lang.String toString(long,int);
  6115.     public static java.lang.String toHexString(long);
  6116.     public static java.lang.String toOctalString(long);
  6117.     public static java.lang.String toBinaryString(long);
  6118.     public static java.lang.String toString(long);
  6119.     public static long parseLong(java.lang.String,int);|
  6120. java.lang.Long [2/3]
  6121.     public static long parseLong(java.lang.String);
  6122.     public static java.lang.Long valueOf(java.lang.String,int);
  6123.     public static java.lang.Long valueOf(java.lang.String);
  6124.     public java.lang.Long(long);
  6125.     public java.lang.Long(java.lang.String);
  6126.     public int intValue();
  6127.     public long longValue();
  6128.     public float floatValue();
  6129.     public double doubleValue();
  6130.     public java.lang.String toString();|
  6131. java.lang.Long [3/3]
  6132.     public int hashCode();
  6133.     public boolean equals(java.lang.Object);
  6134.     public static java.lang.Long getLong(java.lang.String);
  6135.     public static java.lang.Long getLong(java.lang.String,long);
  6136.     public static java.lang.Long
  6137. getLong(java.lang.String,java.lang.Long);
  6138. }|
  6139. java.lang.Math [1/4]
  6140. Compiled from Math.java
  6141. public final class java.lang.Math extends java.lang.Object {
  6142.     public static final double E = 2.718282;
  6143.     public static final double PI = 3.141593;
  6144.     public native static double sin(double);
  6145.     public native static double cos(double);
  6146.     public native static double tan(double);
  6147.     public native static double asin(double);
  6148.     public native static double acos(double);
  6149.     public native static double atan(double);|
  6150. java.lang.Math [2/4]
  6151.     public native static double exp(double);
  6152.     public native static double log(double);
  6153.     public native static double sqrt(double);
  6154.     public native static double IEEEremainder(double,double);
  6155.     public native static double ceil(double);
  6156.     public native static double floor(double);
  6157.     public native static double rint(double);
  6158.     public native static double atan2(double,double);
  6159.     public native static double pow(double,double);
  6160.     public static int round(float);|
  6161. java.lang.Math [3/4]
  6162.     public static long round(double);
  6163.     public static synchronized double random();
  6164.     public static int abs(int);
  6165.     public static long abs(long);
  6166.     public static float abs(float);
  6167.     public static double abs(double);
  6168.     public static int max(int,int);
  6169.     public static long max(long,long);
  6170.     public static float max(float,float);
  6171.     public static double max(double,double);|
  6172. java.lang.Math [4/4]
  6173.     public static int min(int,int);
  6174.     public static long min(long,long);
  6175.     public static float min(float,float);
  6176.     public static double min(double,double);
  6177. }|
  6178. java.lang.NegativeArraySizeException
  6179. Compiled from NegativeArraySizeException.java
  6180. public class java.lang.NegativeArraySizeException extends
  6181. java.lang.RuntimeException {
  6182.     public java.lang.NegativeArraySizeException();
  6183.     public java.lang.NegativeArraySizeException(java.lang.String);
  6184. }|
  6185. java.lang.NoClassDefFoundError
  6186. Compiled from NoClassDefFoundError.java
  6187. public class java.lang.NoClassDefFoundError extends
  6188. java.lang.LinkageError {
  6189.     public java.lang.NoClassDefFoundError();
  6190.     public java.lang.NoClassDefFoundError(java.lang.String);
  6191. }|
  6192. java.lang.NoSuchFieldError
  6193. Compiled from NoSuchFieldError.java
  6194. public class java.lang.NoSuchFieldError extends
  6195. java.lang.IncompatibleClassChangeError {
  6196.     public java.lang.NoSuchFieldError();
  6197.     public java.lang.NoSuchFieldError(java.lang.String);
  6198. }|
  6199. java.lang.NoSuchMethodError
  6200. Compiled from NoSuchMethodError.java
  6201. public class java.lang.NoSuchMethodError extends
  6202. java.lang.IncompatibleClassChangeError {
  6203.     public java.lang.NoSuchMethodError();
  6204.     public java.lang.NoSuchMethodError(java.lang.String);
  6205. }|
  6206. java.lang.NoSuchMethodException
  6207. Compiled from NoSuchMethodException.java
  6208. public class java.lang.NoSuchMethodException extends
  6209. java.lang.Exception {
  6210.     public java.lang.NoSuchMethodException();
  6211.     public java.lang.NoSuchMethodException(java.lang.String);
  6212. }|
  6213. java.lang.NullPointerException
  6214. Compiled from NullPointerException.java
  6215. public class java.lang.NullPointerException extends
  6216. java.lang.RuntimeException {
  6217.     public java.lang.NullPointerException();
  6218.     public java.lang.NullPointerException(java.lang.String);
  6219. }|
  6220. java.lang.Number
  6221. Compiled from Number.java
  6222. public abstract class java.lang.Number extends java.lang.Object {
  6223.     public abstract int intValue();
  6224.     public abstract long longValue();
  6225.     public abstract float floatValue();
  6226.     public abstract double doubleValue();
  6227.     public java.lang.Number();
  6228. }|
  6229. java.lang.NumberFormatException
  6230. Compiled from NumberFormatException.java
  6231. public class java.lang.NumberFormatException extends
  6232. java.lang.IllegalArgumentException {
  6233.     public java.lang.NumberFormatException();
  6234.     public java.lang.NumberFormatException(java.lang.String);
  6235. }|
  6236. java.lang.Object [1/2]
  6237. Compiled from Object.java
  6238. public class java.lang.Object {
  6239.     public final native java.lang.Class getClass();
  6240.     public native int hashCode();
  6241.     public boolean equals(java.lang.Object);
  6242.     protected native java.lang.Object clone();
  6243.     public java.lang.String toString();
  6244.     public final native void notify();
  6245.     public final native void notifyAll();
  6246.     public final native void wait(long);|
  6247. java.lang.Object [2/2]
  6248.     public final void wait(long,int);
  6249.     public final void wait();
  6250.     protected void finalize();
  6251.     public java.lang.Object();
  6252. }|
  6253. java.lang.OutOfMemoryError
  6254. Compiled from OutOfMemoryError.java
  6255. public class java.lang.OutOfMemoryError extends
  6256. java.lang.VirtualMachineError {
  6257.     public java.lang.OutOfMemoryError();
  6258.     public java.lang.OutOfMemoryError(java.lang.String);
  6259. }|
  6260. java.lang.Process
  6261. Compiled from Process.java
  6262. public abstract class java.lang.Process extends java.lang.Object {
  6263.     public abstract java.io.OutputStream getOutputStream();
  6264.     public abstract java.io.InputStream getInputStream();
  6265.     public abstract java.io.InputStream getErrorStream();
  6266.     public abstract int waitFor();
  6267.     public abstract int exitValue();
  6268.     public abstract void destroy();
  6269.     public java.lang.Process();
  6270. }|
  6271. java.lang.Runnable
  6272. Compiled from Runnable.java
  6273. public interface java.lang.Runnable extends java.lang.Object {
  6274.     public abstract void run();
  6275. }|
  6276. java.lang.Runtime [1/2]
  6277. Compiled from Runtime.java
  6278. public class java.lang.Runtime extends java.lang.Object {
  6279.     public static java.lang.Runtime getRuntime();
  6280.     public void exit(int);
  6281.     public java.lang.Process exec(java.lang.String);
  6282.     public java.lang.Process exec(java.lang.String,java.lang.String
  6283. []);
  6284.     public java.lang.Process exec(java.lang.String []);
  6285.     public java.lang.Process exec(java.lang.String [],java.lang.String
  6286. []);
  6287.     public native long freeMemory();
  6288.     public native long totalMemory();|
  6289. java.lang.Runtime [2/2]
  6290.     public native void gc();
  6291.     public native void runFinalization();
  6292.     public native void traceInstructions(boolean);
  6293.     public native void traceMethodCalls(boolean);
  6294.     public synchronized void load(java.lang.String);
  6295.     public synchronized void loadLibrary(java.lang.String);
  6296.     public java.io.InputStream
  6297. getLocalizedInputStream(java.io.InputStream);
  6298.     public java.io.OutputStream
  6299. getLocalizedOutputStream(java.io.OutputStream);
  6300.     static void <clinit>();
  6301. }|
  6302. java.lang.RuntimeException
  6303. Compiled from RuntimeException.java
  6304. public class java.lang.RuntimeException extends java.lang.Exception {
  6305.     public java.lang.RuntimeException();
  6306.     public java.lang.RuntimeException(java.lang.String);
  6307. }|
  6308. java.lang.SecurityException
  6309. Compiled from SecurityException.java
  6310. public class java.lang.SecurityException extends
  6311. java.lang.RuntimeException {
  6312.     public java.lang.SecurityException();
  6313.     public java.lang.SecurityException(java.lang.String);
  6314. }|
  6315. java.lang.SecurityManager [1/4]
  6316. Compiled from SecurityManager.java
  6317. public abstract class java.lang.SecurityManager extends
  6318. java.lang.Object {
  6319.     protected boolean inCheck;
  6320.     public boolean getInCheck();
  6321.     protected java.lang.SecurityManager();
  6322.     protected native java.lang.Class getClassContext()[];
  6323.     protected native java.lang.ClassLoader currentClassLoader();
  6324.     protected native int classDepth(java.lang.String);
  6325.     protected native int classLoaderDepth();
  6326.     protected boolean inClass(java.lang.String);|
  6327. java.lang.SecurityManager [2/4]
  6328.     protected boolean inClassLoader();
  6329.     public java.lang.Object getSecurityContext();
  6330.     public void checkCreateClassLoader();
  6331.     public void checkAccess(java.lang.Thread);
  6332.     public void checkAccess(java.lang.ThreadGroup);
  6333.     public void checkExit(int);
  6334.     public void checkExec(java.lang.String);
  6335.     public void checkLink(java.lang.String);
  6336.     public void checkRead(java.io.FileDescriptor);
  6337.     public void checkRead(java.lang.String);|
  6338. java.lang.SecurityManager [3/4]
  6339.     public void checkRead(java.lang.String,java.lang.Object);
  6340.     public void checkWrite(java.io.FileDescriptor);
  6341.     public void checkWrite(java.lang.String);
  6342.     public void checkDelete(java.lang.String);
  6343.     public void checkConnect(java.lang.String,int);
  6344.     public void checkConnect(java.lang.String,int,java.lang.Object);
  6345.     public void checkListen(int);
  6346.     public void checkAccept(java.lang.String,int);
  6347.     public void checkPropertiesAccess();
  6348.     public void checkPropertyAccess(java.lang.String);|
  6349. java.lang.SecurityManager [4/4]
  6350.     public void checkPropertyAccess(java.lang.String,java.lang.String);
  6351.     public boolean checkTopLevelWindow(java.lang.Object);
  6352.     public void checkPackageAccess(java.lang.String);
  6353.     public void checkPackageDefinition(java.lang.String);
  6354.     public void checkSetFactory();
  6355. }|
  6356. java.lang.StackOverflowError
  6357. Compiled from StackOverflowError.java
  6358. public class java.lang.StackOverflowError extends
  6359. java.lang.VirtualMachineError {
  6360.     public java.lang.StackOverflowError();
  6361.     public java.lang.StackOverflowError(java.lang.String);
  6362. }|
  6363. java.lang.String [1/6]
  6364. Compiled from String.java
  6365. public final class java.lang.String extends java.lang.Object {
  6366.     public java.lang.String();
  6367.     public java.lang.String(java.lang.String);
  6368.     public java.lang.String(char []);
  6369.     public java.lang.String(char [],int,int);
  6370.     public java.lang.String(byte [],int,int,int);
  6371.     public java.lang.String(byte [],int);
  6372.     public java.lang.String(java.lang.StringBuffer);
  6373.     public int length();|
  6374. java.lang.String [2/6]
  6375.     public char charAt(int);
  6376.     public void getChars(int,int,char [],int);
  6377.     public void getBytes(int,int,byte [],int);
  6378.     public boolean equals(java.lang.Object);
  6379.     public boolean equalsIgnoreCase(java.lang.String);
  6380.     public int compareTo(java.lang.String);
  6381.     public boolean regionMatches(int,java.lang.String,int,int);
  6382.     public boolean regionMatches(boolean,int,java.lang.String,int,int);
  6383.     public boolean startsWith(java.lang.String,int);
  6384.     public boolean startsWith(java.lang.String);|
  6385. java.lang.String [3/6]
  6386.     public boolean endsWith(java.lang.String);
  6387.     public int hashCode();
  6388.     public int indexOf(int);
  6389.     public int indexOf(int,int);
  6390.     public int lastIndexOf(int);
  6391.     public int lastIndexOf(int,int);
  6392.     public int indexOf(java.lang.String);
  6393.     public int indexOf(java.lang.String,int);
  6394.     public int lastIndexOf(java.lang.String);
  6395.     public int lastIndexOf(java.lang.String,int);|
  6396. java.lang.String [4/6]
  6397.     public java.lang.String substring(int);
  6398.     public java.lang.String substring(int,int);
  6399.     public java.lang.String concat(java.lang.String);
  6400.     public java.lang.String replace(char,char);
  6401.     public java.lang.String toLowerCase();
  6402.     public java.lang.String toUpperCase();
  6403.     public java.lang.String trim();
  6404.     public java.lang.String toString();
  6405.     public char toCharArray()[];
  6406.     public static java.lang.String valueOf(java.lang.Object);|
  6407. java.lang.String [5/6]
  6408.     public static java.lang.String valueOf(char []);
  6409.     public static java.lang.String valueOf(char [],int,int);
  6410.     public static java.lang.String copyValueOf(char [],int,int);
  6411.     public static java.lang.String copyValueOf(char []);
  6412.     public static java.lang.String valueOf(boolean);
  6413.     public static java.lang.String valueOf(char);
  6414.     public static java.lang.String valueOf(int);
  6415.     public static java.lang.String valueOf(long);
  6416.     public static java.lang.String valueOf(float);
  6417.     public static java.lang.String valueOf(double);|
  6418. java.lang.String [6/6]
  6419.     public java.lang.String intern();
  6420.     int utfLength();
  6421. }|
  6422. java.lang.StringBuffer [1/4]
  6423. Compiled from StringBuffer.java
  6424. public final class java.lang.StringBuffer extends java.lang.Object {
  6425.     public java.lang.StringBuffer();
  6426.     public java.lang.StringBuffer(int);
  6427.     public java.lang.StringBuffer(java.lang.String);
  6428.     public int length();
  6429.     public int capacity();
  6430.     public synchronized void ensureCapacity(int);
  6431.     public synchronized void setLength(int);
  6432.     public synchronized char charAt(int);|
  6433. java.lang.StringBuffer [2/4]
  6434.     public synchronized void getChars(int,int,char [],int);
  6435.     public synchronized void setCharAt(int,char);
  6436.     public synchronized java.lang.StringBuffer
  6437. append(java.lang.Object);
  6438.     public synchronized java.lang.StringBuffer
  6439. append(java.lang.String);
  6440.     public synchronized java.lang.StringBuffer append(char []);
  6441.     public synchronized java.lang.StringBuffer append(char [],int,int);
  6442.     public java.lang.StringBuffer append(boolean);
  6443.     public synchronized java.lang.StringBuffer append(char);
  6444.     public java.lang.StringBuffer append(int);
  6445.     public java.lang.StringBuffer append(long);|
  6446. java.lang.StringBuffer [3/4]
  6447.     public java.lang.StringBuffer append(float);
  6448.     public java.lang.StringBuffer append(double);
  6449.     public synchronized java.lang.StringBuffer
  6450. insert(int,java.lang.Object);
  6451.     public synchronized java.lang.StringBuffer
  6452. insert(int,java.lang.String);
  6453.     public synchronized java.lang.StringBuffer insert(int,char []);
  6454.     public java.lang.StringBuffer insert(int,boolean);
  6455.     public synchronized java.lang.StringBuffer insert(int,char);
  6456.     public java.lang.StringBuffer insert(int,int);
  6457.     public java.lang.StringBuffer insert(int,long);
  6458.     public java.lang.StringBuffer insert(int,float);|
  6459. java.lang.StringBuffer [4/4]
  6460.     public java.lang.StringBuffer insert(int,double);
  6461.     public synchronized java.lang.StringBuffer reverse();
  6462.     public java.lang.String toString();
  6463.     final void setShared();
  6464.     final char getValue()[];
  6465. }|
  6466. java.lang.StringIndexOutOfBoundsException
  6467. Compiled from StringIndexOutOfBoundsException.java
  6468. public class java.lang.StringIndexOutOfBoundsException extends
  6469. java.lang.IndexOutOfBoundsException {
  6470.     public java.lang.StringIndexOutOfBoundsException();
  6471.     public java.lang.StringIndexOutOfBoundsException(java.lang.String);
  6472.     public java.lang.StringIndexOutOfBoundsException(int);
  6473. }|
  6474. java.lang.System [1/3]
  6475. Compiled from System.java
  6476. public final class java.lang.System extends java.lang.Object {
  6477.     public static java.io.InputStream in;
  6478.     public static java.io.PrintStream out;
  6479.     public static java.io.PrintStream err;
  6480.     public static void setSecurityManager(java.lang.SecurityManager);
  6481.     public static java.lang.SecurityManager getSecurityManager();
  6482.     public native static long currentTimeMillis();
  6483.     public native static void
  6484. arraycopy(java.lang.Object,int,java.lang.Object,int,int);
  6485.     public static java.util.Properties getProperties();|
  6486. java.lang.System [2/3]
  6487.     public static void setProperties(java.util.Properties);
  6488.     public static java.lang.String getProperty(java.lang.String);
  6489.     public static java.lang.String
  6490. getProperty(java.lang.String,java.lang.String);
  6491.     public static java.lang.String getenv(java.lang.String);
  6492.     public static void exit(int);
  6493.     public static void gc();
  6494.     public static void runFinalization();
  6495.     public static void load(java.lang.String);
  6496.     public static void loadLibrary(java.lang.String);
  6497.     static void <clinit>();|
  6498. java.lang.System [3/3]
  6499. }|
  6500. java.lang.Thread [1/5]
  6501. Compiled from Thread.java
  6502. public class java.lang.Thread extends java.lang.Object implements
  6503. java/lang/Runnable {
  6504.     public static final int MIN_PRIORITY = 1;
  6505.     public static final int NORM_PRIORITY = 5;
  6506.     public static final int MAX_PRIORITY = 10;
  6507.     public native static java.lang.Thread currentThread();
  6508.     public native static void yield();
  6509.     public native static void sleep(long);
  6510.     public static void sleep(long,int);
  6511.     public java.lang.Thread();|
  6512. java.lang.Thread [2/5]
  6513.     public java.lang.Thread(java.lang.Runnable);
  6514.     public java.lang.Thread(java.lang.ThreadGroup,java.lang.Runnable);
  6515.     public java.lang.Thread(java.lang.String);
  6516.     public java.lang.Thread(java.lang.ThreadGroup,java.lang.String);
  6517.     public java.lang.Thread(java.lang.Runnable,java.lang.String);
  6518.     public
  6519. java.lang.Thread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String);
  6520.     public native synchronized void start();
  6521.     public void run();
  6522.     public final void stop();
  6523.     public final synchronized void stop(java.lang.Throwable);|
  6524. java.lang.Thread [3/5]
  6525.     public void interrupt();
  6526.     public static boolean interrupted();
  6527.     public boolean isInterrupted();
  6528.     public void destroy();
  6529.     public final native boolean isAlive();
  6530.     public final void suspend();
  6531.     public final void resume();
  6532.     public final void setPriority(int);
  6533.     public final int getPriority();
  6534.     public final void setName(java.lang.String);|
  6535. java.lang.Thread [4/5]
  6536.     public final java.lang.String getName();
  6537.     public final java.lang.ThreadGroup getThreadGroup();
  6538.     public static int activeCount();
  6539.     public static int enumerate(java.lang.Thread []);
  6540.     public native int countStackFrames();
  6541.     public final synchronized void join(long);
  6542.     public final synchronized void join(long,int);
  6543.     public final void join();
  6544.     public static void dumpStack();
  6545.     public final void setDaemon(boolean);|
  6546. java.lang.Thread [5/5]
  6547.     public final boolean isDaemon();
  6548.     public void checkAccess();
  6549.     public java.lang.String toString();
  6550. }|
  6551. java.lang.ThreadDeath
  6552. Compiled from ThreadDeath.java
  6553. public class java.lang.ThreadDeath extends java.lang.Error {
  6554.     public java.lang.ThreadDeath();
  6555. }|
  6556. java.lang.ThreadGroup [1/4]
  6557. Compiled from ThreadGroup.java
  6558. public class java.lang.ThreadGroup extends java.lang.Object {
  6559.     java.lang.ThreadGroup parent;
  6560.     java.lang.String name;
  6561.     int maxPriority;
  6562.     boolean destroyed;
  6563.     boolean daemon;
  6564.     int nthreads;
  6565.     java.lang.Thread threads[];
  6566.     int ngroups;|
  6567. java.lang.ThreadGroup [2/4]
  6568.     java.lang.ThreadGroup groups[];
  6569.     public java.lang.ThreadGroup(java.lang.String);
  6570.     public
  6571. java.lang.ThreadGroup(java.lang.ThreadGroup,java.lang.String);
  6572.     public final java.lang.String getName();
  6573.     public final java.lang.ThreadGroup getParent();
  6574.     public final int getMaxPriority();
  6575.     public final boolean isDaemon();
  6576.     public final void setDaemon(boolean);
  6577.     public final synchronized void setMaxPriority(int);
  6578.     public final boolean parentOf(java.lang.ThreadGroup);|
  6579. java.lang.ThreadGroup [3/4]
  6580.     public final void checkAccess();
  6581.     public synchronized int activeCount();
  6582.     public int enumerate(java.lang.Thread []);
  6583.     public int enumerate(java.lang.Thread [],boolean);
  6584.     public synchronized int activeGroupCount();
  6585.     public int enumerate(java.lang.ThreadGroup []);
  6586.     public int enumerate(java.lang.ThreadGroup [],boolean);
  6587.     public final synchronized void stop();
  6588.     public final synchronized void suspend();
  6589.     public final synchronized void resume();|
  6590. java.lang.ThreadGroup [4/4]
  6591.     public final synchronized void destroy();
  6592.     synchronized void add(java.lang.Thread);
  6593.     synchronized void remove(java.lang.Thread);
  6594.     public synchronized void list();
  6595.     void list(java.io.PrintStream,int);
  6596.     public void
  6597. uncaughtException(java.lang.Thread,java.lang.Throwable);
  6598.     public java.lang.String toString();
  6599. }|
  6600. java.lang.Throwable
  6601. Compiled from Throwable.java
  6602. public class java.lang.Throwable extends java.lang.Object {
  6603.     public java.lang.Throwable();
  6604.     public java.lang.Throwable(java.lang.String);
  6605.     public java.lang.String getMessage();
  6606.     public java.lang.String toString();
  6607.     public void printStackTrace();
  6608.     public void printStackTrace(java.io.PrintStream);
  6609.     public native java.lang.Throwable fillInStackTrace();
  6610. }|
  6611. java.lang.UnknownError
  6612. Compiled from UnknownError.java
  6613. public class java.lang.UnknownError extends
  6614. java.lang.VirtualMachineError {
  6615.     public java.lang.UnknownError();
  6616.     public java.lang.UnknownError(java.lang.String);
  6617. }|
  6618. java.lang.UnsatisfiedLinkError
  6619. Compiled from UnsatisfiedLinkError.java
  6620. public class java.lang.UnsatisfiedLinkError extends
  6621. java.lang.LinkageError {
  6622.     public java.lang.UnsatisfiedLinkError();
  6623.     public java.lang.UnsatisfiedLinkError(java.lang.String);
  6624. }|
  6625. java.lang.VerifyError
  6626. Compiled from VerifyError.java
  6627. public class java.lang.VerifyError extends java.lang.LinkageError {
  6628.     public java.lang.VerifyError();
  6629.     public java.lang.VerifyError(java.lang.String);
  6630. }|
  6631. java.lang.VirtualMachineError
  6632. Compiled from VirtualMachineError.java
  6633. public abstract class java.lang.VirtualMachineError extends
  6634. java.lang.Error {
  6635.     public java.lang.VirtualMachineError();
  6636.     public java.lang.VirtualMachineError(java.lang.String);
  6637. }|
  6638. java.net.ContentHandler
  6639. Compiled from ContentHandler.java
  6640. public abstract class java.net.ContentHandler extends java.lang.Object
  6641. {
  6642.     public abstract java.lang.Object
  6643. getContent(java.net.URLConnection);
  6644.     public java.net.ContentHandler();
  6645. }|
  6646. java.net.ContentHandlerFactory
  6647. Compiled from ContentHandlerFactory.java
  6648. public interface java.net.ContentHandlerFactory extends
  6649. java.lang.Object {
  6650.     public abstract java.net.ContentHandler
  6651. createContentHandler(java.lang.String);
  6652. }|
  6653. java.net.DatagramPacket
  6654. Compiled from DatagramPacket.java
  6655. public final class java.net.DatagramPacket extends java.lang.Object {
  6656.     public java.net.DatagramPacket(byte [],int);
  6657.     public java.net.DatagramPacket(byte
  6658. [],int,java.net.InetAddress,int);
  6659.     public java.net.InetAddress getAddress();
  6660.     public int getPort();
  6661.     public byte getData()[];
  6662.     public int getLength();
  6663. }|
  6664. java.net.DatagramSocket [1/2]
  6665. Compiled from DatagramSocket.java
  6666. public class java.net.DatagramSocket extends java.lang.Object {
  6667.     public java.net.DatagramSocket();
  6668.     public java.net.DatagramSocket(int);
  6669.     public void send(java.net.DatagramPacket);
  6670.     public synchronized void receive(java.net.DatagramPacket);
  6671.     public int getLocalPort();
  6672.     public synchronized void close();
  6673.     protected synchronized void finalize();
  6674.     static void <clinit>();|
  6675. java.net.DatagramSocket [2/2]
  6676. }|
  6677. java.net.InetAddress [1/3]
  6678. Compiled from InetAddress.java
  6679. public final class java.net.InetAddress extends java.lang.Object {
  6680.     java.lang.String hostName;
  6681.     int address;
  6682.     int family;
  6683.     static java.util.Hashtable addressCache;
  6684.     static java.net.InetAddress unknownAddress;
  6685.     static java.net.InetAddress anyLocalAddress;
  6686.     static java.net.InetAddress localHost;
  6687.     java.net.InetAddress();|
  6688. java.net.InetAddress [2/3]
  6689.     java.net.InetAddress(java.lang.String,byte []);
  6690.     public java.lang.String getHostName();
  6691.     public byte getAddress()[];
  6692.     public java.lang.String getHostAddress();
  6693.     public int hashCode();
  6694.     public boolean equals(java.lang.Object);
  6695.     public java.lang.String toString();
  6696.     public static synchronized java.net.InetAddress
  6697. getByName(java.lang.String);
  6698.     public static synchronized java.net.InetAddress
  6699. getAllByName(java.lang.String)[];
  6700.     public static java.net.InetAddress getLocalHost();|
  6701. java.net.InetAddress [3/3]
  6702.     static void <clinit>();
  6703. }|
  6704. java.net.MalformedURLException
  6705. Compiled from MalformedURLException.java
  6706. public class java.net.MalformedURLException extends java.io.IOException
  6707. {
  6708.     public java.net.MalformedURLException();
  6709.     public java.net.MalformedURLException(java.lang.String);
  6710. }|
  6711. java.net.PlainSocketImpl [1/2]
  6712. Compiled from PlainSocketImpl.java
  6713. class java.net.PlainSocketImpl extends java.net.SocketImpl {
  6714.     public static final java.lang.String socksServerProp =
  6715. "socksProxyHost";
  6716.     public static final java.lang.String socksPortProp =
  6717. "socksProxyPort";
  6718.     public static final java.lang.String socksDefaultPortStr = "1080";
  6719.     protected synchronized void create(boolean);
  6720.     protected void connect(java.lang.String,int);
  6721.     protected void connect(java.net.InetAddress,int);
  6722.     protected synchronized void bind(java.net.InetAddress,int);
  6723.     protected synchronized void listen(int);|
  6724. java.net.PlainSocketImpl [2/2]
  6725.     protected synchronized void accept(java.net.SocketImpl);
  6726.     protected synchronized java.io.InputStream getInputStream();
  6727.     protected synchronized java.io.OutputStream getOutputStream();
  6728.     protected synchronized int available();
  6729.     protected synchronized void close();
  6730.     protected synchronized void finalize();
  6731.     java.net.PlainSocketImpl();
  6732.     static void <clinit>();
  6733. }|
  6734. java.net.ProtocolException
  6735. Compiled from ProtocolException.java
  6736. public class java.net.ProtocolException extends java.io.IOException {
  6737.     public java.net.ProtocolException(java.lang.String);
  6738.     public java.net.ProtocolException();
  6739. }|
  6740. java.net.ServerSocket [1/2]
  6741. Compiled from ServerSocket.java
  6742. public final class java.net.ServerSocket extends java.lang.Object {
  6743.     java.net.SocketImpl impl;
  6744.     java.net.ServerSocket();
  6745.     public java.net.ServerSocket(int);
  6746.     public java.net.ServerSocket(int,int);
  6747.     public java.net.InetAddress getInetAddress();
  6748.     public int getLocalPort();
  6749.     public java.net.Socket accept();
  6750.     public void close();|
  6751. java.net.ServerSocket [2/2]
  6752.     public java.lang.String toString();
  6753.     public static synchronized void
  6754. setSocketFactory(java.net.SocketImplFactory);
  6755. }|
  6756. java.net.Socket [1/2]
  6757. Compiled from Socket.java
  6758. public final class java.net.Socket extends java.lang.Object {
  6759.     java.net.SocketImpl impl;
  6760.     java.net.Socket();
  6761.     public java.net.Socket(java.lang.String,int);
  6762.     public java.net.Socket(java.lang.String,int,boolean);
  6763.     public java.net.Socket(java.net.InetAddress,int);
  6764.     public java.net.Socket(java.net.InetAddress,int,boolean);
  6765.     public java.net.InetAddress getInetAddress();
  6766.     public int getPort();|
  6767. java.net.Socket [2/2]
  6768.     public int getLocalPort();
  6769.     public java.io.InputStream getInputStream();
  6770.     public java.io.OutputStream getOutputStream();
  6771.     public synchronized void close();
  6772.     public java.lang.String toString();
  6773.     public static synchronized void
  6774. setSocketImplFactory(java.net.SocketImplFactory);
  6775. }|
  6776. java.net.SocketException
  6777. Compiled from SocketException.java
  6778. public class java.net.SocketException extends java.io.IOException {
  6779.     public java.net.SocketException(java.lang.String);
  6780.     public java.net.SocketException();
  6781. }|
  6782. java.net.SocketImpl [1/3]
  6783. Compiled from SocketImpl.java
  6784. public abstract class java.net.SocketImpl extends java.lang.Object {
  6785.     protected java.io.FileDescriptor fd;
  6786.     protected java.net.InetAddress address;
  6787.     protected int port;
  6788.     protected int localport;
  6789.     protected abstract void create(boolean);
  6790.     protected abstract void connect(java.lang.String,int);
  6791.     protected abstract void connect(java.net.InetAddress,int);
  6792.     protected abstract void bind(java.net.InetAddress,int);|
  6793. java.net.SocketImpl [2/3]
  6794.     protected abstract void listen(int);
  6795.     protected abstract void accept(java.net.SocketImpl);
  6796.     protected abstract java.io.InputStream getInputStream();
  6797.     protected abstract java.io.OutputStream getOutputStream();
  6798.     protected abstract int available();
  6799.     protected abstract void close();
  6800.     protected java.io.FileDescriptor getFileDescriptor();
  6801.     protected java.net.InetAddress getInetAddress();
  6802.     protected int getPort();
  6803.     protected int getLocalPort();|
  6804. java.net.SocketImpl [3/3]
  6805.     public java.lang.String toString();
  6806.     public java.net.SocketImpl();
  6807. }|
  6808. java.net.SocketImplFactory
  6809. Compiled from SocketImplFactory.java
  6810. public interface java.net.SocketImplFactory extends java.lang.Object {
  6811.     public abstract java.net.SocketImpl createSocketImpl();
  6812. }|
  6813. java.net.SocketInputStream [1/2]
  6814. Compiled from SocketInputStream.java
  6815. class java.net.SocketInputStream extends java.io.FileInputStream {
  6816.     java.net.SocketInputStream(java.net.SocketImpl);
  6817.     public int read(byte []);
  6818.     public int read(byte [],int,int);
  6819.     public int read();
  6820.     public long skip(long);
  6821.     public int available();
  6822.     public void close();
  6823.     protected void finalize();|
  6824. java.net.SocketInputStream [2/2]
  6825. }|
  6826. java.net.SocketOutputStream
  6827. Compiled from SocketOutputStream.java
  6828. class java.net.SocketOutputStream extends java.io.FileOutputStream {
  6829.     java.net.SocketOutputStream(java.net.SocketImpl);
  6830.     public void write(int);
  6831.     public void write(byte []);
  6832.     public void write(byte [],int,int);
  6833.     public void close();
  6834.     protected void finalize();
  6835. }|
  6836. java.net.UnknownHostException
  6837. Compiled from UnknownHostException.java
  6838. public class java.net.UnknownHostException extends java.io.IOException
  6839. {
  6840.     public java.net.UnknownHostException(java.lang.String);
  6841.     public java.net.UnknownHostException();
  6842. }|
  6843. java.net.UnknownServiceException
  6844. Compiled from UnknownServiceException.java
  6845. public class java.net.UnknownServiceException extends
  6846. java.io.IOException {
  6847.     public java.net.UnknownServiceException();
  6848.     public java.net.UnknownServiceException(java.lang.String);
  6849. }|
  6850. java.net.URL [1/3]
  6851. Compiled from URL.java
  6852. public final class java.net.URL extends java.lang.Object {
  6853.     java.net.URLStreamHandler handler;
  6854.     static java.net.URLStreamHandlerFactory factory;
  6855.     static java.util.Hashtable handlers;
  6856.     public
  6857. java.net.URL(java.lang.String,java.lang.String,int,java.lang.String);
  6858.     public
  6859. java.net.URL(java.lang.String,java.lang.String,java.lang.String);
  6860.     public java.net.URL(java.lang.String);
  6861.     public java.net.URL(java.net.URL,java.lang.String);
  6862.     protected void
  6863. set(java.lang.String,java.lang.String,int,java.lang.String,java.lang.String);|
  6864. java.net.URL [2/3]
  6865.     public int getPort();
  6866.     public java.lang.String getProtocol();
  6867.     public java.lang.String getHost();
  6868.     public java.lang.String getFile();
  6869.     public java.lang.String getRef();
  6870.     public boolean equals(java.lang.Object);
  6871.     public int hashCode();
  6872.     boolean hostsEqual(java.lang.String,java.lang.String);
  6873.     public boolean sameFile(java.net.URL);
  6874.     public java.lang.String toString();|
  6875. java.net.URL [3/3]
  6876.     public java.lang.String toExternalForm();
  6877.     public java.net.URLConnection openConnection();
  6878.     public final java.io.InputStream openStream();
  6879.     public final java.lang.Object getContent();
  6880.     public static synchronized void
  6881. setURLStreamHandlerFactory(java.net.URLStreamHandlerFactory);
  6882.     static synchronized java.net.URLStreamHandler
  6883. getURLStreamHandler(java.lang.String);
  6884.     static void <clinit>();
  6885. }|
  6886. java.net.URLConnection [1/6]
  6887. Compiled from URLConnection.java
  6888. public abstract class java.net.URLConnection extends java.lang.Object {
  6889.     protected java.net.URL url;
  6890.     protected boolean doInput;
  6891.     protected boolean doOutput;
  6892.     protected boolean allowUserInteraction;
  6893.     protected boolean useCaches;
  6894.     protected long ifModifiedSince;
  6895.     protected boolean connected;
  6896.     static java.net.ContentHandlerFactory factory;|
  6897. java.net.URLConnection [2/6]
  6898.     static java.util.Hashtable extension_map;
  6899.     public abstract void connect();
  6900.     protected java.net.URLConnection(java.net.URL);
  6901.     public java.net.URL getURL();
  6902.     public int getContentLength();
  6903.     public java.lang.String getContentType();
  6904.     public java.lang.String getContentEncoding();
  6905.     public long getExpiration();
  6906.     public long getDate();
  6907.     public long getLastModified();|
  6908. java.net.URLConnection [3/6]
  6909.     public java.lang.String getHeaderField(java.lang.String);
  6910.     public int getHeaderFieldInt(java.lang.String,int);
  6911.     public long getHeaderFieldDate(java.lang.String,long);
  6912.     public java.lang.String getHeaderFieldKey(int);
  6913.     public java.lang.String getHeaderField(int);
  6914.     public java.lang.Object getContent();
  6915.     public java.io.InputStream getInputStream();
  6916.     public java.io.OutputStream getOutputStream();
  6917.     public java.lang.String toString();
  6918.     public void setDoInput(boolean);|
  6919. java.net.URLConnection [4/6]
  6920.     public boolean getDoInput();
  6921.     public void setDoOutput(boolean);
  6922.     public boolean getDoOutput();
  6923.     public void setAllowUserInteraction(boolean);
  6924.     public boolean getAllowUserInteraction();
  6925.     public static void setDefaultAllowUserInteraction(boolean);
  6926.     public static boolean getDefaultAllowUserInteraction();
  6927.     public void setUseCaches(boolean);
  6928.     public boolean getUseCaches();
  6929.     public void setIfModifiedSince(long);|
  6930. java.net.URLConnection [5/6]
  6931.     public long getIfModifiedSince();
  6932.     public boolean getDefaultUseCaches();
  6933.     public void setDefaultUseCaches(boolean);
  6934.     public void setRequestProperty(java.lang.String,java.lang.String);
  6935.     public java.lang.String getRequestProperty(java.lang.String);
  6936.     public static void
  6937. setDefaultRequestProperty(java.lang.String,java.lang.String);
  6938.     public static java.lang.String
  6939. getDefaultRequestProperty(java.lang.String);
  6940.     public static synchronized void
  6941. setContentHandlerFactory(java.net.ContentHandlerFactory);
  6942.     synchronized java.net.ContentHandler getContentHandler();
  6943.     protected static java.lang.String
  6944. guessContentTypeFromName(java.lang.String);|
  6945. java.net.URLConnection [6/6]
  6946.     protected static java.lang.String
  6947. guessContentTypeFromStream(java.io.InputStream);
  6948.     static void <clinit>();
  6949. }|
  6950. java.net.URLEncoder
  6951. Compiled from URLEncoder.java
  6952. public class java.net.URLEncoder extends java.lang.Object {
  6953.     static java.util.BitSet dontNeedEncoding;
  6954.     public static java.lang.String encode(java.lang.String);
  6955.     static void <clinit>();
  6956. }|
  6957. java.net.URLStreamHandler
  6958. Compiled from URLStreamHandler.java
  6959. public abstract class java.net.URLStreamHandler extends
  6960. java.lang.Object {
  6961.     protected abstract java.net.URLConnection
  6962. openConnection(java.net.URL);
  6963.     protected void parseURL(java.net.URL,java.lang.String,int,int);
  6964.     protected java.lang.String toExternalForm(java.net.URL);
  6965.     protected void
  6966. setURL(java.net.URL,java.lang.String,java.lang.String,int,java.lang.String,java.lang.String);
  6967.     public java.net.URLStreamHandler();
  6968. }|
  6969. java.net.URLStreamHandlerFactory
  6970. Compiled from URLStreamHandlerFactory.java
  6971. public interface java.net.URLStreamHandlerFactory extends
  6972. java.lang.Object {
  6973.     public abstract java.net.URLStreamHandler
  6974. createURLStreamHandler(java.lang.String);
  6975. }|
  6976. java.util.BitSet [1/2]
  6977. Compiled from BitSet.java
  6978. public final class java.util.BitSet extends java.lang.Object implements
  6979. java/lang/Cloneable {
  6980.     static final int BITS = 6;
  6981.     static final int MASK = 63;
  6982.     long bits[];
  6983.     public java.util.BitSet();
  6984.     public java.util.BitSet(int);
  6985.     public void set(int);
  6986.     public void clear(int);
  6987.     public boolean get(int);|
  6988. java.util.BitSet [2/2]
  6989.     public void and(java.util.BitSet);
  6990.     public void or(java.util.BitSet);
  6991.     public void xor(java.util.BitSet);
  6992.     public int hashCode();
  6993.     public int size();
  6994.     public boolean equals(java.lang.Object);
  6995.     public java.lang.Object clone();
  6996.     public java.lang.String toString();
  6997. }|
  6998. java.util.Date [1/4]
  6999. Compiled from Date.java
  7000. public class java.util.Date extends java.lang.Object {
  7001.     public java.util.Date();
  7002.     public java.util.Date(long);
  7003.     public java.util.Date(int,int,int);
  7004.     public java.util.Date(int,int,int,int,int);
  7005.     public java.util.Date(int,int,int,int,int,int);
  7006.     public java.util.Date(java.lang.String);
  7007.     public static long UTC(int,int,int,int,int,int);
  7008.     public static long parse(java.lang.String);|
  7009. java.util.Date [2/4]
  7010.     public int getYear();
  7011.     public void setYear(int);
  7012.     public int getMonth();
  7013.     public void setMonth(int);
  7014.     public int getDate();
  7015.     public void setDate(int);
  7016.     public int getDay();
  7017.     public int getHours();
  7018.     public void setHours(int);
  7019.     public int getMinutes();|
  7020. java.util.Date [3/4]
  7021.     public void setMinutes(int);
  7022.     public int getSeconds();
  7023.     public void setSeconds(int);
  7024.     public long getTime();
  7025.     public void setTime(long);
  7026.     public boolean before(java.util.Date);
  7027.     public boolean after(java.util.Date);
  7028.     public boolean equals(java.lang.Object);
  7029.     public int hashCode();
  7030.     public native java.lang.String toString();|
  7031. java.util.Date [4/4]
  7032.     public native java.lang.String toLocaleString();
  7033.     public native java.lang.String toGMTString();
  7034.     public int getTimezoneOffset();
  7035.     static void <clinit>();
  7036. }|
  7037. java.util.Dictionary [1/2]
  7038. Compiled from Dictionary.java
  7039. public abstract class java.util.Dictionary extends java.lang.Object {
  7040.     public abstract int size();
  7041.     public abstract boolean isEmpty();
  7042.     public abstract java.util.Enumeration keys();
  7043.     public abstract java.util.Enumeration elements();
  7044.     public abstract java.lang.Object get(java.lang.Object);
  7045.     public abstract java.lang.Object
  7046. put(java.lang.Object,java.lang.Object);
  7047.     public abstract java.lang.Object remove(java.lang.Object);
  7048.     public java.util.Dictionary();|
  7049. java.util.Dictionary [2/2]
  7050. }|
  7051. java.util.EmptyStackException
  7052. Compiled from EmptyStackException.java
  7053. public class java.util.EmptyStackException extends
  7054. java.lang.RuntimeException {
  7055.     public java.util.EmptyStackException();
  7056. }|
  7057. java.util.Enumeration
  7058. Compiled from Enumeration.java
  7059. public interface java.util.Enumeration extends java.lang.Object {
  7060.     public abstract boolean hasMoreElements();
  7061.     public abstract java.lang.Object nextElement();
  7062. }|
  7063. java.util.Hashtable [1/2]
  7064. Compiled from Hashtable.java
  7065. public class java.util.Hashtable extends java.util.Dictionary
  7066. implements java/lang/Cloneable {
  7067.     public java.util.Hashtable(int,float);
  7068.     public java.util.Hashtable(int);
  7069.     public java.util.Hashtable();
  7070.     public int size();
  7071.     public boolean isEmpty();
  7072.     public synchronized java.util.Enumeration keys();
  7073.     public synchronized java.util.Enumeration elements();
  7074.     public synchronized boolean contains(java.lang.Object);|
  7075. java.util.Hashtable [2/2]
  7076.     public synchronized boolean containsKey(java.lang.Object);
  7077.     public synchronized java.lang.Object get(java.lang.Object);
  7078.     protected void rehash();
  7079.     public synchronized java.lang.Object
  7080. put(java.lang.Object,java.lang.Object);
  7081.     public synchronized java.lang.Object remove(java.lang.Object);
  7082.     public synchronized void clear();
  7083.     public synchronized java.lang.Object clone();
  7084.     public synchronized java.lang.String toString();
  7085. }|
  7086. java.util.NoSuchElementException
  7087. Compiled from NoSuchElementException.java
  7088. public class java.util.NoSuchElementException extends
  7089. java.lang.RuntimeException {
  7090.     public java.util.NoSuchElementException();
  7091.     public java.util.NoSuchElementException(java.lang.String);
  7092. }|
  7093. java.util.Observable [1/2]
  7094. Compiled from Observable.java
  7095. public class java.util.Observable extends java.lang.Object {
  7096.     public synchronized void addObserver(java.util.Observer);
  7097.     public synchronized void deleteObserver(java.util.Observer);
  7098.     public void notifyObservers();
  7099.     public synchronized void notifyObservers(java.lang.Object);
  7100.     public synchronized void deleteObservers();
  7101.     protected synchronized void setChanged();
  7102.     protected synchronized void clearChanged();
  7103.     public synchronized boolean hasChanged();|
  7104. java.util.Observable [2/2]
  7105.     public synchronized int countObservers();
  7106.     public java.util.Observable();
  7107. }|
  7108. java.util.Observer
  7109. Compiled from Observer.java
  7110. public interface java.util.Observer extends java.lang.Object {
  7111.     public abstract void update(java.util.Observable,java.lang.Object);
  7112. }|
  7113. java.util.Properties [1/2]
  7114. Compiled from Properties.java
  7115. public class java.util.Properties extends java.util.Hashtable {
  7116.     protected java.util.Properties defaults;
  7117.     public java.util.Properties();
  7118.     public java.util.Properties(java.util.Properties);
  7119.     public synchronized void load(java.io.InputStream);
  7120.     public synchronized void
  7121. save(java.io.OutputStream,java.lang.String);
  7122.     public java.lang.String getProperty(java.lang.String);
  7123.     public java.lang.String
  7124. getProperty(java.lang.String,java.lang.String);
  7125.     public java.util.Enumeration propertyNames();|
  7126. java.util.Properties [2/2]
  7127.     public void list(java.io.PrintStream);
  7128. }|
  7129. java.util.Random [1/2]
  7130. Compiled from Random.java
  7131. public class java.util.Random extends java.lang.Object {
  7132.     public java.util.Random();
  7133.     public java.util.Random(long);
  7134.     public synchronized void setSeed(long);
  7135.     public int nextInt();
  7136.     public long nextLong();
  7137.     public float nextFloat();
  7138.     public double nextDouble();
  7139.     public synchronized double nextGaussian();|
  7140. java.util.Random [2/2]
  7141.     static void <clinit>();
  7142. }|
  7143. java.util.Stack
  7144. Compiled from Stack.java
  7145. public class java.util.Stack extends java.util.Vector {
  7146.     public java.lang.Object push(java.lang.Object);
  7147.     public java.lang.Object pop();
  7148.     public java.lang.Object peek();
  7149.     public boolean empty();
  7150.     public int search(java.lang.Object);
  7151.     public java.util.Stack();
  7152. }|
  7153. java.util.StringTokenizer [1/2]
  7154. Compiled from StringTokenizer.java
  7155. public class java.util.StringTokenizer extends java.lang.Object
  7156. implements java/util/Enumeration {
  7157.     public
  7158. java.util.StringTokenizer(java.lang.String,java.lang.String,boolean);
  7159.     public
  7160. java.util.StringTokenizer(java.lang.String,java.lang.String);
  7161.     public java.util.StringTokenizer(java.lang.String);
  7162.     public boolean hasMoreTokens();
  7163.     public java.lang.String nextToken();
  7164.     public java.lang.String nextToken(java.lang.String);
  7165.     public boolean hasMoreElements();
  7166.     public java.lang.Object nextElement();|
  7167. java.util.StringTokenizer [2/2]
  7168.     public int countTokens();
  7169. }|
  7170. java.util.Vector [1/4]
  7171. Compiled from Vector.java
  7172. public class java.util.Vector extends java.lang.Object implements
  7173. java/lang/Cloneable {
  7174.     protected java.lang.Object elementData[];
  7175.     protected int elementCount;
  7176.     protected int capacityIncrement;
  7177.     public java.util.Vector(int,int);
  7178.     public java.util.Vector(int);
  7179.     public java.util.Vector();
  7180.     public final synchronized void copyInto(java.lang.Object []);
  7181.     public final synchronized void trimToSize();|
  7182. java.util.Vector [2/4]
  7183.     public final synchronized void ensureCapacity(int);
  7184.     public final synchronized void setSize(int);
  7185.     public final int capacity();
  7186.     public final int size();
  7187.     public final boolean isEmpty();
  7188.     public final synchronized java.util.Enumeration elements();
  7189.     public final boolean contains(java.lang.Object);
  7190.     public final int indexOf(java.lang.Object);
  7191.     public final synchronized int indexOf(java.lang.Object,int);
  7192.     public final int lastIndexOf(java.lang.Object);|
  7193. java.util.Vector [3/4]
  7194.     public final synchronized int lastIndexOf(java.lang.Object,int);
  7195.     public final synchronized java.lang.Object elementAt(int);
  7196.     public final synchronized java.lang.Object firstElement();
  7197.     public final synchronized java.lang.Object lastElement();
  7198.     public final synchronized void setElementAt(java.lang.Object,int);
  7199.     public final synchronized void removeElementAt(int);
  7200.     public final synchronized void
  7201. insertElementAt(java.lang.Object,int);
  7202.     public final synchronized void addElement(java.lang.Object);
  7203.     public final synchronized boolean removeElement(java.lang.Object);
  7204.     public final synchronized void removeAllElements();|
  7205. java.util.Vector [4/4]
  7206.     public synchronized java.lang.Object clone();
  7207.     public final synchronized java.lang.String toString();
  7208. }|
  7209. join()
  7210. Method in class java.lang.Thread
  7211. Waits forever for this Thread to die|
  7212. join(long)
  7213. Method in class java.lang.Thread
  7214. Waits for this Thread to die|
  7215. join(long, int)
  7216. Method in class java.lang.Thread
  7217. Waits for the Thread to die, with more precise time|
  7218. key
  7219. Variable in class java.awt.Event
  7220. The key that was pressed in a keyboard event|
  7221. keyDown(Event, int)
  7222. Method in class java.awt.Component
  7223. Called if a character is pressed|
  7224. keys()
  7225. Method in class java.util.Dictionary
  7226. Returns an enumeration of the Dictionary's keys|
  7227. keys()
  7228. Method in class java.util.Hashtable
  7229. Returns an enumeration of the hashtable's keys|
  7230. keyUp(Event, int)
  7231. Method in class java.awt.Component
  7232. Called if a character is released|
  7233. KEY_ACTION
  7234. Static variable in class java.awt.Event
  7235. The key action keyboard event|
  7236. KEY_ACTION_RELEASE
  7237. Static variable in class java.awt.Event
  7238. The key action keyboard event|
  7239. KEY_PRESS
  7240. Static variable in class java.awt.Event
  7241. The key press keyboard event|
  7242. KEY_RELEASE
  7243. Static variable in class java.awt.Event
  7244. The key release keyboard event|
  7245. Label()
  7246. Constructor for class java.awt.Label
  7247. Constructs an empty label|
  7248. Label(String)
  7249. Constructor for class java.awt.Label
  7250. Constructs a new label with the specified String of text|
  7251. Label(String, int)
  7252. Constructor for class java.awt.Label
  7253. Constructs a new label with the specified String of 
  7254. text and the specified alignment|
  7255. last(Container)
  7256. Method in class java.awt.CardLayout
  7257. Flips to the last card of the specified container|
  7258. lastElement()
  7259. Method in class java.util.Vector
  7260. Returns the last element of the sequence|
  7261. lastIndexOf(int)
  7262. Method in class java.lang.String
  7263. Returns the index within this String of the last occurrence of the
  7264. specified character|
  7265. lastIndexOf(int, int)
  7266. Method in class java.lang.String
  7267. Returns the index within this String of the last occurrence of the
  7268. specified character|
  7269. lastIndexOf(Object)
  7270. Method in class java.util.Vector
  7271. Searches backwards for the specified object, starting from the last
  7272. position and returns an index to it|
  7273. lastIndexOf(Object, int)
  7274. Method in class java.util.Vector
  7275. Searches backwards for the specified object, starting from the
  7276. specified
  7277. position and returns an index to it|
  7278. lastIndexOf(String)
  7279. Method in class java.lang.String
  7280. Returns the index within this String of the last occurrence of the
  7281. specified substring|
  7282. lastIndexOf(String, int)
  7283. Method in class java.lang.String
  7284. Returns the index within this String of the last occurrence of the
  7285. specified substring|
  7286. lastModified()
  7287. Method in class java.io.File
  7288. Returns the last modification time|
  7289. layout()
  7290. Method in class java.awt.Component
  7291. Lays out the component|
  7292. layout()
  7293. Method in class java.awt.Container
  7294. Does a layout on this Container|
  7295. layoutContainer(Container)
  7296. Method in class java.awt.BorderLayout
  7297. Lays out the specified container|
  7298. layoutContainer(Container)
  7299. Method in class java.awt.CardLayout
  7300. Performs a layout in the specified panel|
  7301. layoutContainer(Container)
  7302. Method in class java.awt.FlowLayout
  7303. Lays out the container|
  7304. layoutContainer(Container)
  7305. Method in class java.awt.GridBagLayout
  7306. Lays out the container in the specified panel|
  7307. layoutContainer(Container)
  7308. Method in class java.awt.GridLayout
  7309. Lays out the container in the specified panel|
  7310. layoutContainer(Container)
  7311. Method in interface java.awt.LayoutManager
  7312. Lays out the container in the specified panel|
  7313. layoutInfo
  7314. Variable in class java.awt.GridBagLayout|
  7315. LEFT
  7316. Static variable in class java.awt.Event
  7317. The left arrow key|
  7318. LEFT
  7319. Static variable in class java.awt.FlowLayout
  7320. The left alignment variable|
  7321. LEFT
  7322. Static variable in class java.awt.Label
  7323. The left alignment|
  7324. left
  7325. Variable in class java.awt.Insets
  7326. The inset from the left|
  7327. length()
  7328. Method in class java.io.File
  7329. Returns the length of the file|
  7330. length()
  7331. Method in class java.io.RandomAccessFile
  7332. Returns the length of the file|
  7333. length()
  7334. Method in class java.lang.String
  7335. Returns the length of the String|
  7336. length()
  7337. Method in class java.lang.StringBuffer
  7338. Returns the length (character count) of the buffer|
  7339. lightGray
  7340. Static variable in class java.awt.Color
  7341. The color light gray|
  7342. lineno()
  7343. Method in class java.io.StreamTokenizer
  7344. Return the current line number|
  7345. LineNumberInputStream(InputStream)
  7346. Constructor for class java.io.LineNumberInputStream
  7347. Constructs a new LineNumberInputStream initialized with
  7348. the specified input stream|
  7349. LinkageError()
  7350. Constructor for class java.lang.LinkageError
  7351. Constructs a LinkageError with no detail message|
  7352. LinkageError(String)
  7353. Constructor for class java.lang.LinkageError
  7354. Constructs a LinkageError with the specified detail message|
  7355. List()
  7356. Constructor for class java.awt.List
  7357. Creates a new scrolling list initialized with no visible Lines
  7358. or multiple selections|
  7359. list()
  7360. Method in class java.awt.Component
  7361. Prints a listing to a print stream|
  7362. list()
  7363. Method in class java.io.File
  7364. Lists the files in a directory|
  7365. list()
  7366. Method in class java.lang.ThreadGroup
  7367. Lists this Thread group|
  7368. list(FilenameFilter)
  7369. Method in class java.io.File
  7370. Uses the specified filter to list files in a directory|
  7371. List(int, boolean)
  7372. Constructor for class java.awt.List
  7373. Creates a new scrolling list initialized with the specified 
  7374. number of visible lines and a boolean stating whether multiple
  7375. selections are allowed or not|
  7376. list(PrintStream)
  7377. Method in class java.awt.Component
  7378. Prints a listing to the specified print out stream|
  7379. list(PrintStream)
  7380. Method in class java.util.Properties
  7381. List properties, for debugging|
  7382. list(PrintStream, int)
  7383. Method in class java.awt.Component
  7384. Prints out a list, starting at the specified indention, to the
  7385. specified 
  7386. print stream|
  7387. list(PrintStream, int)
  7388. Method in class java.awt.Container
  7389. Prints out a list, starting at the specified indention, to the
  7390. specified
  7391. out stream|
  7392. listBreakpoints()
  7393. Method in class sun.tools.debug.RemoteDebugger
  7394. Return a list of the breakpoints which are currently set|
  7395. listClasses()
  7396. Method in class sun.tools.debug.RemoteDebugger
  7397. List the currently known classes|
  7398. listen(int)
  7399. Method in class java.net.SocketImpl
  7400. Listens for connections over a specified amount of time|
  7401. listThreadGroups(RemoteThreadGroup)
  7402. Method in class sun.tools.debug.RemoteDebugger
  7403. List threadgroups|
  7404. listThreads(boolean)
  7405. Method in class sun.tools.debug.RemoteThreadGroup
  7406. List a threadgroup's threads|
  7407. LIST_DESELECT
  7408. Static variable in class java.awt.Event|
  7409. LIST_SELECT
  7410. Static variable in class java.awt.Event|
  7411. LOAD
  7412. Static variable in class java.awt.FileDialog
  7413. The file load variable|
  7414. load(InputStream)
  7415. Method in class java.util.Properties
  7416. Loads properties from an InputStream|
  7417. load(String)
  7418. Method in class java.lang.Runtime
  7419. Loads a dynamic library, given a complete path name|
  7420. load(String)
  7421. Static method in class java.lang.System
  7422. Loads a dynamic library, given a complete path name|
  7423. loadClass(String, boolean)
  7424. Method in class java.lang.ClassLoader
  7425. Resolves the specified name to a Class|
  7426. LOADING
  7427. Static variable in class java.awt.MediaTracker
  7428. Flag indicating some media is currently being loaded|
  7429. loadLibrary(String)
  7430. Method in class java.lang.Runtime
  7431. Loads a dynamic library with the specified library name|
  7432. loadLibrary(String)
  7433. Static method in class java.lang.System
  7434. Loads a dynamic library with the specified library name|
  7435. LOAD_FILE
  7436. Static variable in class java.awt.Event
  7437. A file loading event|
  7438. localport
  7439. Variable in class java.net.SocketImpl|
  7440. locate(int, int)
  7441. Method in class java.awt.Component
  7442. Returns the component or subcomponent that contains the x,y location|
  7443. locate(int, int)
  7444. Method in class java.awt.Container
  7445. Locates the component that contains the x,y position|
  7446. location()
  7447. Method in class java.awt.Component
  7448. Returns the current location of this component|
  7449. location(int, int)
  7450. Method in class java.awt.GridBagLayout|
  7451. log(double)
  7452. Static method in class java.lang.Math
  7453. Returns the natural logarithm (base e) of a|
  7454. Long(long)
  7455. Constructor for class java.lang.Long
  7456. Constructs a Long object initialized to the specified value|
  7457. Long(String)
  7458. Constructor for class java.lang.Long
  7459. Constructs a Long object initialized to the value specified by the
  7460. String parameter|
  7461. longBitsToDouble(long)
  7462. Static method in class java.lang.Double
  7463. Returns the double-float corresponding to a given bit represention|
  7464. longValue()
  7465. Method in class java.lang.Double
  7466. Returns the long value of this Double (by casting to a long)|
  7467. longValue()
  7468. Method in class java.lang.Float
  7469. Returns the long value of this Float (by casting to a long)|
  7470. longValue()
  7471. Method in class java.lang.Integer
  7472. Returns the value of this Integer as a long|
  7473. longValue()
  7474. Method in class java.lang.Long
  7475. Returns the value of this Long as a long|
  7476. longValue()
  7477. Method in class java.lang.Number
  7478. Returns the value of the number as a long|
  7479. lookupConstraints(Component)
  7480. Method in class java.awt.GridBagLayout
  7481. Retrieves the constraints for the specified component|
  7482. loop()
  7483. Method in interface java.applet.AudioClip
  7484. Starts playing the clip in a loop|
  7485. lostFocus(Event, Object)
  7486. Method in class java.awt.Component
  7487. Indicates that this component has lost the input focus|
  7488. LOST_FOCUS
  7489. Static variable in class java.awt.Event
  7490. A component lost the focus|
  7491. lowerCaseMode(boolean)
  7492. Method in class java.io.StreamTokenizer
  7493. Examines a boolean to decide whether TT_WORD tokens are
  7494. forced to be lower case|
  7495. magenta
  7496. Static variable in class java.awt.Color
  7497. The color magneta|
  7498. makeVisible(int)
  7499. Method in class java.awt.List
  7500. Forces the item at the specified index to be visible|
  7501. makeVisible(int)
  7502. Method in interface java.awt.peer.ListPeer|
  7503. MalformedURLException()
  7504. Constructor for class java.net.MalformedURLException
  7505. Constructs a MalformedURLException with no detail message|
  7506. MalformedURLException(String)
  7507. Constructor for class java.net.MalformedURLException
  7508. Constructs a MalformedURLException with the specified detail 
  7509. message|
  7510. mark(int)
  7511. Method in class java.io.BufferedInputStream
  7512. Marks the current position in the input stream|
  7513. mark(int)
  7514. Method in class java.io.FilterInputStream
  7515. Marks the current position in the input stream|
  7516. mark(int)
  7517. Method in class java.io.InputStream
  7518. Marks the current position in the input stream|
  7519. mark(int)
  7520. Method in class java.io.LineNumberInputStream
  7521. Marks the current position in the input stream|
  7522. marklimit
  7523. Variable in class java.io.BufferedInputStream
  7524. The maximum readahead allowed after a mark() before
  7525. subsequent calls to reset() fail|
  7526. markpos
  7527. Variable in class java.io.BufferedInputStream
  7528. The position in the buffer of the current mark|
  7529. markSupported()
  7530. Method in class java.io.BufferedInputStream
  7531. Returns a boolean indicating if this stream type supports 
  7532. mark/reset|
  7533. markSupported()
  7534. Method in class java.io.FilterInputStream
  7535. Returns true if this stream type supports mark/reset|
  7536. markSupported()
  7537. Method in class java.io.InputStream
  7538. Returns a boolean indicating whether or not this stream type 
  7539. supports mark/reset|
  7540. markSupported()
  7541. Method in class java.io.PushbackInputStream
  7542. Returns true if this stream type supports mark/reset|
  7543. MasterYoda Database Processing Application
  7544. You can use the Master Yoda application to build your own ObiWan databases.
  7545. The application processes database files and prepares them for use with
  7546. ObiWan. Database files are simple text files; you can get help on the file
  7547. format from Master Yoda. Master Yoda also allows you to sort databases,
  7548. merge, sorted databases, generate statistics on a database and select what
  7549. characters constitute a word within a given database.|
  7550. max(double, double)
  7551. Static method in class java.lang.Math
  7552. Takes two double values, a and b, and returns the greater number of the
  7553. two|
  7554. max(float, float)
  7555. Static method in class java.lang.Math
  7556. Takes two float values, a and b, and returns the greater number of the
  7557. two|
  7558. max(int, int)
  7559. Static method in class java.lang.Math
  7560. Takes two int values, a and b, and returns the greater number of the
  7561. two|
  7562. max(long, long)
  7563. Static method in class java.lang.Math
  7564. Takes two long values, a and b, and returns the greater number of the
  7565. two|
  7566. MAXGRIDSIZE
  7567. Static variable in class java.awt.GridBagLayout|
  7568. MAX_PRIORITY
  7569. Static variable in class java.lang.Thread
  7570. The maximum priority that a Thread can have|
  7571. MAX_RADIX
  7572. Static variable in class java.lang.Character
  7573. The maximum radix available for conversion to and from Strings|
  7574. MAX_VALUE
  7575. Static variable in class java.lang.Boolean
  7576. The maximum value a Character can have|
  7577. MAX_VALUE
  7578. Static variable in class java.lang.Double
  7579. The maximum value a double can have|
  7580. MAX_VALUE
  7581. Static variable in class java.lang.Float
  7582. The maximum value a float can have|
  7583. MAX_VALUE
  7584. Static variable in class java.lang.Integer
  7585. The maximum value an Integer can have|
  7586. MAX_VALUE
  7587. Static variable in class java.lang.Long
  7588. The maximum value a Long can have|
  7589. MediaTracker(Component)
  7590. Constructor for class java.awt.MediaTracker
  7591. Creates a Media tracker to track images for a given Component|
  7592. MemoryImageSource(int, int, ColorModel, byte[], int, int)
  7593. Constructor for class java.awt.image.MemoryImageSource
  7594. Constructs an ImageProducer object which uses an array of bytes
  7595. to produce data for an Image object|
  7596. MemoryImageSource(int, int, ColorModel, byte[], int, int, Hashtable)
  7597. Constructor for class java.awt.image.MemoryImageSource
  7598. Constructs an ImageProducer object which uses an array of bytes
  7599. to produce data for an Image object|
  7600. MemoryImageSource(int, int, ColorModel, int[], int, int)
  7601. Constructor for class java.awt.image.MemoryImageSource
  7602. Constructs an ImageProducer object which uses an array of integers
  7603. to produce data for an Image object|
  7604. MemoryImageSource(int, int, ColorModel, int[], int, int, Hashtable)
  7605. Constructor for class java.awt.image.MemoryImageSource
  7606. Constructs an ImageProducer object which uses an array of integers
  7607. to produce data for an Image object|
  7608. MemoryImageSource(int, int, int[], int, int)
  7609. Constructor for class java.awt.image.MemoryImageSource
  7610. Constructs an ImageProducer object which uses an array of integers
  7611. in the default RGB ColorModel to produce data for an Image object|
  7612. MemoryImageSource(int, int, int[], int, int, Hashtable)
  7613. Constructor for class java.awt.image.MemoryImageSource
  7614. Constructs an ImageProducer object which uses an array of integers
  7615. in the default RGB ColorModel to produce data for an Image object|
  7616. Menu(String)
  7617. Constructor for class java.awt.Menu
  7618. Constructs a new Menu with the specified label|
  7619. Menu(String, boolean)
  7620. Constructor for class java.awt.Menu
  7621. Constructs a new Menu with the specified label|
  7622. MenuBar()
  7623. Constructor for class java.awt.MenuBar
  7624. Creates a new menu bar|
  7625. MenuComponent()
  7626. Constructor for class java.awt.MenuComponent|
  7627. MenuItem(String)
  7628. Constructor for class java.awt.MenuItem
  7629. Constructs a new MenuItem with the specified label|
  7630. metaDown()
  7631. Method in class java.awt.Event
  7632. Checks if the meta key is down|
  7633. META_MASK
  7634. Static variable in class java.awt.Event
  7635. The meta modifier constant|
  7636. min(double, double)
  7637. Static method in class java.lang.Math
  7638. Takes two double values, a and b, and returns the smallest number of
  7639. the two|
  7640. min(float, float)
  7641. Static method in class java.lang.Math
  7642. Takes two float values, a and b, and returns the smallest number of the
  7643. two|
  7644. min(int, int)
  7645. Static method in class java.lang.Math
  7646. Takes two integer values, a and b, and returns the smallest number of
  7647. the two|
  7648. min(long, long)
  7649. Static method in class java.lang.Math
  7650. Takes two long values, a and b, and returns the smallest number of the
  7651. two|
  7652. minimumLayoutSize(Container)
  7653. Method in class java.awt.BorderLayout
  7654. Returns the minimum dimensions needed to layout the components
  7655. contained in the specified target container|
  7656. minimumLayoutSize(Container)
  7657. Method in class java.awt.CardLayout
  7658. Calculates the minimum size for the specified panel|
  7659. minimumLayoutSize(Container)
  7660. Method in class java.awt.FlowLayout
  7661. Returns the minimum dimensions needed to layout the components
  7662. contained in the specified target container|
  7663. minimumLayoutSize(Container)
  7664. Method in class java.awt.GridBagLayout
  7665. Returns the minimum dimensions needed to layout the components 
  7666. contained in the specified panel|
  7667. minimumLayoutSize(Container)
  7668. Method in class java.awt.GridLayout
  7669. Returns the minimum dimensions needed to layout the components 
  7670. contained in the specified panel|
  7671. minimumLayoutSize(Container)
  7672. Method in interface java.awt.LayoutManager
  7673. Calculates the minimum size dimensions for the specified 
  7674. panel given the components in the specified parent container|
  7675. minimumSize()
  7676. Method in class java.awt.Component
  7677. Returns the minimum size of this component|
  7678. minimumSize()
  7679. Method in class java.awt.Container
  7680. Returns the minimum size of this container|
  7681. minimumSize()
  7682. Method in class java.awt.List
  7683. Returns the minimum dimensions needed for the list|
  7684. minimumSize()
  7685. Method in class java.awt.TextArea
  7686. Returns the minimum size Dimensions of the TextArea|
  7687. minimumSize()
  7688. Method in class java.awt.TextField
  7689. Returns the minimum size Dimensions needed for this TextField|
  7690. minimumSize()
  7691. Method in interface java.awt.peer.ComponentPeer|
  7692. minimumSize(int)
  7693. Method in class java.awt.List
  7694. Returns the minimum dimensions needed for the amount of rows in the 
  7695. list|
  7696. minimumSize(int)
  7697. Method in class java.awt.TextField
  7698. Returns the minimum size Dimensions needed for this TextField with the
  7699. specified 
  7700. amount of columns|
  7701. minimumSize(int)
  7702. Method in interface java.awt.peer.ListPeer|
  7703. minimumSize(int)
  7704. Method in interface java.awt.peer.TextFieldPeer|
  7705. minimumSize(int, int)
  7706. Method in class java.awt.TextArea
  7707. Returns the specified minimum size Dimensions of the TextArea|
  7708. minimumSize(int, int)
  7709. Method in interface java.awt.peer.TextAreaPeer|
  7710. MINSIZE
  7711. Static variable in class java.awt.GridBagLayout|
  7712. MIN_PRIORITY
  7713. Static variable in class java.lang.Thread
  7714. The minimum priority that a Thread can have|
  7715. MIN_RADIX
  7716. Static variable in class java.lang.Character
  7717. The minimum radix available for conversion to and from Strings|
  7718. MIN_VALUE
  7719. Static variable in class java.lang.Boolean
  7720. The minimum value a Charater can have|
  7721. MIN_VALUE
  7722. Static variable in class java.lang.Double
  7723. The minimum value a double can have|
  7724. MIN_VALUE
  7725. Static variable in class java.lang.Float
  7726. The minimum value a float can have|
  7727. MIN_VALUE
  7728. Static variable in class java.lang.Integer
  7729. The minimum value an Integer can have|
  7730. MIN_VALUE
  7731. Static variable in class java.lang.Long
  7732. The minimum value a Long can have|
  7733. MissedClicks
  7734. Yes, I know that ObiWan sometimes doesn’t respond to clicks. It’s not my
  7735. fault! The clicks are disappearing somewhere in the system software; they
  7736. never make it through to ObiWan. You can fix this problem by installing
  7737. Matt Slot’s TSM Fix extension.|
  7738. mkdir()
  7739. Method in class java.io.File
  7740. Creates a directory and returns a boolean indicating the
  7741. success of the creation|
  7742. mkdirs()
  7743. Method in class java.io.File
  7744. Creates all directories in this path|
  7745. modifiers
  7746. Variable in class java.awt.Event
  7747. The state of the modifier keys|
  7748. mouseDown(Event, int, int)
  7749. Method in class java.awt.Component
  7750. Called if the mouse is down|
  7751. mouseDrag(Event, int, int)
  7752. Method in class java.awt.Component
  7753. Called if the mouse is dragged (the mouse button is down)|
  7754. mouseEnter(Event, int, int)
  7755. Method in class java.awt.Component
  7756. Called when the mouse enters the component|
  7757. mouseExit(Event, int, int)
  7758. Method in class java.awt.Component
  7759. Called when the mouse exits the component|
  7760. mouseMove(Event, int, int)
  7761. Method in class java.awt.Component
  7762. Called if the mouse moves (the mouse button is up)|
  7763. mouseUp(Event, int, int)
  7764. Method in class java.awt.Component
  7765. Called if the mouse is up|
  7766. MOUSE_DOWN
  7767. Static variable in class java.awt.Event
  7768. The mouse down event|
  7769. MOUSE_DRAG
  7770. Static variable in class java.awt.Event
  7771. The mouse drag event|
  7772. MOUSE_ENTER
  7773. Static variable in class java.awt.Event
  7774. The mouse enter event|
  7775. MOUSE_EXIT
  7776. Static variable in class java.awt.Event
  7777. The mouse exit event|
  7778. MOUSE_MOVE
  7779. Static variable in class java.awt.Event
  7780. The mouse move event|
  7781. MOUSE_UP
  7782. Static variable in class java.awt.Event
  7783. The mouse up event|
  7784. move(int, int)
  7785. Method in class java.awt.Component
  7786. Moves the Component to a new location|
  7787. move(int, int)
  7788. Method in class java.awt.Point
  7789. Moves the point|
  7790. move(int, int)
  7791. Method in class java.awt.Rectangle
  7792. Moves the rectangle|
  7793. MOVE_CURSOR
  7794. Static variable in class java.awt.Frame|
  7795. name
  7796. Variable in class java.awt.Font
  7797. The logical name of this font|
  7798. NaN
  7799. Static variable in class java.lang.Double
  7800. Not-a-Number|
  7801. NaN
  7802. Static variable in class java.lang.Float
  7803. Not-a-Number|
  7804. NegativeArraySizeException()
  7805. Constructor for class java.lang.NegativeArraySizeException
  7806. Constructs a NegativeArraySizeException with no detail message|
  7807. NegativeArraySizeException(String)
  7808. Constructor for class java.lang.NegativeArraySizeException
  7809. Constructs a NegativeArraySizeException with the specified detail
  7810. message|
  7811. NEGATIVE_INFINITY
  7812. Static variable in class java.lang.Double
  7813. Negative infinity|
  7814. NEGATIVE_INFINITY
  7815. Static variable in class java.lang.Float
  7816. Negative infinity|
  7817. newInstance()
  7818. Method in class java.lang.Class
  7819. Creates a new instance of this Class|
  7820. newmodel
  7821. Variable in class java.awt.image.RGBImageFilter|
  7822. next()
  7823. Method in class sun.tools.debug.RemoteThread
  7824. Continue execution of this thread to the next line, but don't step
  7825. into a method call|
  7826. next(Container)
  7827. Method in class java.awt.CardLayout
  7828. Flips to the next card of the specified container|
  7829. nextDouble()
  7830. Method in class java.util.Random
  7831. Generates a pseudorandom uniformally distributed 
  7832. double value between 0.0 and 1.0|
  7833. nextElement()
  7834. Method in class java.util.StringTokenizer
  7835. Returns the next element in the Enumeration|
  7836. nextElement()
  7837. Method in interface java.util.Enumeration
  7838. Returns the next element of the enumeration|
  7839. nextFloat()
  7840. Method in class java.util.Random
  7841. Generates a pseudorandom uniformally distributed 
  7842. float value between 0.0 and 1.0|
  7843. nextFocus()
  7844. Method in class java.awt.Component
  7845. Moves the focus to the next component|
  7846. nextFocus()
  7847. Method in interface java.awt.peer.ComponentPeer|
  7848. nextGaussian()
  7849. Method in class java.util.Random
  7850. Generates a pseudorandom Gaussian distributed 
  7851. double value with mean 0.0 and standard 
  7852. deviation 1.0|
  7853. nextInt()
  7854. Method in class java.util.Random
  7855. Generates a pseudorandom uniformally distributed 
  7856. int value|
  7857. nextLong()
  7858. Method in class java.util.Random
  7859. Generate a pseudorandom uniformally distributed long value|
  7860. nextToken()
  7861. Method in class java.io.StreamTokenizer
  7862. Parses a token from the input stream|
  7863. nextToken()
  7864. Method in class java.util.StringTokenizer
  7865. Returns the next token of the String|
  7866. nextToken(String)
  7867. Method in class java.util.StringTokenizer
  7868. Returns the next token, after switching to the new delimiter set|
  7869. NE_RESIZE_CURSOR
  7870. Static variable in class java.awt.Frame|
  7871. NoClassDefFoundError()
  7872. Constructor for class java.lang.NoClassDefFoundError
  7873. Constructs a NoClassDefFoundError with no detail message|
  7874. NoClassDefFoundError(String)
  7875. Constructor for class java.lang.NoClassDefFoundError
  7876. Constructs a NoClassDefFoundError with the specified detail message|
  7877. NONE
  7878. Static variable in class java.awt.GridBagConstraints|
  7879. NORM_PRIORITY
  7880. Static variable in class java.lang.Thread
  7881. The default priority that is assigned to a Thread|
  7882. NORTH
  7883. Static variable in class java.awt.GridBagConstraints|
  7884. NORTHEAST
  7885. Static variable in class java.awt.GridBagConstraints|
  7886. NORTHWEST
  7887. Static variable in class java.awt.GridBagConstraints|
  7888. NoSuchElementException()
  7889. Constructor for class java.util.NoSuchElementException
  7890. Constructs a NoSuchElementException with no detail message|
  7891. NoSuchElementException(String)
  7892. Constructor for class java.util.NoSuchElementException
  7893. Constructs a NoSuchElementException with the specified detail message|
  7894. NoSuchFieldError()
  7895. Constructor for class java.lang.NoSuchFieldError
  7896. Constructs a NoSuchFieldException without a detail message|
  7897. NoSuchFieldError(String)
  7898. Constructor for class java.lang.NoSuchFieldError
  7899. Constructs a NoSuchFieldException with a detail message|
  7900. NoSuchMethodError()
  7901. Constructor for class java.lang.NoSuchMethodError|
  7902. NoSuchMethodError(String)
  7903. Constructor for class java.lang.NoSuchMethodError
  7904. Constructs a NoSuchMethodException with a detail message|
  7905. NoSuchMethodException()
  7906. Constructor for class java.lang.NoSuchMethodException
  7907. Constructs a NoSuchMethodException without a detail message|
  7908. NoSuchMethodException(String)
  7909. Constructor for class java.lang.NoSuchMethodException
  7910. Constructs a NoSuchMethodException with a detail message|
  7911. notify()
  7912. Method in class java.lang.Object
  7913. Notifies a single waiting thread on a change in condition of another
  7914. thread|
  7915. notifyAll()
  7916. Method in class java.lang.Object
  7917. Notifies all of the threads waiting for a condition to change|
  7918. notifyObservers()
  7919. Method in class java.util.Observable
  7920. Notifies all observers if an observable change occurs|
  7921. notifyObservers(Object)
  7922. Method in class java.util.Observable
  7923. Notifies all observers of the specified observable change
  7924. which occurred|
  7925. npoints
  7926. Variable in class java.awt.Polygon
  7927. The total number of points|
  7928. NullPointerException()
  7929. Constructor for class java.lang.NullPointerException
  7930. Constructs a NullPointerException with no detail message|
  7931. NullPointerException(String)
  7932. Constructor for class java.lang.NullPointerException
  7933. Constructs a NullPointerException with the specified detail message|
  7934. Number()
  7935. Constructor for class java.lang.Number|
  7936. NumberFormatException()
  7937. Constructor for class java.lang.NumberFormatException
  7938. Constructs a NumberFormatException with no detail message|
  7939. NumberFormatException(String)
  7940. Constructor for class java.lang.NumberFormatException
  7941. Constructs a NumberFormatException with the specified detail message|
  7942. nval
  7943. Variable in class java.io.StreamTokenizer
  7944. The number value|
  7945. NW_RESIZE_CURSOR
  7946. Static variable in class java.awt.Frame|
  7947. N_RESIZE_CURSOR
  7948. Static variable in class java.awt.Frame|
  7949. Object()
  7950. Constructor for class java.lang.Object|
  7951. Observable()
  7952. Constructor for class java.util.Observable|
  7953. openConnection()
  7954. Method in class java.net.URL
  7955. Creates (if not already in existance) a URLConnection object that
  7956. contains a connection to the remote object referred to by
  7957. the URL|
  7958. openConnection(URL)
  7959. Method in class java.net.URLStreamHandler
  7960. Opens an input stream to the object referenced by the URL|
  7961. openStream()
  7962. Method in class java.net.URL
  7963. Opens an input stream|
  7964. or(BitSet)
  7965. Method in class java.util.BitSet
  7966. Logically ORs this bit set with the specified set of bits|
  7967. orange
  7968. Static variable in class java.awt.Color
  7969. The color orange|
  7970. ordinaryChar(int)
  7971. Method in class java.io.StreamTokenizer
  7972. Specifies that this character is 'ordinary': it removes any
  7973. significance as a word, comment, string, whitespace or number
  7974. character|
  7975. ordinaryChars(int, int)
  7976. Method in class java.io.StreamTokenizer
  7977. Specifies that characters in this range are 'ordinary'|
  7978. origmodel
  7979. Variable in class java.awt.image.RGBImageFilter|
  7980. OtherDatabases
  7981. Other databases that ship with ObiWan include:
  7982.     Words    A list of words from Rogets Thesaurus;
  7983.             great for checking your spelling quickly.
  7984.     Perl        Reference material for the Perl programming languange.
  7985.     HTML    Reference material for the HTML markup language.
  7986.     Java        Reference material for the Java programming languange.
  7987.     Force    Reference material for the Mac OS APIs.|
  7988. out
  7989. Static variable in class java.io.FileDescriptor
  7990. Handle to standard output|
  7991. out
  7992. Static variable in class java.lang.System
  7993. Standard output stream|
  7994. out
  7995. Variable in class java.io.FilterOutputStream
  7996. The actual output stream|
  7997. OutOfMemoryError()
  7998. Constructor for class java.lang.OutOfMemoryError
  7999. Constructs an OutOfMemoryError with no detail message|
  8000. OutOfMemoryError(String)
  8001. Constructor for class java.lang.OutOfMemoryError
  8002. Constructs an OutOfMemoryError with the specified detail message|
  8003. OutputStream()
  8004. Constructor for class java.io.OutputStream|
  8005. pack()
  8006. Method in class java.awt.Window
  8007. Packs the components of the Window|
  8008. paint(Graphics)
  8009. Method in class java.awt.Canvas
  8010. Paints the canvas in the default background color|
  8011. paint(Graphics)
  8012. Method in class java.awt.Component
  8013. Paints the component|
  8014. paint(Graphics)
  8015. Method in interface java.awt.peer.ComponentPeer|
  8016. paintAll(Graphics)
  8017. Method in class java.awt.Component
  8018. Paints the component and its subcomponents|
  8019. paintComponents(Graphics)
  8020. Method in class java.awt.Container
  8021. Paints the components in this container|
  8022. Panel()
  8023. Constructor for class java.awt.Panel
  8024. Creates a new panel|
  8025. paramString()
  8026. Method in class java.awt.Button
  8027. Returns the parameter String of this button|
  8028. paramString()
  8029. Method in class java.awt.Checkbox
  8030. Returns the parameter String of this Checkbox|
  8031. paramString()
  8032. Method in class java.awt.CheckboxMenuItem
  8033. Returns the parameter String of this button|
  8034. paramString()
  8035. Method in class java.awt.Choice
  8036. Returns the parameter String of this Choice|
  8037. paramString()
  8038. Method in class java.awt.Component
  8039. Returns the parameter String of this Component|
  8040. paramString()
  8041. Method in class java.awt.Container
  8042. Returns the parameter String of this Container|
  8043. paramString()
  8044. Method in class java.awt.Dialog
  8045. Returns the parameter String of this Dialog|
  8046. paramString()
  8047. Method in class java.awt.Event
  8048. Returns the parameter String of this Event|
  8049. paramString()
  8050. Method in class java.awt.FileDialog
  8051. Returns the parameter String of this file dialog|
  8052. paramString()
  8053. Method in class java.awt.Frame
  8054. Returns the parameter String of this Frame|
  8055. paramString()
  8056. Method in class java.awt.Label
  8057. Returns the parameter String of this label|
  8058. paramString()
  8059. Method in class java.awt.List
  8060. Returns the parameter String of this list|
  8061. paramString()
  8062. Method in class java.awt.MenuComponent
  8063. Returns the String parameter of this MenuComponent|
  8064. paramString()
  8065. Method in class java.awt.MenuItem
  8066. Returns the String parameter of the menu item|
  8067. paramString()
  8068. Method in class java.awt.Scrollbar
  8069. Returns the String parameters for this Scrollbar|
  8070. paramString()
  8071. Method in class java.awt.TextArea
  8072. Returns the String of parameters for this TextArea|
  8073. paramString()
  8074. Method in class java.awt.TextComponent
  8075. Returns the String of parameters for this TextComponent|
  8076. paramString()
  8077. Method in class java.awt.TextField
  8078. Returns the String of parameters for this TExtField|
  8079. parentOf(ThreadGroup)
  8080. Method in class java.lang.ThreadGroup
  8081. Checks to see if this Thread group is a parent of or is equal to
  8082. another Thread group|
  8083. parse(String)
  8084. Static method in class java.util.Date
  8085. Given a string representing a time, parse it and return the time value|
  8086. parseInt(String)
  8087. Static method in class java.lang.Integer
  8088. Assuming the specified String represents an integer, returns that
  8089. integer's
  8090. value|
  8091. parseInt(String, int)
  8092. Static method in class java.lang.Integer
  8093. Assuming the specified String represents an integer, returns that
  8094. integer's
  8095. value|
  8096. parseLong(String)
  8097. Static method in class java.lang.Long
  8098. Assuming the specified String represents a long, return that long's
  8099. value|
  8100. parseLong(String, int)
  8101. Static method in class java.lang.Long
  8102. Assuming the specified String represents a long, returns that long's
  8103. value|
  8104. parseNumbers()
  8105. Method in class java.io.StreamTokenizer
  8106. Specifies that numbers should be parsed|
  8107. parseURL(URL, String, int, int)
  8108. Method in class java.net.URLStreamHandler
  8109. This method is called to parse the string spec into URL u|
  8110. pathSeparator
  8111. Static variable in class java.io.File
  8112. The system dependent path separator string|
  8113. pathSeparatorChar
  8114. Static variable in class java.io.File
  8115. The system dependent path separator character|
  8116. peek()
  8117. Method in class java.util.Stack
  8118. Peeks at the top of the stack|
  8119. PGDN
  8120. Static variable in class java.awt.Event
  8121. The page down key|
  8122. PGUP
  8123. Static variable in class java.awt.Event
  8124. The page up key|
  8125. PI
  8126. Static variable in class java.lang.Math
  8127. The float representation of the value Pi|
  8128. pink
  8129. Static variable in class java.awt.Color
  8130. The color pink|
  8131. PipedInputStream()
  8132. Constructor for class java.io.PipedInputStream
  8133. Creates an input file that isn't connected to anything (yet)|
  8134. PipedInputStream(PipedOutputStream)
  8135. Constructor for class java.io.PipedInputStream
  8136. Creates an input file from the specified PiledOutputStream|
  8137. PipedOutputStream()
  8138. Constructor for class java.io.PipedOutputStream
  8139. Creates an output file that isn't connected to anything (yet)|
  8140. PipedOutputStream(PipedInputStream)
  8141. Constructor for class java.io.PipedOutputStream
  8142. Creates an output file connected to the specified 
  8143. PipedInputStream|
  8144. PixelGrabber(Image, int, int, int, int, int[], int, int)
  8145. Constructor for class java.awt.image.PixelGrabber
  8146. Create a PixelGrabber object to grab the (x, y, w, h) rectangular
  8147. section of pixels from the specified image into the given array|
  8148. PixelGrabber(ImageProducer, int, int, int, int, int[], int, int)
  8149. Constructor for class java.awt.image.PixelGrabber
  8150. Create a PixelGrabber object to grab the (x, y, w, h) rectangular
  8151. section of pixels from the image produced by the specified
  8152. ImageProducer into the given array|
  8153. pixel_bits
  8154. Variable in class java.awt.image.ColorModel|
  8155. PLAIN
  8156. Static variable in class java.awt.Font
  8157. The plain style constant|
  8158. play()
  8159. Method in interface java.applet.AudioClip
  8160. Starts playing the clip|
  8161. play(URL)
  8162. Method in class java.applet.Applet
  8163. Plays an audio clip|
  8164. play(URL, String)
  8165. Method in class java.applet.Applet
  8166. Plays an audio clip|
  8167. Point(int, int)
  8168. Constructor for class java.awt.Point
  8169. Constructs and initializes a Point from the specified x and y 
  8170. coordinates|
  8171. Polygon()
  8172. Constructor for class java.awt.Polygon
  8173. Creates an empty polygon|
  8174. Polygon(int[], int[], int)
  8175. Constructor for class java.awt.Polygon
  8176. Constructs and initializes a Polygon from the specified parameters|
  8177. pop()
  8178. Method in class java.util.Stack
  8179. Pops an item off the stack|
  8180. port
  8181. Variable in class java.net.SocketImpl
  8182. The port where the socket will make a connection|
  8183. pos
  8184. Variable in class java.io.BufferedInputStream
  8185. The current position in the buffer|
  8186. pos
  8187. Variable in class java.io.ByteArrayInputStream
  8188. The current position in the buffer|
  8189. pos
  8190. Variable in class java.io.StringBufferInputStream
  8191. The position in the buffer|
  8192. POSITIVE_INFINITY
  8193. Static variable in class java.lang.Double
  8194. Positive infinity|
  8195. POSITIVE_INFINITY
  8196. Static variable in class java.lang.Float
  8197. Positive infinity|
  8198. postEvent(Event)
  8199. Method in class java.awt.Component
  8200. Posts an event to this component|
  8201. postEvent(Event)
  8202. Method in class java.awt.MenuComponent
  8203. Posts the specified event to the menu|
  8204. postEvent(Event)
  8205. Method in interface java.awt.MenuContainer|
  8206. pow(double, double)
  8207. Static method in class java.lang.Math
  8208. Returns the number a raised to the power of b|
  8209. preferredLayoutSize(Container)
  8210. Method in class java.awt.BorderLayout
  8211. Returns the preferred dimensions for this layout given the components
  8212. in the specified target container|
  8213. preferredLayoutSize(Container)
  8214. Method in class java.awt.CardLayout
  8215. Calculates the preferred size for the specified panel|
  8216. preferredLayoutSize(Container)
  8217. Method in class java.awt.FlowLayout
  8218. Returns the preferred dimensions for this layout given the components
  8219. in the specified target container|
  8220. preferredLayoutSize(Container)
  8221. Method in class java.awt.GridBagLayout
  8222. Returns the preferred dimensions for this layout given the components
  8223. in the specified panel|
  8224. preferredLayoutSize(Container)
  8225. Method in class java.awt.GridLayout
  8226. Returns the preferred dimensions for this layout given the components
  8227. int the specified panel|
  8228. preferredLayoutSize(Container)
  8229. Method in interface java.awt.LayoutManager
  8230. Calculates the preferred size dimensions for the specified 
  8231. panel given the components in the specified parent container|
  8232. PREFERREDSIZE
  8233. Static variable in class java.awt.GridBagLayout|
  8234. preferredSize()
  8235. Method in class java.awt.Component
  8236. Returns the preferred size of this component|
  8237. preferredSize()
  8238. Method in class java.awt.Container
  8239. Returns the preferred size of this container|
  8240. preferredSize()
  8241. Method in class java.awt.List
  8242. Returns the preferred dimensions needed for the list|
  8243. preferredSize()
  8244. Method in class java.awt.TextArea
  8245. Returns the preferred size Dimensions of the TextArea|
  8246. preferredSize()
  8247. Method in class java.awt.TextField
  8248. Returns the preferred size Dimensions needed for this TextField|
  8249. preferredSize()
  8250. Method in interface java.awt.peer.ComponentPeer|
  8251. preferredSize(int)
  8252. Method in class java.awt.List
  8253. Returns the preferred dimensions needed for the list with the specified
  8254. amount of rows|
  8255. preferredSize(int)
  8256. Method in class java.awt.TextField
  8257. Returns the preferred size Dimensions needed for this TextField with
  8258. the 
  8259. specified amount of columns|
  8260. preferredSize(int)
  8261. Method in interface java.awt.peer.ListPeer|
  8262. preferredSize(int)
  8263. Method in interface java.awt.peer.TextFieldPeer|
  8264. preferredSize(int, int)
  8265. Method in class java.awt.TextArea
  8266. Returns the specified row and column Dimensions of the TextArea|
  8267. preferredSize(int, int)
  8268. Method in interface java.awt.peer.TextAreaPeer|
  8269. prepareImage(Image, ImageObserver)
  8270. Method in class java.awt.Component
  8271. Prepares an image for rendering on this Component|
  8272. prepareImage(Image, int, int, ImageObserver)
  8273. Method in class java.awt.Component
  8274. Prepares an image for rendering on this Component at the
  8275. specified width and height|
  8276. prepareImage(Image, int, int, ImageObserver)
  8277. Method in class java.awt.Toolkit
  8278. Prepares an image for rendering on the default screen at the
  8279. specified width and height|
  8280. prepareImage(Image, int, int, ImageObserver)
  8281. Method in interface java.awt.peer.ComponentPeer|
  8282. previous(Container)
  8283. Method in class java.awt.CardLayout
  8284. Flips to the previous card of the specified container|
  8285. print(boolean)
  8286. Method in class java.io.PrintStream
  8287. Prints a boolean|
  8288. print(char)
  8289. Method in class java.io.PrintStream
  8290. Prints an character|
  8291. print(char[])
  8292. Method in class java.io.PrintStream
  8293. Prints an array of characters|
  8294. print(double)
  8295. Method in class java.io.PrintStream
  8296. Prints a double|
  8297. print(float)
  8298. Method in class java.io.PrintStream
  8299. Prints a float|
  8300. print(Graphics)
  8301. Method in class java.awt.Component
  8302. Prints this component|
  8303. print(Graphics)
  8304. Method in interface java.awt.peer.ComponentPeer|
  8305. print(int)
  8306. Method in class java.io.PrintStream
  8307. Prints an integer|
  8308. print(long)
  8309. Method in class java.io.PrintStream
  8310. Prints a long|
  8311. print(Object)
  8312. Method in class java.io.PrintStream
  8313. Prints an object|
  8314. print(String)
  8315. Method in class java.io.PrintStream
  8316. Prints a String|
  8317. printAll(Graphics)
  8318. Method in class java.awt.Component
  8319. Prints the component and its subcomponents|
  8320. printComponents(Graphics)
  8321. Method in class java.awt.Container
  8322. Prints the components in this container|
  8323. println()
  8324. Method in class java.io.PrintStream
  8325. Prints a newline|
  8326. println(boolean)
  8327. Method in class java.io.PrintStream
  8328. Prints a boolean followed by a newline|
  8329. println(char)
  8330. Method in class java.io.PrintStream
  8331. Prints a character followed by a newline|
  8332. println(char[])
  8333. Method in class java.io.PrintStream
  8334. Prints an array of characters followed by a newline|
  8335. println(double)
  8336. Method in class java.io.PrintStream
  8337. Prints a double followed by a newline|
  8338. println(float)
  8339. Method in class java.io.PrintStream
  8340. Prints a float followed by a newline|
  8341. println(int)
  8342. Method in class java.io.PrintStream
  8343. Prints an integer followed by a newline|
  8344. println(long)
  8345. Method in class java.io.PrintStream
  8346. Prints a long followed by a newline|
  8347. println(Object)
  8348. Method in class java.io.PrintStream
  8349. Prints an object followed by a newline|
  8350. println(String)
  8351. Method in class java.io.PrintStream
  8352. Prints a string followed by a newline|
  8353. printStackTrace()
  8354. Method in class java.lang.Throwable
  8355. Prints the Throwable and the Throwable's stack trace|
  8356. printStackTrace(PrintStream)
  8357. Method in class java.lang.Throwable|
  8358. PrintStream(OutputStream)
  8359. Constructor for class java.io.PrintStream
  8360. Creates a new PrintStream|
  8361. PrintStream(OutputStream, boolean)
  8362. Constructor for class java.io.PrintStream
  8363. Creates a new PrintStream, with auto flushing|
  8364. printToConsole(String)
  8365. Method in interface sun.tools.debug.DebuggerCallback
  8366. Print text to the debugger's console window|
  8367. Process()
  8368. Constructor for class java.lang.Process|
  8369. PROPERTIES
  8370. Static variable in interface java.awt.image.ImageObserver
  8371. The properties of the image are now available|
  8372. Properties()
  8373. Constructor for class java.util.Properties
  8374. Creates an empty property list|
  8375. Properties(Properties)
  8376. Constructor for class java.util.Properties
  8377. Creates an empty property list with specified defaults|
  8378. propertyNames()
  8379. Method in class java.util.Properties
  8380. Enumerates all the keys|
  8381. ProtocolException()
  8382. Constructor for class java.net.ProtocolException
  8383. Constructs a new ProtocolException with no detail message|
  8384. ProtocolException(String)
  8385. Constructor for class java.net.ProtocolException
  8386. Constructs a new ProtocolException with the specified detail 
  8387. message|
  8388. push(Object)
  8389. Method in class java.util.Stack
  8390. Pushes an item onto the stack|
  8391. pushBack
  8392. Variable in class java.io.PushbackInputStream
  8393. Push back character|
  8394. pushBack()
  8395. Method in class java.io.StreamTokenizer
  8396. Pushes back a stream token|
  8397. PushbackInputStream(InputStream)
  8398. Constructor for class java.io.PushbackInputStream
  8399. Creates a PushbackInputStream|
  8400. put(Object, Object)
  8401. Method in class java.util.Dictionary
  8402. Puts the specified element into the Dictionary, using the specified
  8403. key|
  8404. put(Object, Object)
  8405. Method in class java.util.Hashtable
  8406. Puts the specified element into the hashtable, using the specified
  8407. key|
  8408. quitEvent()
  8409. Method in interface sun.tools.debug.DebuggerCallback
  8410. The client interpreter has exited, either by returning from its
  8411. main thread, or by calling System.exit()|
  8412. quoteChar(int)
  8413. Method in class java.io.StreamTokenizer
  8414. Specifies that matching pairs of this character delimit String
  8415. constants|
  8416. Random()
  8417. Constructor for class java.util.Random
  8418. Creates a new random number generator|
  8419. random()
  8420. Static method in class java.lang.Math
  8421. Generates a random number between 0.0 and 1.0|
  8422. Random(long)
  8423. Constructor for class java.util.Random
  8424. Creates a new random number generator using a single 
  8425. long seed|
  8426. RandomAccessFile(File, String)
  8427. Constructor for class java.io.RandomAccessFile
  8428. Creates a RandomAccessFile from a specified File object
  8429. and mode ("r" or "rw")|
  8430. RandomAccessFile(String, String)
  8431. Constructor for class java.io.RandomAccessFile
  8432. Creates a RandomAccessFile with the specified system dependent 
  8433. file name and the specified mode|
  8434. RANDOMPIXELORDER
  8435. Static variable in interface java.awt.image.ImageConsumer
  8436. The pixels will be delivered in a random order|
  8437. read()
  8438. Method in class java.io.BufferedInputStream
  8439. Reads a byte of data|
  8440. read()
  8441. Method in class java.io.ByteArrayInputStream
  8442. Reads a byte of data|
  8443. read()
  8444. Method in class java.io.FileInputStream
  8445. Reads a byte of data|
  8446. read()
  8447. Method in class java.io.FilterInputStream
  8448. Reads a byte|
  8449. read()
  8450. Method in class java.io.InputStream
  8451. Reads a byte of data|
  8452. read()
  8453. Method in class java.io.LineNumberInputStream
  8454. Reads a byte of data|
  8455. read()
  8456. Method in class java.io.PipedInputStream
  8457. Reads a byte of data|
  8458. read()
  8459. Method in class java.io.PushbackInputStream
  8460. Reads a byte of data|
  8461. read()
  8462. Method in class java.io.RandomAccessFile
  8463. Reads a byte of data|
  8464. read()
  8465. Method in class java.io.SequenceInputStream
  8466. Reads a stream, and upon reaching an EOF, flips to the next 
  8467. stream|
  8468. read()
  8469. Method in class java.io.StringBufferInputStream
  8470. Reads a byte of data|
  8471. read(byte[])
  8472. Method in class java.io.DataInputStream
  8473. Reads data into an array of bytes|
  8474. read(byte[])
  8475. Method in class java.io.FileInputStream
  8476. Reads data into an array of bytes|
  8477. read(byte[])
  8478. Method in class java.io.FilterInputStream
  8479. Reads into an array of bytes|
  8480. read(byte[])
  8481. Method in class java.io.InputStream
  8482. Reads into an array of bytes|
  8483. read(byte[])
  8484. Method in class java.io.RandomAccessFile
  8485. Reads data into an array of bytes|
  8486. read(byte[], int, int)
  8487. Method in class java.io.BufferedInputStream
  8488. Reads into an array of bytes|
  8489. read(byte[], int, int)
  8490. Method in class java.io.ByteArrayInputStream
  8491. Reads into an array of bytes|
  8492. read(byte[], int, int)
  8493. Method in class java.io.DataInputStream
  8494. Reads data into an array of bytes|
  8495. read(byte[], int, int)
  8496. Method in class java.io.FileInputStream
  8497. Reads data into an array of bytes|
  8498. read(byte[], int, int)
  8499. Method in class java.io.FilterInputStream
  8500. Reads into an array of bytes|
  8501. read(byte[], int, int)
  8502. Method in class java.io.InputStream
  8503. Reads into an array of bytes|
  8504. read(byte[], int, int)
  8505. Method in class java.io.LineNumberInputStream
  8506. Reads into an array of bytes|
  8507. read(byte[], int, int)
  8508. Method in class java.io.PipedInputStream
  8509. Reads into an array of bytes|
  8510. read(byte[], int, int)
  8511. Method in class java.io.PushbackInputStream
  8512. Reads into an array of bytes|
  8513. read(byte[], int, int)
  8514. Method in class java.io.RandomAccessFile
  8515. Reads a sub array as a sequence of bytes|
  8516. read(byte[], int, int)
  8517. Method in class java.io.SequenceInputStream
  8518. Reads data into an array of bytes, and upon reaching an EOF, 
  8519. flips to the next stream|
  8520. read(byte[], int, int)
  8521. Method in class java.io.StringBufferInputStream
  8522. Reads into an array of bytes|
  8523. readBoolean()
  8524. Method in class java.io.DataInputStream
  8525. Reads a boolean|
  8526. readBoolean()
  8527. Method in class java.io.RandomAccessFile
  8528. Reads a boolean|
  8529. readBoolean()
  8530. Method in interface java.io.DataInput
  8531. Reads in a boolean|
  8532. readByte()
  8533. Method in class java.io.DataInputStream
  8534. Reads an 8 bit byte|
  8535. readByte()
  8536. Method in class java.io.RandomAccessFile
  8537. Reads a byte|
  8538. readByte()
  8539. Method in interface java.io.DataInput
  8540. Reads an 8 bit byte|
  8541. readChar()
  8542. Method in class java.io.DataInputStream
  8543. Reads a 16 bit char|
  8544. readChar()
  8545. Method in class java.io.RandomAccessFile
  8546. Reads a 16 bit char|
  8547. readChar()
  8548. Method in interface java.io.DataInput
  8549. Reads a 16 bit char|
  8550. readDouble()
  8551. Method in class java.io.DataInputStream
  8552. Reads a 64 bit double|
  8553. readDouble()
  8554. Method in class java.io.RandomAccessFile
  8555. Reads a 64 bit double|
  8556. readDouble()
  8557. Method in interface java.io.DataInput
  8558. Reads a 64 bit double|
  8559. readFloat()
  8560. Method in class java.io.DataInputStream
  8561. Reads a 32 bit float|
  8562. readFloat()
  8563. Method in class java.io.RandomAccessFile
  8564. Reads a 32 bit float|
  8565. readFloat()
  8566. Method in interface java.io.DataInput
  8567. Reads a 32 bit float|
  8568. readFully(byte[])
  8569. Method in class java.io.DataInputStream
  8570. Reads bytes, blocking until all bytes are read|
  8571. readFully(byte[])
  8572. Method in class java.io.RandomAccessFile
  8573. Reads bytes, blocking until all bytes are read|
  8574. readFully(byte[])
  8575. Method in interface java.io.DataInput
  8576. Reads bytes, blocking until all bytes are read|
  8577. readFully(byte[], int, int)
  8578. Method in class java.io.DataInputStream
  8579. Reads bytes, blocking until all bytes are read|
  8580. readFully(byte[], int, int)
  8581. Method in class java.io.RandomAccessFile
  8582. Reads bytes, blocking until all bytes are read|
  8583. readFully(byte[], int, int)
  8584. Method in interface java.io.DataInput
  8585. Reads bytes, blocking until all bytes are read|
  8586. readInt()
  8587. Method in class java.io.DataInputStream
  8588. Reads a 32 bit int|
  8589. readInt()
  8590. Method in class java.io.RandomAccessFile
  8591. Reads a 32 bit int|
  8592. readInt()
  8593. Method in interface java.io.DataInput
  8594. Reads a 32 bit int|
  8595. readLine()
  8596. Method in class java.io.DataInputStream
  8597. Reads in a line that has been terminated by a \n, \r, 
  8598. \r\n or EOF|
  8599. readLine()
  8600. Method in class java.io.RandomAccessFile
  8601. Reads a line terminated by a '\n' or EOF|
  8602. readLine()
  8603. Method in interface java.io.DataInput|
  8604. readLong()
  8605. Method in class java.io.DataInputStream
  8606. Reads a 64 bit long|
  8607. readLong()
  8608. Method in class java.io.RandomAccessFile
  8609. Reads a 64 bit long|
  8610. readLong()
  8611. Method in interface java.io.DataInput
  8612. Reads a 64 bit long|
  8613. readShort()
  8614. Method in class java.io.DataInputStream
  8615. Reads a 16 bit short|
  8616. readShort()
  8617. Method in class java.io.RandomAccessFile
  8618. Reads 16 bit short|
  8619. readShort()
  8620. Method in interface java.io.DataInput
  8621. Reads a 16 bit short|
  8622. readUnsignedByte()
  8623. Method in class java.io.DataInputStream
  8624. Reads an unsigned 8 bit byte|
  8625. readUnsignedByte()
  8626. Method in class java.io.RandomAccessFile
  8627. Reads an unsigned 8 bit byte|
  8628. readUnsignedByte()
  8629. Method in interface java.io.DataInput
  8630. Reads an unsigned 8 bit byte|
  8631. readUnsignedShort()
  8632. Method in class java.io.DataInputStream
  8633. Reads 16 bit short|
  8634. readUnsignedShort()
  8635. Method in class java.io.RandomAccessFile
  8636. Reads 16 bit short|
  8637. readUnsignedShort()
  8638. Method in interface java.io.DataInput
  8639. Reads an unsigned 16 bit short|
  8640. readUTF()
  8641. Method in class java.io.DataInputStream
  8642. Reads a UTF format String|
  8643. readUTF()
  8644. Method in class java.io.RandomAccessFile
  8645. Reads a UTF formatted String|
  8646. readUTF()
  8647. Method in interface java.io.DataInput|
  8648. readUTF(DataInput)
  8649. Static method in class java.io.DataInputStream
  8650. Reads a UTF format String from the given input stream|
  8651. receive(DatagramPacket)
  8652. Method in class java.net.DatagramSocket
  8653. Receives datagram packet|
  8654. Rectangle()
  8655. Constructor for class java.awt.Rectangle
  8656. Constructs a new rectangle|
  8657. Rectangle(Dimension)
  8658. Constructor for class java.awt.Rectangle
  8659. Constructs a rectangle and initializes it to the specified width and 
  8660. height|
  8661. Rectangle(int, int)
  8662. Constructor for class java.awt.Rectangle
  8663. Constructs a rectangle and initializes it with the specified width and 
  8664. height parameters|
  8665. Rectangle(int, int, int, int)
  8666. Constructor for class java.awt.Rectangle
  8667. Constructs and initializes a rectangle with the specified parameters|
  8668. Rectangle(Point)
  8669. Constructor for class java.awt.Rectangle
  8670. Constructs a rectangle and initializes it to the specified point|
  8671. Rectangle(Point, Dimension)
  8672. Constructor for class java.awt.Rectangle
  8673. Constructs a rectangle and initializes it to a specified point and  
  8674. dimension|
  8675. red
  8676. Static variable in class java.awt.Color
  8677. The color red|
  8678. regionMatches(boolean, int, String, int, int)
  8679. Method in class java.lang.String
  8680. Determines whether a region of this String matches the specified region
  8681. of the specified String|
  8682. regionMatches(int, String, int, int)
  8683. Method in class java.lang.String
  8684. Determines whether a region of this String matches the specified region
  8685. of the specified String|
  8686. rehash()
  8687. Method in class java.util.Hashtable
  8688. Rehashes the content of the table into a bigger table|
  8689. RELATIVE
  8690. Static variable in class java.awt.GridBagConstraints|
  8691. REMAINDER
  8692. Static variable in class java.awt.GridBagConstraints|
  8693. RemoteDebugger(String, DebuggerCallback, boolean)
  8694. Constructor for class sun.tools.debug.RemoteDebugger
  8695. Create a remote debugger, and connect it to a new client interpreter.|
  8696. RemoteDebugger(String, String, DebuggerCallback, boolean)
  8697. Constructor for class sun.tools.debug.RemoteDebugger
  8698. Create a remote debugger, connecting it with a running Java
  8699. interpreter.To connect to a running interpreter, it must be 
  8700. started with the "-debug" option, whereupon it will print out 
  8701. the password for that debugging session|
  8702. RemoteInt(int)
  8703. Constructor for class sun.tools.debug.RemoteInt|
  8704. remove(Component)
  8705. Method in class java.awt.Container
  8706. Removes the specified component from this container|
  8707. remove(int)
  8708. Method in class java.awt.Menu
  8709. Deletes the item from this menu at the specified index|
  8710. remove(int)
  8711. Method in class java.awt.MenuBar
  8712. Removes the menu located at the specified index from the menu bar|
  8713. remove(MenuComponent)
  8714. Method in class java.awt.Frame
  8715. Removes the specified menu bar from this Frame|
  8716. remove(MenuComponent)
  8717. Method in class java.awt.Menu
  8718. Deletes the specified item from this menu|
  8719. remove(MenuComponent)
  8720. Method in class java.awt.MenuBar
  8721. Removes the specified menu from the menu bar|
  8722. remove(MenuComponent)
  8723. Method in interface java.awt.MenuContainer|
  8724. remove(Object)
  8725. Method in class java.util.Dictionary
  8726. Removes the element corresponding to the key|
  8727. remove(Object)
  8728. Method in class java.util.Hashtable
  8729. Removes the element corresponding to the key|
  8730. removeAll()
  8731. Method in class java.awt.Container
  8732. Removes all the components from this container|
  8733. removeAllElements()
  8734. Method in class java.util.Vector
  8735. Removes all elements of the vector|
  8736. removeConsumer(ImageConsumer)
  8737. Method in class java.awt.image.FilteredImageSource
  8738. Removes an ImageConsumer from the list of consumers interested in
  8739. data for this image|
  8740. removeConsumer(ImageConsumer)
  8741. Method in class java.awt.image.MemoryImageSource
  8742. Remove an ImageConsumer from the list of consumers interested in
  8743. data for this image|
  8744. removeConsumer(ImageConsumer)
  8745. Method in interface java.awt.image.ImageProducer
  8746. This method removes the given ImageConsumer object
  8747. from the list of consumers currently registered to
  8748. receive image data|
  8749. removeElement(Object)
  8750. Method in class java.util.Vector
  8751. Removes the element from the vector|
  8752. removeElementAt(int)
  8753. Method in class java.util.Vector
  8754. Deletes the element at the specified index|
  8755. removeLayoutComponent(Component)
  8756. Method in class java.awt.BorderLayout
  8757. Removes the specified component from the layout|
  8758. removeLayoutComponent(Component)
  8759. Method in class java.awt.CardLayout
  8760. Removes the specified component from the layout|
  8761. removeLayoutComponent(Component)
  8762. Method in class java.awt.FlowLayout
  8763. Removes the specified component from the layout|
  8764. removeLayoutComponent(Component)
  8765. Method in class java.awt.GridBagLayout
  8766. Removes the specified component from the layout|
  8767. removeLayoutComponent(Component)
  8768. Method in class java.awt.GridLayout
  8769. Removes the specified component from the layout|
  8770. removeLayoutComponent(Component)
  8771. Method in interface java.awt.LayoutManager
  8772. Removes the specified component from the layout|
  8773. removeNotify()
  8774. Method in class java.awt.Component
  8775. Notifies the Component to destroy the peer|
  8776. removeNotify()
  8777. Method in class java.awt.Container
  8778. Notifies the container to remove its peer|
  8779. removeNotify()
  8780. Method in class java.awt.List
  8781. Removes the peer for this list|
  8782. removeNotify()
  8783. Method in class java.awt.Menu
  8784. Removes the menu's peer|
  8785. removeNotify()
  8786. Method in class java.awt.MenuBar
  8787. Removes the menu bar's peer|
  8788. removeNotify()
  8789. Method in class java.awt.MenuComponent
  8790. Removes the menu component's peer|
  8791. removeNotify()
  8792. Method in class java.awt.TextComponent
  8793. Removes the TextComponent's peer|
  8794. renameTo(File)
  8795. Method in class java.io.File
  8796. Renames a file and returns a boolean indicating whether 
  8797. or not this method was successful|
  8798. repaint()
  8799. Method in class java.awt.Component
  8800. Repaints the component|
  8801. repaint(int, int, int, int)
  8802. Method in class java.awt.Component
  8803. Repaints part of the component|
  8804. repaint(long)
  8805. Method in class java.awt.Component
  8806. Repaints the component|
  8807. repaint(long, int, int, int, int)
  8808. Method in class java.awt.Component
  8809. Repaints part of the component|
  8810. repaint(long, int, int, int, int)
  8811. Method in interface java.awt.peer.ComponentPeer|
  8812. replace(char, char)
  8813. Method in class java.lang.String
  8814. Converts this String by replacing all occurences of oldChar with
  8815. newChar|
  8816. replaceItem(String, int)
  8817. Method in class java.awt.List
  8818. Replaces the item at the given index|
  8819. replaceText(String, int, int)
  8820. Method in class java.awt.TextArea
  8821. Replaces text from the indicated start to end position with the
  8822. new text specified|
  8823. replaceText(String, int, int)
  8824. Method in interface java.awt.peer.TextAreaPeer|
  8825. requestFocus()
  8826. Method in class java.awt.Component
  8827. Requests the input focus|
  8828. requestFocus()
  8829. Method in interface java.awt.peer.ComponentPeer|
  8830. requestTopDownLeftRightResend(ImageConsumer)
  8831. Method in class java.awt.image.FilteredImageSource
  8832. Requests that a given ImageConsumer have the image data delivered
  8833. one more time in top-down, left-right order|
  8834. requestTopDownLeftRightResend(ImageConsumer)
  8835. Method in class java.awt.image.MemoryImageSource
  8836. Requests that a given ImageConsumer have the image data delivered
  8837. one more time in top-down, left-right order|
  8838. requestTopDownLeftRightResend(ImageConsumer)
  8839. Method in interface java.awt.image.ImageProducer
  8840. This method is used by an ImageConsumer to request that
  8841. the ImageProducer attempt to resend the image data one
  8842. more time in TOPDOWNLEFTRIGHT order so that higher
  8843. quality conversion algorithms which depend on receiving
  8844. pixels in order can be used to produce a better output
  8845. version of the image|
  8846. resendTopDownLeftRight(ImageProducer)
  8847. Method in class java.awt.image.ImageFilter
  8848. Responds to a request for a TopDownLeftRight (TDLR) ordered resend
  8849. of the pixel data from an ImageConsumer|
  8850. reset()
  8851. Method in class java.io.BufferedInputStream
  8852. Repositions the stream to the last marked position|
  8853. reset()
  8854. Method in class java.io.ByteArrayInputStream
  8855. Resets the buffer to the beginning|
  8856. reset()
  8857. Method in class java.io.ByteArrayOutputStream
  8858. Resets the buffer so that you can use it again without
  8859. throwing away the already allocated buffer|
  8860. reset()
  8861. Method in class java.io.FilterInputStream
  8862. Repositions the stream to the last marked position|
  8863. reset()
  8864. Method in class java.io.InputStream
  8865. Repositions the stream to the last marked position|
  8866. reset()
  8867. Method in class java.io.LineNumberInputStream
  8868. Repositions the stream to the last marked position|
  8869. reset()
  8870. Method in class java.io.StringBufferInputStream
  8871. Resets the buffer to the beginning|
  8872. resetCurrentFrameIndex()
  8873. Method in class sun.tools.debug.RemoteThread
  8874. Reset the current stackframe|
  8875. resetSyntax()
  8876. Method in class java.io.StreamTokenizer
  8877. Resets the syntax table so that all characters are special|
  8878. reshape(int, int, int, int)
  8879. Method in class java.awt.Component
  8880. Reshapes the Component to the specified bounding box|
  8881. reshape(int, int, int, int)
  8882. Method in class java.awt.Rectangle
  8883. Reshapes the rectangle|
  8884. reshape(int, int, int, int)
  8885. Method in interface java.awt.peer.ComponentPeer|
  8886. resize(Dimension)
  8887. Method in class java.applet.Applet
  8888. Requests thatthe applet be resized|
  8889. resize(Dimension)
  8890. Method in class java.awt.Component
  8891. Resizes the Component to the specified dimension|
  8892. resize(int, int)
  8893. Method in class java.applet.Applet
  8894. Requests that the applet be resized|
  8895. resize(int, int)
  8896. Method in class java.awt.Component
  8897. Resizes the Component to the specified width and height|
  8898. resize(int, int)
  8899. Method in class java.awt.Rectangle
  8900. Resizes the rectangle|
  8901. resolveClass(Class)
  8902. Method in class java.lang.ClassLoader
  8903. Resolves classes referenced by this Class|
  8904. resume()
  8905. Method in class java.lang.Thread
  8906. Resumes this Thread execution|
  8907. resume()
  8908. Method in class java.lang.ThreadGroup
  8909. Resumes all the Threads in this Thread group and all of its sub groups|
  8910. resume()
  8911. Method in class sun.tools.debug.RemoteThread
  8912. Resume execution of this thread|
  8913. RGBImageFilter()
  8914. Constructor for class java.awt.image.RGBImageFilter|
  8915. RGBtoHSB(int, int, int, float[])
  8916. Static method in class java.awt.Color
  8917. Returns the HSB values corresponding to the color defined by the
  8918. red, green, and blue components|
  8919. RIGHT
  8920. Static variable in class java.awt.Event
  8921. The right arrow key|
  8922. RIGHT
  8923. Static variable in class java.awt.FlowLayout
  8924. The right alignment variable|
  8925. RIGHT
  8926. Static variable in class java.awt.Label
  8927. The right alignment|
  8928. right
  8929. Variable in class java.awt.Insets
  8930. The inset from the right|
  8931. rint(double)
  8932. Static method in class java.lang.Math
  8933. Converts a double value into an integral value in double format|
  8934. round(double)
  8935. Static method in class java.lang.Math
  8936. Rounds off a double value by first adding 0.5 to it and then returning
  8937. the
  8938. largest integer that is less than or equal to this new value|
  8939. round(float)
  8940. Static method in class java.lang.Math
  8941. Rounds off a float value by first adding 0.5 to it and then returning
  8942. the
  8943. largest integer that is less than or equal to this new value|
  8944. rowHeights
  8945. Variable in class java.awt.GridBagLayout|
  8946. rowWeights
  8947. Variable in class java.awt.GridBagLayout|
  8948. run()
  8949. Method in class java.lang.Thread
  8950. The actual body of this Thread|
  8951. run()
  8952. Method in interface java.lang.Runnable
  8953. The method that is executed when a Runnable object is activated|
  8954. run(int, String[])
  8955. Method in class sun.tools.debug.RemoteDebugger
  8956. Load and run a runnable Java class, with any optional parameters|
  8957. runFinalization()
  8958. Method in class java.lang.Runtime
  8959. Runs the finalization methods of any objects pending finalization|
  8960. runFinalization()
  8961. Static method in class java.lang.System
  8962. Runs the finalization methods of any objects pending finalization|
  8963. RuntimeException()
  8964. Constructor for class java.lang.RuntimeException
  8965. Constructs a RuntimeException with no detail message|
  8966. RuntimeException(String)
  8967. Constructor for class java.lang.RuntimeException
  8968. Constructs a RuntimeException with the specified detail message|
  8969. sameFile(URL)
  8970. Method in class java.net.URL
  8971. Compares two URLs, excluding the "ref" fields: sameFile is true
  8972. if the true references the same remote object, but not necessarily
  8973. the same subpiece of that object|
  8974. SAVE
  8975. Static variable in class java.awt.FileDialog
  8976. The file save variable|
  8977. save(OutputStream, String)
  8978. Method in class java.util.Properties
  8979. Save properties to an OutputStream|
  8980. SAVE_FILE
  8981. Static variable in class java.awt.Event
  8982. A file saving event|
  8983. Scrollbar()
  8984. Constructor for class java.awt.Scrollbar
  8985. Constructs a new vertical Scrollbar|
  8986. Scrollbar(int)
  8987. Constructor for class java.awt.Scrollbar
  8988. Constructs a new Scrollbar with the specified orientation|
  8989. Scrollbar(int, int, int, int, int)
  8990. Constructor for class java.awt.Scrollbar
  8991. Constructs a new Scrollbar with the specified orientation,
  8992. value, page size,  and minumum and maximum values|
  8993. SCROLL_ABSOLUTE
  8994. Static variable in class java.awt.Event
  8995. The absolute scroll event|
  8996. SCROLL_LINE_DOWN
  8997. Static variable in class java.awt.Event
  8998. The line down scroll event|
  8999. SCROLL_LINE_UP
  9000. Static variable in class java.awt.Event
  9001. The line up scroll event|
  9002. SCROLL_PAGE_DOWN
  9003. Static variable in class java.awt.Event
  9004. The page down scroll event|
  9005. SCROLL_PAGE_UP
  9006. Static variable in class java.awt.Event
  9007. The page up scroll event|
  9008. search(Object)
  9009. Method in class java.util.Stack
  9010. Sees if an object is on the stack|
  9011. SecurityException()
  9012. Constructor for class java.lang.SecurityException
  9013. Constructs a SecurityException with no detail message|
  9014. SecurityException(String)
  9015. Constructor for class java.lang.SecurityException
  9016. Constructs a SecurityException with the specified detail message|
  9017. SecurityManager()
  9018. Constructor for class java.lang.SecurityManager
  9019. Constructs a new SecurityManager|
  9020. seek(long)
  9021. Method in class java.io.RandomAccessFile
  9022. Sets the file pointer to the specified absolute position|
  9023. select(int)
  9024. Method in class java.awt.Choice
  9025. Selects the item with the specified postion|
  9026. select(int)
  9027. Method in class java.awt.List
  9028. Selects the item at the specified index|
  9029. select(int)
  9030. Method in interface java.awt.peer.ChoicePeer|
  9031. select(int)
  9032. Method in interface java.awt.peer.ListPeer|
  9033. select(int, int)
  9034. Method in class java.awt.TextComponent
  9035. Selects the text found between the specified start and end locations|
  9036. select(int, int)
  9037. Method in interface java.awt.peer.TextComponentPeer|
  9038. select(String)
  9039. Method in class java.awt.Choice
  9040. Selects the item with the specified String|
  9041. selectAll()
  9042. Method in class java.awt.TextComponent
  9043. Selects all the text in the TextComponent|
  9044. send(DatagramPacket)
  9045. Method in class java.net.DatagramSocket
  9046. Sends Datagram Packet to the destination address|
  9047. separator
  9048. Static variable in class java.io.File
  9049. The system dependent file separator String|
  9050. separatorChar
  9051. Static variable in class java.io.File
  9052. The system dependent file separator character|
  9053. SequenceInputStream(Enumeration)
  9054. Constructor for class java.io.SequenceInputStream
  9055. Constructs a new SequenceInputStream initialized to the 
  9056. specified list|
  9057. SequenceInputStream(InputStream, InputStream)
  9058. Constructor for class java.io.SequenceInputStream
  9059. Constructs a new SequenceInputStream initialized to the two
  9060. specified input streams|
  9061. ServerSocket(int)
  9062. Constructor for class java.net.ServerSocket
  9063. Creates a server socket on a specified port|
  9064. ServerSocket(int, int)
  9065. Constructor for class java.net.ServerSocket
  9066. Creates a server socket, binds it to the specified local port 
  9067. and listens to it|
  9068. set(int)
  9069. Method in class java.util.BitSet
  9070. Sets a bit|
  9071. set(String, String, int, String, String)
  9072. Method in class java.net.URL
  9073. Sets the fields of the URL|
  9074. setAlignment(int)
  9075. Method in class java.awt.Label
  9076. Sets the alignment for this label to the specified 
  9077. alignment|
  9078. setAlignment(int)
  9079. Method in interface java.awt.peer.LabelPeer|
  9080. setAllowUserInteraction(boolean)
  9081. Method in class java.net.URLConnection
  9082. Some URL connections occasionally need to to interactions with the
  9083.     user|
  9084. setBackground(Color)
  9085. Method in class java.awt.Component
  9086. Sets the background color|
  9087. setBackground(Color)
  9088. Method in interface java.awt.peer.ComponentPeer|
  9089. setBreakpointLine(int)
  9090. Method in class sun.tools.debug.RemoteClass
  9091. Set a breakpoint at a specified source line number in a class|
  9092. setBreakpointMethod(RemoteField)
  9093. Method in class sun.tools.debug.RemoteClass
  9094. Set a breakpoint at the first line of a class method|
  9095. setChanged()
  9096. Method in class java.util.Observable
  9097. Sets a flag to note an observable change|
  9098. setCharAt(int, char)
  9099. Method in class java.lang.StringBuffer
  9100. Changes the character at the specified index to be ch|
  9101. setCheckboxGroup(CheckboxGroup)
  9102. Method in class java.awt.Checkbox
  9103. Sets the CheckboxGroup to the specified group|
  9104. setCheckboxGroup(CheckboxGroup)
  9105. Method in interface java.awt.peer.CheckboxPeer|
  9106. setColor(Color)
  9107. Method in class java.awt.Graphics
  9108. Sets the current color to the specified color|
  9109. setColorModel(ColorModel)
  9110. Method in class java.awt.image.ImageFilter
  9111. Filter the information provided in the setColorModel method
  9112. of the ImageConsumer interface|
  9113. setColorModel(ColorModel)
  9114. Method in class java.awt.image.PixelGrabber
  9115. The setColorModel method is part of the ImageConsumer API which
  9116. this class must implement to retrieve the pixels|
  9117. setColorModel(ColorModel)
  9118. Method in class java.awt.image.RGBImageFilter
  9119. If the ColorModel is an IndexColorModel, and the subclass has
  9120. set the canFilterIndexColorModel flag to true, we substitute
  9121. a filtered version of the color model here and wherever
  9122. that original ColorModel object appears in the setPixels methods|
  9123. setColorModel(ColorModel)
  9124. Method in interface java.awt.image.ImageConsumer
  9125. The ColorModel object used for the majority of
  9126. the pixels reported using the setPixels method
  9127. calls|
  9128. setConstraints(Component, GridBagConstraints)
  9129. Method in class java.awt.GridBagLayout
  9130. Sets the constraints for the specified component|
  9131. setContentHandlerFactory(ContentHandlerFactory)
  9132. Static method in class java.net.URLConnection
  9133. Sets the ContentHandler factory|
  9134. setCurrent(Checkbox)
  9135. Method in class java.awt.CheckboxGroup
  9136. Sets the current choice to the specified Checkbox|
  9137. setCurrentFrameIndex(int)
  9138. Method in class sun.tools.debug.RemoteThread
  9139. Set the current stackframe index|
  9140. setCursor(int)
  9141. Method in class java.awt.Frame
  9142. Set the cursor image to a predefined cursor|
  9143. setCursor(int)
  9144. Method in interface java.awt.peer.FramePeer|
  9145. setDaemon(boolean)
  9146. Method in class java.lang.Thread
  9147. Marks this Thread as a daemon Thread or a user Thread|
  9148. setDaemon(boolean)
  9149. Method in class java.lang.ThreadGroup
  9150. Changes the daemon status of this group|
  9151. setDate(int)
  9152. Method in class java.util.Date
  9153. Sets the date|
  9154. setDefaultAllowUserInteraction(boolean)
  9155. Static method in class java.net.URLConnection
  9156. Sets/gets the default value of the allowUserInteraction flag|
  9157. setDefaultRequestProperty(String, String)
  9158. Static method in class java.net.URLConnection
  9159. Sets/gets the default value of a general request property|
  9160. setDefaultUseCaches(boolean)
  9161. Method in class java.net.URLConnection|
  9162. setDimensions(int, int)
  9163. Method in class java.awt.image.CropImageFilter
  9164. Override the source image's dimensions and pass the dimensions
  9165. of the rectangular cropped region to the ImageConsumer|
  9166. setDimensions(int, int)
  9167. Method in class java.awt.image.ImageFilter
  9168. Filters the information provided in the setDimensions method
  9169. of the ImageConsumer interface|
  9170. setDimensions(int, int)
  9171. Method in class java.awt.image.PixelGrabber
  9172. The setDimensions method is part of the ImageConsumer API which
  9173. this class must implement to retrieve the pixels|
  9174. setDimensions(int, int)
  9175. Method in interface java.awt.image.ImageConsumer
  9176. The dimensions of the source image are reported using the
  9177. setDimensions method call|
  9178. setDirectory(String)
  9179. Method in class java.awt.FileDialog
  9180. Set the directory of the Dialog to the specified directory|
  9181. setDirectory(String)
  9182. Method in interface java.awt.peer.FileDialogPeer|
  9183. setDoInput(boolean)
  9184. Method in class java.net.URLConnection
  9185. A URL connection can be used for input and/or output|
  9186. setDoOutput(boolean)
  9187. Method in class java.net.URLConnection
  9188. A URL connection can be used for input and/or output|
  9189. setEchoCharacter(char)
  9190. Method in class java.awt.TextField
  9191. Sets the echo character for this TextField|
  9192. setEchoCharacter(char)
  9193. Method in interface java.awt.peer.TextFieldPeer|
  9194. setEditable(boolean)
  9195. Method in class java.awt.TextComponent
  9196. Sets the specified boolean to indicate whether or not this
  9197. TextComponent should be 
  9198. editable|
  9199. setEditable(boolean)
  9200. Method in interface java.awt.peer.TextComponentPeer|
  9201. setElementAt(Object, int)
  9202. Method in class java.util.Vector
  9203. Sets the element at the specified index to be the specified object|
  9204. setFile(String)
  9205. Method in class java.awt.FileDialog
  9206. Sets the file for this dialog to the specified file|
  9207. setFile(String)
  9208. Method in interface java.awt.peer.FileDialogPeer|
  9209. setFilenameFilter(FilenameFilter)
  9210. Method in class java.awt.FileDialog
  9211. Sets the filter for this dialog to the specified filter|
  9212. setFilenameFilter(FilenameFilter)
  9213. Method in interface java.awt.peer.FileDialogPeer|
  9214. setFont(Font)
  9215. Method in class java.awt.Component
  9216. Sets the font of the component|
  9217. setFont(Font)
  9218. Method in class java.awt.Graphics
  9219. Sets the font for all subsequent text-drawing operations|
  9220. setFont(Font)
  9221. Method in class java.awt.MenuComponent
  9222. Sets the font to be used for this MenuItem to the specified font|
  9223. setFont(Font)
  9224. Method in interface java.awt.peer.ComponentPeer|
  9225. setForeground(Color)
  9226. Method in class java.awt.Component
  9227. Sets the foreground color|
  9228. setForeground(Color)
  9229. Method in interface java.awt.peer.ComponentPeer|
  9230. setHelpMenu(Menu)
  9231. Method in class java.awt.MenuBar
  9232. Sets the help menu to the specified menu on the menu bar|
  9233. setHints(int)
  9234. Method in class java.awt.image.ImageFilter
  9235. Filters the information provided in the setHints method
  9236. of the ImageConsumer interface|
  9237. setHints(int)
  9238. Method in class java.awt.image.PixelGrabber
  9239. The setHints method is part of the ImageConsumer API which
  9240. this class must implement to retrieve the pixels|
  9241. setHints(int)
  9242. Method in interface java.awt.image.ImageConsumer
  9243. The ImageProducer can deliver the pixels in any order, but
  9244. the ImageConsumer may be able to scale or convert the pixels
  9245. to the destination ColorModel more efficiently or with higher
  9246. quality if it knows some information about how the pixels will
  9247. be delivered up front|
  9248. setHours(int)
  9249. Method in class java.util.Date
  9250. Sets the hours|
  9251. setIconImage(Image)
  9252. Method in class java.awt.Frame
  9253. Sets the image to display when this Frame is iconized|
  9254. setIconImage(Image)
  9255. Method in interface java.awt.peer.FramePeer|
  9256. setIfModifiedSince(long)
  9257. Method in class java.net.URLConnection
  9258. Some protocols support skipping fetching unless the object is newer
  9259. than some amount of time|
  9260. setLabel(String)
  9261. Method in class java.awt.Button
  9262. Sets the button with the specified label|
  9263. setLabel(String)
  9264. Method in class java.awt.Checkbox
  9265. Sets the button with the specified label|
  9266. setLabel(String)
  9267. Method in class java.awt.MenuItem
  9268. Sets the label to be the specified label|
  9269. setLabel(String)
  9270. Method in interface java.awt.peer.ButtonPeer|
  9271. setLabel(String)
  9272. Method in interface java.awt.peer.CheckboxPeer|
  9273. setLabel(String)
  9274. Method in interface java.awt.peer.MenuItemPeer|
  9275. setLayout(LayoutManager)
  9276. Method in class java.awt.Container
  9277. Sets the layout manager for this container|
  9278. setLength(int)
  9279. Method in class java.lang.StringBuffer
  9280. Sets the length of the String|
  9281. setLineIncrement(int)
  9282. Method in class java.awt.Scrollbar
  9283. Sets the line increment for this scrollbar|
  9284. setLineIncrement(int)
  9285. Method in interface java.awt.peer.ScrollbarPeer|
  9286. setLineNumber(int)
  9287. Method in class java.io.LineNumberInputStream
  9288. Sets the current line number|
  9289. setMaxPriority(int)
  9290. Method in class java.lang.ThreadGroup
  9291. Sets the maximum priority of the group|
  9292. setMenuBar(MenuBar)
  9293. Method in class java.awt.Frame
  9294. Sets the menubar for this Frame to the specified menubar|
  9295. setMenuBar(MenuBar)
  9296. Method in interface java.awt.peer.FramePeer|
  9297. setMinutes(int)
  9298. Method in class java.util.Date
  9299. Sets the minutes|
  9300. setMonth(int)
  9301. Method in class java.util.Date
  9302. Sets the month|
  9303. setMultipleSelections(boolean)
  9304. Method in class java.awt.List
  9305. Sets whether this list should allow multiple selections or not|
  9306. setMultipleSelections(boolean)
  9307. Method in interface java.awt.peer.ListPeer|
  9308. setName(String)
  9309. Method in class java.lang.Thread
  9310. Sets the Thread's name|
  9311. setPageIncrement(int)
  9312. Method in class java.awt.Scrollbar
  9313. Sets the page increment for this scrollbar|
  9314. setPageIncrement(int)
  9315. Method in interface java.awt.peer.ScrollbarPeer|
  9316. setPaintMode()
  9317. Method in class java.awt.Graphics
  9318. Sets the paint mode to overwrite the destination with the
  9319. current color|
  9320. setPixels(int, int, int, int, ColorModel, byte[], int, int)
  9321. Method in class java.awt.image.CropImageFilter
  9322. Determine whether the delivered byte pixels intersect the region to
  9323. be extracted and passes through only that subset of pixels that
  9324. appear in the output region|
  9325. setPixels(int, int, int, int, ColorModel, byte[], int, int)
  9326. Method in class java.awt.image.ImageFilter
  9327. Filters the information provided in the setPixels method of the
  9328. ImageConsumer interface which takes an array of bytes|
  9329. setPixels(int, int, int, int, ColorModel, byte[], int, int)
  9330. Method in class java.awt.image.PixelGrabber
  9331. The setPixels method is part of the ImageConsumer API which
  9332. this class must implement to retrieve the pixels|
  9333. setPixels(int, int, int, int, ColorModel, byte[], int, int)
  9334. Method in class java.awt.image.RGBImageFilter
  9335. If the ColorModel object is the same one that has already
  9336. been converted, then simply passes the pixels through with the
  9337. converted ColorModel|
  9338. setPixels(int, int, int, int, ColorModel, byte[], int, int)
  9339. Method in interface java.awt.image.ImageConsumer
  9340. The pixels of the image are delivered using one or more calls
  9341. to the setPixels method|
  9342. setPixels(int, int, int, int, ColorModel, int[], int, int)
  9343. Method in class java.awt.image.CropImageFilter
  9344. Determine if the delivered int pixels intersect the region to
  9345. be extracted and pass through only that subset of pixels that
  9346. appear in the output region|
  9347. setPixels(int, int, int, int, ColorModel, int[], int, int)
  9348. Method in class java.awt.image.ImageFilter
  9349. Filters the information provided in the setPixels method of the
  9350. ImageConsumer interface which takes an array of integers|
  9351. setPixels(int, int, int, int, ColorModel, int[], int, int)
  9352. Method in class java.awt.image.PixelGrabber
  9353. The setPixels method is part of the ImageConsumer API which
  9354. this class must implement to retrieve the pixels|
  9355. setPixels(int, int, int, int, ColorModel, int[], int, int)
  9356. Method in class java.awt.image.RGBImageFilter
  9357. If the ColorModel object is the same one that has already
  9358. been converted, then simply passes the pixels through with the
  9359. converted ColorModel, otherwise converts the buffer of integer
  9360. pixels to the default RGB ColorModel and passes the converted
  9361. buffer to the filterRGBPixels method to be converted one by one|
  9362. setPixels(int, int, int, int, ColorModel, int[], int, int)
  9363. Method in interface java.awt.image.ImageConsumer
  9364. The pixels of the image are delivered using one or more calls
  9365. to the setPixels method|
  9366. setPriority(int)
  9367. Method in class java.lang.Thread
  9368. Sets the Thread's priority|
  9369. setProperties(Hashtable)
  9370. Method in class java.awt.image.CropImageFilter
  9371. Passes along  the properties from the source object after adding a
  9372. property indicating the cropped region|
  9373. setProperties(Hashtable)
  9374. Method in class java.awt.image.ImageFilter
  9375. Passes the properties from the source object along after adding a
  9376. property indicating the stream of filters it has been run through|
  9377. setProperties(Hashtable)
  9378. Method in class java.awt.image.PixelGrabber
  9379. The setProperties method is part of the ImageConsumer API which
  9380. this class must implement to retrieve the pixels|
  9381. setProperties(Hashtable)
  9382. Method in interface java.awt.image.ImageConsumer
  9383. Sets the extensible list of properties associated with this image|
  9384. setProperties(Properties)
  9385. Static method in class java.lang.System
  9386. Sets the System properties to the specified properties|
  9387. setRequestProperty(String, String)
  9388. Method in class java.net.URLConnection
  9389. Sets/gets a general request property|
  9390. setResizable(boolean)
  9391. Method in class java.awt.Dialog
  9392. Sets the resizable flag|
  9393. setResizable(boolean)
  9394. Method in class java.awt.Frame
  9395. Sets the resizable flag|
  9396. setResizable(boolean)
  9397. Method in interface java.awt.peer.DialogPeer|
  9398. setResizable(boolean)
  9399. Method in interface java.awt.peer.FramePeer|
  9400. setSeconds(int)
  9401. Method in class java.util.Date
  9402. Sets the seconds|
  9403. setSecurityManager(SecurityManager)
  9404. Static method in class java.lang.System
  9405. Sets the System security|
  9406. setSeed(long)
  9407. Method in class java.util.Random
  9408. Sets the seed of the random number generator using a single 
  9409. long seed|
  9410. setSize(int)
  9411. Method in class java.util.Vector
  9412. Sets the size of the vector|
  9413. setSocketFactory(SocketImplFactory)
  9414. Static method in class java.net.ServerSocket
  9415. Sets the system's server SocketImplFactory|
  9416. setSocketImplFactory(SocketImplFactory)
  9417. Static method in class java.net.Socket
  9418. Sets the system's client SocketImplFactory|
  9419. setSourcePath(String)
  9420. Method in class sun.tools.debug.RemoteDebugger
  9421. Specify the list of paths to use when searching for a source file|
  9422. setState(boolean)
  9423. Method in class java.awt.Checkbox
  9424. Sets the Checkbox to the specifed boolean state|
  9425. setState(boolean)
  9426. Method in class java.awt.CheckboxMenuItem
  9427. Sets the state of this MenuItem if it is a Checkbox|
  9428. setState(boolean)
  9429. Method in interface java.awt.peer.CheckboxMenuItemPeer|
  9430. setState(boolean)
  9431. Method in interface java.awt.peer.CheckboxPeer|
  9432. setStub(AppletStub)
  9433. Method in class java.applet.Applet
  9434. Sets the applet stub|
  9435. setText(String)
  9436. Method in class java.awt.Label
  9437. Sets the text for this label to the specified text|
  9438. setText(String)
  9439. Method in class java.awt.TextComponent
  9440. Sets the text of this TextComponent to the specified text|
  9441. setText(String)
  9442. Method in interface java.awt.peer.LabelPeer|
  9443. setText(String)
  9444. Method in interface java.awt.peer.TextComponentPeer|
  9445. setTime(long)
  9446. Method in class java.util.Date
  9447. Sets the time|
  9448. setTitle(String)
  9449. Method in class java.awt.Dialog
  9450. Sets the title of the Dialog|
  9451. setTitle(String)
  9452. Method in class java.awt.Frame
  9453. Sets the title for this Frame to the specified title|
  9454. setTitle(String)
  9455. Method in interface java.awt.peer.DialogPeer|
  9456. setTitle(String)
  9457. Method in interface java.awt.peer.FramePeer|
  9458. setURL(URL, String, String, int, String, String)
  9459. Method in class java.net.URLStreamHandler
  9460. Calls the (protected) set method out of the URL given|
  9461. setURLStreamHandlerFactory(URLStreamHandlerFactory)
  9462. Static method in class java.net.URL
  9463. Sets the URLStreamHandler factory|
  9464. setUseCaches(boolean)
  9465. Method in class java.net.URLConnection
  9466. Some protocols do caching of documents|
  9467. setValue(int)
  9468. Method in class java.awt.Scrollbar
  9469. Sets the value of this Scrollbar to the specified value|
  9470. setValue(int)
  9471. Method in interface java.awt.peer.ScrollbarPeer|
  9472. setValues(int, int, int, int)
  9473. Method in class java.awt.Scrollbar
  9474. Sets the values for this Scrollbar|
  9475. setValues(int, int, int, int)
  9476. Method in interface java.awt.peer.ScrollbarPeer|
  9477. setXORMode(Color)
  9478. Method in class java.awt.Graphics
  9479. Sets the paint mode to alternate between the current color
  9480. and the new specified color|
  9481. setYear(int)
  9482. Method in class java.util.Date
  9483. Sets the year|
  9484. SE_RESIZE_CURSOR
  9485. Static variable in class java.awt.Frame|
  9486. shiftDown()
  9487. Method in class java.awt.Event
  9488. Checks if the shift key is down|
  9489. SHIFT_MASK
  9490. Static variable in class java.awt.Event
  9491. The shift modifier constant|
  9492. show()
  9493. Method in class java.awt.Component
  9494. Shows the component|
  9495. show()
  9496. Method in class java.awt.Window
  9497. Shows the Window|
  9498. show()
  9499. Method in interface java.awt.peer.ComponentPeer|
  9500. show(boolean)
  9501. Method in class java.awt.Component
  9502. Conditionally shows the component|
  9503. show(Container, String)
  9504. Method in class java.awt.CardLayout
  9505. Flips to the specified component name in the specified container|
  9506. showDocument(URL)
  9507. Method in interface java.applet.AppletContext
  9508. Shows a new document|
  9509. showDocument(URL, String)
  9510. Method in interface java.applet.AppletContext
  9511. Show a new document in a target window or frame|
  9512. showStatus(String)
  9513. Method in class java.applet.Applet
  9514. Shows a status message in the applet's context|
  9515. showStatus(String)
  9516. Method in interface java.applet.AppletContext
  9517. Show a status string|
  9518. sin(double)
  9519. Static method in class java.lang.Math
  9520. Returns the trigonometric sine of an angle|
  9521. SINGLEFRAME
  9522. Static variable in interface java.awt.image.ImageConsumer
  9523. The image contain a single static image|
  9524. SINGLEFRAMEDONE
  9525. Static variable in interface java.awt.image.ImageConsumer
  9526. One frame of the image is complete but there are more frames
  9527. to be delivered|
  9528. SINGLEPASS
  9529. Static variable in interface java.awt.image.ImageConsumer
  9530. The pixels will be delivered in a single pass|
  9531. size
  9532. Variable in class java.awt.Font
  9533. The point size of this font|
  9534. size()
  9535. Method in class java.awt.Component
  9536. Returns the current size of this component|
  9537. size()
  9538. Method in class java.io.ByteArrayOutputStream
  9539. Returns the current size of the buffer|
  9540. size()
  9541. Method in class java.io.DataOutputStream
  9542. Returns the number of bytes written|
  9543. size()
  9544. Method in class java.util.BitSet
  9545. Calculates and returns the set's size|
  9546. size()
  9547. Method in class java.util.Dictionary
  9548. Returns the number of elements contained within the Dictionary|
  9549. size()
  9550. Method in class java.util.Hashtable
  9551. Returns the number of elements contained in the hashtable|
  9552. size()
  9553. Method in class java.util.Vector
  9554. Returns the number of elements in the vector|
  9555. skip(long)
  9556. Method in class java.io.BufferedInputStream
  9557. Skips n bytes of input|
  9558. skip(long)
  9559. Method in class java.io.ByteArrayInputStream
  9560. Skips n bytes of input|
  9561. skip(long)
  9562. Method in class java.io.FileInputStream
  9563. Skips n bytes of input|
  9564. skip(long)
  9565. Method in class java.io.FilterInputStream
  9566. Skips bytes of input|
  9567. skip(long)
  9568. Method in class java.io.InputStream
  9569. Skips n bytes of input|
  9570. skip(long)
  9571. Method in class java.io.LineNumberInputStream
  9572. Skips n bytes of input|
  9573. skip(long)
  9574. Method in class java.io.StringBufferInputStream
  9575. Skips n bytes of input|
  9576. skipBytes(int)
  9577. Method in class java.io.DataInputStream
  9578. Skips bytes, blocks until all bytes are skipped|
  9579. skipBytes(int)
  9580. Method in class java.io.RandomAccessFile|
  9581. skipBytes(int)
  9582. Method in interface java.io.DataInput
  9583. Skips bytes, block until all bytes are skipped|
  9584. slashSlashComments(boolean)
  9585. Method in class java.io.StreamTokenizer
  9586. If the flag is true, recognize C++ style( // ) comments|
  9587. slashStarComments(boolean)
  9588. Method in class java.io.StreamTokenizer
  9589. If the flag is true, recognize C style( /* ) comments|
  9590. sleep(long)
  9591. Static method in class java.lang.Thread
  9592. Causes the currently executing Thread to sleep for the specified
  9593. number of milliseconds|
  9594. sleep(long, int)
  9595. Static method in class java.lang.Thread
  9596. Sleep, in milliseconds and additional nanosecond|
  9597. Socket(InetAddress, int)
  9598. Constructor for class java.net.Socket
  9599. Creates a stream socket and connects it to the specified address on
  9600. the specified port|
  9601. Socket(InetAddress, int, boolean)
  9602. Constructor for class java.net.Socket
  9603. Creates a socket and connects it to the specified address on
  9604. the specified port|
  9605. Socket(String, int)
  9606. Constructor for class java.net.Socket
  9607. Creates a stream socket and connects it to the specified port on
  9608. the specified host|
  9609. Socket(String, int, boolean)
  9610. Constructor for class java.net.Socket
  9611. Creates a socket and connects it to the specified port on
  9612. the specified host|
  9613. SocketException()
  9614. Constructor for class java.net.SocketException
  9615. Constructs a new SocketException with no detail message|
  9616. SocketException(String)
  9617. Constructor for class java.net.SocketException
  9618. Constructs a new SocketException with the specified detail 
  9619. message|
  9620. SocketImpl()
  9621. Constructor for class java.net.SocketImpl|
  9622. SOMEBITS
  9623. Static variable in interface java.awt.image.ImageObserver
  9624. More pixels needed for drawing a scaled variation of the image
  9625. are available|
  9626. SOUTH
  9627. Static variable in class java.awt.GridBagConstraints|
  9628. SOUTHEAST
  9629. Static variable in class java.awt.GridBagConstraints|
  9630. SOUTHWEST
  9631. Static variable in class java.awt.GridBagConstraints|
  9632. sqrt(double)
  9633. Static method in class java.lang.Math
  9634. Returns the square root of a|
  9635. Stack()
  9636. Constructor for class java.util.Stack|
  9637. StackFrame()
  9638. Constructor for class sun.tools.debug.StackFrame|
  9639. StackOverflowError()
  9640. Constructor for class java.lang.StackOverflowError
  9641. Constructs a StackOverflowError with no detail message|
  9642. StackOverflowError(String)
  9643. Constructor for class java.lang.StackOverflowError
  9644. Constructs a StackOverflowError with the specified detail message|
  9645. start()
  9646. Method in class java.applet.Applet
  9647. Called to start the applet|
  9648. start()
  9649. Method in class java.lang.Thread
  9650. Starts this Thread|
  9651. startProduction(ImageConsumer)
  9652. Method in class java.awt.image.FilteredImageSource
  9653. Adds an ImageConsumer to the list of consumers interested in
  9654. data for this image, and immediately starts delivery of the
  9655. image data through the ImageConsumer interface|
  9656. startProduction(ImageConsumer)
  9657. Method in class java.awt.image.MemoryImageSource
  9658. Adds an ImageConsumer to the list of consumers interested in
  9659. data for this image, and immediately start delivery of the
  9660. image data through the ImageConsumer interface|
  9661. startProduction(ImageConsumer)
  9662. Method in interface java.awt.image.ImageProducer
  9663. This method both registers the given ImageConsumer object
  9664. as a consumer and starts an immediate reconstruction of
  9665. the image data which will then be delivered to this
  9666. consumer and any other consumer which may have already
  9667. been registered with the producer|
  9668. startsWith(String)
  9669. Method in class java.lang.String
  9670. Determines whether this String starts with some prefix|
  9671. startsWith(String, int)
  9672. Method in class java.lang.String
  9673. Determines whether this String starts with some prefix|
  9674. STATICIMAGEDONE
  9675. Static variable in interface java.awt.image.ImageConsumer
  9676. The image is complete and there are no more pixels or frames
  9677. to be delivered|
  9678. status()
  9679. Method in class java.awt.image.PixelGrabber
  9680. Return the status of the pixels|
  9681. statusAll(boolean)
  9682. Method in class java.awt.MediaTracker
  9683. Returns the boolean OR of the status of all of the media being
  9684. tracked|
  9685. statusID(int, boolean)
  9686. Method in class java.awt.MediaTracker
  9687. Returns the boolean OR of the status of all of the media with
  9688. a given ID|
  9689. step(boolean)
  9690. Method in class sun.tools.debug.RemoteThread
  9691. Continue execution of this thread to the next instruction or line|
  9692. stop()
  9693. Method in class java.applet.Applet
  9694. Called to stop the applet|
  9695. stop()
  9696. Method in class java.lang.Thread
  9697. Stops a Thread by tossing an object|
  9698. stop()
  9699. Method in class java.lang.ThreadGroup
  9700. Stops all the Threads in this Thread group and all of its sub groups|
  9701. stop()
  9702. Method in class sun.tools.debug.RemoteThread
  9703. Stop the remote thread|
  9704. stop()
  9705. Method in class sun.tools.debug.RemoteThreadGroup
  9706. Stop the remote threadgroup|
  9707. stop()
  9708. Method in interface java.applet.AudioClip
  9709. Stops playing the clip|
  9710. stop(Throwable)
  9711. Method in class java.lang.Thread
  9712. Stops a Thread by tossing an object|
  9713. StreamTokenizer(InputStream)
  9714. Constructor for class java.io.StreamTokenizer
  9715. Creates a stream tokenizer that parses the specified input
  9716. stream|
  9717. String()
  9718. Constructor for class java.lang.String
  9719. Constructs a new empty String|
  9720. String(byte[], int)
  9721. Constructor for class java.lang.String
  9722. Constructs a new String whose value is the specified array of bytes|
  9723. String(byte[], int, int, int)
  9724. Constructor for class java.lang.String
  9725. Constructs a new String whose initial value is the specified sub array
  9726. of bytes|
  9727. String(char[])
  9728. Constructor for class java.lang.String
  9729. Constructs a new String whose initial value is the specified array 
  9730. of characters|
  9731. String(char[], int, int)
  9732. Constructor for class java.lang.String
  9733. Constructs a new String whose initial value is the specified sub array
  9734. of characters|
  9735. String(String)
  9736. Constructor for class java.lang.String
  9737. Constructs a new String that is a copy of the specified String|
  9738. String(StringBuffer)
  9739. Constructor for class java.lang.String
  9740. Construct a new string whose value is the current contents of the
  9741. given string buffer|
  9742. StringBuffer()
  9743. Constructor for class java.lang.StringBuffer
  9744. Constructs an empty String buffer|
  9745. StringBuffer(int)
  9746. Constructor for class java.lang.StringBuffer
  9747. Constructs an empty String buffer with the specified initial length|
  9748. StringBuffer(String)
  9749. Constructor for class java.lang.StringBuffer
  9750. Constructs a String buffer with the specified initial value|
  9751. StringBufferInputStream(String)
  9752. Constructor for class java.io.StringBufferInputStream
  9753. Creates an StringBufferInputStream from the specified array of 
  9754. bytes|
  9755. StringIndexOutOfBoundsException()
  9756. Constructor for class java.lang.StringIndexOutOfBoundsException
  9757. Constructs a StringIndexOutOfBoundsException with no detail message|
  9758. StringIndexOutOfBoundsException(int)
  9759. Constructor for class java.lang.StringIndexOutOfBoundsException
  9760. Constructs a StringIndexOutOfBoundsException initialized with
  9761. the specified index|
  9762. StringIndexOutOfBoundsException(String)
  9763. Constructor for class java.lang.StringIndexOutOfBoundsException
  9764. Constructs a StringIndexOutOfBoundsException with the specified detail
  9765. message|
  9766. StringTokenizer(String)
  9767. Constructor for class java.util.StringTokenizer
  9768. Constructs a StringTokenizer on the specified String, using the
  9769. default delimiter set (which is " \t\n\r")|
  9770. StringTokenizer(String, String)
  9771. Constructor for class java.util.StringTokenizer
  9772. Constructs a StringTokenizer on the specified String, using the
  9773. specified delimiter set|
  9774. StringTokenizer(String, String, boolean)
  9775. Constructor for class java.util.StringTokenizer
  9776. Constructs a StringTokenizer on the specified String, using the
  9777. specified delimiter set|
  9778. stringWidth(String)
  9779. Method in class java.awt.FontMetrics
  9780. Returns the width of the specified String in this Font|
  9781. style
  9782. Variable in class java.awt.Font
  9783. The style of the font|
  9784. substituteColorModel(ColorModel, ColorModel)
  9785. Method in class java.awt.image.RGBImageFilter
  9786. Registers two ColorModel objects for substitution|
  9787. substring(int)
  9788. Method in class java.lang.String
  9789. Returns the substring of this String|
  9790. substring(int, int)
  9791. Method in class java.lang.String
  9792. Returns the substring of a String|
  9793. suspend()
  9794. Method in class java.lang.Thread
  9795. Suspends this Thread's execution|
  9796. suspend()
  9797. Method in class java.lang.ThreadGroup
  9798. Suspends all the Threads in this Thread group and all of its sub
  9799. groups|
  9800. suspend()
  9801. Method in class sun.tools.debug.RemoteThread
  9802. Suspend execution of this thread|
  9803. sval
  9804. Variable in class java.io.StreamTokenizer
  9805. The Stream value|
  9806. SW_RESIZE_CURSOR
  9807. Static variable in class java.awt.Frame|
  9808. sync()
  9809. Method in class java.awt.Toolkit
  9810. Syncs the graphics state; useful when doing animation|
  9811. S_RESIZE_CURSOR
  9812. Static variable in class java.awt.Frame|
  9813. tan(double)
  9814. Static method in class java.lang.Math
  9815. Returns the trigonometric tangent of an angle|
  9816. target
  9817. Variable in class java.awt.Event
  9818. The target component|
  9819. TextArea()
  9820. Constructor for class java.awt.TextArea
  9821. Constructs a new TextArea|
  9822. TextArea(int, int)
  9823. Constructor for class java.awt.TextArea
  9824. Constructs a new TextArea with the specified number of rows and
  9825. columns|
  9826. TextArea(String)
  9827. Constructor for class java.awt.TextArea
  9828. Constructs a new TextArea with the specified text displayed|
  9829. TextArea(String, int, int)
  9830. Constructor for class java.awt.TextArea
  9831. Constructs a new TextArea with the specified text and number of rows 
  9832. and columns|
  9833. TextField()
  9834. Constructor for class java.awt.TextField
  9835. Constructs a new TextField|
  9836. TextField(int)
  9837. Constructor for class java.awt.TextField
  9838. Constructs a new TextField initialized with the specified columns|
  9839. TextField(String)
  9840. Constructor for class java.awt.TextField
  9841. Constructs a new TextField initialized with the specified text|
  9842. TextField(String, int)
  9843. Constructor for class java.awt.TextField
  9844. Constructs a new TextField initialized with the specified text and
  9845. columns|
  9846. TEXT_CURSOR
  9847. Static variable in class java.awt.Frame|
  9848. Thread()
  9849. Constructor for class java.lang.Thread
  9850. Constructs a new Thread|
  9851. Thread(Runnable)
  9852. Constructor for class java.lang.Thread
  9853. Constructs a new Thread which applies the run() method of
  9854. the specified target|
  9855. Thread(Runnable, String)
  9856. Constructor for class java.lang.Thread
  9857. Constructs a new Thread with the specified name and applies
  9858. the run() method of the specified target|
  9859. Thread(String)
  9860. Constructor for class java.lang.Thread
  9861. Constructs a new Thread with the specified name|
  9862. Thread(ThreadGroup, Runnable)
  9863. Constructor for class java.lang.Thread
  9864. Constructs a new Thread in the specified Thread group that applies the
  9865. run() method of
  9866. the specified target|
  9867. Thread(ThreadGroup, Runnable, String)
  9868. Constructor for class java.lang.Thread
  9869. Constructs a new Thread in the specified Thread group with the
  9870. specified name and
  9871. applies the run() method of the specified target|
  9872. Thread(ThreadGroup, String)
  9873. Constructor for class java.lang.Thread
  9874. Constructs a new Thread in the specified Thread group with the
  9875. specified name|
  9876. ThreadDeath()
  9877. Constructor for class java.lang.ThreadDeath|
  9878. threadDeathEvent(RemoteThread)
  9879. Method in interface sun.tools.debug.DebuggerCallback
  9880. A thread has died|
  9881. ThreadGroup(String)
  9882. Constructor for class java.lang.ThreadGroup
  9883. Creates a new ThreadGroup|
  9884. ThreadGroup(ThreadGroup, String)
  9885. Constructor for class java.lang.ThreadGroup
  9886. Creates a new ThreadGroup with a specified name in the specified Thread
  9887. group|
  9888. Throwable()
  9889. Constructor for class java.lang.Throwable
  9890. Constructs a new Throwable with no detail message|
  9891. Throwable(String)
  9892. Constructor for class java.lang.Throwable
  9893. Constructs a new Throwable with the specified detail message|
  9894. toBack()
  9895. Method in class java.awt.Window
  9896. Sends the frame to the back of the Window|
  9897. toBack()
  9898. Method in interface java.awt.peer.WindowPeer|
  9899. toByteArray()
  9900. Method in class java.io.ByteArrayOutputStream
  9901. Returns a copy of the input data|
  9902. toCharArray()
  9903. Method in class java.lang.String
  9904. Converts this String to a character array|
  9905. toExternalForm()
  9906. Method in class java.net.URL
  9907. Reverses the parsing of the URL|
  9908. toExternalForm(URL)
  9909. Method in class java.net.URLStreamHandler
  9910. Reverses the parsing of the URL|
  9911. toFront()
  9912. Method in class java.awt.Window
  9913. Brings the frame to the front of the Window|
  9914. toFront()
  9915. Method in interface java.awt.peer.WindowPeer|
  9916. toGMTString()
  9917. Method in class java.util.Date
  9918. Converts a date to a String, using the Internet GMT conventions|
  9919. toHex(int)
  9920. Static method in class sun.tools.debug.RemoteValue
  9921. Convert an int to a hexadecimal string|
  9922. toLocaleString()
  9923. Method in class java.util.Date
  9924. Converts a date to a String, using the locale conventions|
  9925. toLowerCase()
  9926. Method in class java.lang.String
  9927. Converts all of the characters in this String to lower case|
  9928. toLowerCase(char)
  9929. Static method in class java.lang.Character
  9930. Returns the lower case character value of the specified ISO-LATIN-1 
  9931. character|
  9932. Toolkit()
  9933. Constructor for class java.awt.Toolkit|
  9934. top
  9935. Variable in class java.awt.Insets
  9936. The inset from the top|
  9937. TOPDOWNLEFTRIGHT
  9938. Static variable in interface java.awt.image.ImageConsumer
  9939. The pixels will be delivered in top-down, left-to-right order|
  9940. toString()
  9941. Method in class java.awt.BorderLayout
  9942. Returns the String representation of this BorderLayout's values|
  9943. toString()
  9944. Method in class java.awt.CardLayout
  9945. Returns the String representation of this CardLayout's values|
  9946. toString()
  9947. Method in class java.awt.CheckboxGroup
  9948. Returns the String representation of this CheckboxGroup's values|
  9949. toString()
  9950. Method in class java.awt.Color
  9951. Returns the String representation of this Color's values|
  9952. toString()
  9953. Method in class java.awt.Component
  9954. Returns the String representation of this Component's values|
  9955. toString()
  9956. Method in class java.awt.Dimension
  9957. Returns the String representation of this Dimension's values|
  9958. toString()
  9959. Method in class java.awt.Event
  9960. Returns the String representation of this Event's values|
  9961. toString()
  9962. Method in class java.awt.FlowLayout
  9963. Returns the String representation of this FlowLayout's values|
  9964. toString()
  9965. Method in class java.awt.Font
  9966. Converts this object to a String representation|
  9967. toString()
  9968. Method in class java.awt.FontMetrics
  9969. Returns the String representation of this FontMetric's values|
  9970. toString()
  9971. Method in class java.awt.Graphics
  9972. Returns a String object representing this Graphic's value|
  9973. toString()
  9974. Method in class java.awt.GridBagLayout
  9975. Returns the String representation of this GridLayout's values|
  9976. toString()
  9977. Method in class java.awt.GridLayout
  9978. Returns the String representation of this GridLayout's values|
  9979. toString()
  9980. Method in class java.awt.Insets
  9981. Returns a String object representing this Inset's values|
  9982. toString()
  9983. Method in class java.awt.MenuComponent
  9984. Returns the String representation of this MenuComponent's values|
  9985. toString()
  9986. Method in class java.awt.Point
  9987. Returns the String representation of this Point's coordinates|
  9988. toString()
  9989. Method in class java.awt.Rectangle
  9990. Returns the String representation of this Rectangle's values|
  9991. toString()
  9992. Method in class java.io.ByteArrayOutputStream
  9993. Converts input data to a string|
  9994. toString()
  9995. Method in class java.io.File
  9996. Returns a String object representing this file's path|
  9997. toString()
  9998. Method in class java.io.StreamTokenizer
  9999. Returns the String representation of the stream token|
  10000. toString()
  10001. Method in class java.lang.Boolean
  10002. Returns a new String object representing this Boolean's value|
  10003. toString()
  10004. Method in class java.lang.Character
  10005. Returns a String object representing this character's value|
  10006. toString()
  10007. Method in class java.lang.Class
  10008. Returns the name of this class or interface|
  10009. toString()
  10010. Method in class java.lang.Double
  10011. Returns a String representation of this Double object|
  10012. toString()
  10013. Method in class java.lang.Float
  10014. Returns a String representation of this Float object|
  10015. toString()
  10016. Method in class java.lang.Integer
  10017. Returns a String object representing this Integer's value|
  10018. toString()
  10019. Method in class java.lang.Long
  10020. Returns a String object representing this Long's value|
  10021. toString()
  10022. Method in class java.lang.Object
  10023. Returns a String that represents the value of this Object|
  10024. toString()
  10025. Method in class java.lang.String
  10026. Converts this String to a String|
  10027. toString()
  10028. Method in class java.lang.StringBuffer
  10029. Converts to a String representing the data in the buffer|
  10030. toString()
  10031. Method in class java.lang.Thread
  10032. Returns a String representation of the Thread, including the 
  10033. thread's name, priority and thread group|
  10034. toString()
  10035. Method in class java.lang.ThreadGroup
  10036. Returns a String representation of the Thread group|
  10037. toString()
  10038. Method in class java.lang.Throwable
  10039. Returns a short description of the Throwable|
  10040. toString()
  10041. Method in class java.net.InetAddress
  10042. Converts the InetAddress to a String|
  10043. toString()
  10044. Method in class java.net.ServerSocket
  10045. Returns the implementation address and implementation port of 
  10046. this ServerSocket as a String|
  10047. toString()
  10048. Method in class java.net.Socket
  10049. Converts the Socket to a String|
  10050. toString()
  10051. Method in class java.net.SocketImpl
  10052. Returns the address and port of this Socket as a String|
  10053. toString()
  10054. Method in class java.net.URL
  10055. Converts to a human-readable form|
  10056. toString()
  10057. Method in class java.net.URLConnection
  10058. Returns the String representation of the URL connection|
  10059. toString()
  10060. Method in class java.util.BitSet
  10061. Converts the BitSet to a String|
  10062. toString()
  10063. Method in class java.util.Date
  10064. Converts a date to a String, using the UNIX ctime conventions|
  10065. toString()
  10066. Method in class java.util.Hashtable
  10067. Converts to a rather lengthy String|
  10068. toString()
  10069. Method in class java.util.Vector
  10070. Converts the vector to a string|
  10071. toString()
  10072. Method in class sun.tools.debug.RemoteArray
  10073. Return a string version of the array|
  10074. toString()
  10075. Method in class sun.tools.debug.RemoteBoolean
  10076. Return the boolean's value as a string|
  10077. toString()
  10078. Method in class sun.tools.debug.RemoteByte
  10079. Return the byte's value as a string|
  10080. toString()
  10081. Method in class sun.tools.debug.RemoteChar
  10082. Return the char's value as a string|
  10083. toString()
  10084. Method in class sun.tools.debug.RemoteClass
  10085. Return a (somewhat verbose) description|
  10086. toString()
  10087. Method in class sun.tools.debug.RemoteDouble
  10088. Return the double's value as a string|
  10089. toString()
  10090. Method in class sun.tools.debug.RemoteField
  10091. Returns a String that represents the value of this Object|
  10092. toString()
  10093. Method in class sun.tools.debug.RemoteFloat
  10094. Return the float's value as a string|
  10095. toString()
  10096. Method in class sun.tools.debug.RemoteInt
  10097. Return the int's value as a string|
  10098. toString()
  10099. Method in class sun.tools.debug.RemoteLong
  10100. Return the long's value as a string|
  10101. toString()
  10102. Method in class sun.tools.debug.RemoteObject
  10103. Return object as a string|
  10104. toString()
  10105. Method in class sun.tools.debug.RemoteShort
  10106. Return the short's value as a string|
  10107. toString()
  10108. Method in class sun.tools.debug.RemoteString
  10109. Return the string value, or "null"|
  10110. toString()
  10111. Method in class sun.tools.debug.StackFrame
  10112. Returns a String that represents the value of this Object|
  10113. toString(double)
  10114. Static method in class java.lang.Double
  10115. Returns a String representation for the specified double value|
  10116. toString(float)
  10117. Static method in class java.lang.Float
  10118. Returns a String representation for the specified float value|
  10119. toString(int)
  10120. Method in class java.io.ByteArrayOutputStream
  10121. Converts input data to a string|
  10122. toString(int)
  10123. Static method in class java.lang.Integer
  10124. Returns a new String object representing the specified integer|
  10125. toString(int, int)
  10126. Static method in class java.lang.Integer
  10127. Returns a new String object representing the specified integer in
  10128. the specified radix|
  10129. toString(long)
  10130. Static method in class java.lang.Long
  10131. Returns a new String object representing the specified integer|
  10132. toString(long, int)
  10133. Static method in class java.lang.Long
  10134. Returns a new String object representing the specified long in
  10135. the specified radix|
  10136. totalMemory()
  10137. Method in class java.lang.Runtime
  10138. Returns the total number of bytes in system memory|
  10139. totalMemory()
  10140. Method in class sun.tools.debug.RemoteDebugger
  10141. Report the total memory usage of the Java interpreter being debugged|
  10142. toUpperCase()
  10143. Method in class java.lang.String
  10144. Converts all of the characters in this String to upper case|
  10145. toUpperCase(char)
  10146. Static method in class java.lang.Character
  10147. Returns the upper case character value of the specified ISO-LATIN-1 
  10148. character|
  10149. trace(boolean)
  10150. Method in class sun.tools.debug.RemoteDebugger
  10151. Turn on/off method call tracing|
  10152. traceInstructions(boolean)
  10153. Method in class java.lang.Runtime
  10154. Enables/Disables tracing of instructions|
  10155. traceMethodCalls(boolean)
  10156. Method in class java.lang.Runtime
  10157. Enables/Disables tracing of method calls|
  10158. translate(int, int)
  10159. Method in class java.awt.Event
  10160. Translates an event relative to the given component|
  10161. translate(int, int)
  10162. Method in class java.awt.Graphics
  10163. Translates the specified parameters into the origin of the graphics
  10164. context|
  10165. translate(int, int)
  10166. Method in class java.awt.Point
  10167. Translates the point|
  10168. translate(int, int)
  10169. Method in class java.awt.Rectangle
  10170. Translates the rectangle|
  10171. trim()
  10172. Method in class java.lang.String
  10173. Trims leading and trailing whitespace from this String|
  10174. trimToSize()
  10175. Method in class java.util.Vector
  10176. Trims the vector's capacity down to size|
  10177. TRUE
  10178. Static variable in class java.lang.Boolean
  10179. Assigns this Boolean to be true|
  10180. ttype
  10181. Variable in class java.io.StreamTokenizer
  10182. The type of the last token returned|
  10183. TT_EOF
  10184. Static variable in class java.io.StreamTokenizer
  10185. The End-of-file token|
  10186. TT_EOL
  10187. Static variable in class java.io.StreamTokenizer
  10188. The End-of-line token|
  10189. TT_NUMBER
  10190. Static variable in class java.io.StreamTokenizer
  10191. The number token|
  10192. TT_WORD
  10193. Static variable in class java.io.StreamTokenizer
  10194. The word token|
  10195. typeName()
  10196. Method in class sun.tools.debug.RemoteArray
  10197. Return this RemoteValue's type ("array")|
  10198. typeName()
  10199. Method in class sun.tools.debug.RemoteBoolean
  10200. Print this RemoteValue's type ("boolean")|
  10201. typeName()
  10202. Method in class sun.tools.debug.RemoteByte
  10203. Print this RemoteValue's type ("byte")|
  10204. typeName()
  10205. Method in class sun.tools.debug.RemoteChar
  10206. Print this RemoteValue's type ("char")|
  10207. typeName()
  10208. Method in class sun.tools.debug.RemoteClass
  10209. Returns the name of the class as its type|
  10210. typeName()
  10211. Method in class sun.tools.debug.RemoteDouble
  10212. Print this RemoteValue's type ("double")|
  10213. typeName()
  10214. Method in class sun.tools.debug.RemoteFloat
  10215. Print this RemoteValue's type ("float")|
  10216. typeName()
  10217. Method in class sun.tools.debug.RemoteInt
  10218. Print this RemoteValue's type ("int")|
  10219. typeName()
  10220. Method in class sun.tools.debug.RemoteLong
  10221. Print this RemoteValue's type ("long")|
  10222. typeName()
  10223. Method in class sun.tools.debug.RemoteObject
  10224. Returns the RemoteValue's type name ("Object")|
  10225. typeName()
  10226. Method in class sun.tools.debug.RemoteShort
  10227. Print this RemoteValue's type ("short")|
  10228. typeName()
  10229. Method in class sun.tools.debug.RemoteString
  10230. Print this RemoteValue's type ("String")|
  10231. typeName()
  10232. Method in class sun.tools.debug.RemoteValue
  10233. Returns the RemoteValue's type as a string|
  10234. uncaughtException(Thread, Throwable)
  10235. Method in class java.lang.ThreadGroup
  10236. Called when a thread in this group exists because of
  10237. an uncaught exception|
  10238. UndefinedProperty
  10239. Static variable in class java.awt.Image
  10240. The UndefinedProperty object should be returned whenever a
  10241. property which was not defined for a particular image is
  10242. fetched|
  10243. union(Rectangle)
  10244. Method in class java.awt.Rectangle
  10245. Computes the union of two rectangles|
  10246. UnknownError()
  10247. Constructor for class java.lang.UnknownError
  10248. Constructs an UnknownError with no detail message|
  10249. UnknownError(String)
  10250. Constructor for class java.lang.UnknownError
  10251. Constructs an UnknownError with the specified detail message|
  10252. UnknownHostException()
  10253. Constructor for class java.net.UnknownHostException
  10254. Constructs a new UnknownHostException with no detail message|
  10255. UnknownHostException(String)
  10256. Constructor for class java.net.UnknownHostException
  10257. Constructs a new UnknownHostException with the specified detail
  10258. message|
  10259. UnknownServiceException()
  10260. Constructor for class java.net.UnknownServiceException
  10261. Constructs a new UnknownServiceException with no detail message|
  10262. UnknownServiceException(String)
  10263. Constructor for class java.net.UnknownServiceException
  10264. Constructs a new UnknownServiceException with the specified detail
  10265. message|
  10266. unread(int)
  10267. Method in class java.io.PushbackInputStream
  10268. Pushes back a character|
  10269. UnsatisfiedLinkError()
  10270. Constructor for class java.lang.UnsatisfiedLinkError
  10271. Constructs an UnsatisfiedLinkError with no detail message|
  10272. UnsatisfiedLinkError(String)
  10273. Constructor for class java.lang.UnsatisfiedLinkError
  10274. Constructs an UnsatisfiedLinkError with the specified detail message|
  10275. UP
  10276. Static variable in class java.awt.Event
  10277. The up arrow key|
  10278. up(int)
  10279. Method in class sun.tools.debug.RemoteThread
  10280. Change the current stackframe to be one or more frames higher
  10281. (as in, away from the current program counter)|
  10282. update(Graphics)
  10283. Method in class java.awt.Component
  10284. Updates the component|
  10285. update(Observable, Object)
  10286. Method in interface java.util.Observer
  10287. Called when observers in the observable list need to be 
  10288. updated|
  10289. url
  10290. Variable in class java.net.URLConnection|
  10291. URL(String)
  10292. Constructor for class java.net.URL
  10293. Creates a URL from the unparsed absolute URL|
  10294. URL(String, String, int, String)
  10295. Constructor for class java.net.URL
  10296. Creates an absolute URL from the specified protocol,
  10297. host, port and file|
  10298. URL(String, String, String)
  10299. Constructor for class java.net.URL
  10300. Creates an absolute URL from the specified protocol,
  10301. host, and file|
  10302. URL(URL, String)
  10303. Constructor for class java.net.URL
  10304. Creates a URL from the unparsed URL in the specified context.If
  10305. spec is an absolute URL it is used as is|
  10306. URLConnection(URL)
  10307. Constructor for class java.net.URLConnection
  10308. Constructs a URL connection to the specified URL|
  10309. URLStreamHandler()
  10310. Constructor for class java.net.URLStreamHandler|
  10311. useCaches
  10312. Variable in class java.net.URLConnection|
  10313. UTC(int, int, int, int, int, int)
  10314. Static method in class java.util.Date
  10315. Calculates a UTC value from YMDHMS|
  10316. UTFDataFormatException()
  10317. Constructor for class java.io.UTFDataFormatException
  10318. Constructs an UTFDataFormatException with no detail message|
  10319. UTFDataFormatException(String)
  10320. Constructor for class java.io.UTFDataFormatException
  10321. Constructs an UTFDataFormatException with the specified detail message|
  10322. valid()
  10323. Method in class java.io.FileDescriptor
  10324. Determines whether the file descriptor object is valid|
  10325. validate()
  10326. Method in class java.awt.Component
  10327. Validates a component|
  10328. validate()
  10329. Method in class java.awt.Container
  10330. Validates this Container and all of the components contained within it|
  10331. valueOf(boolean)
  10332. Static method in class java.lang.String
  10333. Returns a String object that represents the state of the specified
  10334. boolean|
  10335. valueOf(char)
  10336. Static method in class java.lang.String
  10337. Returns a String object that contains a single character|
  10338. valueOf(char[])
  10339. Static method in class java.lang.String
  10340. Returns a String that is equivalent to the specified character array|
  10341. valueOf(char[], int, int)
  10342. Static method in class java.lang.String
  10343. Returns a String that is equivalent to the specified character array|
  10344. valueOf(double)
  10345. Static method in class java.lang.String
  10346. Returns a String object that represents the value of the specified
  10347. double|
  10348. valueOf(float)
  10349. Static method in class java.lang.String
  10350. Returns a String object that represents the value of the specified
  10351. float|
  10352. valueOf(int)
  10353. Static method in class java.lang.String
  10354. Returns a String object that represents the value of the specified
  10355. integer|
  10356. valueOf(long)
  10357. Static method in class java.lang.String
  10358. Returns a String object that represents the value of the specified
  10359. long|
  10360. valueOf(Object)
  10361. Static method in class java.lang.String
  10362. Returns a String that represents the String value of the object|
  10363. valueOf(String)
  10364. Static method in class java.lang.Boolean
  10365. Returns the boolean value represented by the specified String|
  10366. valueOf(String)
  10367. Static method in class java.lang.Double
  10368. Returns a new Double value initialized to the value represented by the 
  10369. specified String|
  10370. valueOf(String)
  10371. Static method in class java.lang.Float
  10372. Returns the floating point value represented by the specified String|
  10373. valueOf(String)
  10374. Static method in class java.lang.Integer
  10375. Assuming the specified String represents an integer, returns a new
  10376. Integer
  10377. object initialized to that value|
  10378. valueOf(String)
  10379. Static method in class java.lang.Long
  10380. Assuming the specified String represents a long, returns a new Long
  10381. object initialized to that value|
  10382. valueOf(String, int)
  10383. Static method in class java.lang.Integer
  10384. Assuming the specified String represents an integer, returns a new
  10385. Integer
  10386. object initialized to that value|
  10387. valueOf(String, int)
  10388. Static method in class java.lang.Long
  10389. Assuming the specified String represents a long, returns a new Long
  10390. object initialized to that value|
  10391. Vector()
  10392. Constructor for class java.util.Vector
  10393. Constructs an empty vector|
  10394. Vector(int)
  10395. Constructor for class java.util.Vector
  10396. Constructs an empty vector with the specified storage capacity|
  10397. Vector(int, int)
  10398. Constructor for class java.util.Vector
  10399. Constructs an empty vector with the specified storage
  10400. capacity and the specified capacityIncrement|
  10401. VerifyError()
  10402. Constructor for class java.lang.VerifyError
  10403. Constructor|
  10404. VerifyError(String)
  10405. Constructor for class java.lang.VerifyError
  10406. Constructor with a detail message|
  10407. VERTICAL
  10408. Static variable in class java.awt.GridBagConstraints|
  10409. VERTICAL
  10410. Static variable in class java.awt.Scrollbar
  10411. The vertical Scrollbar variable|
  10412. VirtualMachineError()
  10413. Constructor for class java.lang.VirtualMachineError
  10414. Constructs a VirtualMachineError with no detail message|
  10415. VirtualMachineError(String)
  10416. Constructor for class java.lang.VirtualMachineError
  10417. Constructs a VirtualMachineError with the specified detail message|
  10418. wait()
  10419. Method in class java.lang.Object
  10420. Causes a thread to wait forever until it is notified|
  10421. wait(long)
  10422. Method in class java.lang.Object
  10423. Causes a thread to wait until it is notified or the specified timeout
  10424. expires|
  10425. wait(long, int)
  10426. Method in class java.lang.Object
  10427. More accurate wait|
  10428. waitFor()
  10429. Method in class java.lang.Process
  10430. Waits for the subprocess to complete|
  10431. waitForAll()
  10432. Method in class java.awt.MediaTracker
  10433. Starts loading all images|
  10434. waitForAll(long)
  10435. Method in class java.awt.MediaTracker
  10436. Starts loading all images|
  10437. waitForID(int)
  10438. Method in class java.awt.MediaTracker
  10439. Starts loading all images with the specified ID and waits until they
  10440. have finished loading or receive an error|
  10441. waitForID(int, long)
  10442. Method in class java.awt.MediaTracker
  10443. Starts loading all images with the specified ID|
  10444. WAIT_CURSOR
  10445. Static variable in class java.awt.Frame|
  10446. weightx
  10447. Variable in class java.awt.GridBagConstraints|
  10448. weighty
  10449. Variable in class java.awt.GridBagConstraints|
  10450. WEST
  10451. Static variable in class java.awt.GridBagConstraints|
  10452. when
  10453. Variable in class java.awt.Event
  10454. The time stamp|
  10455. white
  10456. Static variable in class java.awt.Color
  10457. The color white|
  10458. whitespaceChars(int, int)
  10459. Method in class java.io.StreamTokenizer
  10460. Specifies that characters in this range are whitespace 
  10461. characters|
  10462. WIDTH
  10463. Static variable in interface java.awt.image.ImageObserver
  10464. The width of the base image is now available and can be taken
  10465. from the width argument to the imageUpdate callback method|
  10466. width
  10467. Variable in class java.awt.Dimension
  10468. The width dimension|
  10469. width
  10470. Variable in class java.awt.Rectangle
  10471. The width of the rectangle|
  10472. Window(Frame)
  10473. Constructor for class java.awt.Window
  10474. Constructs a new Window initialized to an invisible state|
  10475. WINDOW_DEICONIFY
  10476. Static variable in class java.awt.Event
  10477. The de-iconify window event|
  10478. WINDOW_DESTROY
  10479. Static variable in class java.awt.Event
  10480. The destroy window event|
  10481. WINDOW_EXPOSE
  10482. Static variable in class java.awt.Event
  10483. The expose window event|
  10484. WINDOW_ICONIFY
  10485. Static variable in class java.awt.Event
  10486. The iconify window event|
  10487. WINDOW_MOVED
  10488. Static variable in class java.awt.Event
  10489. The move window event|
  10490. wordChars(int, int)
  10491. Method in class java.io.StreamTokenizer
  10492. Specifies that characters in this range are word characters|
  10493. write(byte[])
  10494. Method in class java.io.FileOutputStream
  10495. Writes an array of bytes|
  10496. write(byte[])
  10497. Method in class java.io.FilterOutputStream
  10498. Writes an array of bytes|
  10499. write(byte[])
  10500. Method in class java.io.OutputStream
  10501. Writes an array of bytes|
  10502. write(byte[])
  10503. Method in class java.io.RandomAccessFile
  10504. Writes an array of bytes|
  10505. write(byte[])
  10506. Method in interface java.io.DataOutput
  10507. Writes an array of bytes|
  10508. write(byte[], int, int)
  10509. Method in class java.io.BufferedOutputStream
  10510. Writes a subarray of bytes|
  10511. write(byte[], int, int)
  10512. Method in class java.io.ByteArrayOutputStream
  10513. Writes bytes to the buffer|
  10514. write(byte[], int, int)
  10515. Method in class java.io.DataOutputStream
  10516. Writes a sub array of bytes|
  10517. write(byte[], int, int)
  10518. Method in class java.io.FileOutputStream
  10519. Writes a sub array of bytes|
  10520. write(byte[], int, int)
  10521. Method in class java.io.FilterOutputStream
  10522. Writes a subarray of bytes|
  10523. write(byte[], int, int)
  10524. Method in class java.io.OutputStream
  10525. Writes a sub array of bytes|
  10526. write(byte[], int, int)
  10527. Method in class java.io.PipedOutputStream
  10528. Writes a sub array of bytes|
  10529. write(byte[], int, int)
  10530. Method in class java.io.PrintStream
  10531. Writes a sub array of bytes|
  10532. write(byte[], int, int)
  10533. Method in class java.io.RandomAccessFile
  10534. Wrotes a sub array of bytes|
  10535. write(byte[], int, int)
  10536. Method in interface java.io.DataOutput
  10537. Writes a subarray of bytes|
  10538. write(int)
  10539. Method in class java.io.BufferedOutputStream
  10540. Writes a byte|
  10541. write(int)
  10542. Method in class java.io.ByteArrayOutputStream
  10543. Writes a byte to the buffer|
  10544. write(int)
  10545. Method in class java.io.DataOutputStream
  10546. Writes a byte|
  10547. write(int)
  10548. Method in class java.io.FileOutputStream
  10549. Writes a byte of data|
  10550. write(int)
  10551. Method in class java.io.FilterOutputStream
  10552. Writes a byte|
  10553. write(int)
  10554. Method in class java.io.OutputStream
  10555. Writes a byte|
  10556. write(int)
  10557. Method in class java.io.PipedOutputStream
  10558. Write a byte|
  10559. write(int)
  10560. Method in class java.io.PrintStream
  10561. Writes a byte|
  10562. write(int)
  10563. Method in class java.io.RandomAccessFile
  10564. Writes a byte of data|
  10565. write(int)
  10566. Method in interface java.io.DataOutput
  10567. Writes a byte|
  10568. writeBoolean(boolean)
  10569. Method in class java.io.DataOutputStream
  10570. Writes a boolean|
  10571. writeBoolean(boolean)
  10572. Method in class java.io.RandomAccessFile
  10573. Writes a boolean|
  10574. writeBoolean(boolean)
  10575. Method in interface java.io.DataOutput
  10576. Writes a boolean|
  10577. writeByte(int)
  10578. Method in class java.io.DataOutputStream
  10579. Writes an 8 bit byte|
  10580. writeByte(int)
  10581. Method in class java.io.RandomAccessFile
  10582. Writes a byte|
  10583. writeByte(int)
  10584. Method in interface java.io.DataOutput
  10585. Writes an 8 bit byte|
  10586. writeBytes(String)
  10587. Method in class java.io.DataOutputStream
  10588. Writes a String as a sequence of bytes|
  10589. writeBytes(String)
  10590. Method in class java.io.RandomAccessFile
  10591. Writes a String as a sequence of bytes|
  10592. writeBytes(String)
  10593. Method in interface java.io.DataOutput
  10594. Writes a String as a sequence of bytes|
  10595. writeChar(int)
  10596. Method in class java.io.DataOutputStream
  10597. Writes a 16 bit char|
  10598. writeChar(int)
  10599. Method in class java.io.RandomAccessFile
  10600. Writes a character|
  10601. writeChar(int)
  10602. Method in interface java.io.DataOutput
  10603. Writes a 16 bit char|
  10604. writeChars(String)
  10605. Method in class java.io.DataOutputStream
  10606. Writes a String as a sequence of chars|
  10607. writeChars(String)
  10608. Method in class java.io.RandomAccessFile
  10609. Writes a String as a sequence of chars|
  10610. writeChars(String)
  10611. Method in interface java.io.DataOutput
  10612. Writes a String as a sequence of chars|
  10613. writeDouble(double)
  10614. Method in class java.io.DataOutputStream
  10615. Writes a 64 bit double|
  10616. writeDouble(double)
  10617. Method in class java.io.RandomAccessFile|
  10618. writeDouble(double)
  10619. Method in interface java.io.DataOutput
  10620. Writes a 64 bit double|
  10621. writeFloat(float)
  10622. Method in class java.io.DataOutputStream
  10623. Writes a 32 bit float|
  10624. writeFloat(float)
  10625. Method in class java.io.RandomAccessFile|
  10626. writeFloat(float)
  10627. Method in interface java.io.DataOutput
  10628. Writes a 32 bit float|
  10629. writeInt(int)
  10630. Method in class java.io.DataOutputStream
  10631. Writes a 32 bit int|
  10632. writeInt(int)
  10633. Method in class java.io.RandomAccessFile
  10634. Writes an integer|
  10635. writeInt(int)
  10636. Method in interface java.io.DataOutput
  10637. Writes a 32 bit int|
  10638. writeLong(long)
  10639. Method in class java.io.DataOutputStream
  10640. Writes a 64 bit long|
  10641. writeLong(long)
  10642. Method in class java.io.RandomAccessFile
  10643. Writes a long|
  10644. writeLong(long)
  10645. Method in interface java.io.DataOutput
  10646. Writes a 64 bit long|
  10647. writeShort(int)
  10648. Method in class java.io.DataOutputStream
  10649. Writes a 16 bit short|
  10650. writeShort(int)
  10651. Method in class java.io.RandomAccessFile
  10652. Writes a short|
  10653. writeShort(int)
  10654. Method in interface java.io.DataOutput
  10655. Writes a 16 bit short|
  10656. writeTo(OutputStream)
  10657. Method in class java.io.ByteArrayOutputStream
  10658. Writes the contents of the buffer to another stream|
  10659. writeUTF(String)
  10660. Method in class java.io.DataOutputStream
  10661. Writes a String in UTF format|
  10662. writeUTF(String)
  10663. Method in class java.io.RandomAccessFile
  10664. Writes a String in UTF format|
  10665. writeUTF(String)
  10666. Method in interface java.io.DataOutput
  10667. Writes a String in UTF format|
  10668. written
  10669. Variable in class java.io.DataOutputStream
  10670. The number of bytes written so far|
  10671. W_RESIZE_CURSOR
  10672. Static variable in class java.awt.Frame|
  10673. x
  10674. Variable in class java.awt.Event
  10675. The x coordinate of the event|
  10676. x
  10677. Variable in class java.awt.Point
  10678. The x coordinate|
  10679. x
  10680. Variable in class java.awt.Rectangle
  10681. The x coordinate of the rectangle|
  10682. xor(BitSet)
  10683. Method in class java.util.BitSet
  10684. Logically XORs this bit set with the specified set of bits|
  10685. xpoints
  10686. Variable in class java.awt.Polygon
  10687. The array of x coordinates|
  10688. y
  10689. Variable in class java.awt.Event
  10690. The y coordinate of the event|
  10691. y
  10692. Variable in class java.awt.Point
  10693. The y coordinate|
  10694. y
  10695. Variable in class java.awt.Rectangle
  10696. The y coordinate of the rectangle|
  10697. yellow
  10698. Static variable in class java.awt.Color
  10699. The color yellow|
  10700. yield()
  10701. Static method in class java.lang.Thread
  10702. Causes the currently executing Thread object to yield|
  10703. ypoints
  10704. Variable in class java.awt.Polygon
  10705. The array of y coordinates|
  10706. =|
  10707.