home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-03-13 | 370.7 KB | 10,707 lines | [TEXT/R*ch] |
- =|
- A long time ago in a galaxy far far away… JAVA [1/2]
- ObiWan is a general purpose popup help system. ObiWan ships with a
- database called the “Force” which describes the Macintosh operating
- system APIs. The ObiWan distribution also contains a number of other
- databases, such as a word list and help for the programming languages
- Perl, Java and HTML. [press cmd-. to view next page]|
- A long time ago in a galaxy far far away… JAVA [2/2]
- You can also build your own databases using the Master Yoda application.
- Double click any of the following words for more help on that topic:
- Buttons, HotKeys, OtherDatabases,
- Copyright, MasterYoda, MissedClicks
- [press cmd-` to show or hide this window]|
- ABORT
- Static variable in interface java.awt.image.ImageObserver
- An image which was being tracked asynchronously was aborted before
- production was complete|
- ABORTED
- Static variable in class java.awt.MediaTracker
- Flag indicating the download of some media was aborted|
- abs(double)
- Static method in class java.lang.Math
- Returns the absolute double value of a|
- abs(float)
- Static method in class java.lang.Math
- Returns the absolute float value of a|
- abs(int)
- Static method in class java.lang.Math
- Returns the absolute integer value of a|
- abs(long)
- Static method in class java.lang.Math
- Returns the absolute long value of a|
- AbstractMethodError()
- Constructor for class java.lang.AbstractMethodError
- Constructs an AbstractMethodError with no detail message|
- AbstractMethodError(String)
- Constructor for class java.lang.AbstractMethodError
- Constructs an AbstractMethodError with the specified detail message|
- accept()
- Method in class java.net.ServerSocket
- Accepts a connection|
- accept(File, String)
- Method in interface java.io.FilenameFilter
- Determines whether a name should be included in a file list|
- accept(SocketImpl)
- Method in class java.net.SocketImpl
- Accepts a connection|
- acos(double)
- Static method in class java.lang.Math
- Returns the arc cosine of a, in the range of 0.0 through Pi|
- action(Event, Object)
- Method in class java.awt.Component
- Called if an action occurs in the Component|
- ACTION_EVENT
- Static variable in class java.awt.Event
- An action event|
- activeCount()
- Method in class java.lang.ThreadGroup
- Returns an estimate of the number of active Threads in the
- Thread group|
- activeCount()
- Static method in class java.lang.Thread
- Returns the current number of active Threads in this Thread group|
- activeGroupCount()
- Method in class java.lang.ThreadGroup
- Returns an estimate of the number of active groups in the
- Thread group|
- add(Component)
- Method in class java.awt.Container
- Adds the specified component to this container|
- add(Component, int)
- Method in class java.awt.Container
- Adds the specified component to this container at the given position|
- add(int, int)
- Method in class java.awt.Rectangle
- Adds a point to a rectangle|
- add(Menu)
- Method in class java.awt.MenuBar
- Adds the specified menu to the menu bar|
- add(MenuItem)
- Method in class java.awt.Menu
- Adds the specified item to this menu|
- add(Point)
- Method in class java.awt.Rectangle
- Adds a point to a rectangle|
- add(Rectangle)
- Method in class java.awt.Rectangle
- Adds a rectangle to a rectangle|
- add(String)
- Method in class java.awt.Menu
- Adds an item with with the specified label to this menu|
- add(String, Component)
- Method in class java.awt.Container
- Adds the specified component to this container|
- addConsumer(ImageConsumer)
- Method in class java.awt.image.FilteredImageSource
- Adds an ImageConsumer to the list of consumers interested in
- data for this image|
- addConsumer(ImageConsumer)
- Method in class java.awt.image.MemoryImageSource
- Adds an ImageConsumer to the list of consumers interested in
- data for this image|
- addConsumer(ImageConsumer)
- Method in interface java.awt.image.ImageProducer
- This method is used to register an ImageConsumer with the
- ImageProducer for access to the image data during a later
- reconstruction of the Image|
- addElement(Object)
- Method in class java.util.Vector
- Adds the specified object as the last element of the vector|
- addHelpMenu(Menu)
- Method in interface java.awt.peer.MenuBarPeer|
- addImage(Image, int)
- Method in class java.awt.MediaTracker
- Adds an image to the list of images being tracked|
- addImage(Image, int, int, int)
- Method in class java.awt.MediaTracker
- Adds a scaled image to the list of images being tracked|
- addItem(MenuItem)
- Method in interface java.awt.peer.MenuPeer|
- addItem(String)
- Method in class java.awt.Choice
- Adds an item to this Choice|
- addItem(String)
- Method in class java.awt.List
- Adds the specified item to the end of scrolling list|
- addItem(String, int)
- Method in class java.awt.List
- Adds the specified item to the end of scrolling list|
- addItem(String, int)
- Method in interface java.awt.peer.ChoicePeer|
- addItem(String, int)
- Method in interface java.awt.peer.ListPeer|
- addLayoutComponent(String, Component)
- Method in class java.awt.BorderLayout
- Adds the specified named component to the layout|
- addLayoutComponent(String, Component)
- Method in class java.awt.CardLayout
- Adds the specified component with the specified name to the layout|
- addLayoutComponent(String, Component)
- Method in class java.awt.FlowLayout
- Adds the specified component to the layout|
- addLayoutComponent(String, Component)
- Method in class java.awt.GridBagLayout
- Adds the specified component with the specified name to the layout|
- addLayoutComponent(String, Component)
- Method in class java.awt.GridLayout
- Adds the specified component with the specified name to the layout|
- addLayoutComponent(String, Component)
- Method in interface java.awt.LayoutManager
- Adds the specified component with the specified name to
- the layout|
- addMenu(Menu)
- Method in interface java.awt.peer.MenuBarPeer|
- addNotify()
- Method in class java.awt.Button
- Creates the peer of the button|
- addNotify()
- Method in class java.awt.Canvas
- Creates the peer of the canvas|
- addNotify()
- Method in class java.awt.Checkbox
- Creates the peer of the Checkbox|
- addNotify()
- Method in class java.awt.CheckboxMenuItem
- Creates the peer of the checkbox item|
- addNotify()
- Method in class java.awt.Choice
- Creates the Choice's peer|
- addNotify()
- Method in class java.awt.Component
- Notifies the Component to create a peer|
- addNotify()
- Method in class java.awt.Container
- Notifies the container to create a peer|
- addNotify()
- Method in class java.awt.Dialog
- Creates the frame's peer|
- addNotify()
- Method in class java.awt.FileDialog
- Creates the frame's peer|
- addNotify()
- Method in class java.awt.Frame
- Creates the Frame's peer|
- addNotify()
- Method in class java.awt.Label
- Creates the peer for this label|
- addNotify()
- Method in class java.awt.List
- Creates the peer for the list|
- addNotify()
- Method in class java.awt.Menu
- Creates the menu's peer|
- addNotify()
- Method in class java.awt.MenuBar
- Creates the menu bar's peer|
- addNotify()
- Method in class java.awt.MenuItem
- Creates the menu item's peer|
- addNotify()
- Method in class java.awt.Panel
- Creates the Panel's peer|
- addNotify()
- Method in class java.awt.Scrollbar
- Creates the Scrollbar's peer|
- addNotify()
- Method in class java.awt.TextArea
- Creates the TextArea's peer|
- addNotify()
- Method in class java.awt.TextField
- Creates the TextField's peer|
- addNotify()
- Method in class java.awt.Window
- Creates the Window's peer|
- addObserver(Observer)
- Method in class java.util.Observable
- Adds an observer to the observer list|
- addPoint(int, int)
- Method in class java.awt.Polygon
- Appends a point to a polygon|
- address
- Variable in class java.net.SocketImpl
- The internet address where the socket will make a connection|
- addSeparator()
- Method in class java.awt.Menu
- Adds a separator line, or a hypen, to the menu at the current position|
- addSeparator()
- Method in interface java.awt.peer.MenuPeer|
- AdjustForGravity(GridBagConstraints, Rectangle)
- Method in class java.awt.GridBagLayout|
- after(Date)
- Method in class java.util.Date
- Checks whether this date comes after the specified date|
- ALLBITS
- Static variable in interface java.awt.image.ImageObserver
- A static image which was previously drawn is now complete and can
- be drawn again in its final form|
- allowsMultipleSelections()
- Method in class java.awt.List
- Returns true if this list allows multiple selections|
- allowUserInteraction
- Variable in class java.net.URLConnection|
- ALT_MASK
- Static variable in class java.awt.Event
- The alt modifier constant|
- anchor
- Variable in class java.awt.GridBagConstraints|
- and(BitSet)
- Method in class java.util.BitSet
- Logically ANDs this bit set with the specified set of bits|
- append(boolean)
- Method in class java.lang.StringBuffer
- Appends a boolean to the end of this buffer|
- append(char)
- Method in class java.lang.StringBuffer
- Appends a character to the end of this buffer|
- append(char[])
- Method in class java.lang.StringBuffer
- Appends an array of characters to the end of this buffer|
- append(char[], int, int)
- Method in class java.lang.StringBuffer
- Appends a part of an array of characters to the end of this buffer|
- append(double)
- Method in class java.lang.StringBuffer
- Appends a double to the end of this buffer|
- append(float)
- Method in class java.lang.StringBuffer
- Appends a float to the end of this buffer|
- append(int)
- Method in class java.lang.StringBuffer
- Appends an integer to the end of this buffer|
- append(long)
- Method in class java.lang.StringBuffer
- Appends a long to the end of this buffer|
- append(Object)
- Method in class java.lang.StringBuffer
- Appends an object to the end of this buffer|
- append(String)
- Method in class java.lang.StringBuffer
- Appends a String to the end of this buffer|
- appendText(String)
- Method in class java.awt.TextArea
- Appends the given text to the end|
- Applet()
- Constructor for class java.applet.Applet|
- appletResize(int, int)
- Method in interface java.applet.AppletStub
- Called when the applet wants to be resized|
- arg
- Variable in class java.awt.Event
- An arbitraty argument|
- ArithmeticException()
- Constructor for class java.lang.ArithmeticException
- Constructs an ArithmeticException with no detail message|
- ArithmeticException(String)
- Constructor for class java.lang.ArithmeticException
- Constructs an ArithmeticException with the specified detail message|
- ArrangeGrid(Container)
- Method in class java.awt.GridBagLayout|
- arraycopy(Object, int, Object, int, int)
- Static method in class java.lang.System
- Copies an array from the source array, beginning at the
- specified position, to the specified position of the destination array|
- ArrayIndexOutOfBoundsException()
- Constructor for class java.lang.ArrayIndexOutOfBoundsException
- Constructs an ArrayIndexOutOfBoundsException with no detail message|
- ArrayIndexOutOfBoundsException(int)
- Constructor for class java.lang.ArrayIndexOutOfBoundsException
- Constructs a new ArrayIndexOutOfBoundsException class initialized to
- the specific index|
- ArrayIndexOutOfBoundsException(String)
- Constructor for class java.lang.ArrayIndexOutOfBoundsException
- Constructs an ArrayIndexOutOfBoundsException class with the specified
- detail
- message|
- ArrayStoreException()
- Constructor for class java.lang.ArrayStoreException
- Constructs a ArrayStoreException with no detail message|
- ArrayStoreException(String)
- Constructor for class java.lang.ArrayStoreException
- Constructs a ArrayStoreException with the specified detail message|
- arrayTypeName(int)
- Method in class sun.tools.debug.RemoteArray
- Return the element type as a string|
- asin(double)
- Static method in class java.lang.Math
- Returns the arc sine of a, in the range of -Pi/2 through Pi/2|
- atan(double)
- Static method in class java.lang.Math
- Returns the arc tangent of a, in the range of -Pi/2 through Pi/2|
- atan2(double, double)
- Static method in class java.lang.Math
- Converts rectangular coordinates (a, b) to polar (r, theta)|
- available()
- Method in class java.io.BufferedInputStream
- Returns the number of bytes that can be read
- without blocking|
- available()
- Method in class java.io.ByteArrayInputStream
- Returns the number of available bytes in the buffer|
- available()
- Method in class java.io.FileInputStream
- Returns the number of bytes that can be read
- without blocking|
- available()
- Method in class java.io.FilterInputStream
- Returns the number of bytes that can be read
- without blocking|
- available()
- Method in class java.io.InputStream
- Returns the number of bytes that can be read
- without blocking|
- available()
- Method in class java.io.LineNumberInputStream
- Returns the number of bytes that can be read
- without blocking|
- available()
- Method in class java.io.PushbackInputStream
- Returns the number of bytes that can be read|
- available()
- Method in class java.io.StringBufferInputStream
- Returns the number of available bytes in the buffer|
- available()
- Method in class java.net.SocketImpl
- Returns the number of bytes that can be read without blocking|
- AWTError(String)
- Constructor for class java.awt.AWTError|
- AWTException(String)
- Constructor for class java.awt.AWTException
- Constructs an AWTException with the specified detail message|
- before(Date)
- Method in class java.util.Date
- Checks whether this date comes before the specified date|
- bind(InetAddress, int)
- Method in class java.net.SocketImpl
- Binds the socket to the specified port on the specified host|
- BitSet()
- Constructor for class java.util.BitSet
- Creates an empty set|
- BitSet(int)
- Constructor for class java.util.BitSet
- Creates an empty set with the specified size|
- black
- Static variable in class java.awt.Color
- The color black|
- blue
- Static variable in class java.awt.Color
- The color blue|
- BOLD
- Static variable in class java.awt.Font
- The bold style constant|
- Boolean(boolean)
- Constructor for class java.lang.Boolean
- Constructs a Boolean object initialized to the specified boolean
- value|
- Boolean(String)
- Constructor for class java.lang.Boolean
- Constructs a Boolean object initialized to the value specified by the
- String parameter|
- booleanValue()
- Method in class java.lang.Boolean
- Returns the value of this Boolean object as a boolean|
- BorderLayout()
- Constructor for class java.awt.BorderLayout
- Constructs a new BorderLayout|
- BorderLayout(int, int)
- Constructor for class java.awt.BorderLayout
- Constructs a BorderLayout with the specified gaps|
- BOTH
- Static variable in class java.awt.GridBagConstraints|
- bottom
- Variable in class java.awt.Insets
- The inset from the bottom|
- bounds()
- Method in class java.awt.Component
- Returns the current bounds of this component|
- breakpointEvent(RemoteThread)
- Method in interface sun.tools.debug.DebuggerCallback
- A breakpoint has been hit in the specified thread|
- brighter()
- Method in class java.awt.Color
- Returns a brighter version of this color|
- buf
- Variable in class java.io.BufferedInputStream
- The buffer where data is stored|
- buf
- Variable in class java.io.BufferedOutputStream
- The buffer where data is stored|
- buf
- Variable in class java.io.ByteArrayInputStream
- The buffer where data is stored|
- buf
- Variable in class java.io.ByteArrayOutputStream
- The buffer where data is stored|
- buffer
- Variable in class java.io.StringBufferInputStream
- The buffer where data is stored|
- BufferedInputStream(InputStream)
- Constructor for class java.io.BufferedInputStream
- Creates a new buffered stream with a default
- buffer size|
- BufferedInputStream(InputStream, int)
- Constructor for class java.io.BufferedInputStream
- Creates a new buffered stream with the specified
- buffer size|
- BufferedOutputStream(OutputStream)
- Constructor for class java.io.BufferedOutputStream
- Creates a new buffered stream with a default
- buffer size|
- BufferedOutputStream(OutputStream, int)
- Constructor for class java.io.BufferedOutputStream
- Creates a new buffered stream with the specified
- buffer size|
- Button()
- Constructor for class java.awt.Button
- Constructs a Button with no label|
- Button(String)
- Constructor for class java.awt.Button
- Constructs a Button with a string label|
- Buttons at the top of the window are (from left to right):
- Find Key, Search, Web Search, Previous Entry, Next Entry, Back
- Type Word, Type Line, Type Procedure, Type Entry
- Toggle Startup Sound, Toggle Invocation Sound [only on some versions]
- About, Change Databases
- See HotKeys for a better description of these functions.|
- ByteArrayInputStream(byte[])
- Constructor for class java.io.ByteArrayInputStream
- Creates an ByteArrayInputStream from the specified array of bytes|
- ByteArrayInputStream(byte[], int, int)
- Constructor for class java.io.ByteArrayInputStream
- Creates an ByteArrayInputStream from the specified array of bytes|
- ByteArrayOutputStream()
- Constructor for class java.io.ByteArrayOutputStream
- Creates a new ByteArrayOutputStream|
- ByteArrayOutputStream(int)
- Constructor for class java.io.ByteArrayOutputStream
- Creates a new ByteArrayOutputStream with the specified initial size|
- bytesTransferred
- Variable in class java.io.InterruptedIOException
- Reports how many bytes had been transferred as
- part of the IO operation before it was interrupted|
- bytesWidth(byte[], int, int)
- Method in class java.awt.FontMetrics
- Returns the width of the specified array of bytes in this Font|
- canFilterIndexColorModel
- Variable in class java.awt.image.RGBImageFilter
- This boolean indicates whether or not it is acceptable to apply
- the color filtering of the filterRGB method to the color table
- entries of an IndexColorModel object in lieu of pixel by pixel
- filtering|
- canRead()
- Method in class java.io.File
- Returns a boolean indicating whether or not a readable file
- exists|
- Canvas()
- Constructor for class java.awt.Canvas|
- canWrite()
- Method in class java.io.File
- Returns a boolean indicating whether or not a writable file
- exists|
- capacity()
- Method in class java.lang.StringBuffer
- Returns the current capacity of the String buffer|
- capacity()
- Method in class java.util.Vector
- Returns the current capacity of the vector|
- capacityIncrement
- Variable in class java.util.Vector
- The size of the increment|
- CardLayout()
- Constructor for class java.awt.CardLayout
- Creates a new card layout|
- CardLayout(int, int)
- Constructor for class java.awt.CardLayout
- Creates a card layout with the specified gaps|
- catchExceptions()
- Method in class sun.tools.debug.RemoteClass
- Enter the debugger when an instance of this class is thrown|
- ceil(double)
- Static method in class java.lang.Math
- Returns the "ceiling" or smallest whole number greater than or equal to
- a|
- CENTER
- Static variable in class java.awt.FlowLayout
- The right alignment variable|
- CENTER
- Static variable in class java.awt.GridBagConstraints|
- CENTER
- Static variable in class java.awt.Label
- The center alignment|
- Character(char)
- Constructor for class java.lang.Character
- Constructs a Character object with the specified value|
- charAt(int)
- Method in class java.lang.String
- Returns the character at the specified index|
- charAt(int)
- Method in class java.lang.StringBuffer
- Returns the character at the specified index|
- charsWidth(char[], int, int)
- Method in class java.awt.FontMetrics
- Returns the width of the specified character array in this Font|
- charValue()
- Method in class java.lang.Character
- Returns the value of this Character object|
- charWidth(char)
- Method in class java.awt.FontMetrics
- Returns the width of the specified character in this Font|
- charWidth(int)
- Method in class java.awt.FontMetrics
- Returns the width of the specified character in this Font|
- checkAccept(String, int)
- Method in class java.lang.SecurityManager
- Checks to see if a socket connection to the specified port on the
- specified host has been accepted|
- checkAccess()
- Method in class java.lang.Thread
- Checks whether the current Thread is allowed to modify this Thread|
- checkAccess()
- Method in class java.lang.ThreadGroup
- Checks to see if the current Thread is allowed to modify this group|
- checkAccess(Thread)
- Method in class java.lang.SecurityManager
- Checks to see if the specified Thread is allowed to modify
- the Thread group|
- checkAccess(ThreadGroup)
- Method in class java.lang.SecurityManager
- Checks to see if the specified Thread group is allowed to
- modify this group|
- checkAll()
- Method in class java.awt.MediaTracker
- Checks to see if all images have finished loading but does not start
- loading the images if they are not already loading|
- checkAll(boolean)
- Method in class java.awt.MediaTracker
- Checks to see if all images have finished loading|
- Checkbox()
- Constructor for class java.awt.Checkbox
- Constructs a Checkbox with no label, no Checkbox group, and initialized
-
- to a false state|
- Checkbox(String)
- Constructor for class java.awt.Checkbox
- Constructs a Checkbox with the specified label, no Checkbox group, and
- initialized to a false state|
- Checkbox(String, CheckboxGroup, boolean)
- Constructor for class java.awt.Checkbox
- Constructs a Checkbox with the specified label, specified Checkbox
- group, and specified boolean state|
- CheckboxGroup()
- Constructor for class java.awt.CheckboxGroup
- Creates a new CheckboxGroup|
- CheckboxMenuItem(String)
- Constructor for class java.awt.CheckboxMenuItem
- Creates the checkbox item with the specified label|
- checkConnect(String, int)
- Method in class java.lang.SecurityManager
- Checks to see if a socket has connected to the specified port on the
- the specified host|
- checkConnect(String, int, Object)
- Method in class java.lang.SecurityManager
- Checks to see if the current execution context and the indicated
- execution context are both allowed to connect to the indicated
- host and port|
- checkCreateClassLoader()
- Method in class java.lang.SecurityManager
- Checks to see if the ClassLoader has been created|
- checkDelete(String)
- Method in class java.lang.SecurityManager
- Checks to see if a file with the specified system dependent
- file name can be deleted|
- checkError()
- Method in class java.io.PrintStream
- Flushes the print stream and returns whether or not there was
- an error on the output stream|
- checkExec(String)
- Method in class java.lang.SecurityManager
- Checks to see if the system command is executed by
- trusted code|
- checkExit(int)
- Method in class java.lang.SecurityManager
- Checks to see if the system has exited the virtual
- machine with an exit code|
- checkID(int)
- Method in class java.awt.MediaTracker
- Checks to see if all images tagged with the indicated ID have
- finished loading, but does not start loading the images if they
- are not already loading|
- checkID(int, boolean)
- Method in class java.awt.MediaTracker
- Checks to see if all images tagged with the indicated ID have
- finished loading|
- checkImage(Image, ImageObserver)
- Method in class java.awt.Component
- Returns the status of the construction of a screen representation
- of the specified image|
- checkImage(Image, int, int, ImageObserver)
- Method in class java.awt.Component
- Returns the status of the construction of a scaled screen
- representation of the specified image|
- checkImage(Image, int, int, ImageObserver)
- Method in class java.awt.Toolkit
- Returns the status of the construction of the indicated method
- at the indicated width and height for the default screen|
- checkImage(Image, int, int, ImageObserver)
- Method in interface java.awt.peer.ComponentPeer|
- checkLink(String)
- Method in class java.lang.SecurityManager
- Checks to see if the specified linked library exists|
- checkListen(int)
- Method in class java.lang.SecurityManager
- Checks to see if a server socket is listening to the specified local
- port that it is bounded to|
- checkPackageAccess(String)
- Method in class java.lang.SecurityManager
- Checks to see if an applet can access a package|
- checkPackageDefinition(String)
- Method in class java.lang.SecurityManager
- Checks to see if an applet can define classes in a package|
- checkPropertiesAccess()
- Method in class java.lang.SecurityManager
- Checks to see who has access to the System properties|
- checkPropertyAccess(String)
- Method in class java.lang.SecurityManager
- Checks to see who has access to the System property named by key|
- checkPropertyAccess(String, String)
- Method in class java.lang.SecurityManager
- Checks to see who has access to the System property named by key
- and def|
- checkRead(FileDescriptor)
- Method in class java.lang.SecurityManager
- Checks to see if an input file with the specified
- file descriptor object gets created|
- checkRead(String)
- Method in class java.lang.SecurityManager
- Checks to see if an input file with the specified system dependent
- file name gets created|
- checkRead(String, Object)
- Method in class java.lang.SecurityManager
- Checks to see if the current context or the indicated context are
- both allowed to read the given file name|
- checkSetFactory()
- Method in class java.lang.SecurityManager
- Checks to see if an applet can set a networking-related object factory|
- checkTopLevelWindow(Object)
- Method in class java.lang.SecurityManager
- Checks to see if top-level windows can be created by the
- caller|
- checkWrite(FileDescriptor)
- Method in class java.lang.SecurityManager
- Checks to see if an output file with the specified
- file descriptor object gets created|
- checkWrite(String)
- Method in class java.lang.SecurityManager
- Checks to see if an output file with the specified system dependent
- file name gets created|
- Choice()
- Constructor for class java.awt.Choice
- Constructs a new Choice|
- ClassCastException()
- Constructor for class java.lang.ClassCastException
- Constructs a ClassCastException with no detail message|
- ClassCastException(String)
- Constructor for class java.lang.ClassCastException
- Constructs a ClassCastException with the specified detail message|
- ClassCircularityError()
- Constructor for class java.lang.ClassCircularityError
- Constructs a ClassCircularityError with no detail message|
- ClassCircularityError(String)
- Constructor for class java.lang.ClassCircularityError
- Constructs a ClassCircularityError with the specified detail message|
- classDepth(String)
- Method in class java.lang.SecurityManager
- Return the position of the stack frame containing the
- first occurrence of the named class|
- ClassFormatError()
- Constructor for class java.lang.ClassFormatError
- Constructs a ClassFormatError with no detail message|
- ClassFormatError(String)
- Constructor for class java.lang.ClassFormatError
- Constructs a ClassFormatError with the specified detail message|
- ClassLoader()
- Constructor for class java.lang.ClassLoader
- Constructs a new Class loader and initializes it|
- classLoaderDepth()
- Method in class java.lang.SecurityManager|
- ClassNotFoundException()
- Constructor for class java.lang.ClassNotFoundException
- Constructs a ClassNotFoundException with no detail message|
- ClassNotFoundException(String)
- Constructor for class java.lang.ClassNotFoundException
- Constructs a ClassNotFoundException with the specified detail message|
- clear()
- Method in class java.awt.List
- Clears the list|
- clear()
- Method in class java.util.Hashtable
- Clears the hash table so that it has no more elements in it|
- clear()
- Method in interface java.awt.peer.ListPeer|
- clear(int)
- Method in class java.util.BitSet
- Clears a bit|
- clearBreakpoint(int)
- Method in class sun.tools.debug.RemoteClass
- Clear a breakpoint at a specific address in a class|
- clearBreakpointLine(int)
- Method in class sun.tools.debug.RemoteClass
- Clear a breakpoint at a specified line|
- clearBreakpointMethod(RemoteField)
- Method in class sun.tools.debug.RemoteClass
- Clear a breakpoint at the start of a specified method|
- clearChanged()
- Method in class java.util.Observable
- Clears an observable change|
- clearRect(int, int, int, int)
- Method in class java.awt.Graphics
- Clears the specified rectangle by filling it with the current
- background color
- of the current drawing surface|
- clickCount
- Variable in class java.awt.Event
- The number of consecutive clicks|
- clipRect(int, int, int, int)
- Method in class java.awt.Graphics
- Clips to a rectangle|
- clone()
- Method in class java.awt.GridBagConstraints
- Creates a clone of the object|
- clone()
- Method in class java.awt.image.ImageFilter
- Clones this object|
- clone()
- Method in class java.awt.Insets
- Creates a clone of the object|
- clone()
- Method in class java.lang.Object
- Creates a clone of the object|
- clone()
- Method in class java.util.BitSet
- Clones the BitSet|
- clone()
- Method in class java.util.Hashtable
- Creates a clone of the hashtable|
- clone()
- Method in class java.util.Vector
- Clones this vector|
- CloneNotSupportedException()
- Constructor for class java.lang.CloneNotSupportedException
- Constructs an CloneNotSupportedException with no detail message|
- CloneNotSupportedException(String)
- Constructor for class java.lang.CloneNotSupportedException
- Constructs an CloneNotSupportedException with the specified detail
- message|
- close()
- Method in class java.io.FileInputStream
- Closes the input stream|
- close()
- Method in class java.io.FileOutputStream
- Closes the stream|
- close()
- Method in class java.io.FilterInputStream
- Closes the input stream|
- close()
- Method in class java.io.FilterOutputStream
- Closes the stream|
- close()
- Method in class java.io.InputStream
- Closes the input stream|
- close()
- Method in class java.io.OutputStream
- Closes the stream|
- close()
- Method in class java.io.PipedInputStream
- Closes the input stream|
- close()
- Method in class java.io.PipedOutputStream
- Closes the stream|
- close()
- Method in class java.io.PrintStream
- Closes the stream|
- close()
- Method in class java.io.RandomAccessFile
- Closes the file|
- close()
- Method in class java.io.SequenceInputStream
- Closes the input stream; flipping to the next stream,
- if an EOF is reached|
- close()
- Method in class java.net.DatagramSocket
- Close the datagram socket|
- close()
- Method in class java.net.ServerSocket
- Closes the server socket|
- close()
- Method in class java.net.Socket
- Closes the socket|
- close()
- Method in class java.net.SocketImpl
- Closes the socket|
- close()
- Method in class sun.tools.debug.RemoteDebugger
- Close the connection to the remote debugging agent|
- Color(float, float, float)
- Constructor for class java.awt.Color
- Creates a color with the specified red, green, and blue values in the
- range (0.0 - 1.0)|
- Color(int)
- Constructor for class java.awt.Color
- Creates a color with the specified combined RGB value consisting of
- the red component in bits 16-23, the green component in bits 8-15,
- and the blue component in bits 0-7|
- Color(int, int, int)
- Constructor for class java.awt.Color
- Creates a color with the specified red, green, and blue values in
- the range (0 - 255)|
- ColorModel(int)
- Constructor for class java.awt.image.ColorModel
- Constructs a ColorModel which describes a pixel of the specified
- number of bits|
- columnWeights
- Variable in class java.awt.GridBagLayout|
- columnWidths
- Variable in class java.awt.GridBagLayout|
- command(Object)
- Static method in class java.lang.Compiler|
- commentChar(int)
- Method in class java.io.StreamTokenizer
- Specifies that this character starts a single line comment|
- compareTo(String)
- Method in class java.lang.String
- Compares this String to another specified String|
- compileClass(Class)
- Static method in class java.lang.Compiler|
- compileClasses(String)
- Static method in class java.lang.Compiler|
- COMPLETE
- Static variable in class java.awt.MediaTracker
- Flag indicating the download of media completed successfully|
- COMPLETESCANLINES
- Static variable in interface java.awt.image.ImageConsumer
- The pixels will be delivered in (multiples of) complete scanlines
- at a time|
- comptable
- Variable in class java.awt.GridBagLayout|
- concat(String)
- Method in class java.lang.String
- Concatenates the specified string to the end of this String|
- connect()
- Method in class java.net.URLConnection
- URLConnection objects go through two phases: first they are
- created, then they are connected|
- connect(InetAddress, int)
- Method in class java.net.SocketImpl
- Connects the socket to the specified address on the specified
- port|
- connect(PipedInputStream)
- Method in class java.io.PipedOutputStream
- Connect this output stream to a receiver|
- connect(PipedOutputStream)
- Method in class java.io.PipedInputStream
- Connects this input stream to a sender|
- connect(String, int)
- Method in class java.net.SocketImpl
- Connects the socket to the specified port on the specified host|
- connected
- Variable in class java.net.URLConnection|
- consumer
- Variable in class java.awt.image.ImageFilter
- The consumer of the particular image data stream for which this
- instance of the ImageFilter is filtering data|
- cont()
- Method in class sun.tools.debug.RemoteThread
- Resume this thread from a breakpoint, unless it previously suspended|
- contains(Object)
- Method in class java.util.Hashtable
- Returns true if the specified object is an element of the hashtable|
- contains(Object)
- Method in class java.util.Vector
- Returns true if the specified object is a value of the
- collection|
- containsKey(Object)
- Method in class java.util.Hashtable
- Returns true if the collection contains an element for the key|
- ContentHandler()
- Constructor for class java.net.ContentHandler|
- controlDown()
- Method in class java.awt.Event
- Checks if the control key is down|
- copyArea(int, int, int, int, int, int)
- Method in class java.awt.Graphics
- Copies an area of the screen|
- copyInto(Object[])
- Method in class java.util.Vector
- Copies the elements of this vector into the specified array|
- Copyright 1992-97 Peter N Lewis and Stairways Software|
- copyValueOf(char[])
- Static method in class java.lang.String
- Returns a String that is equivalent to the specified character array|
- copyValueOf(char[], int, int)
- Static method in class java.lang.String
- Returns a String that is equivalent to the specified character array|
- cos(double)
- Static method in class java.lang.Math
- Returns the trigonometric cosine of an angle|
- count
- Variable in class java.io.BufferedInputStream
- The number of bytes in the buffer|
- count
- Variable in class java.io.BufferedOutputStream
- The number of bytes in the buffer|
- count
- Variable in class java.io.ByteArrayInputStream
- The number of characters to use in the buffer|
- count
- Variable in class java.io.ByteArrayOutputStream
- The number of bytes in the buffer|
- count
- Variable in class java.io.StringBufferInputStream
- The number of characters to use in the buffer|
- countComponents()
- Method in class java.awt.Container
- Returns the number of components in this panel|
- countItems()
- Method in class java.awt.Choice
- Returns the number of items in this Choice|
- countItems()
- Method in class java.awt.List
- Returns the number of items in the list|
- countItems()
- Method in class java.awt.Menu
- Returns the number of elements in this menu|
- countMenus()
- Method in class java.awt.MenuBar
- Counts the number of menus on the menu bar|
- countObservers()
- Method in class java.util.Observable
- Counts the number of observers|
- countStackFrames()
- Method in class java.lang.Thread
- Returns the number of stack frames in this Thread|
- countTokens()
- Method in class java.util.StringTokenizer
- Returns the next number of tokens in the String using
- the current deliminter set|
- create()
- Method in class java.awt.Graphics
- Creates a new Graphics Object that is a copy of the original Graphics
- Object|
- create(boolean)
- Method in class java.net.SocketImpl
- Creates a socket with a boolean that specifies whether this
- is a stream socket or a datagram socket|
- create(int, int, int, int)
- Method in class java.awt.Graphics
- Creates a new Graphics Object with the specified parameters, based on
- the original
- Graphics Object|
- createButton(Button)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new Button|
- createCanvas(Canvas)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new Canvas|
- createCheckbox(Checkbox)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new Checkbox|
- createCheckboxMenuItem(CheckboxMenuItem)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new CheckboxMenuItem|
- createChoice(Choice)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new Choice|
- createContentHandler(String)
- Method in interface java.net.ContentHandlerFactory
- Creates a new ContentHandler to read an object from a URLStreamHandler|
- createDialog(Dialog)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new Dialog|
- createFileDialog(FileDialog)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new FileDialog|
- createFrame(Frame)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new Frame|
- createImage(ImageProducer)
- Method in class java.awt.Component
- Creates an image from the specified image producer|
- createImage(ImageProducer)
- Method in class java.awt.Toolkit
- Creates an image with the specified image producer|
- createImage(ImageProducer)
- Method in interface java.awt.peer.ComponentPeer|
- createImage(int, int)
- Method in class java.awt.Component
- Creates an off-screen drawable Image to be used for double buffering|
- createImage(int, int)
- Method in interface java.awt.peer.ComponentPeer|
- createLabel(Label)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new Label|
- createList(List)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new List|
- createMenu(Menu)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new Menu|
- createMenuBar(MenuBar)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new MenuBar|
- createMenuItem(MenuItem)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new MenuItem|
- createPanel(Panel)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new Panel|
- createScrollbar(Scrollbar)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new Scrollbar|
- createSocketImpl()
- Method in interface java.net.SocketImplFactory
- Creates a new SocketImpl instance|
- createTextArea(TextArea)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new TextArea|
- createTextField(TextField)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new TextField|
- createURLStreamHandler(String)
- Method in interface java.net.URLStreamHandlerFactory
- Creates a new URLStreamHandler instance with the specified protocol|
- createWindow(Window)
- Method in class java.awt.Toolkit
- Uses the specified Peer interface to create a new Window|
- CropImageFilter(int, int, int, int)
- Constructor for class java.awt.image.CropImageFilter
- Constructs a CropImageFilter that extracts the absolute rectangular
- region of pixels from its source Image as specified by the x, y,
- w, and h parameters|
- CROSSHAIR_CURSOR
- Static variable in class java.awt.Frame|
- CTRL_MASK
- Static variable in class java.awt.Event
- The control modifier constant|
- currentClassLoader()
- Method in class java.lang.SecurityManager
- The current ClassLoader on the execution stack|
- currentThread()
- Static method in class java.lang.Thread
- Returns a reference to the currently executing Thread object|
- currentTimeMillis()
- Static method in class java.lang.System
- Returns the current time in milliseconds GMT since the epoch (00:00:00
- UTC, January 1, 1970)|
- cyan
- Static variable in class java.awt.Color
- The color cyan|
- darker()
- Method in class java.awt.Color
- Returns a darker version of this color|
- darkGray
- Static variable in class java.awt.Color
- The color dark gray|
- DatagramPacket(byte[], int)
- Constructor for class java.net.DatagramPacket
- This constructor is used to create a DatagramPacket object used
- for receiving datagrams|
- DatagramPacket(byte[], int, InetAddress, int)
- Constructor for class java.net.DatagramPacket
- This constructor is used construct the DatagramPacket to be sent|
- DatagramSocket()
- Constructor for class java.net.DatagramSocket
- Creates a datagram socket|
- DatagramSocket(int)
- Constructor for class java.net.DatagramSocket
- Creates a datagram socket|
- DataInputStream(InputStream)
- Constructor for class java.io.DataInputStream
- Creates a new DataInputStream|
- DataOutputStream(OutputStream)
- Constructor for class java.io.DataOutputStream
- Creates a new DataOutputStream|
- Date()
- Constructor for class java.util.Date
- Creates today's date/time|
- Date(int, int, int)
- Constructor for class java.util.Date
- Creates a date|
- Date(int, int, int, int, int)
- Constructor for class java.util.Date
- Creates a date|
- Date(int, int, int, int, int, int)
- Constructor for class java.util.Date
- Creates a date|
- Date(long)
- Constructor for class java.util.Date
- Creates a date|
- Date(String)
- Constructor for class java.util.Date
- Creates a date from a string according to the syntax
- accepted by parse()|
- defaultConstraints
- Variable in class java.awt.GridBagLayout|
- defaults
- Variable in class java.util.Properties|
- DEFAULT_CURSOR
- Static variable in class java.awt.Frame|
- defineClass(byte[], int, int)
- Method in class java.lang.ClassLoader
- Converts an array of bytes to an instance of class Class|
- delete()
- Method in class java.io.File
- Deletes the specified file|
- deleteObserver(Observer)
- Method in class java.util.Observable
- Deletes an observer from the observer list|
- deleteObservers()
- Method in class java.util.Observable
- Deletes observers from the observer list|
- delItem(int)
- Method in class java.awt.List
- Delete an item from the list|
- delItem(int)
- Method in interface java.awt.peer.MenuPeer|
- delItems(int, int)
- Method in class java.awt.List
- Delete multiple items from the list|
- delItems(int, int)
- Method in interface java.awt.peer.ListPeer|
- deliverEvent(Event)
- Method in class java.awt.Component
- Delivers an event to this component or one of its sub components|
- deliverEvent(Event)
- Method in class java.awt.Container
- Delivers an event|
- delMenu(int)
- Method in interface java.awt.peer.MenuBarPeer|
- description()
- Method in class sun.tools.debug.RemoteArray
- Return a description of the array|
- description()
- Method in class sun.tools.debug.RemoteClass
- Return a (somewhat verbose) description|
- description()
- Method in class sun.tools.debug.RemoteObject
- Return a description of the object|
- description()
- Method in class sun.tools.debug.RemoteString
- Return the string value, or "null"|
- description()
- Method in class sun.tools.debug.RemoteValue
- Return a description of the RemoteValue|
- deselect(int)
- Method in class java.awt.List
- Deselects the item at the specified index|
- deselect(int)
- Method in interface java.awt.peer.ListPeer|
- destroy()
- Method in class java.applet.Applet
- Cleans up whatever resources are being held|
- destroy()
- Method in class java.lang.Process
- Kills the subprocess|
- destroy()
- Method in class java.lang.Thread
- Destroy a thread, without any cleanup, i.e|
- destroy()
- Method in class java.lang.ThreadGroup
- Destroys a Thread group|
- Dialog(Frame, boolean)
- Constructor for class java.awt.Dialog
- Constructs an initially invisible Dialog|
- Dialog(Frame, String, boolean)
- Constructor for class java.awt.Dialog
- Constructs an initially invisible Dialog with a title|
- Dictionary()
- Constructor for class java.util.Dictionary|
- digit(char, int)
- Static method in class java.lang.Character
- Returns the numeric value of the character digit using the specified
- radix|
- Dimension()
- Constructor for class java.awt.Dimension
- Constructs a Dimension with a 0 width and 0 height|
- Dimension(Dimension)
- Constructor for class java.awt.Dimension
- Constructs a Dimension and initializes it to the specified value|
- Dimension(int, int)
- Constructor for class java.awt.Dimension
- Constructs a Dimension and initializes it to the specified width and
- specified height|
- DirectColorModel(int, int, int, int)
- Constructor for class java.awt.image.DirectColorModel
- Constructs a DirectColorModel from the given masks specifying
- which bits in the pixel contain the red, green and blue color
- components|
- DirectColorModel(int, int, int, int, int)
- Constructor for class java.awt.image.DirectColorModel
- Constructs a DirectColorModel from the given masks specifying
- which bits in the pixel contain the alhpa, red, green and blue
- color components|
- disable()
- Method in class java.awt.Component
- Disables a component|
- disable()
- Method in class java.awt.MenuItem
- Makes this menu item unselectable by the user|
- disable()
- Method in interface java.awt.peer.ComponentPeer|
- disable()
- Method in interface java.awt.peer.MenuItemPeer|
- disable()
- Static method in class java.lang.Compiler|
- dispose()
- Method in class java.awt.Frame
- Disposes of the Frame|
- dispose()
- Method in class java.awt.Graphics
- Disposes of this graphics context|
- dispose()
- Method in class java.awt.Window
- Disposes of the Window|
- dispose()
- Method in interface java.awt.peer.ComponentPeer|
- dispose()
- Method in interface java.awt.peer.MenuComponentPeer|
- doInput
- Variable in class java.net.URLConnection|
- doOutput
- Variable in class java.net.URLConnection|
- Double(double)
- Constructor for class java.lang.Double
- Constructs a Double wrapper for the specified double value|
- Double(String)
- Constructor for class java.lang.Double
- Constructs a Double object initialized to the value specified by the
- String parameter|
- doubleToLongBits(double)
- Static method in class java.lang.Double
- Returns the bit represention of a double-float value|
- doubleValue()
- Method in class java.lang.Double
- Returns the double value of this Double|
- doubleValue()
- Method in class java.lang.Float
- Returns the double value of this Float|
- doubleValue()
- Method in class java.lang.Integer
- Returns the value of this Integer as a double|
- doubleValue()
- Method in class java.lang.Long
- Returns the value of this Long as a double|
- doubleValue()
- Method in class java.lang.Number
- Returns the value of the number as a double|
- DOWN
- Static variable in class java.awt.Event
- The down arrow key|
- down(int)
- Method in class sun.tools.debug.RemoteThread
- Change the current stackframe to be one or more frames lower
- (as in, toward the current program counter)|
- draw3DRect(int, int, int, int, boolean)
- Method in class java.awt.Graphics
- Draws a highlighted 3-D rectangle|
- drawArc(int, int, int, int, int, int)
- Method in class java.awt.Graphics
- Draws an arc bounded by the specified rectangle from startAngle to
- endAngle|
- drawBytes(byte[], int, int, int, int)
- Method in class java.awt.Graphics
- Draws the specified bytes using the current font and color|
- drawChars(char[], int, int, int, int)
- Method in class java.awt.Graphics
- Draws the specified characters using the current font and color|
- drawImage(Image, int, int, Color, ImageObserver)
- Method in class java.awt.Graphics
- Draws the specified image at the specified coordinate (x, y),
- with the given solid background Color|
- drawImage(Image, int, int, ImageObserver)
- Method in class java.awt.Graphics
- Draws the specified image at the specified coordinate (x, y)|
- drawImage(Image, int, int, int, int, Color, ImageObserver)
- Method in class java.awt.Graphics
- Draws the specified image inside the specified rectangle,
- with the given solid background Color|
- drawImage(Image, int, int, int, int, ImageObserver)
- Method in class java.awt.Graphics
- Draws the specified image inside the specified rectangle|
- drawLine(int, int, int, int)
- Method in class java.awt.Graphics
- Draws a line between the coordinates (x1,y1) and (x2,y2)|
- drawOval(int, int, int, int)
- Method in class java.awt.Graphics
- Draws an oval inside the specified rectangle using the current color|
- drawPolygon(int[], int[], int)
- Method in class java.awt.Graphics
- Draws a polygon defined by an array of x points and y points|
- drawPolygon(Polygon)
- Method in class java.awt.Graphics
- Draws a polygon defined by the specified point|
- drawRect(int, int, int, int)
- Method in class java.awt.Graphics
- Draws the outline of the specified rectangle using the current color|
- drawRoundRect(int, int, int, int, int, int)
- Method in class java.awt.Graphics
- Draws an outlined rounded corner rectangle using the current color|
- drawString(String, int, int)
- Method in class java.awt.Graphics
- Draws the specified String using the current font and color|
- DumpConstraints(GridBagConstraints)
- Method in class java.awt.GridBagLayout
- Print the layout constraints|
- DumpLayoutInfo(GridBagLayoutInfo)
- Method in class java.awt.GridBagLayout
- Print the layout information|
- dumpStack()
- Method in class sun.tools.debug.RemoteThread
- Dump the stack|
- dumpStack()
- Static method in class java.lang.Thread
- A debugging procedure to print a stack trace for the
- current Thread|
- E
- Static variable in class java.lang.Math
- The float representation of the value E|
- EAST
- Static variable in class java.awt.GridBagConstraints|
- echoCharIsSet()
- Method in class java.awt.TextField
- Returns true if this TextField has a character set for
- echoing|
- elementAt(int)
- Method in class java.util.Vector
- Returns the element at the specified index|
- elementCount
- Variable in class java.util.Vector
- The number of elements in the buffer|
- elementData
- Variable in class java.util.Vector
- The buffer where elements are stored|
- elements()
- Method in class java.util.Dictionary
- Returns an enumeration of the elements|
- elements()
- Method in class java.util.Hashtable
- Returns an enumeration of the elements|
- elements()
- Method in class java.util.Vector
- Returns an enumeration of the elements|
- empty()
- Method in class java.util.Stack
- Returns true if the stack is empty|
- EmptyStackException()
- Constructor for class java.util.EmptyStackException
- Constructs a new EmptyStackException with no detail message|
- enable()
- Method in class java.awt.Component
- Enables a component|
- enable()
- Method in class java.awt.MenuItem
- Makes this menu item selectable by the user|
- enable()
- Method in interface java.awt.peer.ComponentPeer|
- enable()
- Method in interface java.awt.peer.MenuItemPeer|
- enable()
- Static method in class java.lang.Compiler|
- enable(boolean)
- Method in class java.awt.Component
- Conditionally enables a component|
- enable(boolean)
- Method in class java.awt.MenuItem
- Conditionally enables a component|
- encode(String)
- Static method in class java.net.URLEncoder
- Translates String into x-www-form-urlencoded format|
- END
- Static variable in class java.awt.Event
- The end key|
- endsWith(String)
- Method in class java.lang.String
- Determines whether the String ends with some suffix|
- ensureCapacity(int)
- Method in class java.lang.StringBuffer
- Ensures that the capacity of the buffer is at least equal to the
- specified minimum|
- ensureCapacity(int)
- Method in class java.util.Vector
- Ensures that the vector has at least the specified capacity|
- enumerate(ThreadGroup[])
- Method in class java.lang.ThreadGroup
- Copies, into the specified array, references to every active Thread
- group in this Thread
- group|
- enumerate(ThreadGroup[], boolean)
- Method in class java.lang.ThreadGroup
- Copies, into the specified array, references to every active Thread
- group in this Thread
- group|
- enumerate(Thread[])
- Method in class java.lang.ThreadGroup
- Copies, into the specified array, references to every active Thread in
- this Thread group|
- enumerate(Thread[])
- Static method in class java.lang.Thread
- Copies, into the specified array, references to every active Thread in
- this
- Thread's group|
- enumerate(Thread[], boolean)
- Method in class java.lang.ThreadGroup
- Copies, into the specified array, references to every active Thread in
- this Thread group|
- EOFException()
- Constructor for class java.io.EOFException
- Constructs an EOFException with no detail message|
- EOFException(String)
- Constructor for class java.io.EOFException
- Constructs an EOFException with the specified detail message|
- eolIsSignificant(boolean)
- Method in class java.io.StreamTokenizer
- If the flag is true, end-of-lines are significant (TT_EOL will
- be returned by nexttoken)|
- equals(Object)
- Method in class java.awt.Color
- Compares this object against the specified object|
- equals(Object)
- Method in class java.awt.Font
- Compares this object to the specifed object|
- equals(Object)
- Method in class java.awt.Point
- Checks whether two pointers are equal|
- equals(Object)
- Method in class java.awt.Rectangle
- Checks whether two rectangles are equal|
- equals(Object)
- Method in class java.io.File
- Compares this object against the specified object|
- equals(Object)
- Method in class java.lang.Boolean
- Compares this object against the specified object|
- equals(Object)
- Method in class java.lang.Character
- Compares this object against the specified object|
- equals(Object)
- Method in class java.lang.Double
- Compares this object against the specified object|
- equals(Object)
- Method in class java.lang.Float
- Compares this object against some other object|
- equals(Object)
- Method in class java.lang.Integer
- Compares this object to the specified object|
- equals(Object)
- Method in class java.lang.Long
- Compares this object against the specified object|
- equals(Object)
- Method in class java.lang.Object
- Compares two Objects for equality|
- equals(Object)
- Method in class java.lang.String
- Compares this String to the specified object|
- equals(Object)
- Method in class java.net.InetAddress
- Compares this object against the specified object|
- equals(Object)
- Method in class java.net.URL
- Compares two URLs|
- equals(Object)
- Method in class java.util.BitSet
- Compares this object against the specified object|
- equals(Object)
- Method in class java.util.Date
- Compares this object against the specified object|
- equalsIgnoreCase(String)
- Method in class java.lang.String
- Compares this String to another object|
- err
- Static variable in class java.io.FileDescriptor
- Handle to standard error|
- err
- Static variable in class java.lang.System
- Standard error stream|
- ERROR
- Static variable in interface java.awt.image.ImageObserver
- An image which was being tracked asynchronously has encountered
- an error|
- Error()
- Constructor for class java.lang.Error
- Constructs an Error with no specified detail message|
- Error(String)
- Constructor for class java.lang.Error
- Constructs an Error with the specified detail message|
- ERRORED
- Static variable in class java.awt.MediaTracker
- Flag indicating the download of some media encountered an error|
- Event(Object, int, Object)
- Constructor for class java.awt.Event
- Constructs an event with the specified target component,
- event type, and argument|
- Event(Object, long, int, int, int, int, int)
- Constructor for class java.awt.Event
- Constructs an event with the specified target component, time stamp,
- event type, x and y coordinates, keyboard key, state of the modifier
- keys and an argument set to null|
- Event(Object, long, int, int, int, int, int, Object)
- Constructor for class java.awt.Event
- Constructs an event with the specified target component, time stamp,
- event type, x and y coordinates, keyboard key, state of the modifier
- keys and argument|
- evt
- Variable in class java.awt.Event
- The next event|
- Exception()
- Constructor for class java.lang.Exception
- Constructs an Exception with no specified detail message|
- Exception(String)
- Constructor for class java.lang.Exception
- Constructs a Exception with the specified detail message|
- exceptionEvent(RemoteThread, String)
- Method in interface sun.tools.debug.DebuggerCallback
- An exception has occurred|
- exec(String)
- Method in class java.lang.Runtime
- Executes the system command specified in the parameter|
- exec(String, String[])
- Method in class java.lang.Runtime
- Executes the system command specified in the parameter|
- exec(String[])
- Method in class java.lang.Runtime
- Executes the system command specified by cmdarray[0] with arguments
- specified by the strings in the rest of the array|
- exec(String[], String[])
- Method in class java.lang.Runtime
- Executes the system command specified by cmdarray[0] with arguments
- specified by the strings in the rest of the array|
- exists()
- Method in class java.io.File
- Returns a boolean indicating whether or not a file exists|
- exit(int)
- Method in class java.lang.Runtime
- Exits the virtual machine with an exit code|
- exit(int)
- Static method in class java.lang.System
- Exits the virtual machine with an exit code|
- exitValue()
- Method in class java.lang.Process
- Returns the exit value for the subprocess|
- exp(double)
- Static method in class java.lang.Math
- Returns the exponential number e(2.718...) raised to the power of a|
- E_RESIZE_CURSOR
- Static variable in class java.awt.Frame|
- F1
- Static variable in class java.awt.Event
- The F1 function key|
- F10
- Static variable in class java.awt.Event
- The F10 function key|
- F11
- Static variable in class java.awt.Event
- The F11 function key|
- F12
- Static variable in class java.awt.Event
- The F12 function key|
- F2
- Static variable in class java.awt.Event
- The F2 function key|
- F3
- Static variable in class java.awt.Event
- The F3 function key|
- F4
- Static variable in class java.awt.Event
- The F4 function key|
- F5
- Static variable in class java.awt.Event
- The F5 function key|
- F6
- Static variable in class java.awt.Event
- The F6 function key|
- F7
- Static variable in class java.awt.Event
- The F7 function key|
- F8
- Static variable in class java.awt.Event
- The F8 function key|
- F9
- Static variable in class java.awt.Event
- The F9 function key|
- FALSE
- Static variable in class java.lang.Boolean
- Assigns this Boolean to be false|
- fd
- Variable in class java.net.SocketImpl
- The file descriptor object|
- File(File, String)
- Constructor for class java.io.File
- Creates a File object (given a directory File object)|
- File(String)
- Constructor for class java.io.File
- Creates a File object|
- File(String, String)
- Constructor for class java.io.File
- Creates a File object from the specified directory|
- FileDescriptor()
- Constructor for class java.io.FileDescriptor|
- FileDialog(Frame, String)
- Constructor for class java.awt.FileDialog
- Creates a file dialog for loading a file|
- FileDialog(Frame, String, int)
- Constructor for class java.awt.FileDialog
- Creates a file dialog with the specified title and mode|
- FileInputStream(File)
- Constructor for class java.io.FileInputStream
- Creates an input file from the specified File object|
- FileInputStream(FileDescriptor)
- Constructor for class java.io.FileInputStream|
- FileInputStream(String)
- Constructor for class java.io.FileInputStream
- Creates an input file with the specified system dependent file
- name|
- FileNotFoundException()
- Constructor for class java.io.FileNotFoundException
- Constructs a FileNotFoundException with no detail message|
- FileNotFoundException(String)
- Constructor for class java.io.FileNotFoundException
- Constructs a FileNotFoundException with the specified detail message|
- FileOutputStream(File)
- Constructor for class java.io.FileOutputStream
- Creates an output file with the specified File object|
- FileOutputStream(FileDescriptor)
- Constructor for class java.io.FileOutputStream|
- FileOutputStream(String)
- Constructor for class java.io.FileOutputStream
- Creates an output file with the specified system dependent
- file name|
- fill
- Variable in class java.awt.GridBagConstraints|
- fill3DRect(int, int, int, int, boolean)
- Method in class java.awt.Graphics
- Paints a highlighted 3-D rectangle using the current color|
- fillArc(int, int, int, int, int, int)
- Method in class java.awt.Graphics
- Fills an arc using the current color|
- fillInStackTrace()
- Method in class java.lang.Throwable
- Fills in the excecution stack trace|
- fillOval(int, int, int, int)
- Method in class java.awt.Graphics
- Fills an oval inside the specified rectangle using the current color|
- fillPolygon(int[], int[], int)
- Method in class java.awt.Graphics
- Fills a polygon with the current color using an
- even-odd fill rule (otherwise known as an alternating rule)|
- fillPolygon(Polygon)
- Method in class java.awt.Graphics
- Fills the specified polygon with the current color using an
- even-odd fill rule (otherwise known as an alternating rule)|
- fillRect(int, int, int, int)
- Method in class java.awt.Graphics
- Fills the specified rectangle with the current color|
- fillRoundRect(int, int, int, int, int, int)
- Method in class java.awt.Graphics
- Draws a rounded rectangle filled in with the current color|
- FilteredImageSource(ImageProducer, ImageFilter)
- Constructor for class java.awt.image.FilteredImageSource
- Constructs an ImageProducer object from an existing ImageProducer
- and a filter object|
- filterIndexColorModel(IndexColorModel)
- Method in class java.awt.image.RGBImageFilter
- Filters an IndexColorModel object by running each entry in its
- color tables through the filterRGB function that RGBImageFilter
- subclasses must provide|
- FilterInputStream(InputStream)
- Constructor for class java.io.FilterInputStream
- Creates an input stream filter|
- FilterOutputStream(OutputStream)
- Constructor for class java.io.FilterOutputStream
- Creates an output stream filter|
- filterRGB(int, int, int)
- Method in class java.awt.image.RGBImageFilter
- Subclasses must specify a method to convert a single input pixel
- in the default RGB ColorModel to a single output pixel|
- filterRGBPixels(int, int, int, int, int[], int, int)
- Method in class java.awt.image.RGBImageFilter
- Filters a buffer of pixels in the default RGB ColorModel by passing
- them one by one through the filterRGB method|
- finalize()
- Method in class java.awt.Graphics
- Disposes of this graphics context once it is no longer referenced|
- finalize()
- Method in class java.io.FileInputStream
- Closes the stream when garbage is collected|
- finalize()
- Method in class java.io.FileOutputStream
- Closes the stream when garbage is collected|
- finalize()
- Method in class java.lang.Object
- Code to perform when this object is garbage collected|
- finalize()
- Method in class java.net.DatagramSocket
- Code to perform when this object is garbage collected|
- findClass(String)
- Method in class sun.tools.debug.RemoteDebugger
- Find a specified class|
- findSystemClass(String)
- Method in class java.lang.ClassLoader
- Loads a system Class|
- first(Container)
- Method in class java.awt.CardLayout
- Flip to the first card|
- firstElement()
- Method in class java.util.Vector
- Returns the first element of the sequence|
- Float(double)
- Constructor for class java.lang.Float
- Constructs a Float wrapper for the specified double value|
- Float(float)
- Constructor for class java.lang.Float
- Constructs a Float wrapper for the specified float value|
- Float(String)
- Constructor for class java.lang.Float
- Constructs a Float object initialized to the value specified by the
- String parameter|
- floatToIntBits(float)
- Static method in class java.lang.Float
- Returns the bit represention of a single-float value|
- floatValue()
- Method in class java.lang.Double
- Returns the float value of this Double|
- floatValue()
- Method in class java.lang.Float
- Returns the float value of this Float object|
- floatValue()
- Method in class java.lang.Integer
- Returns the value of this Integer as a float|
- floatValue()
- Method in class java.lang.Long
- Returns the value of this Long as a float|
- floatValue()
- Method in class java.lang.Number
- Returns the value of the number as a float|
- floor(double)
- Static method in class java.lang.Math
- Returns the "floor" or largest whole number less than or equal to a|
- FlowLayout()
- Constructor for class java.awt.FlowLayout
- Constructs a new Flow Layout with a centered alignment|
- FlowLayout(int)
- Constructor for class java.awt.FlowLayout
- Constructs a new Flow Layout with the specified alignment|
- FlowLayout(int, int, int)
- Constructor for class java.awt.FlowLayout
- Constructs a new Flow Layout with the specified alignment and gap
- values|
- flush()
- Method in class java.awt.Image
- Flushes all resources being used by this Image object|
- flush()
- Method in class java.io.BufferedOutputStream
- Flushes the stream|
- flush()
- Method in class java.io.DataOutputStream
- Flushes the stream|
- flush()
- Method in class java.io.FilterOutputStream
- Flushes the stream|
- flush()
- Method in class java.io.OutputStream
- Flushes the stream|
- flush()
- Method in class java.io.PrintStream
- Flushes the stream|
- font
- Variable in class java.awt.FontMetrics
- The actual font|
- Font(String, int, int)
- Constructor for class java.awt.Font
- Creates a new font with the specified name, style and point size|
- FontMetrics(Font)
- Constructor for class java.awt.FontMetrics
- Creates a new FontMetrics object with the specified font|
- forDigit(int, int)
- Static method in class java.lang.Character
- Returns the character value for the specified digit in the specified
- radix|
- forName(String)
- Static method in class java.lang.Class
- Returns the runtime Class descriptor for the specified Class|
- Frame()
- Constructor for class java.awt.Frame
- Constructs a new Frame that is initially invisible|
- Frame(String)
- Constructor for class java.awt.Frame
- Constructs a new, initially invisible Frame with the specified
- title|
- FRAMEBITS
- Static variable in interface java.awt.image.ImageObserver
- Another complete frame of a multi-frame image which was previously
- drawn is now available to be drawn again|
- freeMemory()
- Method in class java.lang.Runtime
- Returns the number of free bytes in system memory|
- freeMemory()
- Method in class sun.tools.debug.RemoteDebugger
- Report the free memory available to the Java interpreter being
- debugged|
- fromHex(String)
- Static method in class sun.tools.debug.RemoteValue
- Convert hexadecimal strings to ints|
- gc()
- Method in class java.lang.Runtime
- Runs the garbage collector|
- gc()
- Static method in class java.lang.System
- Runs the garbage collector|
- gc(RemoteObject[])
- Method in class sun.tools.debug.RemoteDebugger
- Free all objects referenced by the debugger|
- get()
- Method in class sun.tools.debug.RemoteBoolean
- Return the boolean's value|
- get()
- Method in class sun.tools.debug.RemoteByte
- Return the byte's value|
- get()
- Method in class sun.tools.debug.RemoteChar
- Return the char's value|
- get()
- Method in class sun.tools.debug.RemoteDouble
- Return the double's value|
- get()
- Method in class sun.tools.debug.RemoteFloat
- Return the float's value|
- get()
- Method in class sun.tools.debug.RemoteInt
- Return the int's value|
- get()
- Method in class sun.tools.debug.RemoteLong
- Return the long's value|
- get()
- Method in class sun.tools.debug.RemoteShort
- Return the short's value|
- get(int)
- Method in class java.util.BitSet
- Gets a bit|
- get(Integer)
- Method in class sun.tools.debug.RemoteDebugger
- Get an object from the remote object cache|
- get(Object)
- Method in class java.util.Dictionary
- Gets the object associated with the specified key in the Dictionary|
- get(Object)
- Method in class java.util.Hashtable
- Gets the object associated with the specified key in the
- hashtable|
- getAbsolutePath()
- Method in class java.io.File
- Gets the absolute path of the file|
- getAddress()
- Method in class java.net.DatagramPacket|
- getAddress()
- Method in class java.net.InetAddress
- Returns the raw IP address in network byte order|
- getAlignment()
- Method in class java.awt.Label
- Gets the current alignment of this label|
- getAllByName(String)
- Static method in class java.net.InetAddress
- Given a hostname, returns an array of all the corresponding
- InetAddresses|
- getAllowUserInteraction()
- Method in class java.net.URLConnection|
- getAlpha(int)
- Method in class java.awt.image.ColorModel
- The subclass must provide a function which provides the alpha
- color compoment for the specified pixel|
- getAlpha(int)
- Method in class java.awt.image.DirectColorModel
- Return the alpha transparency value for the specified pixel in the
- range 0-255|
- getAlpha(int)
- Method in class java.awt.image.IndexColorModel
- Returns the alpha transparency value for the specified pixel in the
- range 0-255|
- getAlphaMask()
- Method in class java.awt.image.DirectColorModel
- Returns the mask indicating which bits in a pixel contain the alpha
- transparency component|
- getAlphas(byte[])
- Method in class java.awt.image.IndexColorModel
- Copies the array of alpha transparency values into the given array|
- getApplet(String)
- Method in interface java.applet.AppletContext
- Gets an applet by name|
- getAppletContext()
- Method in class java.applet.Applet
- Gets a handle to the applet context|
- getAppletContext()
- Method in interface java.applet.AppletStub
- Gets a handler to the applet's context|
- getAppletInfo()
- Method in class java.applet.Applet
- Returns a string containing information about
- the author, version and copyright of the applet|
- getApplets()
- Method in interface java.applet.AppletContext
- Enumerates the applets in this context|
- getAscent()
- Method in class java.awt.FontMetrics
- Gets the font ascent|
- getAudioClip(URL)
- Method in class java.applet.Applet
- Gets an audio clip|
- getAudioClip(URL)
- Method in interface java.applet.AppletContext
- Gets an audio clip|
- getAudioClip(URL, String)
- Method in class java.applet.Applet
- Gets an audio clip|
- getBackground()
- Method in class java.awt.Component
- Gets the background color|
- getBlue()
- Method in class java.awt.Color
- Gets the blue component|
- getBlue(int)
- Method in class java.awt.image.ColorModel
- The subclass must provide a function which provides the blue
- color compoment for the specified pixel|
- getBlue(int)
- Method in class java.awt.image.DirectColorModel
- Returns the blue color compoment for the specified pixel in the
- range 0-255|
- getBlue(int)
- Method in class java.awt.image.IndexColorModel
- Returns the blue color compoment for the specified pixel in the
- range 0-255|
- getBlueMask()
- Method in class java.awt.image.DirectColorModel
- Returns the mask indicating which bits in a pixel contain the blue
- color component|
- getBlues(byte[])
- Method in class java.awt.image.IndexColorModel
- Copies the array of blue color components into the given array|
- getBoolean(String)
- Static method in class java.lang.Boolean
- Gets a Boolean from the properties|
- getBoundingBox()
- Method in class java.awt.Polygon
- Determines the area spanned by this Polygon|
- getByName(String)
- Static method in class java.net.InetAddress
- Returns a network address for the indicated host|
- getBytes(int, int, byte[], int)
- Method in class java.lang.String
- Copies characters from this String into the specified byte array|
- getChars(int, int, char[], int)
- Method in class java.lang.String
- Copies characters from this String into the specified character array|
- getChars(int, int, char[], int)
- Method in class java.lang.StringBuffer
- Copies the characters of the specified substring (determined by
- srcBegin and srcEnd) into the character array, starting at the
- array's dstBegin location|
- getCheckboxGroup()
- Method in class java.awt.Checkbox
- Returns the checkbox group|
- getClass()
- Method in class java.lang.Object
- Returns the Class of this Object|
- getClassContext()
- Method in class java.lang.SecurityManager
- Gets the context of this Class|
- getClassLoader()
- Method in class java.lang.Class
- Returns the Class loader of this Class|
- getClassLoader()
- Method in class sun.tools.debug.RemoteClass
- Return the classloader for this class|
- getClazz()
- Method in class sun.tools.debug.RemoteObject
- Returns the object's class|
- getClipRect()
- Method in class java.awt.Graphics
- Returns the bounding rectangle of the current clipping area|
- getCodeBase()
- Method in class java.applet.Applet
- Gets the base URL|
- getCodeBase()
- Method in interface java.applet.AppletStub
- Gets the base URL|
- getColor()
- Method in class java.awt.Graphics
- Gets the current color|
- getColor(String)
- Static method in class java.awt.Color
- Gets the specified Color property|
- getColor(String, Color)
- Static method in class java.awt.Color
- Gets the specified Color property of the specified Color|
- getColor(String, int)
- Static method in class java.awt.Color
- Gets the specified Color property of the color value|
- getColorModel()
- Method in class java.awt.Component
- Gets the ColorModel used to display the component on the output device|
- getColorModel()
- Method in class java.awt.Toolkit
- Returns the ColorModel of the screen|
- getColorModel()
- Method in interface java.awt.peer.ComponentPeer|
- getColumns()
- Method in class java.awt.TextArea
- Returns the number of columns in the TextArea|
- getColumns()
- Method in class java.awt.TextField
- Returns the number of columns in this TextField|
- getComponent(int)
- Method in class java.awt.Container
- Gets the nth component in this container|
- getComponents()
- Method in class java.awt.Container
- Gets all the components in this container|
- getConstraints(Component)
- Method in class java.awt.GridBagLayout
- Retrieves the constraints for the specified component|
- getContent()
- Method in class java.net.URL
- Gets the contents from this opened connection|
- getContent()
- Method in class java.net.URLConnection
- Gets the object referred to by this URL|
- getContent(URLConnection)
- Method in class java.net.ContentHandler
- Given an input stream positioned at the beginning of the
- representation of an object, reads that stream and recreates
- the object from it|
- getContentEncoding()
- Method in class java.net.URLConnection
- Gets the content encoding|
- getContentLength()
- Method in class java.net.URLConnection
- Gets the content length|
- getContentType()
- Method in class java.net.URLConnection
- Gets the content type|
- getCurrent()
- Method in class java.awt.CheckboxGroup
- Gets the current choice|
- getCurrentFrame()
- Method in class sun.tools.debug.RemoteThread
- Get the current stack frame|
- getCurrentFrameIndex()
- Method in class sun.tools.debug.RemoteThread
- Return the current stackframe index|
- getCursorType()
- Method in class java.awt.Frame
- Return the cursor type|
- getData()
- Method in class java.net.DatagramPacket|
- getDate()
- Method in class java.net.URLConnection
- Gets the sending date of the object|
- getDate()
- Method in class java.util.Date
- Returns the day of the month|
- getDay()
- Method in class java.util.Date
- Returns the day of the week|
- getDefaultAllowUserInteraction()
- Static method in class java.net.URLConnection|
- getDefaultRequestProperty(String)
- Static method in class java.net.URLConnection|
- getDefaultToolkit()
- Static method in class java.awt.Toolkit
- Returns the default toolkit|
- getDefaultUseCaches()
- Method in class java.net.URLConnection
- Sets/gets the default value of the UseCaches flag|
- getDescent()
- Method in class java.awt.FontMetrics
- Gets the font descent|
- getDirectory()
- Method in class java.awt.FileDialog
- Gets the directory of the Dialog|
- getDocumentBase()
- Method in class java.applet.Applet
- Gets the document URL|
- getDocumentBase()
- Method in interface java.applet.AppletStub
- Gets the document URL|
- getDoInput()
- Method in class java.net.URLConnection|
- getDoOutput()
- Method in class java.net.URLConnection|
- getEchoChar()
- Method in class java.awt.TextField
- Returns the character to be used for echoing|
- getElement(int)
- Method in class sun.tools.debug.RemoteArray
- Return an array element|
- getElements()
- Method in class sun.tools.debug.RemoteArray
- Returns a copy of the array as instances of RemoteValue|
- getElements(int, int)
- Method in class sun.tools.debug.RemoteArray
- Returns a copy of a portion of the array as instances of RemoteValue|
- getElementType()
- Method in class sun.tools.debug.RemoteArray
- Return the element type as a "TC_" constant, such as "TC_CHAR"|
- getenv(String)
- Static method in class java.lang.System
- Obsolete|
- getErrorsAny()
- Method in class java.awt.MediaTracker
- Returns a list of all media that have encountered an error|
- getErrorsID(int)
- Method in class java.awt.MediaTracker
- Returns a list of media with the specified ID that have encountered
- an error|
- getErrorStream()
- Method in class java.lang.Process
- Returns the an InputStream connected to the error stream of the child
- process|
- getExceptionCatchList()
- Method in class sun.tools.debug.RemoteDebugger
- Return the list of the exceptions the debugger will stop on|
- getExpiration()
- Method in class java.net.URLConnection
- Gets the expriation date of the object|
- getFamily()
- Method in class java.awt.Font
- Gets the platform specific family name of the font|
- getFD()
- Method in class java.io.FileInputStream
- Returns the opaque file descriptor object associated with this stream|
- getFD()
- Method in class java.io.FileOutputStream
- Returns the file descriptor associated with this stream|
- getFD()
- Method in class java.io.RandomAccessFile
- Returns the opaque file descriptor object|
- getField(int)
- Method in class sun.tools.debug.RemoteClass
- Return the static field, specified by index|
- getField(int)
- Method in class sun.tools.debug.RemoteObject
- Return an instance variable, specified by slot number|
- getField(String)
- Method in class sun.tools.debug.RemoteClass
- Return the static field, specified by name|
- getField(String)
- Method in class sun.tools.debug.RemoteObject
- Return an instance variable, specified by name|
- getFields()
- Method in class sun.tools.debug.RemoteClass
- Return all the static fields for this class|
- getFields()
- Method in class sun.tools.debug.RemoteObject
- Return the instance (non-static) fields of an object|
- getFieldValue(int)
- Method in class sun.tools.debug.RemoteClass
- Return the value of a static field, specified by its index|
- getFieldValue(int)
- Method in class sun.tools.debug.RemoteObject
- Returns the value of an object's instance variable|
- getFieldValue(String)
- Method in class sun.tools.debug.RemoteClass
- Return the value of a static field, specified by name|
- getFieldValue(String)
- Method in class sun.tools.debug.RemoteObject
- Returns the value of an object's instance variable|
- getFile()
- Method in class java.awt.FileDialog
- Gets the file of the Dialog|
- getFile()
- Method in class java.net.URL
- Gets the file name|
- getFileDescriptor()
- Method in class java.net.SocketImpl|
- getFilenameFilter()
- Method in class java.awt.FileDialog
- Gets the filter|
- getFilePointer()
- Method in class java.io.RandomAccessFile
- Returns the current location of the file pointer|
- getFilterInstance(ImageConsumer)
- Method in class java.awt.image.ImageFilter
- Returns a unique instance of an ImageFilter object which will
- actually perform the filtering for the specified ImageConsumer|
- getFont()
- Method in class java.awt.Component
- Gets the font of the component|
- getFont()
- Method in class java.awt.FontMetrics
- Gets the font|
- getFont()
- Method in class java.awt.Graphics
- Gets the current font|
- getFont()
- Method in class java.awt.MenuComponent
- Gets the font used for this MenuItem|
- getFont()
- Method in interface java.awt.MenuContainer|
- getFont(String)
- Static method in class java.awt.Font
- Gets a font from the system properties list|
- getFont(String, Font)
- Static method in class java.awt.Font
- Gets the specified font from the system properties list|
- getFontList()
- Method in class java.awt.Toolkit
- Returns the names of the available fonts|
- getFontMetrics()
- Method in class java.awt.Graphics
- Gets the current font metrics|
- getFontMetrics(Font)
- Method in class java.awt.Component
- Gets the font metrics for this component|
- getFontMetrics(Font)
- Method in class java.awt.Graphics
- Gets the current font metrics for the specified font|
- getFontMetrics(Font)
- Method in class java.awt.Toolkit
- Returns the screen metrics of the font|
- getFontMetrics(Font)
- Method in interface java.awt.peer.ComponentPeer|
- getForeground()
- Method in class java.awt.Component
- Gets the foreground color|
- getGraphics()
- Method in class java.awt.Component
- Gets a Graphics context for this component|
- getGraphics()
- Method in class java.awt.Image
- Gets a graphics object to draw into this image|
- getGraphics()
- Method in interface java.awt.peer.ComponentPeer|
- getGreen()
- Method in class java.awt.Color
- Gets the green component|
- getGreen(int)
- Method in class java.awt.image.ColorModel
- The subclass must provide a function which provides the green
- color compoment for the specified pixel|
- getGreen(int)
- Method in class java.awt.image.DirectColorModel
- Returns the green color compoment for the specified pixel in the
- range 0-255|
- getGreen(int)
- Method in class java.awt.image.IndexColorModel
- Returns the green color compoment for the specified pixel in the
- range 0-255|
- getGreenMask()
- Method in class java.awt.image.DirectColorModel
- Returns the mask indicating which bits in a pixel contain the green
- color component|
- getGreens(byte[])
- Method in class java.awt.image.IndexColorModel
- Copies the array of green color components into the given array|
- getHeaderField(int)
- Method in class java.net.URLConnection
- Returns the value for the nth header field|
- getHeaderField(String)
- Method in class java.net.URLConnection
- Gets a header field by name|
- getHeaderFieldDate(String, long)
- Method in class java.net.URLConnection
- Gets a header field by name|
- getHeaderFieldInt(String, int)
- Method in class java.net.URLConnection
- Gets a header field by name|
- getHeaderFieldKey(int)
- Method in class java.net.URLConnection
- Returns the key for the nth header field|
- getHeight()
- Method in class java.awt.FontMetrics
- Gets the total height of the font|
- getHeight(ImageObserver)
- Method in class java.awt.Image
- Gets the actual height of the image|
- getHelpMenu()
- Method in class java.awt.MenuBar
- Gets the help menu on the menu bar|
- getHost()
- Method in class java.net.URL
- Gets the host name|
- getHostName()
- Method in class java.net.InetAddress
- Gets the hostname for this address; also the key in the
- hashtable|
- getHours()
- Method in class java.util.Date
- Returns the hour|
- getHSBColor(float, float, float)
- Static method in class java.awt.Color
- A static Color factory for generating a Color object from HSB
- values|
- getIconImage()
- Method in class java.awt.Frame
- Returns the icon image for this Frame|
- getId()
- Method in class sun.tools.debug.RemoteObject
- Returns the id of the object|
- getIfModifiedSince()
- Method in class java.net.URLConnection|
- getImage(String)
- Method in class java.awt.Toolkit
- Returns an image which gets pixel data from the specified file|
- getImage(URL)
- Method in class java.applet.Applet
- Gets an image given a URL|
- getImage(URL)
- Method in class java.awt.Toolkit
- Returns an image which gets pixel data from the specified URL|
- getImage(URL)
- Method in interface java.applet.AppletContext
- Gets an image|
- getImage(URL, String)
- Method in class java.applet.Applet
- Gets an image relative to a URL|
- getInCheck()
- Method in class java.lang.SecurityManager
- Returns whether there is a security check in progress|
- getInetAddress()
- Method in class java.net.ServerSocket
- Gets the address to which the socket is connected|
- getInetAddress()
- Method in class java.net.Socket
- Gets the address to which the socket is connected|
- getInetAddress()
- Method in class java.net.SocketImpl|
- getInputStream()
- Method in class java.lang.Process
- Returns a Stream connected to the output of the child process|
- getInputStream()
- Method in class java.net.Socket
- Gets an InputStream for this socket|
- getInputStream()
- Method in class java.net.SocketImpl
- Gets an InputStream for this socket|
- getInputStream()
- Method in class java.net.URLConnection
- Calls this routine to get an InputStream that reads from the object|
- getInstanceField(int)
- Method in class sun.tools.debug.RemoteClass
- Return the instance field, specified by its index|
- getInstanceFields()
- Method in class sun.tools.debug.RemoteClass
- Return all the instance fields for this class|
- getInteger(String)
- Static method in class java.lang.Integer
- Gets an Integer property|
- getInteger(String, int)
- Static method in class java.lang.Integer
- Gets an Integer property|
- getInteger(String, Integer)
- Static method in class java.lang.Integer
- Gets an Integer property|
- getInterfaces()
- Method in class java.lang.Class
- Returns the interfaces of this Class|
- getInterfaces()
- Method in class sun.tools.debug.RemoteClass
- Return the interfaces for this class|
- getItem(int)
- Method in class java.awt.Choice
- Returns the String at the specified index in the Choice|
- getItem(int)
- Method in class java.awt.List
- Gets the item associated with the specified index|
- getItem(int)
- Method in class java.awt.Menu
- Returns the item located at the specified index of this menu|
- getLabel()
- Method in class java.awt.Button
- Gets the label of the button|
- getLabel()
- Method in class java.awt.Checkbox
- Gets the label of the button|
- getLabel()
- Method in class java.awt.MenuItem
- Gets the label for this menu item|
- getLastModified()
- Method in class java.net.URLConnection
- Gets the last modified date of the object|
- getLayout()
- Method in class java.awt.Container
- Gets the layout manager for this container|
- getLayoutDimensions()
- Method in class java.awt.GridBagLayout|
- GetLayoutInfo(Container, int)
- Method in class java.awt.GridBagLayout|
- getLayoutOrigin()
- Method in class java.awt.GridBagLayout|
- getLayoutWeights()
- Method in class java.awt.GridBagLayout|
- getLeading()
- Method in class java.awt.FontMetrics
- Gets the standard leading, or line spacing, for the font|
- getLength()
- Method in class java.net.DatagramPacket|
- getLineIncrement()
- Method in class java.awt.Scrollbar
- Gets the line increment for this scrollbar|
- getLineNumber()
- Method in class java.io.LineNumberInputStream
- Returns the current line number|
- getLineNumber()
- Method in class sun.tools.debug.RemoteStackFrame
- Return the source file line number|
- getLocalHost()
- Static method in class java.net.InetAddress
- Returns the local host|
- getLocalizedInputStream(InputStream)
- Method in class java.lang.Runtime
- Localize an input stream|
- getLocalizedOutputStream(OutputStream)
- Method in class java.lang.Runtime
- Localize an output stream|
- getLocalPort()
- Method in class java.net.DatagramSocket
- Returns the local port that this socket is bound to|
- getLocalPort()
- Method in class java.net.ServerSocket
- Gets the port on which the socket is listening|
- getLocalPort()
- Method in class java.net.Socket
- Gets the local port to which the socket is connected|
- getLocalPort()
- Method in class java.net.SocketImpl|
- getLocalVariable(String)
- Method in class sun.tools.debug.RemoteStackFrame
- Return a specific (named) stack variable|
- getLocalVariables()
- Method in class sun.tools.debug.RemoteStackFrame
- Return an array of all valid local variables and method arguments
- for this stack frame|
- getLong(String)
- Static method in class java.lang.Long
- Get a Long property|
- getLong(String, Long)
- Static method in class java.lang.Long
- Get a Long property|
- getLong(String, long)
- Static method in class java.lang.Long
- Get a Long property|
- getMapSize()
- Method in class java.awt.image.IndexColorModel
- Returns the size of the color component arrays in this IndexColorModel|
- getMaxAdvance()
- Method in class java.awt.FontMetrics
- Gets the maximum advance width of any character in this Font|
- getMaxAscent()
- Method in class java.awt.FontMetrics
- Gets the maximum ascent of all characters in this Font|
- getMaxDecent()
- Method in class java.awt.FontMetrics
- For backward compatibility only|
- getMaxDescent()
- Method in class java.awt.FontMetrics
- Gets the maximum descent of all characters|
- getMaximum()
- Method in class java.awt.Scrollbar
- Returns the maximum value of this Scrollbar|
- getMaxPriority()
- Method in class java.lang.ThreadGroup
- Gets the maximum priority of the group|
- getMenu(int)
- Method in class java.awt.MenuBar
- Gets the specified menu|
- getMenuBar()
- Method in class java.awt.Frame
- Gets the menu bar for this Frame|
- getMessage()
- Method in class java.lang.Throwable
- Gets the detail message of the Throwable|
- getMethod(String)
- Method in class sun.tools.debug.RemoteClass
- Return the method, specified by name|
- getMethodName()
- Method in class sun.tools.debug.RemoteStackFrame
- Get the method name referenced by this stackframe|
- getMethodNames()
- Method in class sun.tools.debug.RemoteClass
- Return the names of all methods supported by this class|
- getMethods()
- Method in class sun.tools.debug.RemoteClass
- Return the class's methods|
- getMinimum()
- Method in class java.awt.Scrollbar
- Returns the minimum value of this Scrollbar|
- GetMinSize(Container, GridBagLayoutInfo)
- Method in class java.awt.GridBagLayout|
- getMinutes()
- Method in class java.util.Date
- Returns the minute|
- getMode()
- Method in class java.awt.FileDialog
- Gets the mode of the file dialog|
- getModifiers()
- Method in class sun.tools.debug.RemoteField
- Returns a string with the field's modifiers, such as "public",
- "static", "final", etc|
- getMonth()
- Method in class java.util.Date
- Returns the month|
- getName()
- Method in class java.awt.Font
- Gets the logical name of the font|
- getName()
- Method in class java.io.File
- Gets the name of the file|
- getName()
- Method in class java.lang.Class
- Returns the name of this Class|
- getName()
- Method in class java.lang.Thread
- Gets and returns this Thread's name|
- getName()
- Method in class java.lang.ThreadGroup
- Gets the name of this Thread group|
- getName()
- Method in class sun.tools.debug.RemoteClass
- Returns the name of the class|
- getName()
- Method in class sun.tools.debug.RemoteField
- Returns the name of the field|
- getName()
- Method in class sun.tools.debug.RemoteStackVariable
- Return the name of a stack variable or argument|
- getName()
- Method in class sun.tools.debug.RemoteThread
- Return the name of the thread|
- getName()
- Method in class sun.tools.debug.RemoteThreadGroup
- Return the threadgroup's name|
- getOrientation()
- Method in class java.awt.Scrollbar
- Returns the orientation for this Scrollbar|
- getOutputStream()
- Method in class java.lang.Process
- Returns a Stream connected to the input of the child process|
- getOutputStream()
- Method in class java.net.Socket
- Gets an OutputStream for this socket|
- getOutputStream()
- Method in class java.net.SocketImpl
- Gets an OutputStream for this socket|
- getOutputStream()
- Method in class java.net.URLConnection
- Calls this routine to get an OutputStream that writes to the object|
- getPageIncrement()
- Method in class java.awt.Scrollbar
- Gets the page increment for this scrollbar|
- getParameter(String)
- Method in class java.applet.Applet
- Gets a parameter of the applet|
- getParameter(String)
- Method in interface java.applet.AppletStub
- Gets a parameter of the applet|
- getParameterInfo()
- Method in class java.applet.Applet
- Returns an array of strings describing the
- parameters that are understood by this
- applet|
- getParent()
- Method in class java.awt.Component
- Gets the parent of the component|
- getParent()
- Method in class java.awt.MenuComponent
- Returns the parent container|
- getParent()
- Method in class java.io.File
- Gets the name of the parent directory|
- getParent()
- Method in class java.lang.ThreadGroup
- Gets the parent of this Thread group|
- getPath()
- Method in class java.io.File
- Gets the path of the file|
- getPC()
- Method in class sun.tools.debug.RemoteStackFrame
- Get the program counter referenced by this stackframe|
- getPeer()
- Method in class java.awt.Component
- Gets the peer of the component|
- getPeer()
- Method in class java.awt.MenuComponent
- Gets the MenuComponent's peer|
- getPixelSize()
- Method in class java.awt.image.ColorModel
- Returns the number of bits per pixel described by this ColorModel|
- getPort()
- Method in class java.net.DatagramPacket|
- getPort()
- Method in class java.net.Socket
- Gets the remote port to which the socket is connected|
- getPort()
- Method in class java.net.SocketImpl|
- getPort()
- Method in class java.net.URL
- Gets the port number|
- getPriority()
- Method in class java.lang.Thread
- Gets and returns the Thread's priority|
- getProperties()
- Static method in class java.lang.System
- Gets the System properties|
- getProperty(String)
- Method in class java.util.Properties
- Gets a property with the specified key|
- getProperty(String)
- Static method in class java.lang.System
- Gets the System property indicated by the specified key|
- getProperty(String, ImageObserver)
- Method in class java.awt.Image
- Gets a property of the image by name|
- getProperty(String, String)
- Method in class java.util.Properties
- Gets a property with the specified key and default|
- getProperty(String, String)
- Static method in class java.lang.System
- Gets the System property indicated by the specified key and def|
- getProtocol()
- Method in class java.net.URL
- Gets the protocol name|
- getRed()
- Method in class java.awt.Color
- Gets the red component|
- getRed(int)
- Method in class java.awt.image.ColorModel
- The subclass must provide a function which provides the red
- color compoment for the specified pixel|
- getRed(int)
- Method in class java.awt.image.DirectColorModel
- Returns the red color compoment for the specified pixel in the
- range 0-255|
- getRed(int)
- Method in class java.awt.image.IndexColorModel
- Returns the red color compoment for the specified pixel in the
- range 0-255|
- getRedMask()
- Method in class java.awt.image.DirectColorModel
- Returns the mask indicating which bits in a pixel contain the red
- color component|
- getReds(byte[])
- Method in class java.awt.image.IndexColorModel
- Copies the array of red color components into the given array|
- getRef()
- Method in class java.net.URL
- Gets the ref|
- getRemoteClass()
- Method in class sun.tools.debug.RemoteStackFrame
- Get the class this stackframe references|
- getRequestProperty(String)
- Method in class java.net.URLConnection|
- getRGB()
- Method in class java.awt.Color
- Gets the RGB value representing the color in the default RGB
- ColorModel|
- getRGB(int)
- Method in class java.awt.image.ColorModel
- Returns the color of the pixel in the default RGB color model|
- getRGB(int)
- Method in class java.awt.image.DirectColorModel
- Returns the color of the pixel in the default RGB color model|
- getRGB(int)
- Method in class java.awt.image.IndexColorModel
- Returns the color of the pixel in the default RGB color model|
- getRGBdefault()
- Static method in class java.awt.image.ColorModel
- Return a ColorModel which describes the default format for
- integer RGB values used throughout the AWT image interfaces|
- getRows()
- Method in class java.awt.List
- Returns the number of visible lines in this list|
- getRows()
- Method in class java.awt.TextArea
- Returns the number of rows in the TextArea|
- getRuntime()
- Static method in class java.lang.Runtime
- Returns the runtime|
- getScreenResolution()
- Method in class java.awt.Toolkit
- Returns the screen resolution in dots-per-inch|
- getScreenSize()
- Method in class java.awt.Toolkit
- Gets the size of the screen|
- getSeconds()
- Method in class java.util.Date
- Returns the second|
- getSecurityContext()
- Method in class java.lang.SecurityManager
- Returns an implementation-dependent Object which encapsulates
- enough information about the current execution environment
- to perform some of the security checks later|
- getSecurityManager()
- Static method in class java.lang.System
- Gets the system security interface|
- getSelectedIndex()
- Method in class java.awt.Choice
- Returns the index of the currently selected item|
- getSelectedIndex()
- Method in class java.awt.List
- Get the selected item on the list or -1 if no item is selected|
- getSelectedIndexes()
- Method in class java.awt.List
- Returns the selected indexes on the list|
- getSelectedIndexes()
- Method in interface java.awt.peer.ListPeer|
- getSelectedItem()
- Method in class java.awt.Choice
- Returns a String representation of the current choice|
- getSelectedItem()
- Method in class java.awt.List
- Returns the selected item on the list or null if no item is selected|
- getSelectedItems()
- Method in class java.awt.List
- Returns the selected items on the list|
- getSelectedText()
- Method in class java.awt.TextComponent
- Returns the selected text contained in this TextComponent|
- getSelectionEnd()
- Method in class java.awt.TextComponent
- Returns the selected text's end position|
- getSelectionEnd()
- Method in interface java.awt.peer.TextComponentPeer|
- getSelectionStart()
- Method in class java.awt.TextComponent
- Returns the selected text's start position|
- getSelectionStart()
- Method in interface java.awt.peer.TextComponentPeer|
- getSize()
- Method in class java.awt.Font
- Gets the point size of the font|
- getSize()
- Method in class sun.tools.debug.RemoteArray
- Return the number of elements in the array|
- getSource()
- Method in class java.awt.Image
- Gets the object that produces the pixels for the image|
- getSourceFile()
- Method in class sun.tools.debug.RemoteClass
- Get the source file referenced by this stackframe|
- getSourceFileName()
- Method in class sun.tools.debug.RemoteClass
- Get the name of the source file referenced by this stackframe|
- getSourcePath()
- Method in class sun.tools.debug.RemoteDebugger
- Return the source file path the Agent is currently using|
- getStackVariable(String)
- Method in class sun.tools.debug.RemoteThread
- Return a stack variable from the current stackframe|
- getStackVariables()
- Method in class sun.tools.debug.RemoteThread
- Return the arguments and local variable from the current stackframe|
- getState()
- Method in class java.awt.Checkbox
- Returns the boolean state of the Checkbox|
- getState()
- Method in class java.awt.CheckboxMenuItem
- Returns the state of this MenuItem|
- getStaticFields()
- Method in class sun.tools.debug.RemoteClass
- Return all the static fields for this class|
- getStatus()
- Method in class sun.tools.debug.RemoteThread
- Return the thread status description|
- getStyle()
- Method in class java.awt.Font
- Gets the style of the font|
- getSuperclass()
- Method in class java.lang.Class
- Returns the superclass of this Class|
- getSuperclass()
- Method in class sun.tools.debug.RemoteClass
- Return the superclass for this class|
- getText()
- Method in class java.awt.Label
- Gets the text of this label|
- getText()
- Method in class java.awt.TextComponent
- Returns the text contained in this TextComponent|
- getText()
- Method in interface java.awt.peer.TextComponentPeer|
- getThreadGroup()
- Method in class java.lang.Thread
- Gets and returns this Thread group|
- getTime()
- Method in class java.util.Date
- Returns the time in milliseconds since the epoch|
- getTimezoneOffset()
- Method in class java.util.Date
- Return the time zone offset in minutes for the current locale that is
- appropriate
- for this time|
- getTitle()
- Method in class java.awt.Dialog
- Gets the title of the Dialog|
- getTitle()
- Method in class java.awt.Frame
- Gets the title of the Frame|
- getToolkit()
- Method in class java.awt.Component
- Gets the toolkit of the component|
- getToolkit()
- Method in class java.awt.Window
- Returns the toolkit of this frame|
- getToolkit()
- Method in interface java.awt.peer.ComponentPeer|
- getTransparentPixel()
- Method in class java.awt.image.IndexColorModel
- Returns the index of the transparent pixel in this IndexColorModel
- or -1 if there is no transparent pixel|
- getType()
- Method in class sun.tools.debug.RemoteField
- Returns a type string describing the field|
- getType()
- Method in class sun.tools.debug.RemoteValue
- Returns the RemoteValue's type|
- getURL()
- Method in class java.net.URLConnection
- Gets the URL for this connection|
- getUseCaches()
- Method in class java.net.URLConnection|
- getValue()
- Method in class java.awt.Scrollbar
- Returns the current value of this Scrollbar|
- getValue()
- Method in class sun.tools.debug.RemoteStackVariable
- Return the value of a stack variable or argument|
- getVisible()
- Method in class java.awt.Scrollbar
- Returns the visible amount of the Scrollbar|
- getVisibleIndex()
- Method in class java.awt.List
- Gets the index of the item that was last made visible by the method
- makeVisible|
- getWarningString()
- Method in class java.awt.Window
- Gets the warning string for this window|
- getWidth(ImageObserver)
- Method in class java.awt.Image
- Gets the actual width of the image|
- getWidths()
- Method in class java.awt.FontMetrics
- Gets the widths of the first 256 characters in the Font|
- getYear()
- Method in class java.util.Date
- Returns the year after 1900|
- gotFocus(Event, Object)
- Method in class java.awt.Component
- Indicates that this component has received the input focus|
- GOT_FOCUS
- Static variable in class java.awt.Event
- A component gained the focus|
- grabPixels()
- Method in class java.awt.image.PixelGrabber
- Request the Image or ImageProducer to start delivering pixels and
- wait for all of the pixels in the rectangle of interest to be
- delivered|
- grabPixels(long)
- Method in class java.awt.image.PixelGrabber
- Request the Image or ImageProducer to start delivering pixels and
- wait for all of the pixels in the rectangle of interest to be
- delivered or until the specified timeout has elapsed|
- Graphics()
- Constructor for class java.awt.Graphics
- Constructs a new Graphics Object|
- gray
- Static variable in class java.awt.Color
- The color gray|
- green
- Static variable in class java.awt.Color
- The color green|
- GridBagConstraints()
- Constructor for class java.awt.GridBagConstraints|
- GridBagLayout()
- Constructor for class java.awt.GridBagLayout
- Creates a gridbag layout|
- gridheight
- Variable in class java.awt.GridBagConstraints|
- GridLayout(int, int)
- Constructor for class java.awt.GridLayout
- Creates a grid layout with the specified rows and columns|
- GridLayout(int, int, int, int)
- Constructor for class java.awt.GridLayout
- Creates a grid layout with the specified rows, columns,
- horizontal gap, and vertical gap|
- gridwidth
- Variable in class java.awt.GridBagConstraints|
- gridx
- Variable in class java.awt.GridBagConstraints|
- gridy
- Variable in class java.awt.GridBagConstraints|
- grow(int, int)
- Method in class java.awt.Rectangle
- Grows the rectangle horizontally and vertically|
- guessContentTypeFromName(String)
- Static method in class java.net.URLConnection
- A useful utility routine that tries to guess the content-type
- of an object based upon its extension|
- guessContentTypeFromStream(InputStream)
- Static method in class java.net.URLConnection
- This method is used to check for files that have some type
- that can be determined by inspection|
- handleEvent(Event)
- Method in class java.awt.Component
- Handles the event|
- handleEvent(Event)
- Method in interface java.awt.peer.ComponentPeer|
- HAND_CURSOR
- Static variable in class java.awt.Frame|
- hasChanged()
- Method in class java.util.Observable
- Returns a true boolean if an observable change has occurred|
- hashCode()
- Method in class java.awt.Color
- Computes the hash code|
- hashCode()
- Method in class java.awt.Font
- Returns a hashcode for this font|
- hashCode()
- Method in class java.awt.Point
- Returns the hashcode for this Point|
- hashCode()
- Method in class java.awt.Rectangle
- Returns the hashcode for this Rectangle|
- hashCode()
- Method in class java.io.File
- Computes a hashcode for the file|
- hashCode()
- Method in class java.lang.Boolean
- Returns a hashcode for this Boolean|
- hashCode()
- Method in class java.lang.Character
- Returns a hashcode for this Character|
- hashCode()
- Method in class java.lang.Double
- Returns a hashcode for this Double|
- hashCode()
- Method in class java.lang.Float
- Returns a hashcode for this Float|
- hashCode()
- Method in class java.lang.Integer
- Returns a hashcode for this Integer|
- hashCode()
- Method in class java.lang.Long
- Computes a hashcode for this Long|
- hashCode()
- Method in class java.lang.Object
- Returns a hashcode for this Object|
- hashCode()
- Method in class java.lang.String
- Returns a hashcode for this String|
- hashCode()
- Method in class java.net.InetAddress
- Returns a hashcode for this InetAddress|
- hashCode()
- Method in class java.net.URL
- Creates an integer suitable for hash table indexing|
- hashCode()
- Method in class java.util.BitSet
- Gets the hashcode|
- hashCode()
- Method in class java.util.Date
- Computes a hashCode|
- Hashtable()
- Constructor for class java.util.Hashtable
- Constructs a new, empty hashtable|
- Hashtable(int)
- Constructor for class java.util.Hashtable
- Constructs a new, empty hashtable with the specified initial
- capacity|
- Hashtable(int, float)
- Constructor for class java.util.Hashtable
- Constructs a new, empty hashtable with the specified initial
- capacity and the specified load factor|
- hasMoreElements()
- Method in class java.util.StringTokenizer
- Returns true if the Enumeration has more elements|
- hasMoreElements()
- Method in interface java.util.Enumeration
- Returns true if the enumeration contains more elements; false
- if its empty|
- hasMoreTokens()
- Method in class java.util.StringTokenizer
- Returns true if more tokens exist|
- HEIGHT
- Static variable in interface java.awt.image.ImageObserver
- The height of the base image is now available and can be taken
- from the height argument to the imageUpdate callback method|
- height
- Variable in class java.awt.Dimension
- The height dimension|
- height
- Variable in class java.awt.Rectangle
- The height of the rectangle|
- Help Me ObiWan Kenobi, You’re My Only Hope!
- To get help about using ObiWan, close and reopen the window, then
- type “a” and hit return.|
- hide()
- Method in class java.awt.Component
- Hides the component|
- hide()
- Method in interface java.awt.peer.ComponentPeer|
- HOME
- Static variable in class java.awt.Event
- The home key|
- HORIZONTAL
- Static variable in class java.awt.GridBagConstraints|
- HORIZONTAL
- Static variable in class java.awt.Scrollbar
- The horizontal Scrollbar variable|
- HotKeys For ObiWan [1/4]
- You can open the ObiWan window with the following hot key:
- command-` Pops up ObiWan. This also closes the window if it’s
- already open.
- Typing any printable character will enter it into the current text.
- You can then perform other actions using other hot keys.
- The following hot keys are supported by ObiWan when its window is open:
- return Finds the keys for the current text.
- shift-return Searches the text of the database for the current text.|
- HotKeys For ObiWan [2/4]
- option-shift-return Web Search for the current text.
- option-return Selects a new database from the ObiWan Folder using
- the current text as the file name.
- If the current text is “C” then it selects the C procedure
- parser. If the current text is “Pascal” it returns to
- the default procedure parser. See below for more info on
- parsers.
- command-enter ‘Types’ the selection into the frontmost application.|
- HotKeys For ObiWan [3/4]
- You can achieve various other behaviours using more
- modifier keys:
- command-option-enter ‘Types’ the first line of the entry.
- command-option-shift-enter ‘Types’ the entire entry.
- command-shift-enter ‘Types’ the entry as a procedure call.
- The language of the call is determined
- by the current procedure parser.
- command-. Goes to the next entry.|
- HotKeys For ObiWan [4/4]
- command-, Goes to the previous entry.
- command-] Goes to the selected word’s entry.
- command-[ Returns to the most recent entry.
- In additon, other functions are accessible using the mouse:
- click Selects the word.
- command-click Selects the word and ‘types’ it.
- double-click Selects the word and finds it.|
- HSBtoRGB(float, float, float)
- Static method in class java.awt.Color
- Returns the RGB value defined by the default RGB ColorModel, of
- the color corresponding to the given HSB color components|
- id
- Variable in class java.awt.Event
- The type of this event|
- IEEEremainder(double, double)
- Static method in class java.lang.Math
- Returns the remainder of f1 divided by f2 as defined by IEEE 754|
- ifModifiedSince
- Variable in class java.net.URLConnection|
- ignoreExceptions()
- Method in class sun.tools.debug.RemoteClass
- Don't enter the debugger when an instance of this class is thrown|
- IllegalAccessError()
- Constructor for class java.lang.IllegalAccessError
- Constructs an IllegalAccessError with no detail message|
- IllegalAccessError(String)
- Constructor for class java.lang.IllegalAccessError
- Constructs an IllegalAccessError with the specified detail message|
- IllegalAccessException()
- Constructor for class java.lang.IllegalAccessException
- Constructs a IllegalAccessException without a detail message|
- IllegalAccessException(String)
- Constructor for class java.lang.IllegalAccessException
- Constructs a IllegalAccessException with a detail message|
- IllegalArgumentException()
- Constructor for class java.lang.IllegalArgumentException
- Constructs an IllegalArgumentException with no detail message|
- IllegalArgumentException(String)
- Constructor for class java.lang.IllegalArgumentException
- Constructs an IllegalArgumentException with the specified detail
- message|
- IllegalMonitorStateException()
- Constructor for class java.lang.IllegalMonitorStateException
- Constructs an IllegalMonitorStateException with no detail message|
- IllegalMonitorStateException(String)
- Constructor for class java.lang.IllegalMonitorStateException
- Constructs an IllegalMonitorStateException with the specified detail
- message|
- IllegalThreadStateException()
- Constructor for class java.lang.IllegalThreadStateException
- Constructs an IllegalThreadStateException with no detail message|
- IllegalThreadStateException(String)
- Constructor for class java.lang.IllegalThreadStateException
- Constructs an IllegalThreadStateException with the specified detail
- message|
- Image()
- Constructor for class java.awt.Image|
- IMAGEABORTED
- Static variable in interface java.awt.image.ImageConsumer
- The image creation process was deliberately aborted|
- imageComplete(int)
- Method in class java.awt.image.ImageFilter
- Filters the information provided in the imageComplete method of
- the ImageConsumer interface|
- imageComplete(int)
- Method in class java.awt.image.PixelGrabber
- The imageComplete method is part of the ImageConsumer API which
- this class must implement to retrieve the pixels|
- imageComplete(int)
- Method in interface java.awt.image.ImageConsumer
- The imageComplete method is called when the ImageProducer is
- finished delivering all of the pixels that the source image
- contains, or when a single frame of a multi-frame animation has
- been completed, or when an error in loading or producing the
- image has occured|
- IMAGEERROR
- Static variable in interface java.awt.image.ImageConsumer
- An error was encountered while producing the image|
- ImageFilter()
- Constructor for class java.awt.image.ImageFilter|
- imageUpdate(Image, int, int, int, int, int)
- Method in class java.awt.Component
- Repaints the component when the image has changed|
- imageUpdate(Image, int, int, int, int, int)
- Method in interface java.awt.image.ImageObserver
- This method is called when information about an image which was
- previously requested using an asynchronous interface becomes
- available|
- in
- Static variable in class java.io.FileDescriptor
- Handle to standard input|
- in
- Static variable in class java.lang.System
- Standard input stream|
- in
- Variable in class java.io.FilterInputStream
- The actual input stream|
- inCheck
- Variable in class java.lang.SecurityManager|
- inClass(String)
- Method in class java.lang.SecurityManager
- Returns true if the specified String is in this Class|
- inClassLoader()
- Method in class java.lang.SecurityManager
- Returns a boolean indicating whether or not the current ClassLoader
- is equal to null|
- IncompatibleClassChangeError()
- Constructor for class java.lang.IncompatibleClassChangeError
- Constructs an IncompatibleClassChangeError with no detail message|
- IncompatibleClassChangeError(String)
- Constructor for class java.lang.IncompatibleClassChangeError
- Constructs an IncompatibleClassChangeError with the specified detail
- message|
- IndexColorModel(int, int, byte[], byte[], byte[])
- Constructor for class java.awt.image.IndexColorModel
- Constructs an IndexColorModel from the given arrays of red,
- green, and blue components|
- IndexColorModel(int, int, byte[], byte[], byte[], byte[])
- Constructor for class java.awt.image.IndexColorModel
- Constructs an IndexColorModel from the given arrays of red,
- green, blue and alpha components|
- IndexColorModel(int, int, byte[], byte[], byte[], int)
- Constructor for class java.awt.image.IndexColorModel
- Constructs an IndexColorModel from the given arrays of red,
- green, and blue components|
- IndexColorModel(int, int, byte[], int, boolean)
- Constructor for class java.awt.image.IndexColorModel
- Constructs an IndexColorModel from a single arrays of packed
- red, green, blue and optional alpha components|
- IndexColorModel(int, int, byte[], int, boolean, int)
- Constructor for class java.awt.image.IndexColorModel
- Constructs an IndexColorModel from a single arrays of packed
- red, green, blue and optional alpha components|
- indexOf(int)
- Method in class java.lang.String
- Returns the index within this String of the first occurrence of the
- specified
- character|
- indexOf(int, int)
- Method in class java.lang.String
- Returns the index within this String of the first occurrence of the
- specified
- character, starting the search at fromIndex|
- indexOf(Object)
- Method in class java.util.Vector
- Searches for the specified object, starting from the first position
- and returns an index to it|
- indexOf(Object, int)
- Method in class java.util.Vector
- Searches for the specified object, starting at the specified
- position and returns an index to it|
- indexOf(String)
- Method in class java.lang.String
- Returns the index within this String of the first occurrence of the
- specified substring|
- indexOf(String, int)
- Method in class java.lang.String
- Returns the index within this String of the first occurrence of the
- specified substring|
- IndexOutOfBoundsException()
- Constructor for class java.lang.IndexOutOfBoundsException
- Constructs an IndexOutOfBoundsException with no detail message|
- IndexOutOfBoundsException(String)
- Constructor for class java.lang.IndexOutOfBoundsException
- Constructs a IndexOutOfBoundsException with the specified detail
- message|
- init()
- Method in class java.applet.Applet
- Initializes the applet|
- InputStream()
- Constructor for class java.io.InputStream|
- inScope()
- Method in class sun.tools.debug.RemoteStackVariable
- Return whether variable is in scope|
- insert(int, boolean)
- Method in class java.lang.StringBuffer
- Inserts a boolean into the String buffer|
- insert(int, char)
- Method in class java.lang.StringBuffer
- Inserts a character into the String buffer|
- insert(int, char[])
- Method in class java.lang.StringBuffer
- Inserts an array of characters into the String buffer|
- insert(int, double)
- Method in class java.lang.StringBuffer
- Inserts a double into the String buffer|
- insert(int, float)
- Method in class java.lang.StringBuffer
- Inserts a float into the String buffer|
- insert(int, int)
- Method in class java.lang.StringBuffer
- Inserts an integer into the String buffer|
- insert(int, long)
- Method in class java.lang.StringBuffer
- Inserts a long into the String buffer|
- insert(int, Object)
- Method in class java.lang.StringBuffer
- Inserts an object into the String buffer|
- insert(int, String)
- Method in class java.lang.StringBuffer
- Inserts a String into the String buffer|
- insertElementAt(Object, int)
- Method in class java.util.Vector
- Inserts the specified object as an element at the specified index|
- insertText(String, int)
- Method in class java.awt.TextArea
- Inserts the specified text at the specified position|
- insertText(String, int)
- Method in interface java.awt.peer.TextAreaPeer|
- insets
- Variable in class java.awt.GridBagConstraints|
- insets()
- Method in class java.awt.Container
- Returns the insets of the container|
- insets()
- Method in interface java.awt.peer.ContainerPeer|
- Insets(int, int, int, int)
- Constructor for class java.awt.Insets
- Constructs and initializes a new Inset with the specified top,
- left, bottom, and right insets|
- inside(int, int)
- Method in class java.awt.Component
- Checks whether a specified x,y location is "inside" this
- Component|
- inside(int, int)
- Method in class java.awt.Polygon
- Determines whether the point (x,y) is inside the Polygon|
- inside(int, int)
- Method in class java.awt.Rectangle
- Checks if the specified point lies inside a rectangle|
- InstantiationError()
- Constructor for class java.lang.InstantiationError
- Constructs an InstantiationError with no detail message|
- InstantiationError(String)
- Constructor for class java.lang.InstantiationError
- Constructs an InstantiationError with the specified detail message|
- InstantiationException()
- Constructor for class java.lang.InstantiationException
- Constructs an InstantiationException with no detail message|
- InstantiationException(String)
- Constructor for class java.lang.InstantiationException
- Constructs an InstantiationException with the specified detail message|
- intBitsToFloat(int)
- Static method in class java.lang.Float
- Returns the single-float corresponding to a given bit represention|
- Integer(int)
- Constructor for class java.lang.Integer
- Constructs an Integer object initialized to the specified int value|
- Integer(String)
- Constructor for class java.lang.Integer
- Constructs an Integer object initialized to the value specified by the
- String parameter|
- intern()
- Method in class java.lang.String
- Returns a String that is equal to this String
- but which is guaranteed to be from the unique String pool|
- InternalError()
- Constructor for class java.lang.InternalError
- Constructs an InternalError with no detail message|
- InternalError(String)
- Constructor for class java.lang.InternalError
- Constructs an InternalError with the specified detail message|
- interrupt()
- Method in class java.lang.Thread
- Send an interrupt to a thread|
- interrupted()
- Static method in class java.lang.Thread
- Ask if you have been interrupted|
- InterruptedException()
- Constructor for class java.lang.InterruptedException
- Constructs an InterruptedException with no detail message|
- InterruptedException(String)
- Constructor for class java.lang.InterruptedException
- Constructs an InterruptedException with the specified detail message|
- InterruptedIOException()
- Constructor for class java.io.InterruptedIOException
- Constructs an IOException with no detail message|
- InterruptedIOException(String)
- Constructor for class java.io.InterruptedIOException
- Constructs an IOException with the specified detail message|
- intersection(Rectangle)
- Method in class java.awt.Rectangle
- Computes the intersection of two rectangles|
- intersects(Rectangle)
- Method in class java.awt.Rectangle
- Checks if two rectangles intersect|
- intValue()
- Method in class java.lang.Double
- Returns the integer value of this Double (by casting to an int)|
- intValue()
- Method in class java.lang.Float
- Returns the integer value of this Float (by casting to an int)|
- intValue()
- Method in class java.lang.Integer
- Returns the value of this Integer as an int|
- intValue()
- Method in class java.lang.Long
- Returns the value of this Long as an int|
- intValue()
- Method in class java.lang.Number
- Returns the value of the number as an int|
- invalidate()
- Method in class java.awt.Component
- Invalidates a component|
- IOException()
- Constructor for class java.io.IOException
- Constructs an IOException with no detail message|
- IOException(String)
- Constructor for class java.io.IOException
- Constructs an IOException with the specified detail message|
- ipadx
- Variable in class java.awt.GridBagConstraints|
- ipady
- Variable in class java.awt.GridBagConstraints|
- isAbsolute()
- Method in class java.io.File
- Returns a boolean indicating whether the file name is absolute|
- isActive()
- Method in class java.applet.Applet
- Returns true if the applet is active|
- isActive()
- Method in interface java.applet.AppletStub
- Returns true if the applet is active|
- isAlive()
- Method in class java.lang.Thread
- Returns a boolean indicating if the Thread is active|
- isBold()
- Method in class java.awt.Font
- Returns true if the font is bold|
- isConsumer(ImageConsumer)
- Method in class java.awt.image.FilteredImageSource
- Determines whether an ImageConsumer is on the list of consumers
- currently interested in data for this image|
- isConsumer(ImageConsumer)
- Method in class java.awt.image.MemoryImageSource
- Determine if an ImageConsumer is on the list of consumers currently
- interested in data for this image|
- isConsumer(ImageConsumer)
- Method in interface java.awt.image.ImageProducer
- This method determines if a given ImageConsumer object
- is currently registered with this ImageProducer as one
- of its consumers|
- isDaemon()
- Method in class java.lang.Thread
- Returns the daemon flag of the Thread|
- isDaemon()
- Method in class java.lang.ThreadGroup
- Returns the daemon flag of the Thread group|
- isDigit(char)
- Static method in class java.lang.Character
- Determines if the specified character is a ISO-LATIN-1 digit|
- isDirectory()
- Method in class java.io.File
- Returns a boolean indicating whether or not a directory file
- exists|
- isEditable()
- Method in class java.awt.TextComponent
- Returns the boolean indicating whether this TextComponent is editable
- or not|
- isEmpty()
- Method in class java.awt.Rectangle
- Determines whether the rectangle is empty|
- isEmpty()
- Method in class java.util.Dictionary
- Returns true if the Dictionary contains no elements|
- isEmpty()
- Method in class java.util.Hashtable
- Returns true if the hashtable contains no elements|
- isEmpty()
- Method in class java.util.Vector
- Returns true if the collection contains no values|
- isEnabled()
- Method in class java.awt.Component
- Checks if this Component is enabled|
- isEnabled()
- Method in class java.awt.MenuItem
- Checks whether the menu item is enabled|
- isErrorAny()
- Method in class java.awt.MediaTracker
- Checks the error status of all of the images|
- isErrorID(int)
- Method in class java.awt.MediaTracker
- Checks the error status of all of the images with the specified ID|
- isFile()
- Method in class java.io.File
- Returns a boolean indicating whether or not a normal file
- exists|
- isInfinite()
- Method in class java.lang.Double
- Returns true if this Double value is infinitely large in magnitude|
- isInfinite()
- Method in class java.lang.Float
- Returns true if this Float value is infinitely large in magnitude|
- isInfinite(double)
- Static method in class java.lang.Double
- Returns true if the specified number is infinitely large in magnitude|
- isInfinite(float)
- Static method in class java.lang.Float
- Returns true if the specified number is infinitely large in magnitude|
- isInterface()
- Method in class java.lang.Class
- Returns a boolean indicating whether or not this Class is an
- interface|
- isInterface()
- Method in class sun.tools.debug.RemoteClass
- Is this RemoteClass an interface?|
- isInterrupted()
- Method in class java.lang.Thread
- Ask if another thread has been interrupted|
- isItalic()
- Method in class java.awt.Font
- Returns true if the font is italic|
- isLowerCase(char)
- Static method in class java.lang.Character
- Determines if the specified character is ISO-LATIN-1 lower case|
- isModal()
- Method in class java.awt.Dialog
- Returns true if the Dialog is modal|
- isNaN()
- Method in class java.lang.Double
- Returns true if this Double value is the special Not-a-Number (NaN)
- value|
- isNaN()
- Method in class java.lang.Float
- Returns true if this Float value is Not-a-Number (NaN)|
- isNaN(double)
- Static method in class java.lang.Double
- Returns true if the specified number is the special Not-a-Number (NaN)
- value|
- isNaN(float)
- Static method in class java.lang.Float
- Returns true if the specified number is the special Not-a-Number (NaN)
- value|
- isObject()
- Method in class sun.tools.debug.RemoteValue
- Returns whether the RemoteValue is an Object (as opposed to
- a primitive type, such as int)|
- isPlain()
- Method in class java.awt.Font
- Returns true if the font is plain|
- isResizable()
- Method in class java.awt.Dialog
- Returns true if the user can resize the frame|
- isResizable()
- Method in class java.awt.Frame
- Returns true if the user can resize the Frame|
- isSelected(int)
- Method in class java.awt.List
- Returns true if the item at the specified index has been selected;
- false otherwise|
- isShowing()
- Method in class java.awt.Component
- Checks if this Component is showing on screen|
- isSpace(char)
- Static method in class java.lang.Character
- Determines if the specified character is ISO-LATIN-1 white space
- according to Java|
- isStatic()
- Method in class sun.tools.debug.RemoteField
- Returns whether the field is static (a class variable or method)|
- isSuspended()
- Method in class sun.tools.debug.RemoteThread
- Return whether this thread is suspended|
- isTearOff()
- Method in class java.awt.Menu
- Returns true if this is a tear-off menu|
- isUpperCase(char)
- Static method in class java.lang.Character
- Determines if the specified character is ISO-LATIN-1 upper case|
- isValid()
- Method in class java.awt.Component
- Checks if this Component is valid|
- isVisible()
- Method in class java.awt.Component
- Checks if this Component is visible|
- ITALIC
- Static variable in class java.awt.Font
- The italicized style constant|
- itrace(boolean)
- Method in class sun.tools.debug.RemoteDebugger
- Turn on/off instruction tracing|
- java.applet.Applet [1/3]
- Compiled from Applet.java
- public class java.applet.Applet extends java.awt.Panel {
- public final void setStub(java.applet.AppletStub);
- public boolean isActive();
- public java.net.URL getDocumentBase();
- public java.net.URL getCodeBase();
- public java.lang.String getParameter(java.lang.String);
- public java.applet.AppletContext getAppletContext();
- public void resize(int,int);
- public void resize(java.awt.Dimension);|
- java.applet.Applet [2/3]
- public void showStatus(java.lang.String);
- public java.awt.Image getImage(java.net.URL);
- public java.awt.Image getImage(java.net.URL,java.lang.String);
- public java.applet.AudioClip getAudioClip(java.net.URL);
- public java.applet.AudioClip
- getAudioClip(java.net.URL,java.lang.String);
- public java.lang.String getAppletInfo();
- public java.lang.String getParameterInfo()[][];
- public void play(java.net.URL);
- public void play(java.net.URL,java.lang.String);
- public void init();|
- java.applet.Applet [3/3]
- public void start();
- public void stop();
- public void destroy();
- public java.applet.Applet();
- }|
- java.applet.AppletContext
- Compiled from AppletContext.java
- public interface java.applet.AppletContext extends java.lang.Object {
- public abstract java.applet.AudioClip getAudioClip(java.net.URL);
- public abstract java.awt.Image getImage(java.net.URL);
- public abstract java.applet.Applet getApplet(java.lang.String);
- public abstract java.util.Enumeration getApplets();
- public abstract void showDocument(java.net.URL);
- public abstract void showDocument(java.net.URL,java.lang.String);
- public abstract void showStatus(java.lang.String);
- }|
- java.applet.AppletStub
- Compiled from AppletStub.java
- public interface java.applet.AppletStub extends java.lang.Object {
- public abstract boolean isActive();
- public abstract java.net.URL getDocumentBase();
- public abstract java.net.URL getCodeBase();
- public abstract java.lang.String getParameter(java.lang.String);
- public abstract java.applet.AppletContext getAppletContext();
- public abstract void appletResize(int,int);
- }|
- java.applet.AudioClip
- Compiled from AudioClip.java
- public interface java.applet.AudioClip extends java.lang.Object {
- public abstract void play();
- public abstract void loop();
- public abstract void stop();
- }|
- java.awt.AWTError
- Compiled from AWTError.java
- public class java.awt.AWTError extends java.lang.Error {
- public java.awt.AWTError(java.lang.String);
- }|
- java.awt.AWTException
- Compiled from AWTException.java
- public class java.awt.AWTException extends java.lang.Exception {
- public java.awt.AWTException(java.lang.String);
- }|
- java.awt.BorderLayout [1/2]
- Compiled from BorderLayout.java
- public class java.awt.BorderLayout extends java.lang.Object implements
- java/awt/LayoutManager {
- int hgap;
- int vgap;
- java.awt.Component north;
- java.awt.Component west;
- java.awt.Component east;
- java.awt.Component south;
- java.awt.Component center;
- public java.awt.BorderLayout();|
- java.awt.BorderLayout [2/2]
- public java.awt.BorderLayout(int,int);
- public void
- addLayoutComponent(java.lang.String,java.awt.Component);
- public void removeLayoutComponent(java.awt.Component);
- public java.awt.Dimension minimumLayoutSize(java.awt.Container);
- public java.awt.Dimension preferredLayoutSize(java.awt.Container);
- public void layoutContainer(java.awt.Container);
- public java.lang.String toString();
- }|
- java.awt.Button [1/2]
- Compiled from Button.java
- public class java.awt.Button extends java.awt.Component {
- java.lang.String label;
- public java.awt.Button();
- public java.awt.Button(java.lang.String);
- public synchronized void addNotify();
- public java.lang.String getLabel();
- public void setLabel(java.lang.String);
- protected java.lang.String paramString();
- boolean tabbable();|
- java.awt.Button [2/2]
- }|
- java.awt.Canvas
- Compiled from Canvas.java
- public class java.awt.Canvas extends java.awt.Component {
- public synchronized void addNotify();
- public void paint(java.awt.Graphics);
- public java.awt.Canvas();
- }|
- java.awt.CardLayout [1/2]
- Compiled from CardLayout.java
- public class java.awt.CardLayout extends java.lang.Object implements
- java/awt/LayoutManager {
- java.util.Hashtable tab;
- int hgap;
- int vgap;
- public java.awt.CardLayout();
- public java.awt.CardLayout(int,int);
- public void
- addLayoutComponent(java.lang.String,java.awt.Component);
- public void removeLayoutComponent(java.awt.Component);
- public java.awt.Dimension preferredLayoutSize(java.awt.Container);|
- java.awt.CardLayout [2/2]
- public java.awt.Dimension minimumLayoutSize(java.awt.Container);
- public void layoutContainer(java.awt.Container);
- void checkLayout(java.awt.Container);
- public void first(java.awt.Container);
- public void next(java.awt.Container);
- public void previous(java.awt.Container);
- public void last(java.awt.Container);
- public void show(java.awt.Container,java.lang.String);
- public java.lang.String toString();
- }|
- java.awt.Checkbox [1/2]
- Compiled from Checkbox.java
- public class java.awt.Checkbox extends java.awt.Component {
- java.lang.String label;
- boolean state;
- java.awt.CheckboxGroup group;
- void setStateInternal(boolean);
- public java.awt.Checkbox();
- public java.awt.Checkbox(java.lang.String);
- public
- java.awt.Checkbox(java.lang.String,java.awt.CheckboxGroup,boolean);
- public synchronized void addNotify();|
- java.awt.Checkbox [2/2]
- public java.lang.String getLabel();
- public void setLabel(java.lang.String);
- public boolean getState();
- public void setState(boolean);
- public java.awt.CheckboxGroup getCheckboxGroup();
- public void setCheckboxGroup(java.awt.CheckboxGroup);
- protected java.lang.String paramString();
- boolean tabbable();
- }|
- java.awt.CheckboxGroup
- Compiled from CheckboxGroup.java
- public class java.awt.CheckboxGroup extends java.lang.Object {
- java.awt.Checkbox currentChoice;
- public java.awt.CheckboxGroup();
- public java.awt.Checkbox getCurrent();
- public synchronized void setCurrent(java.awt.Checkbox);
- public java.lang.String toString();
- }|
- java.awt.CheckboxMenuItem
- Compiled from CheckboxMenuItem.java
- public class java.awt.CheckboxMenuItem extends java.awt.MenuItem {
- boolean state;
- public java.awt.CheckboxMenuItem(java.lang.String);
- public synchronized void addNotify();
- public boolean getState();
- public void setState(boolean);
- public java.lang.String paramString();
- }|
- java.awt.Choice [1/2]
- Compiled from Choice.java
- public class java.awt.Choice extends java.awt.Component {
- java.util.Vector pItems;
- int selectedIndex;
- public java.awt.Choice();
- public synchronized void addNotify();
- public int countItems();
- public java.lang.String getItem(int);
- public synchronized void addItem(java.lang.String);
- public java.lang.String getSelectedItem();|
- java.awt.Choice [2/2]
- public int getSelectedIndex();
- public synchronized void select(int);
- public void select(java.lang.String);
- protected java.lang.String paramString();
- }|
- java.awt.Color [1/4]
- Compiled from Color.java
- public final class java.awt.Color extends java.lang.Object {
- public static final java.awt.Color white;
- public static final java.awt.Color lightGray;
- public static final java.awt.Color gray;
- public static final java.awt.Color darkGray;
- public static final java.awt.Color black;
- public static final java.awt.Color red;
- public static final java.awt.Color pink;
- public static final java.awt.Color orange;|
- java.awt.Color [2/4]
- public static final java.awt.Color yellow;
- public static final java.awt.Color green;
- public static final java.awt.Color magenta;
- public static final java.awt.Color cyan;
- public static final java.awt.Color blue;
- public java.awt.Color(int,int,int);
- public java.awt.Color(int);
- public java.awt.Color(float,float,float);
- public int getRed();
- public int getGreen();|
- java.awt.Color [3/4]
- public int getBlue();
- public int getRGB();
- public java.awt.Color brighter();
- public java.awt.Color darker();
- public int hashCode();
- public boolean equals(java.lang.Object);
- public java.lang.String toString();
- public static java.awt.Color getColor(java.lang.String);
- public static java.awt.Color
- getColor(java.lang.String,java.awt.Color);
- public static java.awt.Color getColor(java.lang.String,int);|
- java.awt.Color [4/4]
- public static int HSBtoRGB(float,float,float);
- public static float RGBtoHSB(int,int,int,float [])[];
- public static java.awt.Color getHSBColor(float,float,float);
- static void <clinit>();
- }|
- java.awt.Component [1/10]
- Compiled from Component.java
- public abstract class java.awt.Component extends java.lang.Object
- implements java/awt/image/ImageObserver {
- java.awt.peer.ComponentPeer peer;
- java.awt.Container parent;
- int x;
- int y;
- int width;
- int height;
- java.awt.Color foreground;
- java.awt.Color background;|
- java.awt.Component [10/10]
- boolean tabbable();
- }|
- java.awt.Component [2/10]
- java.awt.Font font;
- boolean visible;
- boolean enabled;
- boolean valid;
- java.awt.Component();
- public java.awt.Container getParent();
- public java.awt.peer.ComponentPeer getPeer();
- public java.awt.Toolkit getToolkit();
- public boolean isValid();
- public boolean isVisible();|
- java.awt.Component [3/10]
- public boolean isShowing();
- public boolean isEnabled();
- public java.awt.Point location();
- public java.awt.Dimension size();
- public java.awt.Rectangle bounds();
- public synchronized void enable();
- public void enable(boolean);
- public synchronized void disable();
- public synchronized void show();
- public void show(boolean);|
- java.awt.Component [4/10]
- public synchronized void hide();
- public java.awt.Color getForeground();
- public synchronized void setForeground(java.awt.Color);
- public java.awt.Color getBackground();
- public synchronized void setBackground(java.awt.Color);
- public java.awt.Font getFont();
- public synchronized void setFont(java.awt.Font);
- public synchronized java.awt.image.ColorModel getColorModel();
- public void move(int,int);
- public void resize(int,int);|
- java.awt.Component [5/10]
- public void resize(java.awt.Dimension);
- public synchronized void reshape(int,int,int,int);
- public java.awt.Dimension preferredSize();
- public java.awt.Dimension minimumSize();
- public void layout();
- public void validate();
- public void invalidate();
- public java.awt.Graphics getGraphics();
- public java.awt.FontMetrics getFontMetrics(java.awt.Font);
- public void paint(java.awt.Graphics);|
- java.awt.Component [6/10]
- public void update(java.awt.Graphics);
- public void paintAll(java.awt.Graphics);
- public void repaint();
- public void repaint(long);
- public void repaint(int,int,int,int);
- public void repaint(long,int,int,int,int);
- public void print(java.awt.Graphics);
- public void printAll(java.awt.Graphics);
- public boolean imageUpdate(java.awt.Image,int,int,int,int,int);
- public java.awt.Image createImage(java.awt.image.ImageProducer);|
- java.awt.Component [7/10]
- public java.awt.Image createImage(int,int);
- public boolean
- prepareImage(java.awt.Image,java.awt.image.ImageObserver);
- public boolean
- prepareImage(java.awt.Image,int,int,java.awt.image.ImageObserver);
- public int checkImage(java.awt.Image,java.awt.image.ImageObserver);
- public int
- checkImage(java.awt.Image,int,int,java.awt.image.ImageObserver);
- public synchronized boolean inside(int,int);
- public java.awt.Component locate(int,int);
- public void deliverEvent(java.awt.Event);
- public boolean postEvent(java.awt.Event);
- public boolean handleEvent(java.awt.Event);|
- java.awt.Component [8/10]
- public boolean mouseDown(java.awt.Event,int,int);
- public boolean mouseDrag(java.awt.Event,int,int);
- public boolean mouseUp(java.awt.Event,int,int);
- public boolean mouseMove(java.awt.Event,int,int);
- public boolean mouseEnter(java.awt.Event,int,int);
- public boolean mouseExit(java.awt.Event,int,int);
- public boolean keyDown(java.awt.Event,int);
- public boolean keyUp(java.awt.Event,int);
- public boolean action(java.awt.Event,java.lang.Object);
- public void addNotify();|
- java.awt.Component [9/10]
- public synchronized void removeNotify();
- public boolean gotFocus(java.awt.Event,java.lang.Object);
- public boolean lostFocus(java.awt.Event,java.lang.Object);
- public void requestFocus();
- public void nextFocus();
- protected java.lang.String paramString();
- public java.lang.String toString();
- public void list();
- public void list(java.io.PrintStream);
- public void list(java.io.PrintStream,int);|
- java.awt.Container [1/4]
- Compiled from Container.java
- public abstract class java.awt.Container extends java.awt.Component {
- int ncomponents;
- java.awt.Component component[];
- java.awt.LayoutManager layoutMgr;
- java.awt.Container();
- public int countComponents();
- public synchronized java.awt.Component getComponent(int);
- public synchronized java.awt.Component getComponents()[];
- public java.awt.Insets insets();|
- java.awt.Container [2/4]
- public java.awt.Component add(java.awt.Component);
- public synchronized java.awt.Component add(java.awt.Component,int);
- public synchronized java.awt.Component
- add(java.lang.String,java.awt.Component);
- public synchronized void remove(java.awt.Component);
- public synchronized void removeAll();
- public java.awt.LayoutManager getLayout();
- public void setLayout(java.awt.LayoutManager);
- public synchronized void layout();
- public synchronized void validate();
- public synchronized java.awt.Dimension preferredSize();|
- java.awt.Container [3/4]
- public synchronized java.awt.Dimension minimumSize();
- public void paintComponents(java.awt.Graphics);
- public void printComponents(java.awt.Graphics);
- public void deliverEvent(java.awt.Event);
- public java.awt.Component locate(int,int);
- public synchronized void addNotify();
- public synchronized void removeNotify();
- protected java.lang.String paramString();
- public void list(java.io.PrintStream,int);
- void setFocusOwner(java.awt.Component);|
- java.awt.Container [4/4]
- void nextFocus(java.awt.Component);
- }|
- java.awt.Dialog [1/2]
- Compiled from Dialog.java
- public class java.awt.Dialog extends java.awt.Window {
- boolean resizable;
- boolean modal;
- java.lang.String title;
- public java.awt.Dialog(java.awt.Frame,boolean);
- public java.awt.Dialog(java.awt.Frame,java.lang.String,boolean);
- public synchronized void addNotify();
- public boolean isModal();
- public java.lang.String getTitle();|
- java.awt.Dialog [2/2]
- public void setTitle(java.lang.String);
- public boolean isResizable();
- public void setResizable(boolean);
- protected java.lang.String paramString();
- }|
- java.awt.Dimension
- Compiled from Dimension.java
- public class java.awt.Dimension extends java.lang.Object {
- public int width;
- public int height;
- public java.awt.Dimension();
- public java.awt.Dimension(java.awt.Dimension);
- public java.awt.Dimension(int,int);
- public java.lang.String toString();
- }|
- java.awt.Event [1/8]
- Compiled from Event.java
- public class java.awt.Event extends java.lang.Object {
- public static final int SHIFT_MASK = 1;
- public static final int CTRL_MASK = 2;
- public static final int META_MASK = 4;
- public static final int ALT_MASK = 8;
- public static final int HOME = 1000;
- public static final int END = 1001;
- public static final int PGUP = 1002;
- public static final int PGDN = 1003;|
- java.awt.Event [2/8]
- public static final int UP = 1004;
- public static final int DOWN = 1005;
- public static final int LEFT = 1006;
- public static final int RIGHT = 1007;
- public static final int F1 = 1008;
- public static final int F2 = 1009;
- public static final int F3 = 1010;
- public static final int F4 = 1011;
- public static final int F5 = 1012;
- public static final int F6 = 1013;|
- java.awt.Event [3/8]
- public static final int F7 = 1014;
- public static final int F8 = 1015;
- public static final int F9 = 1016;
- public static final int F10 = 1017;
- public static final int F11 = 1018;
- public static final int F12 = 1019;
- public static final int WINDOW_DESTROY = 201;
- public static final int WINDOW_EXPOSE = 202;
- public static final int WINDOW_ICONIFY = 203;
- public static final int WINDOW_DEICONIFY = 204;|
- java.awt.Event [4/8]
- public static final int WINDOW_MOVED = 205;
- public static final int KEY_PRESS = 401;
- public static final int KEY_RELEASE = 402;
- public static final int KEY_ACTION = 403;
- public static final int KEY_ACTION_RELEASE = 404;
- public static final int MOUSE_DOWN = 501;
- public static final int MOUSE_UP = 502;
- public static final int MOUSE_MOVE = 503;
- public static final int MOUSE_ENTER = 504;
- public static final int MOUSE_EXIT = 505;|
- java.awt.Event [5/8]
- public static final int MOUSE_DRAG = 506;
- public static final int SCROLL_LINE_UP = 601;
- public static final int SCROLL_LINE_DOWN = 602;
- public static final int SCROLL_PAGE_UP = 603;
- public static final int SCROLL_PAGE_DOWN = 604;
- public static final int SCROLL_ABSOLUTE = 605;
- public static final int LIST_SELECT = 701;
- public static final int LIST_DESELECT = 702;
- public static final int ACTION_EVENT = 1001;
- public static final int LOAD_FILE = 1002;|
- java.awt.Event [6/8]
- public static final int SAVE_FILE = 1003;
- public static final int GOT_FOCUS = 1004;
- public static final int LOST_FOCUS = 1005;
- public java.lang.Object target;
- public long when;
- public int id;
- public int x;
- public int y;
- public int key;
- public int modifiers;|
- java.awt.Event [7/8]
- public int clickCount;
- public java.lang.Object arg;
- public java.awt.Event evt;
- public
- java.awt.Event(java.lang.Object,long,int,int,int,int,int,java.lang.Object);
- public java.awt.Event(java.lang.Object,long,int,int,int,int,int);
- public java.awt.Event(java.lang.Object,int,java.lang.Object);
- public void translate(int,int);
- public boolean shiftDown();
- public boolean controlDown();
- public boolean metaDown();|
- java.awt.Event [8/8]
- protected java.lang.String paramString();
- public java.lang.String toString();
- }|
- java.awt.FileDialog [1/2]
- Compiled from FileDialog.java
- public class java.awt.FileDialog extends java.awt.Dialog {
- public static final int LOAD = 0;
- public static final int SAVE = 1;
- int mode;
- java.lang.String dir;
- java.lang.String file;
- java.io.FilenameFilter filter;
- public java.awt.FileDialog(java.awt.Frame,java.lang.String);
- public java.awt.FileDialog(java.awt.Frame,java.lang.String,int);|
- java.awt.FileDialog [2/2]
- public synchronized void addNotify();
- public int getMode();
- public java.lang.String getDirectory();
- public void setDirectory(java.lang.String);
- public java.lang.String getFile();
- public void setFile(java.lang.String);
- public java.io.FilenameFilter getFilenameFilter();
- public void setFilenameFilter(java.io.FilenameFilter);
- protected java.lang.String paramString();
- }|
- java.awt.FlowLayout [1/2]
- Compiled from FlowLayout.java
- public class java.awt.FlowLayout extends java.lang.Object implements
- java/awt/LayoutManager {
- public static final int LEFT = 0;
- public static final int CENTER = 1;
- public static final int RIGHT = 2;
- int align;
- int hgap;
- int vgap;
- public java.awt.FlowLayout();
- public java.awt.FlowLayout(int);|
- java.awt.FlowLayout [2/2]
- public java.awt.FlowLayout(int,int,int);
- public void
- addLayoutComponent(java.lang.String,java.awt.Component);
- public void removeLayoutComponent(java.awt.Component);
- public java.awt.Dimension preferredLayoutSize(java.awt.Container);
- public java.awt.Dimension minimumLayoutSize(java.awt.Container);
- public void layoutContainer(java.awt.Container);
- public java.lang.String toString();
- }|
- java.awt.Font [1/3]
- Compiled from Font.java
- public class java.awt.Font extends java.lang.Object {
- public static final int PLAIN = 0;
- public static final int BOLD = 1;
- public static final int ITALIC = 2;
- protected java.lang.String name;
- protected int style;
- protected int size;
- public java.awt.Font(java.lang.String,int,int);
- public java.lang.String getFamily();|
- java.awt.Font [2/3]
- public java.lang.String getName();
- public int getStyle();
- public int getSize();
- public boolean isPlain();
- public boolean isBold();
- public boolean isItalic();
- public static java.awt.Font getFont(java.lang.String);
- public static java.awt.Font
- getFont(java.lang.String,java.awt.Font);
- public int hashCode();
- public boolean equals(java.lang.Object);|
- java.awt.Font [3/3]
- public java.lang.String toString();
- }|
- java.awt.FontMetrics [1/3]
- Compiled from FontMetrics.java
- public abstract class java.awt.FontMetrics extends java.lang.Object {
- protected java.awt.Font font;
- protected java.awt.FontMetrics(java.awt.Font);
- public java.awt.Font getFont();
- public int getLeading();
- public int getAscent();
- public int getDescent();
- public int getHeight();
- public int getMaxAscent();|
- java.awt.FontMetrics [2/3]
- public int getMaxDescent();
- public int getMaxDecent();
- public int getMaxAdvance();
- public int charWidth(int);
- public int charWidth(char);
- public int stringWidth(java.lang.String);
- public int charsWidth(char [],int,int);
- public int bytesWidth(byte [],int,int);
- public int getWidths()[];
- public java.lang.String toString();|
- java.awt.FontMetrics [3/3]
- }|
- java.awt.Frame [1/5]
- Compiled from Frame.java
- public class java.awt.Frame extends java.awt.Window implements
- java/awt/MenuContainer {
- public static final int DEFAULT_CURSOR = 0;
- public static final int CROSSHAIR_CURSOR = 1;
- public static final int TEXT_CURSOR = 2;
- public static final int WAIT_CURSOR = 3;
- public static final int SW_RESIZE_CURSOR = 4;
- public static final int SE_RESIZE_CURSOR = 5;
- public static final int NW_RESIZE_CURSOR = 6;
- public static final int NE_RESIZE_CURSOR = 7;|
- java.awt.Frame [2/5]
- public static final int N_RESIZE_CURSOR = 8;
- public static final int S_RESIZE_CURSOR = 9;
- public static final int W_RESIZE_CURSOR = 10;
- public static final int E_RESIZE_CURSOR = 11;
- public static final int HAND_CURSOR = 12;
- public static final int MOVE_CURSOR = 13;
- java.lang.String title;
- java.awt.Image icon;
- java.awt.MenuBar menuBar;
- boolean resizable;|
- java.awt.Frame [3/5]
- java.awt.Image cursorImage;
- int cursorType;
- java.awt.Color cursorFg;
- java.awt.Color cursorBg;
- public java.awt.Frame();
- public java.awt.Frame(java.lang.String);
- public synchronized void addNotify();
- public java.lang.String getTitle();
- public void setTitle(java.lang.String);
- public java.awt.Image getIconImage();|
- java.awt.Frame [4/5]
- public void setIconImage(java.awt.Image);
- public java.awt.MenuBar getMenuBar();
- public synchronized void setMenuBar(java.awt.MenuBar);
- public synchronized void remove(java.awt.MenuComponent);
- public synchronized void dispose();
- public boolean isResizable();
- public void setResizable(boolean);
- public void setCursor(int);
- public int getCursorType();
- protected java.lang.String paramString();|
- java.awt.Frame [5/5]
- }|
- java.awt.Graphics [1/5]
- Compiled from Graphics.java
- public abstract class java.awt.Graphics extends java.lang.Object {
- protected java.awt.Graphics();
- public abstract java.awt.Graphics create();
- public java.awt.Graphics create(int,int,int,int);
- public abstract void translate(int,int);
- public abstract java.awt.Color getColor();
- public abstract void setColor(java.awt.Color);
- public abstract void setPaintMode();
- public abstract void setXORMode(java.awt.Color);|
- java.awt.Graphics [2/5]
- public abstract java.awt.Font getFont();
- public abstract void setFont(java.awt.Font);
- public java.awt.FontMetrics getFontMetrics();
- public abstract java.awt.FontMetrics getFontMetrics(java.awt.Font);
- public abstract java.awt.Rectangle getClipRect();
- public abstract void clipRect(int,int,int,int);
- public abstract void copyArea(int,int,int,int,int,int);
- public abstract void drawLine(int,int,int,int);
- public abstract void fillRect(int,int,int,int);
- public void drawRect(int,int,int,int);|
- java.awt.Graphics [3/5]
- public abstract void clearRect(int,int,int,int);
- public abstract void drawRoundRect(int,int,int,int,int,int);
- public abstract void fillRoundRect(int,int,int,int,int,int);
- public void draw3DRect(int,int,int,int,boolean);
- public void fill3DRect(int,int,int,int,boolean);
- public abstract void drawOval(int,int,int,int);
- public abstract void fillOval(int,int,int,int);
- public abstract void drawArc(int,int,int,int,int,int);
- public abstract void fillArc(int,int,int,int,int,int);
- public abstract void drawPolygon(int [],int [],int);|
- java.awt.Graphics [4/5]
- public void drawPolygon(java.awt.Polygon);
- public abstract void fillPolygon(int [],int [],int);
- public void fillPolygon(java.awt.Polygon);
- public abstract void drawString(java.lang.String,int,int);
- public void drawChars(char [],int,int,int,int);
- public void drawBytes(byte [],int,int,int,int);
- public abstract boolean
- drawImage(java.awt.Image,int,int,java.awt.image.ImageObserver);
- public abstract boolean
- drawImage(java.awt.Image,int,int,int,int,java.awt.image.ImageObserver);
- public abstract boolean
- drawImage(java.awt.Image,int,int,java.awt.Color,java.awt.image.ImageObserver);
- public abstract boolean
- drawImage(java.awt.Image,int,int,int,int,java.awt.Color,java.awt.image.ImageObserver);|
- java.awt.Graphics [5/5]
- public abstract void dispose();
- public void finalize();
- public java.lang.String toString();
- }|
- java.awt.GridBagConstraints [1/4]
- Compiled from GridBagConstraints.java
- public class java.awt.GridBagConstraints extends java.lang.Object
- implements java/lang/Cloneable {
- public static final int RELATIVE = -1;
- public static final int REMAINDER = 0;
- public static final int NONE = 0;
- public static final int BOTH = 1;
- public static final int HORIZONTAL = 2;
- public static final int VERTICAL = 3;
- public static final int CENTER = 10;
- public static final int NORTH = 11;|
- java.awt.GridBagConstraints [2/4]
- public static final int NORTHEAST = 12;
- public static final int EAST = 13;
- public static final int SOUTHEAST = 14;
- public static final int SOUTH = 15;
- public static final int SOUTHWEST = 16;
- public static final int WEST = 17;
- public static final int NORTHWEST = 18;
- public int gridx;
- public int gridy;
- public int gridwidth;|
- java.awt.GridBagConstraints [3/4]
- public int gridheight;
- public double weightx;
- public double weighty;
- public int anchor;
- public int fill;
- public java.awt.Insets insets;
- public int ipadx;
- public int ipady;
- int tempX;
- int tempY;|
- java.awt.GridBagConstraints [4/4]
- int tempWidth;
- int tempHeight;
- int minWidth;
- int minHeight;
- public java.awt.GridBagConstraints();
- public java.lang.Object clone();
- }|
- java.awt.GridBagLayout [1/4]
- Compiled from GridBagLayout.java
- public class java.awt.GridBagLayout extends java.lang.Object implements
- java/awt/LayoutManager {
- protected static final int MAXGRIDSIZE = 128;
- protected static final int MINSIZE = 1;
- protected static final int PREFERREDSIZE = 2;
- protected java.util.Hashtable comptable;
- protected java.awt.GridBagConstraints defaultConstraints;
- protected java.awt.GridBagLayoutInfo layoutInfo;
- public int columnWidths[];
- public int rowHeights[];|
- java.awt.GridBagLayout [2/4]
- public double columnWeights[];
- public double rowWeights[];
- public java.awt.GridBagLayout();
- public void
- setConstraints(java.awt.Component,java.awt.GridBagConstraints);
- public java.awt.GridBagConstraints
- getConstraints(java.awt.Component);
- protected java.awt.GridBagConstraints
- lookupConstraints(java.awt.Component);
- public java.awt.Point getLayoutOrigin();
- public int getLayoutDimensions()[][];
- public double getLayoutWeights()[][];
- public java.awt.Point location(int,int);|
- java.awt.GridBagLayout [3/4]
- public void
- addLayoutComponent(java.lang.String,java.awt.Component);
- public void removeLayoutComponent(java.awt.Component);
- public java.awt.Dimension preferredLayoutSize(java.awt.Container);
- public java.awt.Dimension minimumLayoutSize(java.awt.Container);
- public void layoutContainer(java.awt.Container);
- public java.lang.String toString();
- protected java.awt.GridBagLayoutInfo
- GetLayoutInfo(java.awt.Container,int);
- protected void
- AdjustForGravity(java.awt.GridBagConstraints,java.awt.Rectangle);
- protected java.awt.Dimension
- GetMinSize(java.awt.Container,java.awt.GridBagLayoutInfo);
- protected void ArrangeGrid(java.awt.Container);|
- java.awt.GridBagLayout [4/4]
- }|
- java.awt.GridLayout [1/2]
- Compiled from GridLayout.java
- public class java.awt.GridLayout extends java.lang.Object implements
- java/awt/LayoutManager {
- int hgap;
- int vgap;
- int rows;
- int cols;
- public java.awt.GridLayout(int,int);
- public java.awt.GridLayout(int,int,int,int);
- public void
- addLayoutComponent(java.lang.String,java.awt.Component);
- public void removeLayoutComponent(java.awt.Component);|
- java.awt.GridLayout [2/2]
- public java.awt.Dimension preferredLayoutSize(java.awt.Container);
- public java.awt.Dimension minimumLayoutSize(java.awt.Container);
- public void layoutContainer(java.awt.Container);
- public java.lang.String toString();
- }|
- java.awt.Image [1/2]
- Compiled from Image.java
- public abstract class java.awt.Image extends java.lang.Object {
- public static final java.lang.Object UndefinedProperty;
- public abstract int getWidth(java.awt.image.ImageObserver);
- public abstract int getHeight(java.awt.image.ImageObserver);
- public abstract java.awt.image.ImageProducer getSource();
- public abstract java.awt.Graphics getGraphics();
- public abstract java.lang.Object
- getProperty(java.lang.String,java.awt.image.ImageObserver);
- public abstract void flush();
- public java.awt.Image();|
- java.awt.Image [2/2]
- static void <clinit>();
- }|
- java.awt.image.ColorModel [1/2]
- Compiled from ColorModel.java
- public abstract class java.awt.image.ColorModel extends
- java.lang.Object {
- protected int pixel_bits;
- public static java.awt.image.ColorModel getRGBdefault();
- public java.awt.image.ColorModel(int);
- public int getPixelSize();
- public abstract int getRed(int);
- public abstract int getGreen(int);
- public abstract int getBlue(int);
- public abstract int getAlpha(int);|
- java.awt.image.ColorModel [2/2]
- public int getRGB(int);
- public void finalize();
- }|
- java.awt.image.CropImageFilter [1/2]
- Compiled from CropImageFilter.java
- public class java.awt.image.CropImageFilter extends
- java.awt.image.ImageFilter {
- int cropX;
- int cropY;
- int cropW;
- int cropH;
- public java.awt.image.CropImageFilter(int,int,int,int);
- public void setProperties(java.util.Hashtable);
- public void setDimensions(int,int);
- public void
- setPixels(int,int,int,int,java.awt.image.ColorModel,byte [],int,int);|
- java.awt.image.CropImageFilter [2/2]
- public void setPixels(int,int,int,int,java.awt.image.ColorModel,int
- [],int,int);
- }|
- java.awt.image.DirectColorModel [1/2]
- Compiled from DirectColorModel.java
- public class java.awt.image.DirectColorModel extends
- java.awt.image.ColorModel {
- public java.awt.image.DirectColorModel(int,int,int,int);
- public java.awt.image.DirectColorModel(int,int,int,int,int);
- public final int getRedMask();
- public final int getGreenMask();
- public final int getBlueMask();
- public final int getAlphaMask();
- public final int getRed(int);
- public final int getGreen(int);|
- java.awt.image.DirectColorModel [2/2]
- public final int getBlue(int);
- public final int getAlpha(int);
- public final int getRGB(int);
- }|
- java.awt.image.FilteredImageSource [1/2]
- Compiled from FilteredImageSource.java
- public class java.awt.image.FilteredImageSource extends
- java.lang.Object implements java/awt/image/ImageProducer {
- java.awt.image.ImageProducer src;
- java.awt.image.ImageFilter filter;
- public
- java.awt.image.FilteredImageSource(java.awt.image.ImageProducer,java.awt.image.ImageFilter);
- public synchronized void addConsumer(java.awt.image.ImageConsumer);
- public synchronized boolean
- isConsumer(java.awt.image.ImageConsumer);
- public synchronized void
- removeConsumer(java.awt.image.ImageConsumer);
- public void startProduction(java.awt.image.ImageConsumer);
- public void
- requestTopDownLeftRightResend(java.awt.image.ImageConsumer);|
- java.awt.image.FilteredImageSource [2/2]
- }|
- java.awt.image.ImageConsumer [1/2]
- Compiled from ImageConsumer.java
- public interface java.awt.image.ImageConsumer extends java.lang.Object
- {
- public static final int RANDOMPIXELORDER = 1;
- public static final int TOPDOWNLEFTRIGHT = 2;
- public static final int COMPLETESCANLINES = 4;
- public static final int SINGLEPASS = 8;
- public static final int SINGLEFRAME = 16;
- public static final int IMAGEERROR = 1;
- public static final int SINGLEFRAMEDONE = 2;
- public static final int STATICIMAGEDONE = 3;|
- java.awt.image.ImageConsumer [2/2]
- public static final int IMAGEABORTED = 4;
- public abstract void setDimensions(int,int);
- public abstract void setProperties(java.util.Hashtable);
- public abstract void setColorModel(java.awt.image.ColorModel);
- public abstract void setHints(int);
- public abstract void
- setPixels(int,int,int,int,java.awt.image.ColorModel,byte [],int,int);
- public abstract void
- setPixels(int,int,int,int,java.awt.image.ColorModel,int [],int,int);
- public abstract void imageComplete(int);
- }|
- java.awt.image.ImageFilter [1/2]
- Compiled from ImageFilter.java
- public class java.awt.image.ImageFilter extends java.lang.Object
- implements java/awt/image/ImageConsumer, java/lang/Cloneable {
- protected java.awt.image.ImageConsumer consumer;
- public java.awt.image.ImageFilter
- getFilterInstance(java.awt.image.ImageConsumer);
- public void setDimensions(int,int);
- public void setProperties(java.util.Hashtable);
- public void setColorModel(java.awt.image.ColorModel);
- public void setHints(int);
- public void
- setPixels(int,int,int,int,java.awt.image.ColorModel,byte [],int,int);
- public void setPixels(int,int,int,int,java.awt.image.ColorModel,int
- [],int,int);|
- java.awt.image.ImageFilter [2/2]
- public void imageComplete(int);
- public void resendTopDownLeftRight(java.awt.image.ImageProducer);
- public java.lang.Object clone();
- public java.awt.image.ImageFilter();
- }|
- java.awt.image.ImageObserver [1/2]
- Compiled from ImageObserver.java
- public interface java.awt.image.ImageObserver extends java.lang.Object
- {
- public static final int WIDTH = 1;
- public static final int HEIGHT = 2;
- public static final int PROPERTIES = 4;
- public static final int SOMEBITS = 8;
- public static final int FRAMEBITS = 16;
- public static final int ALLBITS = 32;
- public static final int ERROR = 64;
- public static final int ABORT = 128;|
- java.awt.image.ImageObserver [2/2]
- public abstract boolean
- imageUpdate(java.awt.Image,int,int,int,int,int);
- }|
- java.awt.image.ImageProducer
- Compiled from ImageProducer.java
- public interface java.awt.image.ImageProducer extends java.lang.Object
- {
- public abstract void addConsumer(java.awt.image.ImageConsumer);
- public abstract boolean isConsumer(java.awt.image.ImageConsumer);
- public abstract void removeConsumer(java.awt.image.ImageConsumer);
- public abstract void startProduction(java.awt.image.ImageConsumer);
- public abstract void
- requestTopDownLeftRightResend(java.awt.image.ImageConsumer);
- }|
- java.awt.image.IndexColorModel [1/2]
- Compiled from IndexColorModel.java
- public class java.awt.image.IndexColorModel extends
- java.awt.image.ColorModel {
- public java.awt.image.IndexColorModel(int,int,byte [],byte [],byte
- []);
- public java.awt.image.IndexColorModel(int,int,byte [],byte [],byte
- [],int);
- public java.awt.image.IndexColorModel(int,int,byte [],byte [],byte
- [],byte []);
- public java.awt.image.IndexColorModel(int,int,byte [],int,boolean);
- public java.awt.image.IndexColorModel(int,int,byte
- [],int,boolean,int);
- public final int getMapSize();
- public final int getTransparentPixel();
- public final void getReds(byte []);|
- java.awt.image.IndexColorModel [2/2]
- public final void getGreens(byte []);
- public final void getBlues(byte []);
- public final void getAlphas(byte []);
- public final int getRed(int);
- public final int getGreen(int);
- public final int getBlue(int);
- public final int getAlpha(int);
- public final int getRGB(int);
- }|
- java.awt.image.MemoryImageSource [1/3]
- Compiled from MemoryImageSource.java
- public class java.awt.image.MemoryImageSource extends java.lang.Object
- implements java/awt/image/ImageProducer {
- int width;
- int height;
- java.awt.image.ColorModel model;
- java.lang.Object pixels;
- int pixeloffset;
- int pixelscan;
- java.util.Hashtable properties;
- public
- java.awt.image.MemoryImageSource(int,int,java.awt.image.ColorModel,byte
- [],int,int);|
- java.awt.image.MemoryImageSource [2/3]
- public
- java.awt.image.MemoryImageSource(int,int,java.awt.image.ColorModel,byte
- [],int,int,java.util.Hashtable);
- public
- java.awt.image.MemoryImageSource(int,int,java.awt.image.ColorModel,int
- [],int,int);
- public
- java.awt.image.MemoryImageSource(int,int,java.awt.image.ColorModel,int
- [],int,int,java.util.Hashtable);
- public java.awt.image.MemoryImageSource(int,int,int [],int,int);
- public java.awt.image.MemoryImageSource(int,int,int
- [],int,int,java.util.Hashtable);
- public synchronized void addConsumer(java.awt.image.ImageConsumer);
- public synchronized boolean
- isConsumer(java.awt.image.ImageConsumer);
- public synchronized void
- removeConsumer(java.awt.image.ImageConsumer);
- public void startProduction(java.awt.image.ImageConsumer);
- public void
- requestTopDownLeftRightResend(java.awt.image.ImageConsumer);|
- java.awt.image.MemoryImageSource [3/3]
- }|
- java.awt.image.PixelGrabber [1/3]
- Compiled from PixelGrabber.java
- public class java.awt.image.PixelGrabber extends java.lang.Object
- implements java/awt/image/ImageConsumer {
- java.awt.image.ImageProducer producer;
- int dstX;
- int dstY;
- int dstW;
- int dstH;
- int pixelbuf[];
- int dstOff;
- int dstScan;|
- java.awt.image.PixelGrabber [2/3]
- public
- java.awt.image.PixelGrabber(java.awt.Image,int,int,int,int,int
- [],int,int);
- public
- java.awt.image.PixelGrabber(java.awt.image.ImageProducer,int,int,int,int,int
- [],int,int);
- public boolean grabPixels();
- public synchronized boolean grabPixels(long);
- public synchronized int status();
- public void setDimensions(int,int);
- public void setHints(int);
- public void setProperties(java.util.Hashtable);
- public void setColorModel(java.awt.image.ColorModel);
- public void
- setPixels(int,int,int,int,java.awt.image.ColorModel,byte [],int,int);|
- java.awt.image.PixelGrabber [3/3]
- public void setPixels(int,int,int,int,java.awt.image.ColorModel,int
- [],int,int);
- public synchronized void imageComplete(int);
- }|
- java.awt.image.RGBImageFilter [1/2]
- Compiled from RGBImageFilter.java
- public abstract class java.awt.image.RGBImageFilter extends
- java.awt.image.ImageFilter {
- protected java.awt.image.ColorModel origmodel;
- protected java.awt.image.ColorModel newmodel;
- protected boolean canFilterIndexColorModel;
- public void setColorModel(java.awt.image.ColorModel);
- public void
- substituteColorModel(java.awt.image.ColorModel,java.awt.image.ColorModel);
- public java.awt.image.IndexColorModel
- filterIndexColorModel(java.awt.image.IndexColorModel);
- public void filterRGBPixels(int,int,int,int,int [],int,int);
- public void
- setPixels(int,int,int,int,java.awt.image.ColorModel,byte [],int,int);|
- java.awt.image.RGBImageFilter [2/2]
- public void setPixels(int,int,int,int,java.awt.image.ColorModel,int
- [],int,int);
- public abstract int filterRGB(int,int,int);
- public java.awt.image.RGBImageFilter();
- }|
- java.awt.Insets
- Compiled from Insets.java
- public class java.awt.Insets extends java.lang.Object implements
- java/lang/Cloneable {
- public int top;
- public int left;
- public int bottom;
- public int right;
- public java.awt.Insets(int,int,int,int);
- public java.lang.String toString();
- public java.lang.Object clone();
- }|
- java.awt.Label [1/2]
- Compiled from Label.java
- public class java.awt.Label extends java.awt.Component {
- public static final int LEFT = 0;
- public static final int CENTER = 1;
- public static final int RIGHT = 2;
- java.lang.String label;
- int alignment;
- public java.awt.Label();
- public java.awt.Label(java.lang.String);
- public java.awt.Label(java.lang.String,int);|
- java.awt.Label [2/2]
- public synchronized void addNotify();
- public int getAlignment();
- public void setAlignment(int);
- public java.lang.String getText();
- public void setText(java.lang.String);
- protected java.lang.String paramString();
- }|
- java.awt.LayoutManager
- Compiled from LayoutManager.java
- public interface java.awt.LayoutManager extends java.lang.Object {
- public abstract void
- addLayoutComponent(java.lang.String,java.awt.Component);
- public abstract void removeLayoutComponent(java.awt.Component);
- public abstract java.awt.Dimension
- preferredLayoutSize(java.awt.Container);
- public abstract java.awt.Dimension
- minimumLayoutSize(java.awt.Container);
- public abstract void layoutContainer(java.awt.Container);
- }|
- java.awt.List [1/4]
- Compiled from List.java
- public class java.awt.List extends java.awt.Component {
- java.util.Vector items;
- int rows;
- boolean multipleSelections;
- int selected[];
- int visibleIndex;
- public java.awt.List();
- public java.awt.List(int,boolean);
- public synchronized void addNotify();|
- java.awt.List [2/4]
- public synchronized void removeNotify();
- public int countItems();
- public java.lang.String getItem(int);
- public synchronized void addItem(java.lang.String);
- public synchronized void addItem(java.lang.String,int);
- public synchronized void replaceItem(java.lang.String,int);
- public synchronized void clear();
- public synchronized void delItem(int);
- public synchronized void delItems(int,int);
- public synchronized int getSelectedIndex();|
- java.awt.List [3/4]
- public synchronized int getSelectedIndexes()[];
- public synchronized java.lang.String getSelectedItem();
- public synchronized java.lang.String getSelectedItems()[];
- public synchronized void select(int);
- public synchronized void deselect(int);
- public synchronized boolean isSelected(int);
- public int getRows();
- public boolean allowsMultipleSelections();
- public void setMultipleSelections(boolean);
- public int getVisibleIndex();|
- java.awt.List [4/4]
- public void makeVisible(int);
- public java.awt.Dimension preferredSize(int);
- public java.awt.Dimension preferredSize();
- public java.awt.Dimension minimumSize(int);
- public java.awt.Dimension minimumSize();
- protected java.lang.String paramString();
- boolean tabbable();
- }|
- java.awt.MediaTracker [1/3]
- Compiled from MediaTracker.java
- public class java.awt.MediaTracker extends java.lang.Object {
- java.awt.Component target;
- java.awt.MediaEntry head;
- public static final int LOADING = 1;
- public static final int ABORTED = 2;
- public static final int ERRORED = 4;
- public static final int COMPLETE = 8;
- static final int DONE = 14;
- public java.awt.MediaTracker(java.awt.Component);|
- java.awt.MediaTracker [2/3]
- public void addImage(java.awt.Image,int);
- public synchronized void addImage(java.awt.Image,int,int,int);
- public boolean checkAll();
- public synchronized boolean checkAll(boolean);
- public synchronized boolean isErrorAny();
- public synchronized java.lang.Object getErrorsAny()[];
- public void waitForAll();
- public synchronized boolean waitForAll(long);
- public int statusAll(boolean);
- public boolean checkID(int);|
- java.awt.MediaTracker [3/3]
- public synchronized boolean checkID(int,boolean);
- public synchronized boolean isErrorID(int);
- public synchronized java.lang.Object getErrorsID(int)[];
- public void waitForID(int);
- public synchronized boolean waitForID(int,long);
- public int statusID(int,boolean);
- synchronized void setDone();
- }|
- java.awt.Menu [1/2]
- Compiled from Menu.java
- public class java.awt.Menu extends java.awt.MenuItem implements
- java/awt/MenuContainer {
- java.util.Vector items;
- boolean tearOff;
- boolean isHelpMenu;
- public java.awt.Menu(java.lang.String);
- public java.awt.Menu(java.lang.String,boolean);
- public synchronized void addNotify();
- public synchronized void removeNotify();
- public boolean isTearOff();|
- java.awt.Menu [2/2]
- public int countItems();
- public java.awt.MenuItem getItem(int);
- public synchronized java.awt.MenuItem add(java.awt.MenuItem);
- public void add(java.lang.String);
- public void addSeparator();
- public synchronized void remove(int);
- public synchronized void remove(java.awt.MenuComponent);
- }|
- java.awt.MenuBar [1/2]
- Compiled from MenuBar.java
- public class java.awt.MenuBar extends java.awt.MenuComponent implements
- java/awt/MenuContainer {
- java.util.Vector menus;
- java.awt.Menu helpMenu;
- public java.awt.MenuBar();
- public synchronized void addNotify();
- public void removeNotify();
- public java.awt.Menu getHelpMenu();
- public synchronized void setHelpMenu(java.awt.Menu);
- public synchronized java.awt.Menu add(java.awt.Menu);|
- java.awt.MenuBar [2/2]
- public synchronized void remove(int);
- public synchronized void remove(java.awt.MenuComponent);
- public int countMenus();
- public java.awt.Menu getMenu(int);
- }|
- java.awt.MenuComponent [1/2]
- Compiled from MenuComponent.java
- public abstract class java.awt.MenuComponent extends java.lang.Object {
- java.awt.peer.MenuComponentPeer peer;
- java.awt.MenuContainer parent;
- java.awt.Font font;
- public java.awt.MenuContainer getParent();
- public java.awt.peer.MenuComponentPeer getPeer();
- public java.awt.Font getFont();
- public void setFont(java.awt.Font);
- public void removeNotify();|
- java.awt.MenuComponent [2/2]
- public boolean postEvent(java.awt.Event);
- protected java.lang.String paramString();
- public java.lang.String toString();
- public java.awt.MenuComponent();
- }|
- java.awt.MenuContainer
- Compiled from MenuContainer.java
- public interface java.awt.MenuContainer extends java.lang.Object {
- public abstract java.awt.Font getFont();
- public abstract boolean postEvent(java.awt.Event);
- public abstract void remove(java.awt.MenuComponent);
- }|
- java.awt.MenuItem [1/2]
- Compiled from MenuItem.java
- public class java.awt.MenuItem extends java.awt.MenuComponent {
- boolean enabled;
- java.lang.String label;
- public java.awt.MenuItem(java.lang.String);
- public synchronized void addNotify();
- public java.lang.String getLabel();
- public void setLabel(java.lang.String);
- public boolean isEnabled();
- public void enable();|
- java.awt.MenuItem [2/2]
- public void enable(boolean);
- public void disable();
- public java.lang.String paramString();
- }|
- java.awt.Panel
- Compiled from Panel.java
- public class java.awt.Panel extends java.awt.Container {
- static final java.awt.LayoutManager panelLayout;
- public java.awt.Panel();
- public synchronized void addNotify();
- static void <clinit>();
- }|
- java.awt.peer.ButtonPeer
- Compiled from ButtonPeer.java
- public interface java.awt.peer.ButtonPeer extends java.lang.Object
- implements java/awt/peer/ComponentPeer {
- public abstract void setLabel(java.lang.String);
- }|
- java.awt.peer.CanvasPeer
- Compiled from CanvasPeer.java
- public interface java.awt.peer.CanvasPeer extends java.lang.Object
- implements java/awt/peer/ComponentPeer {
- }|
- java.awt.peer.CheckboxMenuItemPeer
- Compiled from CheckboxMenuItemPeer.java
- public interface java.awt.peer.CheckboxMenuItemPeer extends
- java.lang.Object implements java/awt/peer/MenuItemPeer {
- public abstract void setState(boolean);
- }|
- java.awt.peer.CheckboxPeer
- Compiled from CheckboxPeer.java
- public interface java.awt.peer.CheckboxPeer extends java.lang.Object
- implements java/awt/peer/ComponentPeer {
- public abstract void setState(boolean);
- public abstract void setCheckboxGroup(java.awt.CheckboxGroup);
- public abstract void setLabel(java.lang.String);
- }|
- java.awt.peer.ChoicePeer
- Compiled from ChoicePeer.java
- public interface java.awt.peer.ChoicePeer extends java.lang.Object
- implements java/awt/peer/ComponentPeer {
- public abstract void addItem(java.lang.String,int);
- public abstract void select(int);
- }|
- java.awt.peer.ComponentPeer [1/3]
- Compiled from ComponentPeer.java
- public interface java.awt.peer.ComponentPeer extends java.lang.Object {
- public abstract void show();
- public abstract void hide();
- public abstract void enable();
- public abstract void disable();
- public abstract void paint(java.awt.Graphics);
- public abstract void repaint(long,int,int,int,int);
- public abstract void print(java.awt.Graphics);
- public abstract void reshape(int,int,int,int);|
- java.awt.peer.ComponentPeer [2/3]
- public abstract boolean handleEvent(java.awt.Event);
- public abstract java.awt.Dimension minimumSize();
- public abstract java.awt.Dimension preferredSize();
- public abstract java.awt.image.ColorModel getColorModel();
- public abstract java.awt.Toolkit getToolkit();
- public abstract java.awt.Graphics getGraphics();
- public abstract java.awt.FontMetrics getFontMetrics(java.awt.Font);
- public abstract void dispose();
- public abstract void setForeground(java.awt.Color);
- public abstract void setBackground(java.awt.Color);|
- java.awt.peer.ComponentPeer [3/3]
- public abstract void setFont(java.awt.Font);
- public abstract void requestFocus();
- public abstract void nextFocus();
- public abstract java.awt.Image
- createImage(java.awt.image.ImageProducer);
- public abstract java.awt.Image createImage(int,int);
- public abstract boolean
- prepareImage(java.awt.Image,int,int,java.awt.image.ImageObserver);
- public abstract int
- checkImage(java.awt.Image,int,int,java.awt.image.ImageObserver);
- }|
- java.awt.peer.ContainerPeer
- Compiled from ContainerPeer.java
- public interface java.awt.peer.ContainerPeer extends java.lang.Object
- implements java/awt/peer/ComponentPeer {
- public abstract java.awt.Insets insets();
- }|
- java.awt.peer.DialogPeer
- Compiled from DialogPeer.java
- public interface java.awt.peer.DialogPeer extends java.lang.Object
- implements java/awt/peer/WindowPeer {
- public abstract void setTitle(java.lang.String);
- public abstract void setResizable(boolean);
- }|
- java.awt.peer.FileDialogPeer
- Compiled from FileDialogPeer.java
- public interface java.awt.peer.FileDialogPeer extends java.lang.Object
- implements java/awt/peer/DialogPeer {
- public abstract void setFile(java.lang.String);
- public abstract void setDirectory(java.lang.String);
- public abstract void setFilenameFilter(java.io.FilenameFilter);
- }|
- java.awt.peer.FramePeer
- Compiled from FramePeer.java
- public interface java.awt.peer.FramePeer extends java.lang.Object
- implements java/awt/peer/WindowPeer {
- public abstract void setTitle(java.lang.String);
- public abstract void setIconImage(java.awt.Image);
- public abstract void setMenuBar(java.awt.MenuBar);
- public abstract void setResizable(boolean);
- public abstract void setCursor(int);
- }|
- java.awt.peer.LabelPeer
- Compiled from LabelPeer.java
- public interface java.awt.peer.LabelPeer extends java.lang.Object
- implements java/awt/peer/ComponentPeer {
- public abstract void setText(java.lang.String);
- public abstract void setAlignment(int);
- }|
- java.awt.peer.ListPeer [1/2]
- Compiled from ListPeer.java
- public interface java.awt.peer.ListPeer extends java.lang.Object
- implements java/awt/peer/ComponentPeer {
- public abstract int getSelectedIndexes()[];
- public abstract void addItem(java.lang.String,int);
- public abstract void delItems(int,int);
- public abstract void clear();
- public abstract void select(int);
- public abstract void deselect(int);
- public abstract void makeVisible(int);
- public abstract void setMultipleSelections(boolean);|
- java.awt.peer.ListPeer [2/2]
- public abstract java.awt.Dimension preferredSize(int);
- public abstract java.awt.Dimension minimumSize(int);
- }|
- java.awt.peer.MenuBarPeer
- Compiled from MenuBarPeer.java
- public interface java.awt.peer.MenuBarPeer extends java.lang.Object
- implements java/awt/peer/MenuComponentPeer {
- public abstract void addMenu(java.awt.Menu);
- public abstract void delMenu(int);
- public abstract void addHelpMenu(java.awt.Menu);
- }|
- java.awt.peer.MenuComponentPeer
- Compiled from MenuComponentPeer.java
- public interface java.awt.peer.MenuComponentPeer extends
- java.lang.Object {
- public abstract void dispose();
- }|
- java.awt.peer.MenuItemPeer
- Compiled from MenuItemPeer.java
- public interface java.awt.peer.MenuItemPeer extends java.lang.Object
- implements java/awt/peer/MenuComponentPeer {
- public abstract void setLabel(java.lang.String);
- public abstract void enable();
- public abstract void disable();
- }|
- java.awt.peer.MenuPeer
- Compiled from MenuPeer.java
- public interface java.awt.peer.MenuPeer extends java.lang.Object
- implements java/awt/peer/MenuItemPeer {
- public abstract void addSeparator();
- public abstract void addItem(java.awt.MenuItem);
- public abstract void delItem(int);
- }|
- java.awt.peer.PanelPeer
- Compiled from PanelPeer.java
- public interface java.awt.peer.PanelPeer extends java.lang.Object
- implements java/awt/peer/ContainerPeer {
- }|
- java.awt.peer.ScrollbarPeer
- Compiled from ScrollbarPeer.java
- public interface java.awt.peer.ScrollbarPeer extends java.lang.Object
- implements java/awt/peer/ComponentPeer {
- public abstract void setValue(int);
- public abstract void setValues(int,int,int,int);
- public abstract void setLineIncrement(int);
- public abstract void setPageIncrement(int);
- }|
- java.awt.peer.TextAreaPeer
- Compiled from TextAreaPeer.java
- public interface java.awt.peer.TextAreaPeer extends java.lang.Object
- implements java/awt/peer/TextComponentPeer {
- public abstract void insertText(java.lang.String,int);
- public abstract void replaceText(java.lang.String,int,int);
- public abstract java.awt.Dimension preferredSize(int,int);
- public abstract java.awt.Dimension minimumSize(int,int);
- }|
- java.awt.peer.TextComponentPeer
- Compiled from TextComponentPeer.java
- public interface java.awt.peer.TextComponentPeer extends
- java.lang.Object implements java/awt/peer/ComponentPeer {
- public abstract void setEditable(boolean);
- public abstract java.lang.String getText();
- public abstract void setText(java.lang.String);
- public abstract int getSelectionStart();
- public abstract int getSelectionEnd();
- public abstract void select(int,int);
- }|
- java.awt.peer.TextFieldPeer
- Compiled from TextFieldPeer.java
- public interface java.awt.peer.TextFieldPeer extends java.lang.Object
- implements java/awt/peer/TextComponentPeer {
- public abstract void setEchoCharacter(char);
- public abstract java.awt.Dimension preferredSize(int);
- public abstract java.awt.Dimension minimumSize(int);
- }|
- java.awt.peer.WindowPeer
- Compiled from WindowPeer.java
- public interface java.awt.peer.WindowPeer extends java.lang.Object
- implements java/awt/peer/ContainerPeer {
- public abstract void toFront();
- public abstract void toBack();
- }|
- java.awt.Point [1/2]
- Compiled from Point.java
- public class java.awt.Point extends java.lang.Object {
- public int x;
- public int y;
- public java.awt.Point(int,int);
- public void move(int,int);
- public void translate(int,int);
- public int hashCode();
- public boolean equals(java.lang.Object);
- public java.lang.String toString();|
- java.awt.Point [2/2]
- }|
- java.awt.Polygon [1/2]
- Compiled from Polygon.java
- public class java.awt.Polygon extends java.lang.Object {
- public int npoints;
- public int xpoints[];
- public int ypoints[];
- java.awt.Rectangle bounds;
- public java.awt.Polygon();
- public java.awt.Polygon(int [],int [],int);
- void calculateBounds(int [],int [],int);
- void updateBounds(int,int);|
- java.awt.Polygon [2/2]
- public void addPoint(int,int);
- public java.awt.Rectangle getBoundingBox();
- public boolean inside(int,int);
- }|
- java.awt.Rectangle [1/3]
- Compiled from Rectangle.java
- public class java.awt.Rectangle extends java.lang.Object {
- public int x;
- public int y;
- public int width;
- public int height;
- public java.awt.Rectangle();
- public java.awt.Rectangle(int,int,int,int);
- public java.awt.Rectangle(int,int);
- public java.awt.Rectangle(java.awt.Point,java.awt.Dimension);|
- java.awt.Rectangle [2/3]
- public java.awt.Rectangle(java.awt.Point);
- public java.awt.Rectangle(java.awt.Dimension);
- public void reshape(int,int,int,int);
- public void move(int,int);
- public void translate(int,int);
- public void resize(int,int);
- public boolean inside(int,int);
- public boolean intersects(java.awt.Rectangle);
- public java.awt.Rectangle intersection(java.awt.Rectangle);
- public java.awt.Rectangle union(java.awt.Rectangle);|
- java.awt.Rectangle [3/3]
- public void add(int,int);
- public void add(java.awt.Point);
- public void add(java.awt.Rectangle);
- public void grow(int,int);
- public boolean isEmpty();
- public int hashCode();
- public boolean equals(java.lang.Object);
- public java.lang.String toString();
- }|
- java.awt.Scrollbar [1/3]
- Compiled from Scrollbar.java
- public class java.awt.Scrollbar extends java.awt.Component {
- public static final int HORIZONTAL = 0;
- public static final int VERTICAL = 1;
- int value;
- int maximum;
- int minimum;
- int sVisible;
- int orientation;
- int lineIncrement;|
- java.awt.Scrollbar [2/3]
- int pageIncrement;
- public java.awt.Scrollbar();
- public java.awt.Scrollbar(int);
- public java.awt.Scrollbar(int,int,int,int,int);
- public synchronized void addNotify();
- public int getOrientation();
- public int getValue();
- public void setValue(int);
- public int getMinimum();
- public int getMaximum();|
- java.awt.Scrollbar [3/3]
- public int getVisible();
- public void setLineIncrement(int);
- public int getLineIncrement();
- public void setPageIncrement(int);
- public int getPageIncrement();
- public void setValues(int,int,int,int);
- protected java.lang.String paramString();
- }|
- java.awt.TextArea [1/3]
- Compiled from TextArea.java
- public class java.awt.TextArea extends java.awt.TextComponent {
- int rows;
- int cols;
- public java.awt.TextArea();
- public java.awt.TextArea(int,int);
- public java.awt.TextArea(java.lang.String);
- public java.awt.TextArea(java.lang.String,int,int);
- public synchronized void addNotify();
- public void insertText(java.lang.String,int);|
- java.awt.TextArea [2/3]
- public void appendText(java.lang.String);
- public void replaceText(java.lang.String,int,int);
- public int getRows();
- public int getColumns();
- public java.awt.Dimension preferredSize(int,int);
- public java.awt.Dimension preferredSize();
- public java.awt.Dimension minimumSize(int,int);
- public java.awt.Dimension minimumSize();
- protected java.lang.String paramString();
- boolean tabbable();|
- java.awt.TextArea [3/3]
- }|
- java.awt.TextComponent [1/2]
- Compiled from TextComponent.java
- public class java.awt.TextComponent extends java.awt.Component {
- java.lang.String text;
- boolean editable;
- int selStart;
- int selEnd;
- java.awt.TextComponent(java.lang.String);
- public synchronized void removeNotify();
- public void setText(java.lang.String);
- public java.lang.String getText();|
- java.awt.TextComponent [2/2]
- public java.lang.String getSelectedText();
- public boolean isEditable();
- public void setEditable(boolean);
- public int getSelectionStart();
- public int getSelectionEnd();
- public void select(int,int);
- public void selectAll();
- protected java.lang.String paramString();
- }|
- java.awt.TextField [1/2]
- Compiled from TextField.java
- public class java.awt.TextField extends java.awt.TextComponent {
- int cols;
- char echoChar;
- public java.awt.TextField();
- public java.awt.TextField(int);
- public java.awt.TextField(java.lang.String);
- public java.awt.TextField(java.lang.String,int);
- public synchronized void addNotify();
- public char getEchoChar();|
- java.awt.TextField [2/2]
- public boolean echoCharIsSet();
- public int getColumns();
- public void setEchoCharacter(char);
- public java.awt.Dimension preferredSize(int);
- public java.awt.Dimension preferredSize();
- public java.awt.Dimension minimumSize(int);
- public java.awt.Dimension minimumSize();
- protected java.lang.String paramString();
- boolean tabbable();
- }|
- java.awt.Toolkit [1/4]
- Compiled from Toolkit.java
- public abstract class java.awt.Toolkit extends java.lang.Object {
- protected abstract java.awt.peer.ButtonPeer
- createButton(java.awt.Button);
- protected abstract java.awt.peer.TextFieldPeer
- createTextField(java.awt.TextField);
- protected abstract java.awt.peer.LabelPeer
- createLabel(java.awt.Label);
- protected abstract java.awt.peer.ListPeer
- createList(java.awt.List);
- protected abstract java.awt.peer.CheckboxPeer
- createCheckbox(java.awt.Checkbox);
- protected abstract java.awt.peer.ScrollbarPeer
- createScrollbar(java.awt.Scrollbar);
- protected abstract java.awt.peer.TextAreaPeer
- createTextArea(java.awt.TextArea);
- protected abstract java.awt.peer.ChoicePeer
- createChoice(java.awt.Choice);|
- java.awt.Toolkit [2/4]
- protected abstract java.awt.peer.FramePeer
- createFrame(java.awt.Frame);
- protected abstract java.awt.peer.CanvasPeer
- createCanvas(java.awt.Canvas);
- protected abstract java.awt.peer.PanelPeer
- createPanel(java.awt.Panel);
- protected abstract java.awt.peer.WindowPeer
- createWindow(java.awt.Window);
- protected abstract java.awt.peer.DialogPeer
- createDialog(java.awt.Dialog);
- protected abstract java.awt.peer.MenuBarPeer
- createMenuBar(java.awt.MenuBar);
- protected abstract java.awt.peer.MenuPeer
- createMenu(java.awt.Menu);
- protected abstract java.awt.peer.MenuItemPeer
- createMenuItem(java.awt.MenuItem);
- protected abstract java.awt.peer.FileDialogPeer
- createFileDialog(java.awt.FileDialog);
- protected abstract java.awt.peer.CheckboxMenuItemPeer
- createCheckboxMenuItem(java.awt.CheckboxMenuItem);|
- java.awt.Toolkit [3/4]
- public abstract java.awt.Dimension getScreenSize();
- public abstract int getScreenResolution();
- public abstract java.awt.image.ColorModel getColorModel();
- public abstract java.lang.String getFontList()[];
- public abstract java.awt.FontMetrics getFontMetrics(java.awt.Font);
- public abstract void sync();
- public static synchronized java.awt.Toolkit getDefaultToolkit();
- public abstract java.awt.Image getImage(java.lang.String);
- public abstract java.awt.Image getImage(java.net.URL);
- public abstract boolean
- prepareImage(java.awt.Image,int,int,java.awt.image.ImageObserver);|
- java.awt.Toolkit [4/4]
- public abstract int
- checkImage(java.awt.Image,int,int,java.awt.image.ImageObserver);
- public abstract java.awt.Image
- createImage(java.awt.image.ImageProducer);
- public java.awt.Toolkit();
- }|
- java.awt.Window [1/2]
- Compiled from Window.java
- public class java.awt.Window extends java.awt.Container {
- java.lang.String warningString;
- java.awt.Window();
- public java.awt.Window(java.awt.Frame);
- public synchronized void addNotify();
- public synchronized void pack();
- public void show();
- public synchronized void dispose();
- public void toFront();|
- java.awt.Window [2/2]
- public void toBack();
- public java.awt.Toolkit getToolkit();
- public final java.lang.String getWarningString();
- boolean handleTabEvent(java.awt.Event);
- void setFocusOwner(java.awt.Component);
- void nextFocus(java.awt.Component);
- }|
- java.io.BufferedInputStream [1/2]
- Compiled from BufferedInputStream.java
- public class java.io.BufferedInputStream extends
- java.io.FilterInputStream {
- protected byte buf[];
- protected int count;
- protected int pos;
- protected int markpos;
- protected int marklimit;
- public java.io.BufferedInputStream(java.io.InputStream);
- public java.io.BufferedInputStream(java.io.InputStream,int);
- public synchronized int read();|
- java.io.BufferedInputStream [2/2]
- public synchronized int read(byte [],int,int);
- public synchronized long skip(long);
- public synchronized int available();
- public synchronized void mark(int);
- public synchronized void reset();
- public boolean markSupported();
- }|
- java.io.BufferedOutputStream
- Compiled from BufferedOutputStream.java
- public class java.io.BufferedOutputStream extends
- java.io.FilterOutputStream {
- protected byte buf[];
- protected int count;
- public java.io.BufferedOutputStream(java.io.OutputStream);
- public java.io.BufferedOutputStream(java.io.OutputStream,int);
- public synchronized void write(int);
- public synchronized void write(byte [],int,int);
- public synchronized void flush();
- }|
- java.io.ByteArrayInputStream [1/2]
- Compiled from ByteArrayInputStream.java
- public class java.io.ByteArrayInputStream extends java.io.InputStream {
- protected byte buf[];
- protected int pos;
- protected int count;
- public java.io.ByteArrayInputStream(byte []);
- public java.io.ByteArrayInputStream(byte [],int,int);
- public synchronized int read();
- public synchronized int read(byte [],int,int);
- public synchronized long skip(long);|
- java.io.ByteArrayInputStream [2/2]
- public synchronized int available();
- public synchronized void reset();
- }|
- java.io.ByteArrayOutputStream [1/2]
- Compiled from ByteArrayOutputStream.java
- public class java.io.ByteArrayOutputStream extends java.io.OutputStream
- {
- protected byte buf[];
- protected int count;
- public java.io.ByteArrayOutputStream();
- public java.io.ByteArrayOutputStream(int);
- public synchronized void write(int);
- public synchronized void write(byte [],int,int);
- public synchronized void writeTo(java.io.OutputStream);
- public synchronized void reset();|
- java.io.ByteArrayOutputStream [2/2]
- public synchronized byte toByteArray()[];
- public int size();
- public java.lang.String toString();
- public java.lang.String toString(int);
- }|
- java.io.DataInput [1/2]
- Compiled from DataInput.java
- public interface java.io.DataInput extends java.lang.Object {
- public abstract void readFully(byte []);
- public abstract void readFully(byte [],int,int);
- public abstract int skipBytes(int);
- public abstract boolean readBoolean();
- public abstract byte readByte();
- public abstract int readUnsignedByte();
- public abstract short readShort();
- public abstract int readUnsignedShort();|
- java.io.DataInput [2/2]
- public abstract char readChar();
- public abstract int readInt();
- public abstract long readLong();
- public abstract float readFloat();
- public abstract double readDouble();
- public abstract java.lang.String readLine();
- public abstract java.lang.String readUTF();
- }|
- java.io.DataInputStream [1/3]
- Compiled from DataInputStream.java
- public class java.io.DataInputStream extends java.io.FilterInputStream
- implements java/io/DataInput {
- public java.io.DataInputStream(java.io.InputStream);
- public final int read(byte []);
- public final int read(byte [],int,int);
- public final void readFully(byte []);
- public final void readFully(byte [],int,int);
- public final int skipBytes(int);
- public final boolean readBoolean();
- public final byte readByte();|
- java.io.DataInputStream [2/3]
- public final int readUnsignedByte();
- public final short readShort();
- public final int readUnsignedShort();
- public final char readChar();
- public final int readInt();
- public final long readLong();
- public final float readFloat();
- public final double readDouble();
- public final java.lang.String readLine();
- public final java.lang.String readUTF();|
- java.io.DataInputStream [3/3]
- public final static java.lang.String readUTF(java.io.DataInput);
- }|
- java.io.DataOutput [1/2]
- Compiled from DataOutput.java
- public interface java.io.DataOutput extends java.lang.Object {
- public abstract void write(int);
- public abstract void write(byte []);
- public abstract void write(byte [],int,int);
- public abstract void writeBoolean(boolean);
- public abstract void writeByte(int);
- public abstract void writeShort(int);
- public abstract void writeChar(int);
- public abstract void writeInt(int);|
- java.io.DataOutput [2/2]
- public abstract void writeLong(long);
- public abstract void writeFloat(float);
- public abstract void writeDouble(double);
- public abstract void writeBytes(java.lang.String);
- public abstract void writeChars(java.lang.String);
- public abstract void writeUTF(java.lang.String);
- }|
- java.io.DataOutputStream [1/2]
- Compiled from DataOutputStream.java
- public class java.io.DataOutputStream extends
- java.io.FilterOutputStream implements java/io/DataOutput {
- protected int written;
- public java.io.DataOutputStream(java.io.OutputStream);
- public synchronized void write(int);
- public synchronized void write(byte [],int,int);
- public void flush();
- public final void writeBoolean(boolean);
- public final void writeByte(int);
- public final void writeShort(int);|
- java.io.DataOutputStream [2/2]
- public final void writeChar(int);
- public final void writeInt(int);
- public final void writeLong(long);
- public final void writeFloat(float);
- public final void writeDouble(double);
- public final void writeBytes(java.lang.String);
- public final void writeChars(java.lang.String);
- public final void writeUTF(java.lang.String);
- public final int size();
- }|
- java.io.EOFException
- Compiled from EOFException.java
- public class java.io.EOFException extends java.io.IOException {
- public java.io.EOFException();
- public java.io.EOFException(java.lang.String);
- }|
- java.io.File [1/4]
- Compiled from File.java
- public class java.io.File extends java.lang.Object {
- public static final java.lang.String separator;
- public static final char separatorChar;
- public static final java.lang.String pathSeparator;
- public static final char pathSeparatorChar;
- public java.io.File(java.lang.String);
- public java.io.File(java.lang.String,java.lang.String);
- public java.io.File(java.io.File,java.lang.String);
- public java.lang.String getName();|
- java.io.File [2/4]
- public java.lang.String getPath();
- public java.lang.String getAbsolutePath();
- public java.lang.String getParent();
- public boolean exists();
- public boolean canWrite();
- public boolean canRead();
- public boolean isFile();
- public boolean isDirectory();
- public native boolean isAbsolute();
- public long lastModified();|
- java.io.File [3/4]
- public long length();
- public boolean mkdir();
- public boolean renameTo(java.io.File);
- public boolean mkdirs();
- public java.lang.String list()[];
- public java.lang.String list(java.io.FilenameFilter)[];
- public boolean delete();
- public int hashCode();
- public boolean equals(java.lang.Object);
- public java.lang.String toString();|
- java.io.File [4/4]
- static void <clinit>();
- }|
- java.io.FileDescriptor
- Compiled from FileDescriptor.java
- public final class java.io.FileDescriptor extends java.lang.Object {
- public static final java.io.FileDescriptor in;
- public static final java.io.FileDescriptor out;
- public static final java.io.FileDescriptor err;
- public native boolean valid();
- public java.io.FileDescriptor();
- static void <clinit>();
- }|
- java.io.FileInputStream [1/2]
- Compiled from FileInputStream.java
- public class java.io.FileInputStream extends java.io.InputStream {
- public java.io.FileInputStream(java.lang.String);
- public java.io.FileInputStream(java.io.File);
- public java.io.FileInputStream(java.io.FileDescriptor);
- public native int read();
- public int read(byte []);
- public int read(byte [],int,int);
- public native long skip(long);
- public native int available();|
- java.io.FileInputStream [2/2]
- public native void close();
- public final java.io.FileDescriptor getFD();
- protected void finalize();
- }|
- java.io.FilenameFilter
- Compiled from FilenameFilter.java
- public interface java.io.FilenameFilter extends java.lang.Object {
- public abstract boolean accept(java.io.File,java.lang.String);
- }|
- java.io.FileNotFoundException
- Compiled from FileNotFoundException.java
- public class java.io.FileNotFoundException extends java.io.IOException
- {
- public java.io.FileNotFoundException();
- public java.io.FileNotFoundException(java.lang.String);
- }|
- java.io.FileOutputStream [1/2]
- Compiled from FileOutputStream.java
- public class java.io.FileOutputStream extends java.io.OutputStream {
- public java.io.FileOutputStream(java.lang.String);
- public java.io.FileOutputStream(java.io.File);
- public java.io.FileOutputStream(java.io.FileDescriptor);
- public native void write(int);
- public void write(byte []);
- public void write(byte [],int,int);
- public native void close();
- public final java.io.FileDescriptor getFD();|
- java.io.FileOutputStream [2/2]
- protected void finalize();
- }|
- java.io.FilterInputStream [1/2]
- Compiled from FilterInputStream.java
- public class java.io.FilterInputStream extends java.io.InputStream {
- protected java.io.InputStream in;
- protected java.io.FilterInputStream(java.io.InputStream);
- public int read();
- public int read(byte []);
- public int read(byte [],int,int);
- public long skip(long);
- public int available();
- public void close();|
- java.io.FilterInputStream [2/2]
- public synchronized void mark(int);
- public synchronized void reset();
- public boolean markSupported();
- }|
- java.io.FilterOutputStream
- Compiled from FilterOutputStream.java
- public class java.io.FilterOutputStream extends java.io.OutputStream {
- protected java.io.OutputStream out;
- public java.io.FilterOutputStream(java.io.OutputStream);
- public void write(int);
- public void write(byte []);
- public void write(byte [],int,int);
- public void flush();
- public void close();
- }|
- java.io.InputStream [1/2]
- Compiled from InputStream.java
- public abstract class java.io.InputStream extends java.lang.Object {
- public abstract int read();
- public int read(byte []);
- public int read(byte [],int,int);
- public long skip(long);
- public int available();
- public void close();
- public synchronized void mark(int);
- public synchronized void reset();|
- java.io.InputStream [2/2]
- public boolean markSupported();
- public java.io.InputStream();
- }|
- java.io.InterruptedIOException
- Compiled from InterruptedIOException.java
- public class java.io.InterruptedIOException extends java.io.IOException
- {
- public int bytesTransferred;
- public java.io.InterruptedIOException();
- public java.io.InterruptedIOException(java.lang.String);
- }|
- java.io.IOException
- Compiled from IOException.java
- public class java.io.IOException extends java.lang.Exception {
- public java.io.IOException();
- public java.io.IOException(java.lang.String);
- }|
- java.io.LineNumberInputStream [1/2]
- Compiled from LineNumberInputStream.java
- public class java.io.LineNumberInputStream extends
- java.io.FilterInputStream {
- int pushBack;
- int lineNumber;
- int markLineNumber;
- public java.io.LineNumberInputStream(java.io.InputStream);
- public int read();
- public int read(byte [],int,int);
- public void setLineNumber(int);
- public int getLineNumber();|
- java.io.LineNumberInputStream [2/2]
- public long skip(long);
- public int available();
- public void mark(int);
- public void reset();
- }|
- java.io.OutputStream
- Compiled from OutputStream.java
- public abstract class java.io.OutputStream extends java.lang.Object {
- public abstract void write(int);
- public void write(byte []);
- public void write(byte [],int,int);
- public void flush();
- public void close();
- public java.io.OutputStream();
- }|
- java.io.PipedInputStream [1/2]
- Compiled from PipedInputStream.java
- public class java.io.PipedInputStream extends java.io.InputStream {
- boolean closed;
- java.lang.Thread readSide;
- java.lang.Thread writeSide;
- int in;
- int out;
- public java.io.PipedInputStream(java.io.PipedOutputStream);
- public java.io.PipedInputStream();
- public void connect(java.io.PipedOutputStream);|
- java.io.PipedInputStream [2/2]
- synchronized void receive(int);
- synchronized void receive(byte [],int,int);
- synchronized void receivedLast();
- public synchronized int read();
- public synchronized int read(byte [],int,int);
- public synchronized int available();
- public void close();
- }|
- java.io.PipedOutputStream
- Compiled from PipedOutputStream.java
- public class java.io.PipedOutputStream extends java.io.OutputStream {
- public java.io.PipedOutputStream(java.io.PipedInputStream);
- public java.io.PipedOutputStream();
- public void connect(java.io.PipedInputStream);
- public void write(int);
- public void write(byte [],int,int);
- public synchronized void flush();
- public void close();
- }|
- java.io.PrintStream [1/3]
- Compiled from PrintStream.java
- public class java.io.PrintStream extends java.io.FilterOutputStream {
- public java.io.PrintStream(java.io.OutputStream);
- public java.io.PrintStream(java.io.OutputStream,boolean);
- public void write(int);
- public void write(byte [],int,int);
- public void flush();
- public void close();
- public boolean checkError();
- public void print(java.lang.Object);|
- java.io.PrintStream [2/3]
- public synchronized void print(java.lang.String);
- public synchronized void print(char []);
- public void print(char);
- public void print(int);
- public void print(long);
- public void print(float);
- public void print(double);
- public void print(boolean);
- public void println();
- public synchronized void println(java.lang.Object);|
- java.io.PrintStream [3/3]
- public synchronized void println(java.lang.String);
- public synchronized void println(char []);
- public synchronized void println(char);
- public synchronized void println(int);
- public synchronized void println(long);
- public synchronized void println(float);
- public synchronized void println(double);
- public synchronized void println(boolean);
- }|
- java.io.PushbackInputStream
- Compiled from PushbackInputStream.java
- public class java.io.PushbackInputStream extends
- java.io.FilterInputStream {
- protected int pushBack;
- public java.io.PushbackInputStream(java.io.InputStream);
- public int read();
- public int read(byte [],int,int);
- public void unread(int);
- public int available();
- public boolean markSupported();
- }|
- java.io.RandomAccessFile [1/5]
- Compiled from RandomAccessFile.java
- public class java.io.RandomAccessFile extends java.lang.Object
- implements java/io/DataOutput, java/io/DataInput {
- public java.io.RandomAccessFile(java.lang.String,java.lang.String);
- public java.io.RandomAccessFile(java.io.File,java.lang.String);
- public final java.io.FileDescriptor getFD();
- public native int read();
- public int read(byte [],int,int);
- public int read(byte []);
- public final void readFully(byte []);
- public final void readFully(byte [],int,int);|
- java.io.RandomAccessFile [2/5]
- public int skipBytes(int);
- public native void write(int);
- public void write(byte []);
- public void write(byte [],int,int);
- public native long getFilePointer();
- public native void seek(long);
- public native long length();
- public native void close();
- public final boolean readBoolean();
- public final byte readByte();|
- java.io.RandomAccessFile [3/5]
- public final int readUnsignedByte();
- public final short readShort();
- public final int readUnsignedShort();
- public final char readChar();
- public final int readInt();
- public final long readLong();
- public final float readFloat();
- public final double readDouble();
- public final java.lang.String readLine();
- public final java.lang.String readUTF();|
- java.io.RandomAccessFile [4/5]
- public final void writeBoolean(boolean);
- public final void writeByte(int);
- public final void writeShort(int);
- public final void writeChar(int);
- public final void writeInt(int);
- public final void writeLong(long);
- public final void writeFloat(float);
- public final void writeDouble(double);
- public final void writeBytes(java.lang.String);
- public final void writeChars(java.lang.String);|
- java.io.RandomAccessFile [5/5]
- public final void writeUTF(java.lang.String);
- }|
- java.io.SequenceInputStream [1/2]
- Compiled from SequenceInputStream.java
- public class java.io.SequenceInputStream extends java.io.InputStream {
- java.util.Enumeration e;
- java.io.InputStream in;
- public java.io.SequenceInputStream(java.util.Enumeration);
- public
- java.io.SequenceInputStream(java.io.InputStream,java.io.InputStream);
- final void nextStream();
- public int read();
- public int read(byte [],int,int);
- public void close();|
- java.io.SequenceInputStream [2/2]
- }|
- java.io.StreamTokenizer [1/3]
- Compiled from StreamTokenizer.java
- public class java.io.StreamTokenizer extends java.lang.Object {
- public int ttype;
- public static final int TT_EOF = -1;
- public static final int TT_EOL = 10;
- public static final int TT_NUMBER = -2;
- public static final int TT_WORD = -3;
- public java.lang.String sval;
- public double nval;
- public java.io.StreamTokenizer(java.io.InputStream);|
- java.io.StreamTokenizer [2/3]
- public void resetSyntax();
- public void wordChars(int,int);
- public void whitespaceChars(int,int);
- public void ordinaryChars(int,int);
- public void ordinaryChar(int);
- public void commentChar(int);
- public void quoteChar(int);
- public void parseNumbers();
- public void eolIsSignificant(boolean);
- public void slashStarComments(boolean);|
- java.io.StreamTokenizer [3/3]
- public void slashSlashComments(boolean);
- public void lowerCaseMode(boolean);
- public int nextToken();
- public void pushBack();
- public int lineno();
- public java.lang.String toString();
- }|
- java.io.StringBufferInputStream [1/2]
- Compiled from StringBufferInputStream.java
- public class java.io.StringBufferInputStream extends
- java.io.InputStream {
- protected java.lang.String buffer;
- protected int pos;
- protected int count;
- public java.io.StringBufferInputStream(java.lang.String);
- public synchronized int read();
- public synchronized int read(byte [],int,int);
- public synchronized long skip(long);
- public synchronized int available();|
- java.io.StringBufferInputStream [2/2]
- public synchronized void reset();
- }|
- java.io.UTFDataFormatException
- Compiled from UTFDataFormatException.java
- public class java.io.UTFDataFormatException extends java.io.IOException
- {
- public java.io.UTFDataFormatException();
- public java.io.UTFDataFormatException(java.lang.String);
- }|
- java.lang.AbstractMethodError
- Compiled from AbstractMethodError.java
- public class java.lang.AbstractMethodError extends
- java.lang.IncompatibleClassChangeError {
- public java.lang.AbstractMethodError();
- public java.lang.AbstractMethodError(java.lang.String);
- }|
- java.lang.ArithmeticException
- Compiled from ArithmeticException.java
- public class java.lang.ArithmeticException extends
- java.lang.RuntimeException {
- public java.lang.ArithmeticException();
- public java.lang.ArithmeticException(java.lang.String);
- }|
- java.lang.ArrayIndexOutOfBoundsException
- Compiled from ArrayIndexOutOfBoundsException.java
- public class java.lang.ArrayIndexOutOfBoundsException extends
- java.lang.IndexOutOfBoundsException {
- public java.lang.ArrayIndexOutOfBoundsException();
- public java.lang.ArrayIndexOutOfBoundsException(int);
- public java.lang.ArrayIndexOutOfBoundsException(java.lang.String);
- }|
- java.lang.ArrayStoreException
- Compiled from ArrayStoreException.java
- public class java.lang.ArrayStoreException extends
- java.lang.RuntimeException {
- public java.lang.ArrayStoreException();
- public java.lang.ArrayStoreException(java.lang.String);
- }|
- java.lang.Boolean [1/2]
- Compiled from Boolean.java
- public final class java.lang.Boolean extends java.lang.Object {
- public static final java.lang.Boolean TRUE;
- public static final java.lang.Boolean FALSE;
- public java.lang.Boolean(boolean);
- public java.lang.Boolean(java.lang.String);
- public boolean booleanValue();
- public static java.lang.Boolean valueOf(java.lang.String);
- public java.lang.String toString();
- public int hashCode();|
- java.lang.Boolean [2/2]
- public boolean equals(java.lang.Object);
- public static boolean getBoolean(java.lang.String);
- static void <clinit>();
- }|
- java.lang.Character [1/3]
- Compiled from Character.java
- public final class java.lang.Character extends java.lang.Object {
- public static final int MIN_RADIX = 2;
- public static final int MAX_RADIX = 36;
- public static final char MIN_VALUE = 0;
- public static final char MAX_VALUE = 65535;
- public static boolean isLowerCase(char);
- public static boolean isUpperCase(char);
- public static boolean isTitleCase(char);
- public static boolean isDigit(char);|
- java.lang.Character [2/3]
- public static boolean isDefined(char);
- public static boolean isLetter(char);
- public static boolean isLetterOrDigit(char);
- public static boolean isJavaLetter(char);
- public static boolean isJavaLetterOrDigit(char);
- public static char toLowerCase(char);
- public static char toUpperCase(char);
- public static char toTitleCase(char);
- public static int digit(char,int);
- public static boolean isSpace(char);|
- java.lang.Character [3/3]
- public static char forDigit(int,int);
- public java.lang.Character(char);
- public char charValue();
- public int hashCode();
- public boolean equals(java.lang.Object);
- public java.lang.String toString();
- static void <clinit>();
- }|
- java.lang.Class [1/2]
- Compiled from Class.java
- public final class java.lang.Class extends java.lang.Object {
- public native static java.lang.Class forName(java.lang.String);
- public native java.lang.Object newInstance();
- public native java.lang.String getName();
- public native java.lang.Class getSuperclass();
- public native java.lang.Class getInterfaces()[];
- public native java.lang.ClassLoader getClassLoader();
- public native boolean isInterface();
- public java.lang.String toString();|
- java.lang.Class [2/2]
- }|
- java.lang.ClassCastException
- Compiled from ClassCastException.java
- public class java.lang.ClassCastException extends
- java.lang.RuntimeException {
- public java.lang.ClassCastException();
- public java.lang.ClassCastException(java.lang.String);
- }|
- java.lang.ClassCircularityError
- Compiled from ClassCircularityError.java
- public class java.lang.ClassCircularityError extends
- java.lang.LinkageError {
- public java.lang.ClassCircularityError();
- public java.lang.ClassCircularityError(java.lang.String);
- }|
- java.lang.ClassFormatError
- Compiled from ClassFormatError.java
- public class java.lang.ClassFormatError extends java.lang.LinkageError
- {
- public java.lang.ClassFormatError();
- public java.lang.ClassFormatError(java.lang.String);
- }|
- java.lang.ClassLoader
- Compiled from ClassLoader.java
- public abstract class java.lang.ClassLoader extends java.lang.Object {
- protected java.lang.ClassLoader();
- protected abstract java.lang.Class
- loadClass(java.lang.String,boolean);
- protected final java.lang.Class defineClass(byte [],int,int);
- protected final void resolveClass(java.lang.Class);
- protected final java.lang.Class findSystemClass(java.lang.String);
- }|
- java.lang.ClassNotFoundException
- Compiled from ClassNotFoundException.java
- public class java.lang.ClassNotFoundException extends
- java.lang.Exception {
- public java.lang.ClassNotFoundException();
- public java.lang.ClassNotFoundException(java.lang.String);
- }|
- java.lang.Cloneable
- Compiled from Cloneable.java
- public interface java.lang.Cloneable extends java.lang.Object {
- }|
- java.lang.CloneNotSupportedException
- Compiled from CloneNotSupportedException.java
- public class java.lang.CloneNotSupportedException extends
- java.lang.Exception {
- public java.lang.CloneNotSupportedException();
- public java.lang.CloneNotSupportedException(java.lang.String);
- }|
- java.lang.Compiler
- Compiled from Compiler.java
- public final class java.lang.Compiler extends java.lang.Object {
- public native static boolean compileClass(java.lang.Class);
- public native static boolean compileClasses(java.lang.String);
- public native static java.lang.Object command(java.lang.Object);
- public native static void enable();
- public native static void disable();
- static void <clinit>();
- }|
- java.lang.Double [1/3]
- Compiled from Double.java
- public final class java.lang.Double extends java.lang.Number {
- public static final double POSITIVE_INFINITY = Inf;
- public static final double NEGATIVE_INFINITY = -Inf;
- public static final double NaN = NaN;
- public static final double MAX_VALUE =
- 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.000000;
- public static final double MIN_VALUE = 0.000000;
- public native static java.lang.String toString(double);
- public native static java.lang.Double valueOf(java.lang.String);
- public static boolean isNaN(double);|
- java.lang.Double [2/3]
- public static boolean isInfinite(double);
- public java.lang.Double(double);
- public java.lang.Double(java.lang.String);
- public boolean isNaN();
- public boolean isInfinite();
- public java.lang.String toString();
- public int intValue();
- public long longValue();
- public float floatValue();
- public double doubleValue();|
- java.lang.Double [3/3]
- public int hashCode();
- public boolean equals(java.lang.Object);
- public native static long doubleToLongBits(double);
- public native static double longBitsToDouble(long);
- }|
- java.lang.Error
- Compiled from Error.java
- public class java.lang.Error extends java.lang.Throwable {
- public java.lang.Error();
- public java.lang.Error(java.lang.String);
- }|
- java.lang.Exception
- Compiled from Exception.java
- public class java.lang.Exception extends java.lang.Throwable {
- public java.lang.Exception();
- public java.lang.Exception(java.lang.String);
- }|
- java.lang.Float [1/3]
- Compiled from Float.java
- public final class java.lang.Float extends java.lang.Number {
- public static final float POSITIVE_INFINITY = Inf;
- public static final float NEGATIVE_INFINITY = -Inf;
- public static final float NaN = NaN;
- public static final float MAX_VALUE = 3.40282e+38;
- public static final float MIN_VALUE = 1.4013e-45;
- public native static java.lang.String toString(float);
- public native static java.lang.Float valueOf(java.lang.String);
- public static boolean isNaN(float);|
- java.lang.Float [2/3]
- public static boolean isInfinite(float);
- public java.lang.Float(float);
- public java.lang.Float(double);
- public java.lang.Float(java.lang.String);
- public boolean isNaN();
- public boolean isInfinite();
- public java.lang.String toString();
- public int intValue();
- public long longValue();
- public float floatValue();|
- java.lang.Float [3/3]
- public double doubleValue();
- public int hashCode();
- public boolean equals(java.lang.Object);
- public native static int floatToIntBits(float);
- public native static float intBitsToFloat(int);
- }|
- java.lang.IllegalAccessError
- Compiled from IllegalAccessError.java
- public class java.lang.IllegalAccessError extends
- java.lang.IncompatibleClassChangeError {
- public java.lang.IllegalAccessError();
- public java.lang.IllegalAccessError(java.lang.String);
- }|
- java.lang.IllegalAccessException
- Compiled from IllegalAccessException.java
- public class java.lang.IllegalAccessException extends
- java.lang.Exception {
- public java.lang.IllegalAccessException();
- public java.lang.IllegalAccessException(java.lang.String);
- }|
- java.lang.IllegalArgumentException
- Compiled from IllegalArgumentException.java
- public class java.lang.IllegalArgumentException extends
- java.lang.RuntimeException {
- public java.lang.IllegalArgumentException();
- public java.lang.IllegalArgumentException(java.lang.String);
- }|
- java.lang.IllegalMonitorStateException
- Compiled from IllegalMonitorStateException.java
- public class java.lang.IllegalMonitorStateException extends
- java.lang.RuntimeException {
- public java.lang.IllegalMonitorStateException();
- public java.lang.IllegalMonitorStateException(java.lang.String);
- }|
- java.lang.IllegalThreadStateException
- Compiled from IllegalThreadStateException.java
- public class java.lang.IllegalThreadStateException extends
- java.lang.IllegalArgumentException {
- public java.lang.IllegalThreadStateException();
- public java.lang.IllegalThreadStateException(java.lang.String);
- }|
- java.lang.IncompatibleClassChangeError
- Compiled from IncompatibleClassChangeError.java
- public class java.lang.IncompatibleClassChangeError extends
- java.lang.LinkageError {
- public java.lang.IncompatibleClassChangeError();
- public java.lang.IncompatibleClassChangeError(java.lang.String);
- }|
- java.lang.IndexOutOfBoundsException
- Compiled from IndexOutOfBoundsException.java
- public class java.lang.IndexOutOfBoundsException extends
- java.lang.RuntimeException {
- public java.lang.IndexOutOfBoundsException();
- public java.lang.IndexOutOfBoundsException(java.lang.String);
- }|
- java.lang.InstantiationError
- Compiled from InstantiationError.java
- public class java.lang.InstantiationError extends
- java.lang.IncompatibleClassChangeError {
- public java.lang.InstantiationError();
- public java.lang.InstantiationError(java.lang.String);
- }|
- java.lang.InstantiationException
- Compiled from InstantiationException.java
- public class java.lang.InstantiationException extends
- java.lang.Exception {
- public java.lang.InstantiationException();
- public java.lang.InstantiationException(java.lang.String);
- }|
- java.lang.Integer [1/3]
- Compiled from Integer.java
- public final class java.lang.Integer extends java.lang.Number {
- public static final int MIN_VALUE = -2147483648;
- public static final int MAX_VALUE = 2147483647;
- public static java.lang.String toString(int,int);
- public static java.lang.String toHexString(int);
- public static java.lang.String toOctalString(int);
- public static java.lang.String toBinaryString(int);
- public static java.lang.String toString(int);
- public static int parseInt(java.lang.String,int);|
- java.lang.Integer [2/3]
- public static int parseInt(java.lang.String);
- public static java.lang.Integer valueOf(java.lang.String,int);
- public static java.lang.Integer valueOf(java.lang.String);
- public java.lang.Integer(int);
- public java.lang.Integer(java.lang.String);
- public int intValue();
- public long longValue();
- public float floatValue();
- public double doubleValue();
- public java.lang.String toString();|
- java.lang.Integer [3/3]
- public int hashCode();
- public boolean equals(java.lang.Object);
- public static java.lang.Integer getInteger(java.lang.String);
- public static java.lang.Integer getInteger(java.lang.String,int);
- public static java.lang.Integer
- getInteger(java.lang.String,java.lang.Integer);
- }|
- java.lang.InternalError
- Compiled from InternalError.java
- public class java.lang.InternalError extends
- java.lang.VirtualMachineError {
- public java.lang.InternalError();
- public java.lang.InternalError(java.lang.String);
- }|
- java.lang.InterruptedException
- Compiled from InterruptedException.java
- public class java.lang.InterruptedException extends java.lang.Exception
- {
- public java.lang.InterruptedException();
- public java.lang.InterruptedException(java.lang.String);
- }|
- java.lang.LinkageError
- Compiled from LinkageError.java
- public class java.lang.LinkageError extends java.lang.Error {
- public java.lang.LinkageError();
- public java.lang.LinkageError(java.lang.String);
- }|
- java.lang.Long [1/3]
- Compiled from Long.java
- public final class java.lang.Long extends java.lang.Number {
- public static final long MIN_VALUE = -9223372036854775808;
- public static final long MAX_VALUE = 9223372036854775807;
- public static java.lang.String toString(long,int);
- public static java.lang.String toHexString(long);
- public static java.lang.String toOctalString(long);
- public static java.lang.String toBinaryString(long);
- public static java.lang.String toString(long);
- public static long parseLong(java.lang.String,int);|
- java.lang.Long [2/3]
- public static long parseLong(java.lang.String);
- public static java.lang.Long valueOf(java.lang.String,int);
- public static java.lang.Long valueOf(java.lang.String);
- public java.lang.Long(long);
- public java.lang.Long(java.lang.String);
- public int intValue();
- public long longValue();
- public float floatValue();
- public double doubleValue();
- public java.lang.String toString();|
- java.lang.Long [3/3]
- public int hashCode();
- public boolean equals(java.lang.Object);
- public static java.lang.Long getLong(java.lang.String);
- public static java.lang.Long getLong(java.lang.String,long);
- public static java.lang.Long
- getLong(java.lang.String,java.lang.Long);
- }|
- java.lang.Math [1/4]
- Compiled from Math.java
- public final class java.lang.Math extends java.lang.Object {
- public static final double E = 2.718282;
- public static final double PI = 3.141593;
- public native static double sin(double);
- public native static double cos(double);
- public native static double tan(double);
- public native static double asin(double);
- public native static double acos(double);
- public native static double atan(double);|
- java.lang.Math [2/4]
- public native static double exp(double);
- public native static double log(double);
- public native static double sqrt(double);
- public native static double IEEEremainder(double,double);
- public native static double ceil(double);
- public native static double floor(double);
- public native static double rint(double);
- public native static double atan2(double,double);
- public native static double pow(double,double);
- public static int round(float);|
- java.lang.Math [3/4]
- public static long round(double);
- public static synchronized double random();
- public static int abs(int);
- public static long abs(long);
- public static float abs(float);
- public static double abs(double);
- public static int max(int,int);
- public static long max(long,long);
- public static float max(float,float);
- public static double max(double,double);|
- java.lang.Math [4/4]
- public static int min(int,int);
- public static long min(long,long);
- public static float min(float,float);
- public static double min(double,double);
- }|
- java.lang.NegativeArraySizeException
- Compiled from NegativeArraySizeException.java
- public class java.lang.NegativeArraySizeException extends
- java.lang.RuntimeException {
- public java.lang.NegativeArraySizeException();
- public java.lang.NegativeArraySizeException(java.lang.String);
- }|
- java.lang.NoClassDefFoundError
- Compiled from NoClassDefFoundError.java
- public class java.lang.NoClassDefFoundError extends
- java.lang.LinkageError {
- public java.lang.NoClassDefFoundError();
- public java.lang.NoClassDefFoundError(java.lang.String);
- }|
- java.lang.NoSuchFieldError
- Compiled from NoSuchFieldError.java
- public class java.lang.NoSuchFieldError extends
- java.lang.IncompatibleClassChangeError {
- public java.lang.NoSuchFieldError();
- public java.lang.NoSuchFieldError(java.lang.String);
- }|
- java.lang.NoSuchMethodError
- Compiled from NoSuchMethodError.java
- public class java.lang.NoSuchMethodError extends
- java.lang.IncompatibleClassChangeError {
- public java.lang.NoSuchMethodError();
- public java.lang.NoSuchMethodError(java.lang.String);
- }|
- java.lang.NoSuchMethodException
- Compiled from NoSuchMethodException.java
- public class java.lang.NoSuchMethodException extends
- java.lang.Exception {
- public java.lang.NoSuchMethodException();
- public java.lang.NoSuchMethodException(java.lang.String);
- }|
- java.lang.NullPointerException
- Compiled from NullPointerException.java
- public class java.lang.NullPointerException extends
- java.lang.RuntimeException {
- public java.lang.NullPointerException();
- public java.lang.NullPointerException(java.lang.String);
- }|
- java.lang.Number
- Compiled from Number.java
- public abstract class java.lang.Number extends java.lang.Object {
- public abstract int intValue();
- public abstract long longValue();
- public abstract float floatValue();
- public abstract double doubleValue();
- public java.lang.Number();
- }|
- java.lang.NumberFormatException
- Compiled from NumberFormatException.java
- public class java.lang.NumberFormatException extends
- java.lang.IllegalArgumentException {
- public java.lang.NumberFormatException();
- public java.lang.NumberFormatException(java.lang.String);
- }|
- java.lang.Object [1/2]
- Compiled from Object.java
- public class java.lang.Object {
- public final native java.lang.Class getClass();
- public native int hashCode();
- public boolean equals(java.lang.Object);
- protected native java.lang.Object clone();
- public java.lang.String toString();
- public final native void notify();
- public final native void notifyAll();
- public final native void wait(long);|
- java.lang.Object [2/2]
- public final void wait(long,int);
- public final void wait();
- protected void finalize();
- public java.lang.Object();
- }|
- java.lang.OutOfMemoryError
- Compiled from OutOfMemoryError.java
- public class java.lang.OutOfMemoryError extends
- java.lang.VirtualMachineError {
- public java.lang.OutOfMemoryError();
- public java.lang.OutOfMemoryError(java.lang.String);
- }|
- java.lang.Process
- Compiled from Process.java
- public abstract class java.lang.Process extends java.lang.Object {
- public abstract java.io.OutputStream getOutputStream();
- public abstract java.io.InputStream getInputStream();
- public abstract java.io.InputStream getErrorStream();
- public abstract int waitFor();
- public abstract int exitValue();
- public abstract void destroy();
- public java.lang.Process();
- }|
- java.lang.Runnable
- Compiled from Runnable.java
- public interface java.lang.Runnable extends java.lang.Object {
- public abstract void run();
- }|
- java.lang.Runtime [1/2]
- Compiled from Runtime.java
- public class java.lang.Runtime extends java.lang.Object {
- public static java.lang.Runtime getRuntime();
- public void exit(int);
- public java.lang.Process exec(java.lang.String);
- public java.lang.Process exec(java.lang.String,java.lang.String
- []);
- public java.lang.Process exec(java.lang.String []);
- public java.lang.Process exec(java.lang.String [],java.lang.String
- []);
- public native long freeMemory();
- public native long totalMemory();|
- java.lang.Runtime [2/2]
- public native void gc();
- public native void runFinalization();
- public native void traceInstructions(boolean);
- public native void traceMethodCalls(boolean);
- public synchronized void load(java.lang.String);
- public synchronized void loadLibrary(java.lang.String);
- public java.io.InputStream
- getLocalizedInputStream(java.io.InputStream);
- public java.io.OutputStream
- getLocalizedOutputStream(java.io.OutputStream);
- static void <clinit>();
- }|
- java.lang.RuntimeException
- Compiled from RuntimeException.java
- public class java.lang.RuntimeException extends java.lang.Exception {
- public java.lang.RuntimeException();
- public java.lang.RuntimeException(java.lang.String);
- }|
- java.lang.SecurityException
- Compiled from SecurityException.java
- public class java.lang.SecurityException extends
- java.lang.RuntimeException {
- public java.lang.SecurityException();
- public java.lang.SecurityException(java.lang.String);
- }|
- java.lang.SecurityManager [1/4]
- Compiled from SecurityManager.java
- public abstract class java.lang.SecurityManager extends
- java.lang.Object {
- protected boolean inCheck;
- public boolean getInCheck();
- protected java.lang.SecurityManager();
- protected native java.lang.Class getClassContext()[];
- protected native java.lang.ClassLoader currentClassLoader();
- protected native int classDepth(java.lang.String);
- protected native int classLoaderDepth();
- protected boolean inClass(java.lang.String);|
- java.lang.SecurityManager [2/4]
- protected boolean inClassLoader();
- public java.lang.Object getSecurityContext();
- public void checkCreateClassLoader();
- public void checkAccess(java.lang.Thread);
- public void checkAccess(java.lang.ThreadGroup);
- public void checkExit(int);
- public void checkExec(java.lang.String);
- public void checkLink(java.lang.String);
- public void checkRead(java.io.FileDescriptor);
- public void checkRead(java.lang.String);|
- java.lang.SecurityManager [3/4]
- public void checkRead(java.lang.String,java.lang.Object);
- public void checkWrite(java.io.FileDescriptor);
- public void checkWrite(java.lang.String);
- public void checkDelete(java.lang.String);
- public void checkConnect(java.lang.String,int);
- public void checkConnect(java.lang.String,int,java.lang.Object);
- public void checkListen(int);
- public void checkAccept(java.lang.String,int);
- public void checkPropertiesAccess();
- public void checkPropertyAccess(java.lang.String);|
- java.lang.SecurityManager [4/4]
- public void checkPropertyAccess(java.lang.String,java.lang.String);
- public boolean checkTopLevelWindow(java.lang.Object);
- public void checkPackageAccess(java.lang.String);
- public void checkPackageDefinition(java.lang.String);
- public void checkSetFactory();
- }|
- java.lang.StackOverflowError
- Compiled from StackOverflowError.java
- public class java.lang.StackOverflowError extends
- java.lang.VirtualMachineError {
- public java.lang.StackOverflowError();
- public java.lang.StackOverflowError(java.lang.String);
- }|
- java.lang.String [1/6]
- Compiled from String.java
- public final class java.lang.String extends java.lang.Object {
- public java.lang.String();
- public java.lang.String(java.lang.String);
- public java.lang.String(char []);
- public java.lang.String(char [],int,int);
- public java.lang.String(byte [],int,int,int);
- public java.lang.String(byte [],int);
- public java.lang.String(java.lang.StringBuffer);
- public int length();|
- java.lang.String [2/6]
- public char charAt(int);
- public void getChars(int,int,char [],int);
- public void getBytes(int,int,byte [],int);
- public boolean equals(java.lang.Object);
- public boolean equalsIgnoreCase(java.lang.String);
- public int compareTo(java.lang.String);
- public boolean regionMatches(int,java.lang.String,int,int);
- public boolean regionMatches(boolean,int,java.lang.String,int,int);
- public boolean startsWith(java.lang.String,int);
- public boolean startsWith(java.lang.String);|
- java.lang.String [3/6]
- public boolean endsWith(java.lang.String);
- public int hashCode();
- public int indexOf(int);
- public int indexOf(int,int);
- public int lastIndexOf(int);
- public int lastIndexOf(int,int);
- public int indexOf(java.lang.String);
- public int indexOf(java.lang.String,int);
- public int lastIndexOf(java.lang.String);
- public int lastIndexOf(java.lang.String,int);|
- java.lang.String [4/6]
- public java.lang.String substring(int);
- public java.lang.String substring(int,int);
- public java.lang.String concat(java.lang.String);
- public java.lang.String replace(char,char);
- public java.lang.String toLowerCase();
- public java.lang.String toUpperCase();
- public java.lang.String trim();
- public java.lang.String toString();
- public char toCharArray()[];
- public static java.lang.String valueOf(java.lang.Object);|
- java.lang.String [5/6]
- public static java.lang.String valueOf(char []);
- public static java.lang.String valueOf(char [],int,int);
- public static java.lang.String copyValueOf(char [],int,int);
- public static java.lang.String copyValueOf(char []);
- public static java.lang.String valueOf(boolean);
- public static java.lang.String valueOf(char);
- public static java.lang.String valueOf(int);
- public static java.lang.String valueOf(long);
- public static java.lang.String valueOf(float);
- public static java.lang.String valueOf(double);|
- java.lang.String [6/6]
- public java.lang.String intern();
- int utfLength();
- }|
- java.lang.StringBuffer [1/4]
- Compiled from StringBuffer.java
- public final class java.lang.StringBuffer extends java.lang.Object {
- public java.lang.StringBuffer();
- public java.lang.StringBuffer(int);
- public java.lang.StringBuffer(java.lang.String);
- public int length();
- public int capacity();
- public synchronized void ensureCapacity(int);
- public synchronized void setLength(int);
- public synchronized char charAt(int);|
- java.lang.StringBuffer [2/4]
- public synchronized void getChars(int,int,char [],int);
- public synchronized void setCharAt(int,char);
- public synchronized java.lang.StringBuffer
- append(java.lang.Object);
- public synchronized java.lang.StringBuffer
- append(java.lang.String);
- public synchronized java.lang.StringBuffer append(char []);
- public synchronized java.lang.StringBuffer append(char [],int,int);
- public java.lang.StringBuffer append(boolean);
- public synchronized java.lang.StringBuffer append(char);
- public java.lang.StringBuffer append(int);
- public java.lang.StringBuffer append(long);|
- java.lang.StringBuffer [3/4]
- public java.lang.StringBuffer append(float);
- public java.lang.StringBuffer append(double);
- public synchronized java.lang.StringBuffer
- insert(int,java.lang.Object);
- public synchronized java.lang.StringBuffer
- insert(int,java.lang.String);
- public synchronized java.lang.StringBuffer insert(int,char []);
- public java.lang.StringBuffer insert(int,boolean);
- public synchronized java.lang.StringBuffer insert(int,char);
- public java.lang.StringBuffer insert(int,int);
- public java.lang.StringBuffer insert(int,long);
- public java.lang.StringBuffer insert(int,float);|
- java.lang.StringBuffer [4/4]
- public java.lang.StringBuffer insert(int,double);
- public synchronized java.lang.StringBuffer reverse();
- public java.lang.String toString();
- final void setShared();
- final char getValue()[];
- }|
- java.lang.StringIndexOutOfBoundsException
- Compiled from StringIndexOutOfBoundsException.java
- public class java.lang.StringIndexOutOfBoundsException extends
- java.lang.IndexOutOfBoundsException {
- public java.lang.StringIndexOutOfBoundsException();
- public java.lang.StringIndexOutOfBoundsException(java.lang.String);
- public java.lang.StringIndexOutOfBoundsException(int);
- }|
- java.lang.System [1/3]
- Compiled from System.java
- public final class java.lang.System extends java.lang.Object {
- public static java.io.InputStream in;
- public static java.io.PrintStream out;
- public static java.io.PrintStream err;
- public static void setSecurityManager(java.lang.SecurityManager);
- public static java.lang.SecurityManager getSecurityManager();
- public native static long currentTimeMillis();
- public native static void
- arraycopy(java.lang.Object,int,java.lang.Object,int,int);
- public static java.util.Properties getProperties();|
- java.lang.System [2/3]
- public static void setProperties(java.util.Properties);
- public static java.lang.String getProperty(java.lang.String);
- public static java.lang.String
- getProperty(java.lang.String,java.lang.String);
- public static java.lang.String getenv(java.lang.String);
- public static void exit(int);
- public static void gc();
- public static void runFinalization();
- public static void load(java.lang.String);
- public static void loadLibrary(java.lang.String);
- static void <clinit>();|
- java.lang.System [3/3]
- }|
- java.lang.Thread [1/5]
- Compiled from Thread.java
- public class java.lang.Thread extends java.lang.Object implements
- java/lang/Runnable {
- public static final int MIN_PRIORITY = 1;
- public static final int NORM_PRIORITY = 5;
- public static final int MAX_PRIORITY = 10;
- public native static java.lang.Thread currentThread();
- public native static void yield();
- public native static void sleep(long);
- public static void sleep(long,int);
- public java.lang.Thread();|
- java.lang.Thread [2/5]
- public java.lang.Thread(java.lang.Runnable);
- public java.lang.Thread(java.lang.ThreadGroup,java.lang.Runnable);
- public java.lang.Thread(java.lang.String);
- public java.lang.Thread(java.lang.ThreadGroup,java.lang.String);
- public java.lang.Thread(java.lang.Runnable,java.lang.String);
- public
- java.lang.Thread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String);
- public native synchronized void start();
- public void run();
- public final void stop();
- public final synchronized void stop(java.lang.Throwable);|
- java.lang.Thread [3/5]
- public void interrupt();
- public static boolean interrupted();
- public boolean isInterrupted();
- public void destroy();
- public final native boolean isAlive();
- public final void suspend();
- public final void resume();
- public final void setPriority(int);
- public final int getPriority();
- public final void setName(java.lang.String);|
- java.lang.Thread [4/5]
- public final java.lang.String getName();
- public final java.lang.ThreadGroup getThreadGroup();
- public static int activeCount();
- public static int enumerate(java.lang.Thread []);
- public native int countStackFrames();
- public final synchronized void join(long);
- public final synchronized void join(long,int);
- public final void join();
- public static void dumpStack();
- public final void setDaemon(boolean);|
- java.lang.Thread [5/5]
- public final boolean isDaemon();
- public void checkAccess();
- public java.lang.String toString();
- }|
- java.lang.ThreadDeath
- Compiled from ThreadDeath.java
- public class java.lang.ThreadDeath extends java.lang.Error {
- public java.lang.ThreadDeath();
- }|
- java.lang.ThreadGroup [1/4]
- Compiled from ThreadGroup.java
- public class java.lang.ThreadGroup extends java.lang.Object {
- java.lang.ThreadGroup parent;
- java.lang.String name;
- int maxPriority;
- boolean destroyed;
- boolean daemon;
- int nthreads;
- java.lang.Thread threads[];
- int ngroups;|
- java.lang.ThreadGroup [2/4]
- java.lang.ThreadGroup groups[];
- public java.lang.ThreadGroup(java.lang.String);
- public
- java.lang.ThreadGroup(java.lang.ThreadGroup,java.lang.String);
- public final java.lang.String getName();
- public final java.lang.ThreadGroup getParent();
- public final int getMaxPriority();
- public final boolean isDaemon();
- public final void setDaemon(boolean);
- public final synchronized void setMaxPriority(int);
- public final boolean parentOf(java.lang.ThreadGroup);|
- java.lang.ThreadGroup [3/4]
- public final void checkAccess();
- public synchronized int activeCount();
- public int enumerate(java.lang.Thread []);
- public int enumerate(java.lang.Thread [],boolean);
- public synchronized int activeGroupCount();
- public int enumerate(java.lang.ThreadGroup []);
- public int enumerate(java.lang.ThreadGroup [],boolean);
- public final synchronized void stop();
- public final synchronized void suspend();
- public final synchronized void resume();|
- java.lang.ThreadGroup [4/4]
- public final synchronized void destroy();
- synchronized void add(java.lang.Thread);
- synchronized void remove(java.lang.Thread);
- public synchronized void list();
- void list(java.io.PrintStream,int);
- public void
- uncaughtException(java.lang.Thread,java.lang.Throwable);
- public java.lang.String toString();
- }|
- java.lang.Throwable
- Compiled from Throwable.java
- public class java.lang.Throwable extends java.lang.Object {
- public java.lang.Throwable();
- public java.lang.Throwable(java.lang.String);
- public java.lang.String getMessage();
- public java.lang.String toString();
- public void printStackTrace();
- public void printStackTrace(java.io.PrintStream);
- public native java.lang.Throwable fillInStackTrace();
- }|
- java.lang.UnknownError
- Compiled from UnknownError.java
- public class java.lang.UnknownError extends
- java.lang.VirtualMachineError {
- public java.lang.UnknownError();
- public java.lang.UnknownError(java.lang.String);
- }|
- java.lang.UnsatisfiedLinkError
- Compiled from UnsatisfiedLinkError.java
- public class java.lang.UnsatisfiedLinkError extends
- java.lang.LinkageError {
- public java.lang.UnsatisfiedLinkError();
- public java.lang.UnsatisfiedLinkError(java.lang.String);
- }|
- java.lang.VerifyError
- Compiled from VerifyError.java
- public class java.lang.VerifyError extends java.lang.LinkageError {
- public java.lang.VerifyError();
- public java.lang.VerifyError(java.lang.String);
- }|
- java.lang.VirtualMachineError
- Compiled from VirtualMachineError.java
- public abstract class java.lang.VirtualMachineError extends
- java.lang.Error {
- public java.lang.VirtualMachineError();
- public java.lang.VirtualMachineError(java.lang.String);
- }|
- java.net.ContentHandler
- Compiled from ContentHandler.java
- public abstract class java.net.ContentHandler extends java.lang.Object
- {
- public abstract java.lang.Object
- getContent(java.net.URLConnection);
- public java.net.ContentHandler();
- }|
- java.net.ContentHandlerFactory
- Compiled from ContentHandlerFactory.java
- public interface java.net.ContentHandlerFactory extends
- java.lang.Object {
- public abstract java.net.ContentHandler
- createContentHandler(java.lang.String);
- }|
- java.net.DatagramPacket
- Compiled from DatagramPacket.java
- public final class java.net.DatagramPacket extends java.lang.Object {
- public java.net.DatagramPacket(byte [],int);
- public java.net.DatagramPacket(byte
- [],int,java.net.InetAddress,int);
- public java.net.InetAddress getAddress();
- public int getPort();
- public byte getData()[];
- public int getLength();
- }|
- java.net.DatagramSocket [1/2]
- Compiled from DatagramSocket.java
- public class java.net.DatagramSocket extends java.lang.Object {
- public java.net.DatagramSocket();
- public java.net.DatagramSocket(int);
- public void send(java.net.DatagramPacket);
- public synchronized void receive(java.net.DatagramPacket);
- public int getLocalPort();
- public synchronized void close();
- protected synchronized void finalize();
- static void <clinit>();|
- java.net.DatagramSocket [2/2]
- }|
- java.net.InetAddress [1/3]
- Compiled from InetAddress.java
- public final class java.net.InetAddress extends java.lang.Object {
- java.lang.String hostName;
- int address;
- int family;
- static java.util.Hashtable addressCache;
- static java.net.InetAddress unknownAddress;
- static java.net.InetAddress anyLocalAddress;
- static java.net.InetAddress localHost;
- java.net.InetAddress();|
- java.net.InetAddress [2/3]
- java.net.InetAddress(java.lang.String,byte []);
- public java.lang.String getHostName();
- public byte getAddress()[];
- public java.lang.String getHostAddress();
- public int hashCode();
- public boolean equals(java.lang.Object);
- public java.lang.String toString();
- public static synchronized java.net.InetAddress
- getByName(java.lang.String);
- public static synchronized java.net.InetAddress
- getAllByName(java.lang.String)[];
- public static java.net.InetAddress getLocalHost();|
- java.net.InetAddress [3/3]
- static void <clinit>();
- }|
- java.net.MalformedURLException
- Compiled from MalformedURLException.java
- public class java.net.MalformedURLException extends java.io.IOException
- {
- public java.net.MalformedURLException();
- public java.net.MalformedURLException(java.lang.String);
- }|
- java.net.PlainSocketImpl [1/2]
- Compiled from PlainSocketImpl.java
- class java.net.PlainSocketImpl extends java.net.SocketImpl {
- public static final java.lang.String socksServerProp =
- "socksProxyHost";
- public static final java.lang.String socksPortProp =
- "socksProxyPort";
- public static final java.lang.String socksDefaultPortStr = "1080";
- protected synchronized void create(boolean);
- protected void connect(java.lang.String,int);
- protected void connect(java.net.InetAddress,int);
- protected synchronized void bind(java.net.InetAddress,int);
- protected synchronized void listen(int);|
- java.net.PlainSocketImpl [2/2]
- protected synchronized void accept(java.net.SocketImpl);
- protected synchronized java.io.InputStream getInputStream();
- protected synchronized java.io.OutputStream getOutputStream();
- protected synchronized int available();
- protected synchronized void close();
- protected synchronized void finalize();
- java.net.PlainSocketImpl();
- static void <clinit>();
- }|
- java.net.ProtocolException
- Compiled from ProtocolException.java
- public class java.net.ProtocolException extends java.io.IOException {
- public java.net.ProtocolException(java.lang.String);
- public java.net.ProtocolException();
- }|
- java.net.ServerSocket [1/2]
- Compiled from ServerSocket.java
- public final class java.net.ServerSocket extends java.lang.Object {
- java.net.SocketImpl impl;
- java.net.ServerSocket();
- public java.net.ServerSocket(int);
- public java.net.ServerSocket(int,int);
- public java.net.InetAddress getInetAddress();
- public int getLocalPort();
- public java.net.Socket accept();
- public void close();|
- java.net.ServerSocket [2/2]
- public java.lang.String toString();
- public static synchronized void
- setSocketFactory(java.net.SocketImplFactory);
- }|
- java.net.Socket [1/2]
- Compiled from Socket.java
- public final class java.net.Socket extends java.lang.Object {
- java.net.SocketImpl impl;
- java.net.Socket();
- public java.net.Socket(java.lang.String,int);
- public java.net.Socket(java.lang.String,int,boolean);
- public java.net.Socket(java.net.InetAddress,int);
- public java.net.Socket(java.net.InetAddress,int,boolean);
- public java.net.InetAddress getInetAddress();
- public int getPort();|
- java.net.Socket [2/2]
- public int getLocalPort();
- public java.io.InputStream getInputStream();
- public java.io.OutputStream getOutputStream();
- public synchronized void close();
- public java.lang.String toString();
- public static synchronized void
- setSocketImplFactory(java.net.SocketImplFactory);
- }|
- java.net.SocketException
- Compiled from SocketException.java
- public class java.net.SocketException extends java.io.IOException {
- public java.net.SocketException(java.lang.String);
- public java.net.SocketException();
- }|
- java.net.SocketImpl [1/3]
- Compiled from SocketImpl.java
- public abstract class java.net.SocketImpl extends java.lang.Object {
- protected java.io.FileDescriptor fd;
- protected java.net.InetAddress address;
- protected int port;
- protected int localport;
- protected abstract void create(boolean);
- protected abstract void connect(java.lang.String,int);
- protected abstract void connect(java.net.InetAddress,int);
- protected abstract void bind(java.net.InetAddress,int);|
- java.net.SocketImpl [2/3]
- protected abstract void listen(int);
- protected abstract void accept(java.net.SocketImpl);
- protected abstract java.io.InputStream getInputStream();
- protected abstract java.io.OutputStream getOutputStream();
- protected abstract int available();
- protected abstract void close();
- protected java.io.FileDescriptor getFileDescriptor();
- protected java.net.InetAddress getInetAddress();
- protected int getPort();
- protected int getLocalPort();|
- java.net.SocketImpl [3/3]
- public java.lang.String toString();
- public java.net.SocketImpl();
- }|
- java.net.SocketImplFactory
- Compiled from SocketImplFactory.java
- public interface java.net.SocketImplFactory extends java.lang.Object {
- public abstract java.net.SocketImpl createSocketImpl();
- }|
- java.net.SocketInputStream [1/2]
- Compiled from SocketInputStream.java
- class java.net.SocketInputStream extends java.io.FileInputStream {
- java.net.SocketInputStream(java.net.SocketImpl);
- public int read(byte []);
- public int read(byte [],int,int);
- public int read();
- public long skip(long);
- public int available();
- public void close();
- protected void finalize();|
- java.net.SocketInputStream [2/2]
- }|
- java.net.SocketOutputStream
- Compiled from SocketOutputStream.java
- class java.net.SocketOutputStream extends java.io.FileOutputStream {
- java.net.SocketOutputStream(java.net.SocketImpl);
- public void write(int);
- public void write(byte []);
- public void write(byte [],int,int);
- public void close();
- protected void finalize();
- }|
- java.net.UnknownHostException
- Compiled from UnknownHostException.java
- public class java.net.UnknownHostException extends java.io.IOException
- {
- public java.net.UnknownHostException(java.lang.String);
- public java.net.UnknownHostException();
- }|
- java.net.UnknownServiceException
- Compiled from UnknownServiceException.java
- public class java.net.UnknownServiceException extends
- java.io.IOException {
- public java.net.UnknownServiceException();
- public java.net.UnknownServiceException(java.lang.String);
- }|
- java.net.URL [1/3]
- Compiled from URL.java
- public final class java.net.URL extends java.lang.Object {
- java.net.URLStreamHandler handler;
- static java.net.URLStreamHandlerFactory factory;
- static java.util.Hashtable handlers;
- public
- java.net.URL(java.lang.String,java.lang.String,int,java.lang.String);
- public
- java.net.URL(java.lang.String,java.lang.String,java.lang.String);
- public java.net.URL(java.lang.String);
- public java.net.URL(java.net.URL,java.lang.String);
- protected void
- set(java.lang.String,java.lang.String,int,java.lang.String,java.lang.String);|
- java.net.URL [2/3]
- public int getPort();
- public java.lang.String getProtocol();
- public java.lang.String getHost();
- public java.lang.String getFile();
- public java.lang.String getRef();
- public boolean equals(java.lang.Object);
- public int hashCode();
- boolean hostsEqual(java.lang.String,java.lang.String);
- public boolean sameFile(java.net.URL);
- public java.lang.String toString();|
- java.net.URL [3/3]
- public java.lang.String toExternalForm();
- public java.net.URLConnection openConnection();
- public final java.io.InputStream openStream();
- public final java.lang.Object getContent();
- public static synchronized void
- setURLStreamHandlerFactory(java.net.URLStreamHandlerFactory);
- static synchronized java.net.URLStreamHandler
- getURLStreamHandler(java.lang.String);
- static void <clinit>();
- }|
- java.net.URLConnection [1/6]
- Compiled from URLConnection.java
- public abstract class java.net.URLConnection extends java.lang.Object {
- protected java.net.URL url;
- protected boolean doInput;
- protected boolean doOutput;
- protected boolean allowUserInteraction;
- protected boolean useCaches;
- protected long ifModifiedSince;
- protected boolean connected;
- static java.net.ContentHandlerFactory factory;|
- java.net.URLConnection [2/6]
- static java.util.Hashtable extension_map;
- public abstract void connect();
- protected java.net.URLConnection(java.net.URL);
- public java.net.URL getURL();
- public int getContentLength();
- public java.lang.String getContentType();
- public java.lang.String getContentEncoding();
- public long getExpiration();
- public long getDate();
- public long getLastModified();|
- java.net.URLConnection [3/6]
- public java.lang.String getHeaderField(java.lang.String);
- public int getHeaderFieldInt(java.lang.String,int);
- public long getHeaderFieldDate(java.lang.String,long);
- public java.lang.String getHeaderFieldKey(int);
- public java.lang.String getHeaderField(int);
- public java.lang.Object getContent();
- public java.io.InputStream getInputStream();
- public java.io.OutputStream getOutputStream();
- public java.lang.String toString();
- public void setDoInput(boolean);|
- java.net.URLConnection [4/6]
- public boolean getDoInput();
- public void setDoOutput(boolean);
- public boolean getDoOutput();
- public void setAllowUserInteraction(boolean);
- public boolean getAllowUserInteraction();
- public static void setDefaultAllowUserInteraction(boolean);
- public static boolean getDefaultAllowUserInteraction();
- public void setUseCaches(boolean);
- public boolean getUseCaches();
- public void setIfModifiedSince(long);|
- java.net.URLConnection [5/6]
- public long getIfModifiedSince();
- public boolean getDefaultUseCaches();
- public void setDefaultUseCaches(boolean);
- public void setRequestProperty(java.lang.String,java.lang.String);
- public java.lang.String getRequestProperty(java.lang.String);
- public static void
- setDefaultRequestProperty(java.lang.String,java.lang.String);
- public static java.lang.String
- getDefaultRequestProperty(java.lang.String);
- public static synchronized void
- setContentHandlerFactory(java.net.ContentHandlerFactory);
- synchronized java.net.ContentHandler getContentHandler();
- protected static java.lang.String
- guessContentTypeFromName(java.lang.String);|
- java.net.URLConnection [6/6]
- protected static java.lang.String
- guessContentTypeFromStream(java.io.InputStream);
- static void <clinit>();
- }|
- java.net.URLEncoder
- Compiled from URLEncoder.java
- public class java.net.URLEncoder extends java.lang.Object {
- static java.util.BitSet dontNeedEncoding;
- public static java.lang.String encode(java.lang.String);
- static void <clinit>();
- }|
- java.net.URLStreamHandler
- Compiled from URLStreamHandler.java
- public abstract class java.net.URLStreamHandler extends
- java.lang.Object {
- protected abstract java.net.URLConnection
- openConnection(java.net.URL);
- protected void parseURL(java.net.URL,java.lang.String,int,int);
- protected java.lang.String toExternalForm(java.net.URL);
- protected void
- setURL(java.net.URL,java.lang.String,java.lang.String,int,java.lang.String,java.lang.String);
- public java.net.URLStreamHandler();
- }|
- java.net.URLStreamHandlerFactory
- Compiled from URLStreamHandlerFactory.java
- public interface java.net.URLStreamHandlerFactory extends
- java.lang.Object {
- public abstract java.net.URLStreamHandler
- createURLStreamHandler(java.lang.String);
- }|
- java.util.BitSet [1/2]
- Compiled from BitSet.java
- public final class java.util.BitSet extends java.lang.Object implements
- java/lang/Cloneable {
- static final int BITS = 6;
- static final int MASK = 63;
- long bits[];
- public java.util.BitSet();
- public java.util.BitSet(int);
- public void set(int);
- public void clear(int);
- public boolean get(int);|
- java.util.BitSet [2/2]
- public void and(java.util.BitSet);
- public void or(java.util.BitSet);
- public void xor(java.util.BitSet);
- public int hashCode();
- public int size();
- public boolean equals(java.lang.Object);
- public java.lang.Object clone();
- public java.lang.String toString();
- }|
- java.util.Date [1/4]
- Compiled from Date.java
- public class java.util.Date extends java.lang.Object {
- public java.util.Date();
- public java.util.Date(long);
- public java.util.Date(int,int,int);
- public java.util.Date(int,int,int,int,int);
- public java.util.Date(int,int,int,int,int,int);
- public java.util.Date(java.lang.String);
- public static long UTC(int,int,int,int,int,int);
- public static long parse(java.lang.String);|
- java.util.Date [2/4]
- public int getYear();
- public void setYear(int);
- public int getMonth();
- public void setMonth(int);
- public int getDate();
- public void setDate(int);
- public int getDay();
- public int getHours();
- public void setHours(int);
- public int getMinutes();|
- java.util.Date [3/4]
- public void setMinutes(int);
- public int getSeconds();
- public void setSeconds(int);
- public long getTime();
- public void setTime(long);
- public boolean before(java.util.Date);
- public boolean after(java.util.Date);
- public boolean equals(java.lang.Object);
- public int hashCode();
- public native java.lang.String toString();|
- java.util.Date [4/4]
- public native java.lang.String toLocaleString();
- public native java.lang.String toGMTString();
- public int getTimezoneOffset();
- static void <clinit>();
- }|
- java.util.Dictionary [1/2]
- Compiled from Dictionary.java
- public abstract class java.util.Dictionary extends java.lang.Object {
- public abstract int size();
- public abstract boolean isEmpty();
- public abstract java.util.Enumeration keys();
- public abstract java.util.Enumeration elements();
- public abstract java.lang.Object get(java.lang.Object);
- public abstract java.lang.Object
- put(java.lang.Object,java.lang.Object);
- public abstract java.lang.Object remove(java.lang.Object);
- public java.util.Dictionary();|
- java.util.Dictionary [2/2]
- }|
- java.util.EmptyStackException
- Compiled from EmptyStackException.java
- public class java.util.EmptyStackException extends
- java.lang.RuntimeException {
- public java.util.EmptyStackException();
- }|
- java.util.Enumeration
- Compiled from Enumeration.java
- public interface java.util.Enumeration extends java.lang.Object {
- public abstract boolean hasMoreElements();
- public abstract java.lang.Object nextElement();
- }|
- java.util.Hashtable [1/2]
- Compiled from Hashtable.java
- public class java.util.Hashtable extends java.util.Dictionary
- implements java/lang/Cloneable {
- public java.util.Hashtable(int,float);
- public java.util.Hashtable(int);
- public java.util.Hashtable();
- public int size();
- public boolean isEmpty();
- public synchronized java.util.Enumeration keys();
- public synchronized java.util.Enumeration elements();
- public synchronized boolean contains(java.lang.Object);|
- java.util.Hashtable [2/2]
- public synchronized boolean containsKey(java.lang.Object);
- public synchronized java.lang.Object get(java.lang.Object);
- protected void rehash();
- public synchronized java.lang.Object
- put(java.lang.Object,java.lang.Object);
- public synchronized java.lang.Object remove(java.lang.Object);
- public synchronized void clear();
- public synchronized java.lang.Object clone();
- public synchronized java.lang.String toString();
- }|
- java.util.NoSuchElementException
- Compiled from NoSuchElementException.java
- public class java.util.NoSuchElementException extends
- java.lang.RuntimeException {
- public java.util.NoSuchElementException();
- public java.util.NoSuchElementException(java.lang.String);
- }|
- java.util.Observable [1/2]
- Compiled from Observable.java
- public class java.util.Observable extends java.lang.Object {
- public synchronized void addObserver(java.util.Observer);
- public synchronized void deleteObserver(java.util.Observer);
- public void notifyObservers();
- public synchronized void notifyObservers(java.lang.Object);
- public synchronized void deleteObservers();
- protected synchronized void setChanged();
- protected synchronized void clearChanged();
- public synchronized boolean hasChanged();|
- java.util.Observable [2/2]
- public synchronized int countObservers();
- public java.util.Observable();
- }|
- java.util.Observer
- Compiled from Observer.java
- public interface java.util.Observer extends java.lang.Object {
- public abstract void update(java.util.Observable,java.lang.Object);
- }|
- java.util.Properties [1/2]
- Compiled from Properties.java
- public class java.util.Properties extends java.util.Hashtable {
- protected java.util.Properties defaults;
- public java.util.Properties();
- public java.util.Properties(java.util.Properties);
- public synchronized void load(java.io.InputStream);
- public synchronized void
- save(java.io.OutputStream,java.lang.String);
- public java.lang.String getProperty(java.lang.String);
- public java.lang.String
- getProperty(java.lang.String,java.lang.String);
- public java.util.Enumeration propertyNames();|
- java.util.Properties [2/2]
- public void list(java.io.PrintStream);
- }|
- java.util.Random [1/2]
- Compiled from Random.java
- public class java.util.Random extends java.lang.Object {
- public java.util.Random();
- public java.util.Random(long);
- public synchronized void setSeed(long);
- public int nextInt();
- public long nextLong();
- public float nextFloat();
- public double nextDouble();
- public synchronized double nextGaussian();|
- java.util.Random [2/2]
- static void <clinit>();
- }|
- java.util.Stack
- Compiled from Stack.java
- public class java.util.Stack extends java.util.Vector {
- public java.lang.Object push(java.lang.Object);
- public java.lang.Object pop();
- public java.lang.Object peek();
- public boolean empty();
- public int search(java.lang.Object);
- public java.util.Stack();
- }|
- java.util.StringTokenizer [1/2]
- Compiled from StringTokenizer.java
- public class java.util.StringTokenizer extends java.lang.Object
- implements java/util/Enumeration {
- public
- java.util.StringTokenizer(java.lang.String,java.lang.String,boolean);
- public
- java.util.StringTokenizer(java.lang.String,java.lang.String);
- public java.util.StringTokenizer(java.lang.String);
- public boolean hasMoreTokens();
- public java.lang.String nextToken();
- public java.lang.String nextToken(java.lang.String);
- public boolean hasMoreElements();
- public java.lang.Object nextElement();|
- java.util.StringTokenizer [2/2]
- public int countTokens();
- }|
- java.util.Vector [1/4]
- Compiled from Vector.java
- public class java.util.Vector extends java.lang.Object implements
- java/lang/Cloneable {
- protected java.lang.Object elementData[];
- protected int elementCount;
- protected int capacityIncrement;
- public java.util.Vector(int,int);
- public java.util.Vector(int);
- public java.util.Vector();
- public final synchronized void copyInto(java.lang.Object []);
- public final synchronized void trimToSize();|
- java.util.Vector [2/4]
- public final synchronized void ensureCapacity(int);
- public final synchronized void setSize(int);
- public final int capacity();
- public final int size();
- public final boolean isEmpty();
- public final synchronized java.util.Enumeration elements();
- public final boolean contains(java.lang.Object);
- public final int indexOf(java.lang.Object);
- public final synchronized int indexOf(java.lang.Object,int);
- public final int lastIndexOf(java.lang.Object);|
- java.util.Vector [3/4]
- public final synchronized int lastIndexOf(java.lang.Object,int);
- public final synchronized java.lang.Object elementAt(int);
- public final synchronized java.lang.Object firstElement();
- public final synchronized java.lang.Object lastElement();
- public final synchronized void setElementAt(java.lang.Object,int);
- public final synchronized void removeElementAt(int);
- public final synchronized void
- insertElementAt(java.lang.Object,int);
- public final synchronized void addElement(java.lang.Object);
- public final synchronized boolean removeElement(java.lang.Object);
- public final synchronized void removeAllElements();|
- java.util.Vector [4/4]
- public synchronized java.lang.Object clone();
- public final synchronized java.lang.String toString();
- }|
- join()
- Method in class java.lang.Thread
- Waits forever for this Thread to die|
- join(long)
- Method in class java.lang.Thread
- Waits for this Thread to die|
- join(long, int)
- Method in class java.lang.Thread
- Waits for the Thread to die, with more precise time|
- key
- Variable in class java.awt.Event
- The key that was pressed in a keyboard event|
- keyDown(Event, int)
- Method in class java.awt.Component
- Called if a character is pressed|
- keys()
- Method in class java.util.Dictionary
- Returns an enumeration of the Dictionary's keys|
- keys()
- Method in class java.util.Hashtable
- Returns an enumeration of the hashtable's keys|
- keyUp(Event, int)
- Method in class java.awt.Component
- Called if a character is released|
- KEY_ACTION
- Static variable in class java.awt.Event
- The key action keyboard event|
- KEY_ACTION_RELEASE
- Static variable in class java.awt.Event
- The key action keyboard event|
- KEY_PRESS
- Static variable in class java.awt.Event
- The key press keyboard event|
- KEY_RELEASE
- Static variable in class java.awt.Event
- The key release keyboard event|
- Label()
- Constructor for class java.awt.Label
- Constructs an empty label|
- Label(String)
- Constructor for class java.awt.Label
- Constructs a new label with the specified String of text|
- Label(String, int)
- Constructor for class java.awt.Label
- Constructs a new label with the specified String of
- text and the specified alignment|
- last(Container)
- Method in class java.awt.CardLayout
- Flips to the last card of the specified container|
- lastElement()
- Method in class java.util.Vector
- Returns the last element of the sequence|
- lastIndexOf(int)
- Method in class java.lang.String
- Returns the index within this String of the last occurrence of the
- specified character|
- lastIndexOf(int, int)
- Method in class java.lang.String
- Returns the index within this String of the last occurrence of the
- specified character|
- lastIndexOf(Object)
- Method in class java.util.Vector
- Searches backwards for the specified object, starting from the last
- position and returns an index to it|
- lastIndexOf(Object, int)
- Method in class java.util.Vector
- Searches backwards for the specified object, starting from the
- specified
- position and returns an index to it|
- lastIndexOf(String)
- Method in class java.lang.String
- Returns the index within this String of the last occurrence of the
- specified substring|
- lastIndexOf(String, int)
- Method in class java.lang.String
- Returns the index within this String of the last occurrence of the
- specified substring|
- lastModified()
- Method in class java.io.File
- Returns the last modification time|
- layout()
- Method in class java.awt.Component
- Lays out the component|
- layout()
- Method in class java.awt.Container
- Does a layout on this Container|
- layoutContainer(Container)
- Method in class java.awt.BorderLayout
- Lays out the specified container|
- layoutContainer(Container)
- Method in class java.awt.CardLayout
- Performs a layout in the specified panel|
- layoutContainer(Container)
- Method in class java.awt.FlowLayout
- Lays out the container|
- layoutContainer(Container)
- Method in class java.awt.GridBagLayout
- Lays out the container in the specified panel|
- layoutContainer(Container)
- Method in class java.awt.GridLayout
- Lays out the container in the specified panel|
- layoutContainer(Container)
- Method in interface java.awt.LayoutManager
- Lays out the container in the specified panel|
- layoutInfo
- Variable in class java.awt.GridBagLayout|
- LEFT
- Static variable in class java.awt.Event
- The left arrow key|
- LEFT
- Static variable in class java.awt.FlowLayout
- The left alignment variable|
- LEFT
- Static variable in class java.awt.Label
- The left alignment|
- left
- Variable in class java.awt.Insets
- The inset from the left|
- length()
- Method in class java.io.File
- Returns the length of the file|
- length()
- Method in class java.io.RandomAccessFile
- Returns the length of the file|
- length()
- Method in class java.lang.String
- Returns the length of the String|
- length()
- Method in class java.lang.StringBuffer
- Returns the length (character count) of the buffer|
- lightGray
- Static variable in class java.awt.Color
- The color light gray|
- lineno()
- Method in class java.io.StreamTokenizer
- Return the current line number|
- LineNumberInputStream(InputStream)
- Constructor for class java.io.LineNumberInputStream
- Constructs a new LineNumberInputStream initialized with
- the specified input stream|
- LinkageError()
- Constructor for class java.lang.LinkageError
- Constructs a LinkageError with no detail message|
- LinkageError(String)
- Constructor for class java.lang.LinkageError
- Constructs a LinkageError with the specified detail message|
- List()
- Constructor for class java.awt.List
- Creates a new scrolling list initialized with no visible Lines
- or multiple selections|
- list()
- Method in class java.awt.Component
- Prints a listing to a print stream|
- list()
- Method in class java.io.File
- Lists the files in a directory|
- list()
- Method in class java.lang.ThreadGroup
- Lists this Thread group|
- list(FilenameFilter)
- Method in class java.io.File
- Uses the specified filter to list files in a directory|
- List(int, boolean)
- Constructor for class java.awt.List
- Creates a new scrolling list initialized with the specified
- number of visible lines and a boolean stating whether multiple
- selections are allowed or not|
- list(PrintStream)
- Method in class java.awt.Component
- Prints a listing to the specified print out stream|
- list(PrintStream)
- Method in class java.util.Properties
- List properties, for debugging|
- list(PrintStream, int)
- Method in class java.awt.Component
- Prints out a list, starting at the specified indention, to the
- specified
- print stream|
- list(PrintStream, int)
- Method in class java.awt.Container
- Prints out a list, starting at the specified indention, to the
- specified
- out stream|
- listBreakpoints()
- Method in class sun.tools.debug.RemoteDebugger
- Return a list of the breakpoints which are currently set|
- listClasses()
- Method in class sun.tools.debug.RemoteDebugger
- List the currently known classes|
- listen(int)
- Method in class java.net.SocketImpl
- Listens for connections over a specified amount of time|
- listThreadGroups(RemoteThreadGroup)
- Method in class sun.tools.debug.RemoteDebugger
- List threadgroups|
- listThreads(boolean)
- Method in class sun.tools.debug.RemoteThreadGroup
- List a threadgroup's threads|
- LIST_DESELECT
- Static variable in class java.awt.Event|
- LIST_SELECT
- Static variable in class java.awt.Event|
- LOAD
- Static variable in class java.awt.FileDialog
- The file load variable|
- load(InputStream)
- Method in class java.util.Properties
- Loads properties from an InputStream|
- load(String)
- Method in class java.lang.Runtime
- Loads a dynamic library, given a complete path name|
- load(String)
- Static method in class java.lang.System
- Loads a dynamic library, given a complete path name|
- loadClass(String, boolean)
- Method in class java.lang.ClassLoader
- Resolves the specified name to a Class|
- LOADING
- Static variable in class java.awt.MediaTracker
- Flag indicating some media is currently being loaded|
- loadLibrary(String)
- Method in class java.lang.Runtime
- Loads a dynamic library with the specified library name|
- loadLibrary(String)
- Static method in class java.lang.System
- Loads a dynamic library with the specified library name|
- LOAD_FILE
- Static variable in class java.awt.Event
- A file loading event|
- localport
- Variable in class java.net.SocketImpl|
- locate(int, int)
- Method in class java.awt.Component
- Returns the component or subcomponent that contains the x,y location|
- locate(int, int)
- Method in class java.awt.Container
- Locates the component that contains the x,y position|
- location()
- Method in class java.awt.Component
- Returns the current location of this component|
- location(int, int)
- Method in class java.awt.GridBagLayout|
- log(double)
- Static method in class java.lang.Math
- Returns the natural logarithm (base e) of a|
- Long(long)
- Constructor for class java.lang.Long
- Constructs a Long object initialized to the specified value|
- Long(String)
- Constructor for class java.lang.Long
- Constructs a Long object initialized to the value specified by the
- String parameter|
- longBitsToDouble(long)
- Static method in class java.lang.Double
- Returns the double-float corresponding to a given bit represention|
- longValue()
- Method in class java.lang.Double
- Returns the long value of this Double (by casting to a long)|
- longValue()
- Method in class java.lang.Float
- Returns the long value of this Float (by casting to a long)|
- longValue()
- Method in class java.lang.Integer
- Returns the value of this Integer as a long|
- longValue()
- Method in class java.lang.Long
- Returns the value of this Long as a long|
- longValue()
- Method in class java.lang.Number
- Returns the value of the number as a long|
- lookupConstraints(Component)
- Method in class java.awt.GridBagLayout
- Retrieves the constraints for the specified component|
- loop()
- Method in interface java.applet.AudioClip
- Starts playing the clip in a loop|
- lostFocus(Event, Object)
- Method in class java.awt.Component
- Indicates that this component has lost the input focus|
- LOST_FOCUS
- Static variable in class java.awt.Event
- A component lost the focus|
- lowerCaseMode(boolean)
- Method in class java.io.StreamTokenizer
- Examines a boolean to decide whether TT_WORD tokens are
- forced to be lower case|
- magenta
- Static variable in class java.awt.Color
- The color magneta|
- makeVisible(int)
- Method in class java.awt.List
- Forces the item at the specified index to be visible|
- makeVisible(int)
- Method in interface java.awt.peer.ListPeer|
- MalformedURLException()
- Constructor for class java.net.MalformedURLException
- Constructs a MalformedURLException with no detail message|
- MalformedURLException(String)
- Constructor for class java.net.MalformedURLException
- Constructs a MalformedURLException with the specified detail
- message|
- mark(int)
- Method in class java.io.BufferedInputStream
- Marks the current position in the input stream|
- mark(int)
- Method in class java.io.FilterInputStream
- Marks the current position in the input stream|
- mark(int)
- Method in class java.io.InputStream
- Marks the current position in the input stream|
- mark(int)
- Method in class java.io.LineNumberInputStream
- Marks the current position in the input stream|
- marklimit
- Variable in class java.io.BufferedInputStream
- The maximum readahead allowed after a mark() before
- subsequent calls to reset() fail|
- markpos
- Variable in class java.io.BufferedInputStream
- The position in the buffer of the current mark|
- markSupported()
- Method in class java.io.BufferedInputStream
- Returns a boolean indicating if this stream type supports
- mark/reset|
- markSupported()
- Method in class java.io.FilterInputStream
- Returns true if this stream type supports mark/reset|
- markSupported()
- Method in class java.io.InputStream
- Returns a boolean indicating whether or not this stream type
- supports mark/reset|
- markSupported()
- Method in class java.io.PushbackInputStream
- Returns true if this stream type supports mark/reset|
- MasterYoda Database Processing Application
- You can use the Master Yoda application to build your own ObiWan databases.
- The application processes database files and prepares them for use with
- ObiWan. Database files are simple text files; you can get help on the file
- format from Master Yoda. Master Yoda also allows you to sort databases,
- merge, sorted databases, generate statistics on a database and select what
- characters constitute a word within a given database.|
- max(double, double)
- Static method in class java.lang.Math
- Takes two double values, a and b, and returns the greater number of the
- two|
- max(float, float)
- Static method in class java.lang.Math
- Takes two float values, a and b, and returns the greater number of the
- two|
- max(int, int)
- Static method in class java.lang.Math
- Takes two int values, a and b, and returns the greater number of the
- two|
- max(long, long)
- Static method in class java.lang.Math
- Takes two long values, a and b, and returns the greater number of the
- two|
- MAXGRIDSIZE
- Static variable in class java.awt.GridBagLayout|
- MAX_PRIORITY
- Static variable in class java.lang.Thread
- The maximum priority that a Thread can have|
- MAX_RADIX
- Static variable in class java.lang.Character
- The maximum radix available for conversion to and from Strings|
- MAX_VALUE
- Static variable in class java.lang.Boolean
- The maximum value a Character can have|
- MAX_VALUE
- Static variable in class java.lang.Double
- The maximum value a double can have|
- MAX_VALUE
- Static variable in class java.lang.Float
- The maximum value a float can have|
- MAX_VALUE
- Static variable in class java.lang.Integer
- The maximum value an Integer can have|
- MAX_VALUE
- Static variable in class java.lang.Long
- The maximum value a Long can have|
- MediaTracker(Component)
- Constructor for class java.awt.MediaTracker
- Creates a Media tracker to track images for a given Component|
- MemoryImageSource(int, int, ColorModel, byte[], int, int)
- Constructor for class java.awt.image.MemoryImageSource
- Constructs an ImageProducer object which uses an array of bytes
- to produce data for an Image object|
- MemoryImageSource(int, int, ColorModel, byte[], int, int, Hashtable)
- Constructor for class java.awt.image.MemoryImageSource
- Constructs an ImageProducer object which uses an array of bytes
- to produce data for an Image object|
- MemoryImageSource(int, int, ColorModel, int[], int, int)
- Constructor for class java.awt.image.MemoryImageSource
- Constructs an ImageProducer object which uses an array of integers
- to produce data for an Image object|
- MemoryImageSource(int, int, ColorModel, int[], int, int, Hashtable)
- Constructor for class java.awt.image.MemoryImageSource
- Constructs an ImageProducer object which uses an array of integers
- to produce data for an Image object|
- MemoryImageSource(int, int, int[], int, int)
- Constructor for class java.awt.image.MemoryImageSource
- Constructs an ImageProducer object which uses an array of integers
- in the default RGB ColorModel to produce data for an Image object|
- MemoryImageSource(int, int, int[], int, int, Hashtable)
- Constructor for class java.awt.image.MemoryImageSource
- Constructs an ImageProducer object which uses an array of integers
- in the default RGB ColorModel to produce data for an Image object|
- Menu(String)
- Constructor for class java.awt.Menu
- Constructs a new Menu with the specified label|
- Menu(String, boolean)
- Constructor for class java.awt.Menu
- Constructs a new Menu with the specified label|
- MenuBar()
- Constructor for class java.awt.MenuBar
- Creates a new menu bar|
- MenuComponent()
- Constructor for class java.awt.MenuComponent|
- MenuItem(String)
- Constructor for class java.awt.MenuItem
- Constructs a new MenuItem with the specified label|
- metaDown()
- Method in class java.awt.Event
- Checks if the meta key is down|
- META_MASK
- Static variable in class java.awt.Event
- The meta modifier constant|
- min(double, double)
- Static method in class java.lang.Math
- Takes two double values, a and b, and returns the smallest number of
- the two|
- min(float, float)
- Static method in class java.lang.Math
- Takes two float values, a and b, and returns the smallest number of the
- two|
- min(int, int)
- Static method in class java.lang.Math
- Takes two integer values, a and b, and returns the smallest number of
- the two|
- min(long, long)
- Static method in class java.lang.Math
- Takes two long values, a and b, and returns the smallest number of the
- two|
- minimumLayoutSize(Container)
- Method in class java.awt.BorderLayout
- Returns the minimum dimensions needed to layout the components
- contained in the specified target container|
- minimumLayoutSize(Container)
- Method in class java.awt.CardLayout
- Calculates the minimum size for the specified panel|
- minimumLayoutSize(Container)
- Method in class java.awt.FlowLayout
- Returns the minimum dimensions needed to layout the components
- contained in the specified target container|
- minimumLayoutSize(Container)
- Method in class java.awt.GridBagLayout
- Returns the minimum dimensions needed to layout the components
- contained in the specified panel|
- minimumLayoutSize(Container)
- Method in class java.awt.GridLayout
- Returns the minimum dimensions needed to layout the components
- contained in the specified panel|
- minimumLayoutSize(Container)
- Method in interface java.awt.LayoutManager
- Calculates the minimum size dimensions for the specified
- panel given the components in the specified parent container|
- minimumSize()
- Method in class java.awt.Component
- Returns the minimum size of this component|
- minimumSize()
- Method in class java.awt.Container
- Returns the minimum size of this container|
- minimumSize()
- Method in class java.awt.List
- Returns the minimum dimensions needed for the list|
- minimumSize()
- Method in class java.awt.TextArea
- Returns the minimum size Dimensions of the TextArea|
- minimumSize()
- Method in class java.awt.TextField
- Returns the minimum size Dimensions needed for this TextField|
- minimumSize()
- Method in interface java.awt.peer.ComponentPeer|
- minimumSize(int)
- Method in class java.awt.List
- Returns the minimum dimensions needed for the amount of rows in the
- list|
- minimumSize(int)
- Method in class java.awt.TextField
- Returns the minimum size Dimensions needed for this TextField with the
- specified
- amount of columns|
- minimumSize(int)
- Method in interface java.awt.peer.ListPeer|
- minimumSize(int)
- Method in interface java.awt.peer.TextFieldPeer|
- minimumSize(int, int)
- Method in class java.awt.TextArea
- Returns the specified minimum size Dimensions of the TextArea|
- minimumSize(int, int)
- Method in interface java.awt.peer.TextAreaPeer|
- MINSIZE
- Static variable in class java.awt.GridBagLayout|
- MIN_PRIORITY
- Static variable in class java.lang.Thread
- The minimum priority that a Thread can have|
- MIN_RADIX
- Static variable in class java.lang.Character
- The minimum radix available for conversion to and from Strings|
- MIN_VALUE
- Static variable in class java.lang.Boolean
- The minimum value a Charater can have|
- MIN_VALUE
- Static variable in class java.lang.Double
- The minimum value a double can have|
- MIN_VALUE
- Static variable in class java.lang.Float
- The minimum value a float can have|
- MIN_VALUE
- Static variable in class java.lang.Integer
- The minimum value an Integer can have|
- MIN_VALUE
- Static variable in class java.lang.Long
- The minimum value a Long can have|
- MissedClicks
- Yes, I know that ObiWan sometimes doesn’t respond to clicks. It’s not my
- fault! The clicks are disappearing somewhere in the system software; they
- never make it through to ObiWan. You can fix this problem by installing
- Matt Slot’s TSM Fix extension.|
- mkdir()
- Method in class java.io.File
- Creates a directory and returns a boolean indicating the
- success of the creation|
- mkdirs()
- Method in class java.io.File
- Creates all directories in this path|
- modifiers
- Variable in class java.awt.Event
- The state of the modifier keys|
- mouseDown(Event, int, int)
- Method in class java.awt.Component
- Called if the mouse is down|
- mouseDrag(Event, int, int)
- Method in class java.awt.Component
- Called if the mouse is dragged (the mouse button is down)|
- mouseEnter(Event, int, int)
- Method in class java.awt.Component
- Called when the mouse enters the component|
- mouseExit(Event, int, int)
- Method in class java.awt.Component
- Called when the mouse exits the component|
- mouseMove(Event, int, int)
- Method in class java.awt.Component
- Called if the mouse moves (the mouse button is up)|
- mouseUp(Event, int, int)
- Method in class java.awt.Component
- Called if the mouse is up|
- MOUSE_DOWN
- Static variable in class java.awt.Event
- The mouse down event|
- MOUSE_DRAG
- Static variable in class java.awt.Event
- The mouse drag event|
- MOUSE_ENTER
- Static variable in class java.awt.Event
- The mouse enter event|
- MOUSE_EXIT
- Static variable in class java.awt.Event
- The mouse exit event|
- MOUSE_MOVE
- Static variable in class java.awt.Event
- The mouse move event|
- MOUSE_UP
- Static variable in class java.awt.Event
- The mouse up event|
- move(int, int)
- Method in class java.awt.Component
- Moves the Component to a new location|
- move(int, int)
- Method in class java.awt.Point
- Moves the point|
- move(int, int)
- Method in class java.awt.Rectangle
- Moves the rectangle|
- MOVE_CURSOR
- Static variable in class java.awt.Frame|
- name
- Variable in class java.awt.Font
- The logical name of this font|
- NaN
- Static variable in class java.lang.Double
- Not-a-Number|
- NaN
- Static variable in class java.lang.Float
- Not-a-Number|
- NegativeArraySizeException()
- Constructor for class java.lang.NegativeArraySizeException
- Constructs a NegativeArraySizeException with no detail message|
- NegativeArraySizeException(String)
- Constructor for class java.lang.NegativeArraySizeException
- Constructs a NegativeArraySizeException with the specified detail
- message|
- NEGATIVE_INFINITY
- Static variable in class java.lang.Double
- Negative infinity|
- NEGATIVE_INFINITY
- Static variable in class java.lang.Float
- Negative infinity|
- newInstance()
- Method in class java.lang.Class
- Creates a new instance of this Class|
- newmodel
- Variable in class java.awt.image.RGBImageFilter|
- next()
- Method in class sun.tools.debug.RemoteThread
- Continue execution of this thread to the next line, but don't step
- into a method call|
- next(Container)
- Method in class java.awt.CardLayout
- Flips to the next card of the specified container|
- nextDouble()
- Method in class java.util.Random
- Generates a pseudorandom uniformally distributed
- double value between 0.0 and 1.0|
- nextElement()
- Method in class java.util.StringTokenizer
- Returns the next element in the Enumeration|
- nextElement()
- Method in interface java.util.Enumeration
- Returns the next element of the enumeration|
- nextFloat()
- Method in class java.util.Random
- Generates a pseudorandom uniformally distributed
- float value between 0.0 and 1.0|
- nextFocus()
- Method in class java.awt.Component
- Moves the focus to the next component|
- nextFocus()
- Method in interface java.awt.peer.ComponentPeer|
- nextGaussian()
- Method in class java.util.Random
- Generates a pseudorandom Gaussian distributed
- double value with mean 0.0 and standard
- deviation 1.0|
- nextInt()
- Method in class java.util.Random
- Generates a pseudorandom uniformally distributed
- int value|
- nextLong()
- Method in class java.util.Random
- Generate a pseudorandom uniformally distributed long value|
- nextToken()
- Method in class java.io.StreamTokenizer
- Parses a token from the input stream|
- nextToken()
- Method in class java.util.StringTokenizer
- Returns the next token of the String|
- nextToken(String)
- Method in class java.util.StringTokenizer
- Returns the next token, after switching to the new delimiter set|
- NE_RESIZE_CURSOR
- Static variable in class java.awt.Frame|
- NoClassDefFoundError()
- Constructor for class java.lang.NoClassDefFoundError
- Constructs a NoClassDefFoundError with no detail message|
- NoClassDefFoundError(String)
- Constructor for class java.lang.NoClassDefFoundError
- Constructs a NoClassDefFoundError with the specified detail message|
- NONE
- Static variable in class java.awt.GridBagConstraints|
- NORM_PRIORITY
- Static variable in class java.lang.Thread
- The default priority that is assigned to a Thread|
- NORTH
- Static variable in class java.awt.GridBagConstraints|
- NORTHEAST
- Static variable in class java.awt.GridBagConstraints|
- NORTHWEST
- Static variable in class java.awt.GridBagConstraints|
- NoSuchElementException()
- Constructor for class java.util.NoSuchElementException
- Constructs a NoSuchElementException with no detail message|
- NoSuchElementException(String)
- Constructor for class java.util.NoSuchElementException
- Constructs a NoSuchElementException with the specified detail message|
- NoSuchFieldError()
- Constructor for class java.lang.NoSuchFieldError
- Constructs a NoSuchFieldException without a detail message|
- NoSuchFieldError(String)
- Constructor for class java.lang.NoSuchFieldError
- Constructs a NoSuchFieldException with a detail message|
- NoSuchMethodError()
- Constructor for class java.lang.NoSuchMethodError|
- NoSuchMethodError(String)
- Constructor for class java.lang.NoSuchMethodError
- Constructs a NoSuchMethodException with a detail message|
- NoSuchMethodException()
- Constructor for class java.lang.NoSuchMethodException
- Constructs a NoSuchMethodException without a detail message|
- NoSuchMethodException(String)
- Constructor for class java.lang.NoSuchMethodException
- Constructs a NoSuchMethodException with a detail message|
- notify()
- Method in class java.lang.Object
- Notifies a single waiting thread on a change in condition of another
- thread|
- notifyAll()
- Method in class java.lang.Object
- Notifies all of the threads waiting for a condition to change|
- notifyObservers()
- Method in class java.util.Observable
- Notifies all observers if an observable change occurs|
- notifyObservers(Object)
- Method in class java.util.Observable
- Notifies all observers of the specified observable change
- which occurred|
- npoints
- Variable in class java.awt.Polygon
- The total number of points|
- NullPointerException()
- Constructor for class java.lang.NullPointerException
- Constructs a NullPointerException with no detail message|
- NullPointerException(String)
- Constructor for class java.lang.NullPointerException
- Constructs a NullPointerException with the specified detail message|
- Number()
- Constructor for class java.lang.Number|
- NumberFormatException()
- Constructor for class java.lang.NumberFormatException
- Constructs a NumberFormatException with no detail message|
- NumberFormatException(String)
- Constructor for class java.lang.NumberFormatException
- Constructs a NumberFormatException with the specified detail message|
- nval
- Variable in class java.io.StreamTokenizer
- The number value|
- NW_RESIZE_CURSOR
- Static variable in class java.awt.Frame|
- N_RESIZE_CURSOR
- Static variable in class java.awt.Frame|
- Object()
- Constructor for class java.lang.Object|
- Observable()
- Constructor for class java.util.Observable|
- openConnection()
- Method in class java.net.URL
- Creates (if not already in existance) a URLConnection object that
- contains a connection to the remote object referred to by
- the URL|
- openConnection(URL)
- Method in class java.net.URLStreamHandler
- Opens an input stream to the object referenced by the URL|
- openStream()
- Method in class java.net.URL
- Opens an input stream|
- or(BitSet)
- Method in class java.util.BitSet
- Logically ORs this bit set with the specified set of bits|
- orange
- Static variable in class java.awt.Color
- The color orange|
- ordinaryChar(int)
- Method in class java.io.StreamTokenizer
- Specifies that this character is 'ordinary': it removes any
- significance as a word, comment, string, whitespace or number
- character|
- ordinaryChars(int, int)
- Method in class java.io.StreamTokenizer
- Specifies that characters in this range are 'ordinary'|
- origmodel
- Variable in class java.awt.image.RGBImageFilter|
- OtherDatabases
- Other databases that ship with ObiWan include:
- Words A list of words from Rogets Thesaurus;
- great for checking your spelling quickly.
- Perl Reference material for the Perl programming languange.
- HTML Reference material for the HTML markup language.
- Java Reference material for the Java programming languange.
- Force Reference material for the Mac OS APIs.|
- out
- Static variable in class java.io.FileDescriptor
- Handle to standard output|
- out
- Static variable in class java.lang.System
- Standard output stream|
- out
- Variable in class java.io.FilterOutputStream
- The actual output stream|
- OutOfMemoryError()
- Constructor for class java.lang.OutOfMemoryError
- Constructs an OutOfMemoryError with no detail message|
- OutOfMemoryError(String)
- Constructor for class java.lang.OutOfMemoryError
- Constructs an OutOfMemoryError with the specified detail message|
- OutputStream()
- Constructor for class java.io.OutputStream|
- pack()
- Method in class java.awt.Window
- Packs the components of the Window|
- paint(Graphics)
- Method in class java.awt.Canvas
- Paints the canvas in the default background color|
- paint(Graphics)
- Method in class java.awt.Component
- Paints the component|
- paint(Graphics)
- Method in interface java.awt.peer.ComponentPeer|
- paintAll(Graphics)
- Method in class java.awt.Component
- Paints the component and its subcomponents|
- paintComponents(Graphics)
- Method in class java.awt.Container
- Paints the components in this container|
- Panel()
- Constructor for class java.awt.Panel
- Creates a new panel|
- paramString()
- Method in class java.awt.Button
- Returns the parameter String of this button|
- paramString()
- Method in class java.awt.Checkbox
- Returns the parameter String of this Checkbox|
- paramString()
- Method in class java.awt.CheckboxMenuItem
- Returns the parameter String of this button|
- paramString()
- Method in class java.awt.Choice
- Returns the parameter String of this Choice|
- paramString()
- Method in class java.awt.Component
- Returns the parameter String of this Component|
- paramString()
- Method in class java.awt.Container
- Returns the parameter String of this Container|
- paramString()
- Method in class java.awt.Dialog
- Returns the parameter String of this Dialog|
- paramString()
- Method in class java.awt.Event
- Returns the parameter String of this Event|
- paramString()
- Method in class java.awt.FileDialog
- Returns the parameter String of this file dialog|
- paramString()
- Method in class java.awt.Frame
- Returns the parameter String of this Frame|
- paramString()
- Method in class java.awt.Label
- Returns the parameter String of this label|
- paramString()
- Method in class java.awt.List
- Returns the parameter String of this list|
- paramString()
- Method in class java.awt.MenuComponent
- Returns the String parameter of this MenuComponent|
- paramString()
- Method in class java.awt.MenuItem
- Returns the String parameter of the menu item|
- paramString()
- Method in class java.awt.Scrollbar
- Returns the String parameters for this Scrollbar|
- paramString()
- Method in class java.awt.TextArea
- Returns the String of parameters for this TextArea|
- paramString()
- Method in class java.awt.TextComponent
- Returns the String of parameters for this TextComponent|
- paramString()
- Method in class java.awt.TextField
- Returns the String of parameters for this TExtField|
- parentOf(ThreadGroup)
- Method in class java.lang.ThreadGroup
- Checks to see if this Thread group is a parent of or is equal to
- another Thread group|
- parse(String)
- Static method in class java.util.Date
- Given a string representing a time, parse it and return the time value|
- parseInt(String)
- Static method in class java.lang.Integer
- Assuming the specified String represents an integer, returns that
- integer's
- value|
- parseInt(String, int)
- Static method in class java.lang.Integer
- Assuming the specified String represents an integer, returns that
- integer's
- value|
- parseLong(String)
- Static method in class java.lang.Long
- Assuming the specified String represents a long, return that long's
- value|
- parseLong(String, int)
- Static method in class java.lang.Long
- Assuming the specified String represents a long, returns that long's
- value|
- parseNumbers()
- Method in class java.io.StreamTokenizer
- Specifies that numbers should be parsed|
- parseURL(URL, String, int, int)
- Method in class java.net.URLStreamHandler
- This method is called to parse the string spec into URL u|
- pathSeparator
- Static variable in class java.io.File
- The system dependent path separator string|
- pathSeparatorChar
- Static variable in class java.io.File
- The system dependent path separator character|
- peek()
- Method in class java.util.Stack
- Peeks at the top of the stack|
- PGDN
- Static variable in class java.awt.Event
- The page down key|
- PGUP
- Static variable in class java.awt.Event
- The page up key|
- PI
- Static variable in class java.lang.Math
- The float representation of the value Pi|
- pink
- Static variable in class java.awt.Color
- The color pink|
- PipedInputStream()
- Constructor for class java.io.PipedInputStream
- Creates an input file that isn't connected to anything (yet)|
- PipedInputStream(PipedOutputStream)
- Constructor for class java.io.PipedInputStream
- Creates an input file from the specified PiledOutputStream|
- PipedOutputStream()
- Constructor for class java.io.PipedOutputStream
- Creates an output file that isn't connected to anything (yet)|
- PipedOutputStream(PipedInputStream)
- Constructor for class java.io.PipedOutputStream
- Creates an output file connected to the specified
- PipedInputStream|
- PixelGrabber(Image, int, int, int, int, int[], int, int)
- Constructor for class java.awt.image.PixelGrabber
- Create a PixelGrabber object to grab the (x, y, w, h) rectangular
- section of pixels from the specified image into the given array|
- PixelGrabber(ImageProducer, int, int, int, int, int[], int, int)
- Constructor for class java.awt.image.PixelGrabber
- Create a PixelGrabber object to grab the (x, y, w, h) rectangular
- section of pixels from the image produced by the specified
- ImageProducer into the given array|
- pixel_bits
- Variable in class java.awt.image.ColorModel|
- PLAIN
- Static variable in class java.awt.Font
- The plain style constant|
- play()
- Method in interface java.applet.AudioClip
- Starts playing the clip|
- play(URL)
- Method in class java.applet.Applet
- Plays an audio clip|
- play(URL, String)
- Method in class java.applet.Applet
- Plays an audio clip|
- Point(int, int)
- Constructor for class java.awt.Point
- Constructs and initializes a Point from the specified x and y
- coordinates|
- Polygon()
- Constructor for class java.awt.Polygon
- Creates an empty polygon|
- Polygon(int[], int[], int)
- Constructor for class java.awt.Polygon
- Constructs and initializes a Polygon from the specified parameters|
- pop()
- Method in class java.util.Stack
- Pops an item off the stack|
- port
- Variable in class java.net.SocketImpl
- The port where the socket will make a connection|
- pos
- Variable in class java.io.BufferedInputStream
- The current position in the buffer|
- pos
- Variable in class java.io.ByteArrayInputStream
- The current position in the buffer|
- pos
- Variable in class java.io.StringBufferInputStream
- The position in the buffer|
- POSITIVE_INFINITY
- Static variable in class java.lang.Double
- Positive infinity|
- POSITIVE_INFINITY
- Static variable in class java.lang.Float
- Positive infinity|
- postEvent(Event)
- Method in class java.awt.Component
- Posts an event to this component|
- postEvent(Event)
- Method in class java.awt.MenuComponent
- Posts the specified event to the menu|
- postEvent(Event)
- Method in interface java.awt.MenuContainer|
- pow(double, double)
- Static method in class java.lang.Math
- Returns the number a raised to the power of b|
- preferredLayoutSize(Container)
- Method in class java.awt.BorderLayout
- Returns the preferred dimensions for this layout given the components
- in the specified target container|
- preferredLayoutSize(Container)
- Method in class java.awt.CardLayout
- Calculates the preferred size for the specified panel|
- preferredLayoutSize(Container)
- Method in class java.awt.FlowLayout
- Returns the preferred dimensions for this layout given the components
- in the specified target container|
- preferredLayoutSize(Container)
- Method in class java.awt.GridBagLayout
- Returns the preferred dimensions for this layout given the components
- in the specified panel|
- preferredLayoutSize(Container)
- Method in class java.awt.GridLayout
- Returns the preferred dimensions for this layout given the components
- int the specified panel|
- preferredLayoutSize(Container)
- Method in interface java.awt.LayoutManager
- Calculates the preferred size dimensions for the specified
- panel given the components in the specified parent container|
- PREFERREDSIZE
- Static variable in class java.awt.GridBagLayout|
- preferredSize()
- Method in class java.awt.Component
- Returns the preferred size of this component|
- preferredSize()
- Method in class java.awt.Container
- Returns the preferred size of this container|
- preferredSize()
- Method in class java.awt.List
- Returns the preferred dimensions needed for the list|
- preferredSize()
- Method in class java.awt.TextArea
- Returns the preferred size Dimensions of the TextArea|
- preferredSize()
- Method in class java.awt.TextField
- Returns the preferred size Dimensions needed for this TextField|
- preferredSize()
- Method in interface java.awt.peer.ComponentPeer|
- preferredSize(int)
- Method in class java.awt.List
- Returns the preferred dimensions needed for the list with the specified
- amount of rows|
- preferredSize(int)
- Method in class java.awt.TextField
- Returns the preferred size Dimensions needed for this TextField with
- the
- specified amount of columns|
- preferredSize(int)
- Method in interface java.awt.peer.ListPeer|
- preferredSize(int)
- Method in interface java.awt.peer.TextFieldPeer|
- preferredSize(int, int)
- Method in class java.awt.TextArea
- Returns the specified row and column Dimensions of the TextArea|
- preferredSize(int, int)
- Method in interface java.awt.peer.TextAreaPeer|
- prepareImage(Image, ImageObserver)
- Method in class java.awt.Component
- Prepares an image for rendering on this Component|
- prepareImage(Image, int, int, ImageObserver)
- Method in class java.awt.Component
- Prepares an image for rendering on this Component at the
- specified width and height|
- prepareImage(Image, int, int, ImageObserver)
- Method in class java.awt.Toolkit
- Prepares an image for rendering on the default screen at the
- specified width and height|
- prepareImage(Image, int, int, ImageObserver)
- Method in interface java.awt.peer.ComponentPeer|
- previous(Container)
- Method in class java.awt.CardLayout
- Flips to the previous card of the specified container|
- print(boolean)
- Method in class java.io.PrintStream
- Prints a boolean|
- print(char)
- Method in class java.io.PrintStream
- Prints an character|
- print(char[])
- Method in class java.io.PrintStream
- Prints an array of characters|
- print(double)
- Method in class java.io.PrintStream
- Prints a double|
- print(float)
- Method in class java.io.PrintStream
- Prints a float|
- print(Graphics)
- Method in class java.awt.Component
- Prints this component|
- print(Graphics)
- Method in interface java.awt.peer.ComponentPeer|
- print(int)
- Method in class java.io.PrintStream
- Prints an integer|
- print(long)
- Method in class java.io.PrintStream
- Prints a long|
- print(Object)
- Method in class java.io.PrintStream
- Prints an object|
- print(String)
- Method in class java.io.PrintStream
- Prints a String|
- printAll(Graphics)
- Method in class java.awt.Component
- Prints the component and its subcomponents|
- printComponents(Graphics)
- Method in class java.awt.Container
- Prints the components in this container|
- println()
- Method in class java.io.PrintStream
- Prints a newline|
- println(boolean)
- Method in class java.io.PrintStream
- Prints a boolean followed by a newline|
- println(char)
- Method in class java.io.PrintStream
- Prints a character followed by a newline|
- println(char[])
- Method in class java.io.PrintStream
- Prints an array of characters followed by a newline|
- println(double)
- Method in class java.io.PrintStream
- Prints a double followed by a newline|
- println(float)
- Method in class java.io.PrintStream
- Prints a float followed by a newline|
- println(int)
- Method in class java.io.PrintStream
- Prints an integer followed by a newline|
- println(long)
- Method in class java.io.PrintStream
- Prints a long followed by a newline|
- println(Object)
- Method in class java.io.PrintStream
- Prints an object followed by a newline|
- println(String)
- Method in class java.io.PrintStream
- Prints a string followed by a newline|
- printStackTrace()
- Method in class java.lang.Throwable
- Prints the Throwable and the Throwable's stack trace|
- printStackTrace(PrintStream)
- Method in class java.lang.Throwable|
- PrintStream(OutputStream)
- Constructor for class java.io.PrintStream
- Creates a new PrintStream|
- PrintStream(OutputStream, boolean)
- Constructor for class java.io.PrintStream
- Creates a new PrintStream, with auto flushing|
- printToConsole(String)
- Method in interface sun.tools.debug.DebuggerCallback
- Print text to the debugger's console window|
- Process()
- Constructor for class java.lang.Process|
- PROPERTIES
- Static variable in interface java.awt.image.ImageObserver
- The properties of the image are now available|
- Properties()
- Constructor for class java.util.Properties
- Creates an empty property list|
- Properties(Properties)
- Constructor for class java.util.Properties
- Creates an empty property list with specified defaults|
- propertyNames()
- Method in class java.util.Properties
- Enumerates all the keys|
- ProtocolException()
- Constructor for class java.net.ProtocolException
- Constructs a new ProtocolException with no detail message|
- ProtocolException(String)
- Constructor for class java.net.ProtocolException
- Constructs a new ProtocolException with the specified detail
- message|
- push(Object)
- Method in class java.util.Stack
- Pushes an item onto the stack|
- pushBack
- Variable in class java.io.PushbackInputStream
- Push back character|
- pushBack()
- Method in class java.io.StreamTokenizer
- Pushes back a stream token|
- PushbackInputStream(InputStream)
- Constructor for class java.io.PushbackInputStream
- Creates a PushbackInputStream|
- put(Object, Object)
- Method in class java.util.Dictionary
- Puts the specified element into the Dictionary, using the specified
- key|
- put(Object, Object)
- Method in class java.util.Hashtable
- Puts the specified element into the hashtable, using the specified
- key|
- quitEvent()
- Method in interface sun.tools.debug.DebuggerCallback
- The client interpreter has exited, either by returning from its
- main thread, or by calling System.exit()|
- quoteChar(int)
- Method in class java.io.StreamTokenizer
- Specifies that matching pairs of this character delimit String
- constants|
- Random()
- Constructor for class java.util.Random
- Creates a new random number generator|
- random()
- Static method in class java.lang.Math
- Generates a random number between 0.0 and 1.0|
- Random(long)
- Constructor for class java.util.Random
- Creates a new random number generator using a single
- long seed|
- RandomAccessFile(File, String)
- Constructor for class java.io.RandomAccessFile
- Creates a RandomAccessFile from a specified File object
- and mode ("r" or "rw")|
- RandomAccessFile(String, String)
- Constructor for class java.io.RandomAccessFile
- Creates a RandomAccessFile with the specified system dependent
- file name and the specified mode|
- RANDOMPIXELORDER
- Static variable in interface java.awt.image.ImageConsumer
- The pixels will be delivered in a random order|
- read()
- Method in class java.io.BufferedInputStream
- Reads a byte of data|
- read()
- Method in class java.io.ByteArrayInputStream
- Reads a byte of data|
- read()
- Method in class java.io.FileInputStream
- Reads a byte of data|
- read()
- Method in class java.io.FilterInputStream
- Reads a byte|
- read()
- Method in class java.io.InputStream
- Reads a byte of data|
- read()
- Method in class java.io.LineNumberInputStream
- Reads a byte of data|
- read()
- Method in class java.io.PipedInputStream
- Reads a byte of data|
- read()
- Method in class java.io.PushbackInputStream
- Reads a byte of data|
- read()
- Method in class java.io.RandomAccessFile
- Reads a byte of data|
- read()
- Method in class java.io.SequenceInputStream
- Reads a stream, and upon reaching an EOF, flips to the next
- stream|
- read()
- Method in class java.io.StringBufferInputStream
- Reads a byte of data|
- read(byte[])
- Method in class java.io.DataInputStream
- Reads data into an array of bytes|
- read(byte[])
- Method in class java.io.FileInputStream
- Reads data into an array of bytes|
- read(byte[])
- Method in class java.io.FilterInputStream
- Reads into an array of bytes|
- read(byte[])
- Method in class java.io.InputStream
- Reads into an array of bytes|
- read(byte[])
- Method in class java.io.RandomAccessFile
- Reads data into an array of bytes|
- read(byte[], int, int)
- Method in class java.io.BufferedInputStream
- Reads into an array of bytes|
- read(byte[], int, int)
- Method in class java.io.ByteArrayInputStream
- Reads into an array of bytes|
- read(byte[], int, int)
- Method in class java.io.DataInputStream
- Reads data into an array of bytes|
- read(byte[], int, int)
- Method in class java.io.FileInputStream
- Reads data into an array of bytes|
- read(byte[], int, int)
- Method in class java.io.FilterInputStream
- Reads into an array of bytes|
- read(byte[], int, int)
- Method in class java.io.InputStream
- Reads into an array of bytes|
- read(byte[], int, int)
- Method in class java.io.LineNumberInputStream
- Reads into an array of bytes|
- read(byte[], int, int)
- Method in class java.io.PipedInputStream
- Reads into an array of bytes|
- read(byte[], int, int)
- Method in class java.io.PushbackInputStream
- Reads into an array of bytes|
- read(byte[], int, int)
- Method in class java.io.RandomAccessFile
- Reads a sub array as a sequence of bytes|
- read(byte[], int, int)
- Method in class java.io.SequenceInputStream
- Reads data into an array of bytes, and upon reaching an EOF,
- flips to the next stream|
- read(byte[], int, int)
- Method in class java.io.StringBufferInputStream
- Reads into an array of bytes|
- readBoolean()
- Method in class java.io.DataInputStream
- Reads a boolean|
- readBoolean()
- Method in class java.io.RandomAccessFile
- Reads a boolean|
- readBoolean()
- Method in interface java.io.DataInput
- Reads in a boolean|
- readByte()
- Method in class java.io.DataInputStream
- Reads an 8 bit byte|
- readByte()
- Method in class java.io.RandomAccessFile
- Reads a byte|
- readByte()
- Method in interface java.io.DataInput
- Reads an 8 bit byte|
- readChar()
- Method in class java.io.DataInputStream
- Reads a 16 bit char|
- readChar()
- Method in class java.io.RandomAccessFile
- Reads a 16 bit char|
- readChar()
- Method in interface java.io.DataInput
- Reads a 16 bit char|
- readDouble()
- Method in class java.io.DataInputStream
- Reads a 64 bit double|
- readDouble()
- Method in class java.io.RandomAccessFile
- Reads a 64 bit double|
- readDouble()
- Method in interface java.io.DataInput
- Reads a 64 bit double|
- readFloat()
- Method in class java.io.DataInputStream
- Reads a 32 bit float|
- readFloat()
- Method in class java.io.RandomAccessFile
- Reads a 32 bit float|
- readFloat()
- Method in interface java.io.DataInput
- Reads a 32 bit float|
- readFully(byte[])
- Method in class java.io.DataInputStream
- Reads bytes, blocking until all bytes are read|
- readFully(byte[])
- Method in class java.io.RandomAccessFile
- Reads bytes, blocking until all bytes are read|
- readFully(byte[])
- Method in interface java.io.DataInput
- Reads bytes, blocking until all bytes are read|
- readFully(byte[], int, int)
- Method in class java.io.DataInputStream
- Reads bytes, blocking until all bytes are read|
- readFully(byte[], int, int)
- Method in class java.io.RandomAccessFile
- Reads bytes, blocking until all bytes are read|
- readFully(byte[], int, int)
- Method in interface java.io.DataInput
- Reads bytes, blocking until all bytes are read|
- readInt()
- Method in class java.io.DataInputStream
- Reads a 32 bit int|
- readInt()
- Method in class java.io.RandomAccessFile
- Reads a 32 bit int|
- readInt()
- Method in interface java.io.DataInput
- Reads a 32 bit int|
- readLine()
- Method in class java.io.DataInputStream
- Reads in a line that has been terminated by a \n, \r,
- \r\n or EOF|
- readLine()
- Method in class java.io.RandomAccessFile
- Reads a line terminated by a '\n' or EOF|
- readLine()
- Method in interface java.io.DataInput|
- readLong()
- Method in class java.io.DataInputStream
- Reads a 64 bit long|
- readLong()
- Method in class java.io.RandomAccessFile
- Reads a 64 bit long|
- readLong()
- Method in interface java.io.DataInput
- Reads a 64 bit long|
- readShort()
- Method in class java.io.DataInputStream
- Reads a 16 bit short|
- readShort()
- Method in class java.io.RandomAccessFile
- Reads 16 bit short|
- readShort()
- Method in interface java.io.DataInput
- Reads a 16 bit short|
- readUnsignedByte()
- Method in class java.io.DataInputStream
- Reads an unsigned 8 bit byte|
- readUnsignedByte()
- Method in class java.io.RandomAccessFile
- Reads an unsigned 8 bit byte|
- readUnsignedByte()
- Method in interface java.io.DataInput
- Reads an unsigned 8 bit byte|
- readUnsignedShort()
- Method in class java.io.DataInputStream
- Reads 16 bit short|
- readUnsignedShort()
- Method in class java.io.RandomAccessFile
- Reads 16 bit short|
- readUnsignedShort()
- Method in interface java.io.DataInput
- Reads an unsigned 16 bit short|
- readUTF()
- Method in class java.io.DataInputStream
- Reads a UTF format String|
- readUTF()
- Method in class java.io.RandomAccessFile
- Reads a UTF formatted String|
- readUTF()
- Method in interface java.io.DataInput|
- readUTF(DataInput)
- Static method in class java.io.DataInputStream
- Reads a UTF format String from the given input stream|
- receive(DatagramPacket)
- Method in class java.net.DatagramSocket
- Receives datagram packet|
- Rectangle()
- Constructor for class java.awt.Rectangle
- Constructs a new rectangle|
- Rectangle(Dimension)
- Constructor for class java.awt.Rectangle
- Constructs a rectangle and initializes it to the specified width and
- height|
- Rectangle(int, int)
- Constructor for class java.awt.Rectangle
- Constructs a rectangle and initializes it with the specified width and
- height parameters|
- Rectangle(int, int, int, int)
- Constructor for class java.awt.Rectangle
- Constructs and initializes a rectangle with the specified parameters|
- Rectangle(Point)
- Constructor for class java.awt.Rectangle
- Constructs a rectangle and initializes it to the specified point|
- Rectangle(Point, Dimension)
- Constructor for class java.awt.Rectangle
- Constructs a rectangle and initializes it to a specified point and
- dimension|
- red
- Static variable in class java.awt.Color
- The color red|
- regionMatches(boolean, int, String, int, int)
- Method in class java.lang.String
- Determines whether a region of this String matches the specified region
- of the specified String|
- regionMatches(int, String, int, int)
- Method in class java.lang.String
- Determines whether a region of this String matches the specified region
- of the specified String|
- rehash()
- Method in class java.util.Hashtable
- Rehashes the content of the table into a bigger table|
- RELATIVE
- Static variable in class java.awt.GridBagConstraints|
- REMAINDER
- Static variable in class java.awt.GridBagConstraints|
- RemoteDebugger(String, DebuggerCallback, boolean)
- Constructor for class sun.tools.debug.RemoteDebugger
- Create a remote debugger, and connect it to a new client interpreter.|
- RemoteDebugger(String, String, DebuggerCallback, boolean)
- Constructor for class sun.tools.debug.RemoteDebugger
- Create a remote debugger, connecting it with a running Java
- interpreter.To connect to a running interpreter, it must be
- started with the "-debug" option, whereupon it will print out
- the password for that debugging session|
- RemoteInt(int)
- Constructor for class sun.tools.debug.RemoteInt|
- remove(Component)
- Method in class java.awt.Container
- Removes the specified component from this container|
- remove(int)
- Method in class java.awt.Menu
- Deletes the item from this menu at the specified index|
- remove(int)
- Method in class java.awt.MenuBar
- Removes the menu located at the specified index from the menu bar|
- remove(MenuComponent)
- Method in class java.awt.Frame
- Removes the specified menu bar from this Frame|
- remove(MenuComponent)
- Method in class java.awt.Menu
- Deletes the specified item from this menu|
- remove(MenuComponent)
- Method in class java.awt.MenuBar
- Removes the specified menu from the menu bar|
- remove(MenuComponent)
- Method in interface java.awt.MenuContainer|
- remove(Object)
- Method in class java.util.Dictionary
- Removes the element corresponding to the key|
- remove(Object)
- Method in class java.util.Hashtable
- Removes the element corresponding to the key|
- removeAll()
- Method in class java.awt.Container
- Removes all the components from this container|
- removeAllElements()
- Method in class java.util.Vector
- Removes all elements of the vector|
- removeConsumer(ImageConsumer)
- Method in class java.awt.image.FilteredImageSource
- Removes an ImageConsumer from the list of consumers interested in
- data for this image|
- removeConsumer(ImageConsumer)
- Method in class java.awt.image.MemoryImageSource
- Remove an ImageConsumer from the list of consumers interested in
- data for this image|
- removeConsumer(ImageConsumer)
- Method in interface java.awt.image.ImageProducer
- This method removes the given ImageConsumer object
- from the list of consumers currently registered to
- receive image data|
- removeElement(Object)
- Method in class java.util.Vector
- Removes the element from the vector|
- removeElementAt(int)
- Method in class java.util.Vector
- Deletes the element at the specified index|
- removeLayoutComponent(Component)
- Method in class java.awt.BorderLayout
- Removes the specified component from the layout|
- removeLayoutComponent(Component)
- Method in class java.awt.CardLayout
- Removes the specified component from the layout|
- removeLayoutComponent(Component)
- Method in class java.awt.FlowLayout
- Removes the specified component from the layout|
- removeLayoutComponent(Component)
- Method in class java.awt.GridBagLayout
- Removes the specified component from the layout|
- removeLayoutComponent(Component)
- Method in class java.awt.GridLayout
- Removes the specified component from the layout|
- removeLayoutComponent(Component)
- Method in interface java.awt.LayoutManager
- Removes the specified component from the layout|
- removeNotify()
- Method in class java.awt.Component
- Notifies the Component to destroy the peer|
- removeNotify()
- Method in class java.awt.Container
- Notifies the container to remove its peer|
- removeNotify()
- Method in class java.awt.List
- Removes the peer for this list|
- removeNotify()
- Method in class java.awt.Menu
- Removes the menu's peer|
- removeNotify()
- Method in class java.awt.MenuBar
- Removes the menu bar's peer|
- removeNotify()
- Method in class java.awt.MenuComponent
- Removes the menu component's peer|
- removeNotify()
- Method in class java.awt.TextComponent
- Removes the TextComponent's peer|
- renameTo(File)
- Method in class java.io.File
- Renames a file and returns a boolean indicating whether
- or not this method was successful|
- repaint()
- Method in class java.awt.Component
- Repaints the component|
- repaint(int, int, int, int)
- Method in class java.awt.Component
- Repaints part of the component|
- repaint(long)
- Method in class java.awt.Component
- Repaints the component|
- repaint(long, int, int, int, int)
- Method in class java.awt.Component
- Repaints part of the component|
- repaint(long, int, int, int, int)
- Method in interface java.awt.peer.ComponentPeer|
- replace(char, char)
- Method in class java.lang.String
- Converts this String by replacing all occurences of oldChar with
- newChar|
- replaceItem(String, int)
- Method in class java.awt.List
- Replaces the item at the given index|
- replaceText(String, int, int)
- Method in class java.awt.TextArea
- Replaces text from the indicated start to end position with the
- new text specified|
- replaceText(String, int, int)
- Method in interface java.awt.peer.TextAreaPeer|
- requestFocus()
- Method in class java.awt.Component
- Requests the input focus|
- requestFocus()
- Method in interface java.awt.peer.ComponentPeer|
- requestTopDownLeftRightResend(ImageConsumer)
- Method in class java.awt.image.FilteredImageSource
- Requests that a given ImageConsumer have the image data delivered
- one more time in top-down, left-right order|
- requestTopDownLeftRightResend(ImageConsumer)
- Method in class java.awt.image.MemoryImageSource
- Requests that a given ImageConsumer have the image data delivered
- one more time in top-down, left-right order|
- requestTopDownLeftRightResend(ImageConsumer)
- Method in interface java.awt.image.ImageProducer
- This method is used by an ImageConsumer to request that
- the ImageProducer attempt to resend the image data one
- more time in TOPDOWNLEFTRIGHT order so that higher
- quality conversion algorithms which depend on receiving
- pixels in order can be used to produce a better output
- version of the image|
- resendTopDownLeftRight(ImageProducer)
- Method in class java.awt.image.ImageFilter
- Responds to a request for a TopDownLeftRight (TDLR) ordered resend
- of the pixel data from an ImageConsumer|
- reset()
- Method in class java.io.BufferedInputStream
- Repositions the stream to the last marked position|
- reset()
- Method in class java.io.ByteArrayInputStream
- Resets the buffer to the beginning|
- reset()
- Method in class java.io.ByteArrayOutputStream
- Resets the buffer so that you can use it again without
- throwing away the already allocated buffer|
- reset()
- Method in class java.io.FilterInputStream
- Repositions the stream to the last marked position|
- reset()
- Method in class java.io.InputStream
- Repositions the stream to the last marked position|
- reset()
- Method in class java.io.LineNumberInputStream
- Repositions the stream to the last marked position|
- reset()
- Method in class java.io.StringBufferInputStream
- Resets the buffer to the beginning|
- resetCurrentFrameIndex()
- Method in class sun.tools.debug.RemoteThread
- Reset the current stackframe|
- resetSyntax()
- Method in class java.io.StreamTokenizer
- Resets the syntax table so that all characters are special|
- reshape(int, int, int, int)
- Method in class java.awt.Component
- Reshapes the Component to the specified bounding box|
- reshape(int, int, int, int)
- Method in class java.awt.Rectangle
- Reshapes the rectangle|
- reshape(int, int, int, int)
- Method in interface java.awt.peer.ComponentPeer|
- resize(Dimension)
- Method in class java.applet.Applet
- Requests thatthe applet be resized|
- resize(Dimension)
- Method in class java.awt.Component
- Resizes the Component to the specified dimension|
- resize(int, int)
- Method in class java.applet.Applet
- Requests that the applet be resized|
- resize(int, int)
- Method in class java.awt.Component
- Resizes the Component to the specified width and height|
- resize(int, int)
- Method in class java.awt.Rectangle
- Resizes the rectangle|
- resolveClass(Class)
- Method in class java.lang.ClassLoader
- Resolves classes referenced by this Class|
- resume()
- Method in class java.lang.Thread
- Resumes this Thread execution|
- resume()
- Method in class java.lang.ThreadGroup
- Resumes all the Threads in this Thread group and all of its sub groups|
- resume()
- Method in class sun.tools.debug.RemoteThread
- Resume execution of this thread|
- RGBImageFilter()
- Constructor for class java.awt.image.RGBImageFilter|
- RGBtoHSB(int, int, int, float[])
- Static method in class java.awt.Color
- Returns the HSB values corresponding to the color defined by the
- red, green, and blue components|
- RIGHT
- Static variable in class java.awt.Event
- The right arrow key|
- RIGHT
- Static variable in class java.awt.FlowLayout
- The right alignment variable|
- RIGHT
- Static variable in class java.awt.Label
- The right alignment|
- right
- Variable in class java.awt.Insets
- The inset from the right|
- rint(double)
- Static method in class java.lang.Math
- Converts a double value into an integral value in double format|
- round(double)
- Static method in class java.lang.Math
- Rounds off a double value by first adding 0.5 to it and then returning
- the
- largest integer that is less than or equal to this new value|
- round(float)
- Static method in class java.lang.Math
- Rounds off a float value by first adding 0.5 to it and then returning
- the
- largest integer that is less than or equal to this new value|
- rowHeights
- Variable in class java.awt.GridBagLayout|
- rowWeights
- Variable in class java.awt.GridBagLayout|
- run()
- Method in class java.lang.Thread
- The actual body of this Thread|
- run()
- Method in interface java.lang.Runnable
- The method that is executed when a Runnable object is activated|
- run(int, String[])
- Method in class sun.tools.debug.RemoteDebugger
- Load and run a runnable Java class, with any optional parameters|
- runFinalization()
- Method in class java.lang.Runtime
- Runs the finalization methods of any objects pending finalization|
- runFinalization()
- Static method in class java.lang.System
- Runs the finalization methods of any objects pending finalization|
- RuntimeException()
- Constructor for class java.lang.RuntimeException
- Constructs a RuntimeException with no detail message|
- RuntimeException(String)
- Constructor for class java.lang.RuntimeException
- Constructs a RuntimeException with the specified detail message|
- sameFile(URL)
- Method in class java.net.URL
- Compares two URLs, excluding the "ref" fields: sameFile is true
- if the true references the same remote object, but not necessarily
- the same subpiece of that object|
- SAVE
- Static variable in class java.awt.FileDialog
- The file save variable|
- save(OutputStream, String)
- Method in class java.util.Properties
- Save properties to an OutputStream|
- SAVE_FILE
- Static variable in class java.awt.Event
- A file saving event|
- Scrollbar()
- Constructor for class java.awt.Scrollbar
- Constructs a new vertical Scrollbar|
- Scrollbar(int)
- Constructor for class java.awt.Scrollbar
- Constructs a new Scrollbar with the specified orientation|
- Scrollbar(int, int, int, int, int)
- Constructor for class java.awt.Scrollbar
- Constructs a new Scrollbar with the specified orientation,
- value, page size, and minumum and maximum values|
- SCROLL_ABSOLUTE
- Static variable in class java.awt.Event
- The absolute scroll event|
- SCROLL_LINE_DOWN
- Static variable in class java.awt.Event
- The line down scroll event|
- SCROLL_LINE_UP
- Static variable in class java.awt.Event
- The line up scroll event|
- SCROLL_PAGE_DOWN
- Static variable in class java.awt.Event
- The page down scroll event|
- SCROLL_PAGE_UP
- Static variable in class java.awt.Event
- The page up scroll event|
- search(Object)
- Method in class java.util.Stack
- Sees if an object is on the stack|
- SecurityException()
- Constructor for class java.lang.SecurityException
- Constructs a SecurityException with no detail message|
- SecurityException(String)
- Constructor for class java.lang.SecurityException
- Constructs a SecurityException with the specified detail message|
- SecurityManager()
- Constructor for class java.lang.SecurityManager
- Constructs a new SecurityManager|
- seek(long)
- Method in class java.io.RandomAccessFile
- Sets the file pointer to the specified absolute position|
- select(int)
- Method in class java.awt.Choice
- Selects the item with the specified postion|
- select(int)
- Method in class java.awt.List
- Selects the item at the specified index|
- select(int)
- Method in interface java.awt.peer.ChoicePeer|
- select(int)
- Method in interface java.awt.peer.ListPeer|
- select(int, int)
- Method in class java.awt.TextComponent
- Selects the text found between the specified start and end locations|
- select(int, int)
- Method in interface java.awt.peer.TextComponentPeer|
- select(String)
- Method in class java.awt.Choice
- Selects the item with the specified String|
- selectAll()
- Method in class java.awt.TextComponent
- Selects all the text in the TextComponent|
- send(DatagramPacket)
- Method in class java.net.DatagramSocket
- Sends Datagram Packet to the destination address|
- separator
- Static variable in class java.io.File
- The system dependent file separator String|
- separatorChar
- Static variable in class java.io.File
- The system dependent file separator character|
- SequenceInputStream(Enumeration)
- Constructor for class java.io.SequenceInputStream
- Constructs a new SequenceInputStream initialized to the
- specified list|
- SequenceInputStream(InputStream, InputStream)
- Constructor for class java.io.SequenceInputStream
- Constructs a new SequenceInputStream initialized to the two
- specified input streams|
- ServerSocket(int)
- Constructor for class java.net.ServerSocket
- Creates a server socket on a specified port|
- ServerSocket(int, int)
- Constructor for class java.net.ServerSocket
- Creates a server socket, binds it to the specified local port
- and listens to it|
- set(int)
- Method in class java.util.BitSet
- Sets a bit|
- set(String, String, int, String, String)
- Method in class java.net.URL
- Sets the fields of the URL|
- setAlignment(int)
- Method in class java.awt.Label
- Sets the alignment for this label to the specified
- alignment|
- setAlignment(int)
- Method in interface java.awt.peer.LabelPeer|
- setAllowUserInteraction(boolean)
- Method in class java.net.URLConnection
- Some URL connections occasionally need to to interactions with the
- user|
- setBackground(Color)
- Method in class java.awt.Component
- Sets the background color|
- setBackground(Color)
- Method in interface java.awt.peer.ComponentPeer|
- setBreakpointLine(int)
- Method in class sun.tools.debug.RemoteClass
- Set a breakpoint at a specified source line number in a class|
- setBreakpointMethod(RemoteField)
- Method in class sun.tools.debug.RemoteClass
- Set a breakpoint at the first line of a class method|
- setChanged()
- Method in class java.util.Observable
- Sets a flag to note an observable change|
- setCharAt(int, char)
- Method in class java.lang.StringBuffer
- Changes the character at the specified index to be ch|
- setCheckboxGroup(CheckboxGroup)
- Method in class java.awt.Checkbox
- Sets the CheckboxGroup to the specified group|
- setCheckboxGroup(CheckboxGroup)
- Method in interface java.awt.peer.CheckboxPeer|
- setColor(Color)
- Method in class java.awt.Graphics
- Sets the current color to the specified color|
- setColorModel(ColorModel)
- Method in class java.awt.image.ImageFilter
- Filter the information provided in the setColorModel method
- of the ImageConsumer interface|
- setColorModel(ColorModel)
- Method in class java.awt.image.PixelGrabber
- The setColorModel method is part of the ImageConsumer API which
- this class must implement to retrieve the pixels|
- setColorModel(ColorModel)
- Method in class java.awt.image.RGBImageFilter
- If the ColorModel is an IndexColorModel, and the subclass has
- set the canFilterIndexColorModel flag to true, we substitute
- a filtered version of the color model here and wherever
- that original ColorModel object appears in the setPixels methods|
- setColorModel(ColorModel)
- Method in interface java.awt.image.ImageConsumer
- The ColorModel object used for the majority of
- the pixels reported using the setPixels method
- calls|
- setConstraints(Component, GridBagConstraints)
- Method in class java.awt.GridBagLayout
- Sets the constraints for the specified component|
- setContentHandlerFactory(ContentHandlerFactory)
- Static method in class java.net.URLConnection
- Sets the ContentHandler factory|
- setCurrent(Checkbox)
- Method in class java.awt.CheckboxGroup
- Sets the current choice to the specified Checkbox|
- setCurrentFrameIndex(int)
- Method in class sun.tools.debug.RemoteThread
- Set the current stackframe index|
- setCursor(int)
- Method in class java.awt.Frame
- Set the cursor image to a predefined cursor|
- setCursor(int)
- Method in interface java.awt.peer.FramePeer|
- setDaemon(boolean)
- Method in class java.lang.Thread
- Marks this Thread as a daemon Thread or a user Thread|
- setDaemon(boolean)
- Method in class java.lang.ThreadGroup
- Changes the daemon status of this group|
- setDate(int)
- Method in class java.util.Date
- Sets the date|
- setDefaultAllowUserInteraction(boolean)
- Static method in class java.net.URLConnection
- Sets/gets the default value of the allowUserInteraction flag|
- setDefaultRequestProperty(String, String)
- Static method in class java.net.URLConnection
- Sets/gets the default value of a general request property|
- setDefaultUseCaches(boolean)
- Method in class java.net.URLConnection|
- setDimensions(int, int)
- Method in class java.awt.image.CropImageFilter
- Override the source image's dimensions and pass the dimensions
- of the rectangular cropped region to the ImageConsumer|
- setDimensions(int, int)
- Method in class java.awt.image.ImageFilter
- Filters the information provided in the setDimensions method
- of the ImageConsumer interface|
- setDimensions(int, int)
- Method in class java.awt.image.PixelGrabber
- The setDimensions method is part of the ImageConsumer API which
- this class must implement to retrieve the pixels|
- setDimensions(int, int)
- Method in interface java.awt.image.ImageConsumer
- The dimensions of the source image are reported using the
- setDimensions method call|
- setDirectory(String)
- Method in class java.awt.FileDialog
- Set the directory of the Dialog to the specified directory|
- setDirectory(String)
- Method in interface java.awt.peer.FileDialogPeer|
- setDoInput(boolean)
- Method in class java.net.URLConnection
- A URL connection can be used for input and/or output|
- setDoOutput(boolean)
- Method in class java.net.URLConnection
- A URL connection can be used for input and/or output|
- setEchoCharacter(char)
- Method in class java.awt.TextField
- Sets the echo character for this TextField|
- setEchoCharacter(char)
- Method in interface java.awt.peer.TextFieldPeer|
- setEditable(boolean)
- Method in class java.awt.TextComponent
- Sets the specified boolean to indicate whether or not this
- TextComponent should be
- editable|
- setEditable(boolean)
- Method in interface java.awt.peer.TextComponentPeer|
- setElementAt(Object, int)
- Method in class java.util.Vector
- Sets the element at the specified index to be the specified object|
- setFile(String)
- Method in class java.awt.FileDialog
- Sets the file for this dialog to the specified file|
- setFile(String)
- Method in interface java.awt.peer.FileDialogPeer|
- setFilenameFilter(FilenameFilter)
- Method in class java.awt.FileDialog
- Sets the filter for this dialog to the specified filter|
- setFilenameFilter(FilenameFilter)
- Method in interface java.awt.peer.FileDialogPeer|
- setFont(Font)
- Method in class java.awt.Component
- Sets the font of the component|
- setFont(Font)
- Method in class java.awt.Graphics
- Sets the font for all subsequent text-drawing operations|
- setFont(Font)
- Method in class java.awt.MenuComponent
- Sets the font to be used for this MenuItem to the specified font|
- setFont(Font)
- Method in interface java.awt.peer.ComponentPeer|
- setForeground(Color)
- Method in class java.awt.Component
- Sets the foreground color|
- setForeground(Color)
- Method in interface java.awt.peer.ComponentPeer|
- setHelpMenu(Menu)
- Method in class java.awt.MenuBar
- Sets the help menu to the specified menu on the menu bar|
- setHints(int)
- Method in class java.awt.image.ImageFilter
- Filters the information provided in the setHints method
- of the ImageConsumer interface|
- setHints(int)
- Method in class java.awt.image.PixelGrabber
- The setHints method is part of the ImageConsumer API which
- this class must implement to retrieve the pixels|
- setHints(int)
- Method in interface java.awt.image.ImageConsumer
- The ImageProducer can deliver the pixels in any order, but
- the ImageConsumer may be able to scale or convert the pixels
- to the destination ColorModel more efficiently or with higher
- quality if it knows some information about how the pixels will
- be delivered up front|
- setHours(int)
- Method in class java.util.Date
- Sets the hours|
- setIconImage(Image)
- Method in class java.awt.Frame
- Sets the image to display when this Frame is iconized|
- setIconImage(Image)
- Method in interface java.awt.peer.FramePeer|
- setIfModifiedSince(long)
- Method in class java.net.URLConnection
- Some protocols support skipping fetching unless the object is newer
- than some amount of time|
- setLabel(String)
- Method in class java.awt.Button
- Sets the button with the specified label|
- setLabel(String)
- Method in class java.awt.Checkbox
- Sets the button with the specified label|
- setLabel(String)
- Method in class java.awt.MenuItem
- Sets the label to be the specified label|
- setLabel(String)
- Method in interface java.awt.peer.ButtonPeer|
- setLabel(String)
- Method in interface java.awt.peer.CheckboxPeer|
- setLabel(String)
- Method in interface java.awt.peer.MenuItemPeer|
- setLayout(LayoutManager)
- Method in class java.awt.Container
- Sets the layout manager for this container|
- setLength(int)
- Method in class java.lang.StringBuffer
- Sets the length of the String|
- setLineIncrement(int)
- Method in class java.awt.Scrollbar
- Sets the line increment for this scrollbar|
- setLineIncrement(int)
- Method in interface java.awt.peer.ScrollbarPeer|
- setLineNumber(int)
- Method in class java.io.LineNumberInputStream
- Sets the current line number|
- setMaxPriority(int)
- Method in class java.lang.ThreadGroup
- Sets the maximum priority of the group|
- setMenuBar(MenuBar)
- Method in class java.awt.Frame
- Sets the menubar for this Frame to the specified menubar|
- setMenuBar(MenuBar)
- Method in interface java.awt.peer.FramePeer|
- setMinutes(int)
- Method in class java.util.Date
- Sets the minutes|
- setMonth(int)
- Method in class java.util.Date
- Sets the month|
- setMultipleSelections(boolean)
- Method in class java.awt.List
- Sets whether this list should allow multiple selections or not|
- setMultipleSelections(boolean)
- Method in interface java.awt.peer.ListPeer|
- setName(String)
- Method in class java.lang.Thread
- Sets the Thread's name|
- setPageIncrement(int)
- Method in class java.awt.Scrollbar
- Sets the page increment for this scrollbar|
- setPageIncrement(int)
- Method in interface java.awt.peer.ScrollbarPeer|
- setPaintMode()
- Method in class java.awt.Graphics
- Sets the paint mode to overwrite the destination with the
- current color|
- setPixels(int, int, int, int, ColorModel, byte[], int, int)
- Method in class java.awt.image.CropImageFilter
- Determine whether the delivered byte pixels intersect the region to
- be extracted and passes through only that subset of pixels that
- appear in the output region|
- setPixels(int, int, int, int, ColorModel, byte[], int, int)
- Method in class java.awt.image.ImageFilter
- Filters the information provided in the setPixels method of the
- ImageConsumer interface which takes an array of bytes|
- setPixels(int, int, int, int, ColorModel, byte[], int, int)
- Method in class java.awt.image.PixelGrabber
- The setPixels method is part of the ImageConsumer API which
- this class must implement to retrieve the pixels|
- setPixels(int, int, int, int, ColorModel, byte[], int, int)
- Method in class java.awt.image.RGBImageFilter
- If the ColorModel object is the same one that has already
- been converted, then simply passes the pixels through with the
- converted ColorModel|
- setPixels(int, int, int, int, ColorModel, byte[], int, int)
- Method in interface java.awt.image.ImageConsumer
- The pixels of the image are delivered using one or more calls
- to the setPixels method|
- setPixels(int, int, int, int, ColorModel, int[], int, int)
- Method in class java.awt.image.CropImageFilter
- Determine if the delivered int pixels intersect the region to
- be extracted and pass through only that subset of pixels that
- appear in the output region|
- setPixels(int, int, int, int, ColorModel, int[], int, int)
- Method in class java.awt.image.ImageFilter
- Filters the information provided in the setPixels method of the
- ImageConsumer interface which takes an array of integers|
- setPixels(int, int, int, int, ColorModel, int[], int, int)
- Method in class java.awt.image.PixelGrabber
- The setPixels method is part of the ImageConsumer API which
- this class must implement to retrieve the pixels|
- setPixels(int, int, int, int, ColorModel, int[], int, int)
- Method in class java.awt.image.RGBImageFilter
- If the ColorModel object is the same one that has already
- been converted, then simply passes the pixels through with the
- converted ColorModel, otherwise converts the buffer of integer
- pixels to the default RGB ColorModel and passes the converted
- buffer to the filterRGBPixels method to be converted one by one|
- setPixels(int, int, int, int, ColorModel, int[], int, int)
- Method in interface java.awt.image.ImageConsumer
- The pixels of the image are delivered using one or more calls
- to the setPixels method|
- setPriority(int)
- Method in class java.lang.Thread
- Sets the Thread's priority|
- setProperties(Hashtable)
- Method in class java.awt.image.CropImageFilter
- Passes along the properties from the source object after adding a
- property indicating the cropped region|
- setProperties(Hashtable)
- Method in class java.awt.image.ImageFilter
- Passes the properties from the source object along after adding a
- property indicating the stream of filters it has been run through|
- setProperties(Hashtable)
- Method in class java.awt.image.PixelGrabber
- The setProperties method is part of the ImageConsumer API which
- this class must implement to retrieve the pixels|
- setProperties(Hashtable)
- Method in interface java.awt.image.ImageConsumer
- Sets the extensible list of properties associated with this image|
- setProperties(Properties)
- Static method in class java.lang.System
- Sets the System properties to the specified properties|
- setRequestProperty(String, String)
- Method in class java.net.URLConnection
- Sets/gets a general request property|
- setResizable(boolean)
- Method in class java.awt.Dialog
- Sets the resizable flag|
- setResizable(boolean)
- Method in class java.awt.Frame
- Sets the resizable flag|
- setResizable(boolean)
- Method in interface java.awt.peer.DialogPeer|
- setResizable(boolean)
- Method in interface java.awt.peer.FramePeer|
- setSeconds(int)
- Method in class java.util.Date
- Sets the seconds|
- setSecurityManager(SecurityManager)
- Static method in class java.lang.System
- Sets the System security|
- setSeed(long)
- Method in class java.util.Random
- Sets the seed of the random number generator using a single
- long seed|
- setSize(int)
- Method in class java.util.Vector
- Sets the size of the vector|
- setSocketFactory(SocketImplFactory)
- Static method in class java.net.ServerSocket
- Sets the system's server SocketImplFactory|
- setSocketImplFactory(SocketImplFactory)
- Static method in class java.net.Socket
- Sets the system's client SocketImplFactory|
- setSourcePath(String)
- Method in class sun.tools.debug.RemoteDebugger
- Specify the list of paths to use when searching for a source file|
- setState(boolean)
- Method in class java.awt.Checkbox
- Sets the Checkbox to the specifed boolean state|
- setState(boolean)
- Method in class java.awt.CheckboxMenuItem
- Sets the state of this MenuItem if it is a Checkbox|
- setState(boolean)
- Method in interface java.awt.peer.CheckboxMenuItemPeer|
- setState(boolean)
- Method in interface java.awt.peer.CheckboxPeer|
- setStub(AppletStub)
- Method in class java.applet.Applet
- Sets the applet stub|
- setText(String)
- Method in class java.awt.Label
- Sets the text for this label to the specified text|
- setText(String)
- Method in class java.awt.TextComponent
- Sets the text of this TextComponent to the specified text|
- setText(String)
- Method in interface java.awt.peer.LabelPeer|
- setText(String)
- Method in interface java.awt.peer.TextComponentPeer|
- setTime(long)
- Method in class java.util.Date
- Sets the time|
- setTitle(String)
- Method in class java.awt.Dialog
- Sets the title of the Dialog|
- setTitle(String)
- Method in class java.awt.Frame
- Sets the title for this Frame to the specified title|
- setTitle(String)
- Method in interface java.awt.peer.DialogPeer|
- setTitle(String)
- Method in interface java.awt.peer.FramePeer|
- setURL(URL, String, String, int, String, String)
- Method in class java.net.URLStreamHandler
- Calls the (protected) set method out of the URL given|
- setURLStreamHandlerFactory(URLStreamHandlerFactory)
- Static method in class java.net.URL
- Sets the URLStreamHandler factory|
- setUseCaches(boolean)
- Method in class java.net.URLConnection
- Some protocols do caching of documents|
- setValue(int)
- Method in class java.awt.Scrollbar
- Sets the value of this Scrollbar to the specified value|
- setValue(int)
- Method in interface java.awt.peer.ScrollbarPeer|
- setValues(int, int, int, int)
- Method in class java.awt.Scrollbar
- Sets the values for this Scrollbar|
- setValues(int, int, int, int)
- Method in interface java.awt.peer.ScrollbarPeer|
- setXORMode(Color)
- Method in class java.awt.Graphics
- Sets the paint mode to alternate between the current color
- and the new specified color|
- setYear(int)
- Method in class java.util.Date
- Sets the year|
- SE_RESIZE_CURSOR
- Static variable in class java.awt.Frame|
- shiftDown()
- Method in class java.awt.Event
- Checks if the shift key is down|
- SHIFT_MASK
- Static variable in class java.awt.Event
- The shift modifier constant|
- show()
- Method in class java.awt.Component
- Shows the component|
- show()
- Method in class java.awt.Window
- Shows the Window|
- show()
- Method in interface java.awt.peer.ComponentPeer|
- show(boolean)
- Method in class java.awt.Component
- Conditionally shows the component|
- show(Container, String)
- Method in class java.awt.CardLayout
- Flips to the specified component name in the specified container|
- showDocument(URL)
- Method in interface java.applet.AppletContext
- Shows a new document|
- showDocument(URL, String)
- Method in interface java.applet.AppletContext
- Show a new document in a target window or frame|
- showStatus(String)
- Method in class java.applet.Applet
- Shows a status message in the applet's context|
- showStatus(String)
- Method in interface java.applet.AppletContext
- Show a status string|
- sin(double)
- Static method in class java.lang.Math
- Returns the trigonometric sine of an angle|
- SINGLEFRAME
- Static variable in interface java.awt.image.ImageConsumer
- The image contain a single static image|
- SINGLEFRAMEDONE
- Static variable in interface java.awt.image.ImageConsumer
- One frame of the image is complete but there are more frames
- to be delivered|
- SINGLEPASS
- Static variable in interface java.awt.image.ImageConsumer
- The pixels will be delivered in a single pass|
- size
- Variable in class java.awt.Font
- The point size of this font|
- size()
- Method in class java.awt.Component
- Returns the current size of this component|
- size()
- Method in class java.io.ByteArrayOutputStream
- Returns the current size of the buffer|
- size()
- Method in class java.io.DataOutputStream
- Returns the number of bytes written|
- size()
- Method in class java.util.BitSet
- Calculates and returns the set's size|
- size()
- Method in class java.util.Dictionary
- Returns the number of elements contained within the Dictionary|
- size()
- Method in class java.util.Hashtable
- Returns the number of elements contained in the hashtable|
- size()
- Method in class java.util.Vector
- Returns the number of elements in the vector|
- skip(long)
- Method in class java.io.BufferedInputStream
- Skips n bytes of input|
- skip(long)
- Method in class java.io.ByteArrayInputStream
- Skips n bytes of input|
- skip(long)
- Method in class java.io.FileInputStream
- Skips n bytes of input|
- skip(long)
- Method in class java.io.FilterInputStream
- Skips bytes of input|
- skip(long)
- Method in class java.io.InputStream
- Skips n bytes of input|
- skip(long)
- Method in class java.io.LineNumberInputStream
- Skips n bytes of input|
- skip(long)
- Method in class java.io.StringBufferInputStream
- Skips n bytes of input|
- skipBytes(int)
- Method in class java.io.DataInputStream
- Skips bytes, blocks until all bytes are skipped|
- skipBytes(int)
- Method in class java.io.RandomAccessFile|
- skipBytes(int)
- Method in interface java.io.DataInput
- Skips bytes, block until all bytes are skipped|
- slashSlashComments(boolean)
- Method in class java.io.StreamTokenizer
- If the flag is true, recognize C++ style( // ) comments|
- slashStarComments(boolean)
- Method in class java.io.StreamTokenizer
- If the flag is true, recognize C style( /* ) comments|
- sleep(long)
- Static method in class java.lang.Thread
- Causes the currently executing Thread to sleep for the specified
- number of milliseconds|
- sleep(long, int)
- Static method in class java.lang.Thread
- Sleep, in milliseconds and additional nanosecond|
- Socket(InetAddress, int)
- Constructor for class java.net.Socket
- Creates a stream socket and connects it to the specified address on
- the specified port|
- Socket(InetAddress, int, boolean)
- Constructor for class java.net.Socket
- Creates a socket and connects it to the specified address on
- the specified port|
- Socket(String, int)
- Constructor for class java.net.Socket
- Creates a stream socket and connects it to the specified port on
- the specified host|
- Socket(String, int, boolean)
- Constructor for class java.net.Socket
- Creates a socket and connects it to the specified port on
- the specified host|
- SocketException()
- Constructor for class java.net.SocketException
- Constructs a new SocketException with no detail message|
- SocketException(String)
- Constructor for class java.net.SocketException
- Constructs a new SocketException with the specified detail
- message|
- SocketImpl()
- Constructor for class java.net.SocketImpl|
- SOMEBITS
- Static variable in interface java.awt.image.ImageObserver
- More pixels needed for drawing a scaled variation of the image
- are available|
- SOUTH
- Static variable in class java.awt.GridBagConstraints|
- SOUTHEAST
- Static variable in class java.awt.GridBagConstraints|
- SOUTHWEST
- Static variable in class java.awt.GridBagConstraints|
- sqrt(double)
- Static method in class java.lang.Math
- Returns the square root of a|
- Stack()
- Constructor for class java.util.Stack|
- StackFrame()
- Constructor for class sun.tools.debug.StackFrame|
- StackOverflowError()
- Constructor for class java.lang.StackOverflowError
- Constructs a StackOverflowError with no detail message|
- StackOverflowError(String)
- Constructor for class java.lang.StackOverflowError
- Constructs a StackOverflowError with the specified detail message|
- start()
- Method in class java.applet.Applet
- Called to start the applet|
- start()
- Method in class java.lang.Thread
- Starts this Thread|
- startProduction(ImageConsumer)
- Method in class java.awt.image.FilteredImageSource
- Adds an ImageConsumer to the list of consumers interested in
- data for this image, and immediately starts delivery of the
- image data through the ImageConsumer interface|
- startProduction(ImageConsumer)
- Method in class java.awt.image.MemoryImageSource
- Adds an ImageConsumer to the list of consumers interested in
- data for this image, and immediately start delivery of the
- image data through the ImageConsumer interface|
- startProduction(ImageConsumer)
- Method in interface java.awt.image.ImageProducer
- This method both registers the given ImageConsumer object
- as a consumer and starts an immediate reconstruction of
- the image data which will then be delivered to this
- consumer and any other consumer which may have already
- been registered with the producer|
- startsWith(String)
- Method in class java.lang.String
- Determines whether this String starts with some prefix|
- startsWith(String, int)
- Method in class java.lang.String
- Determines whether this String starts with some prefix|
- STATICIMAGEDONE
- Static variable in interface java.awt.image.ImageConsumer
- The image is complete and there are no more pixels or frames
- to be delivered|
- status()
- Method in class java.awt.image.PixelGrabber
- Return the status of the pixels|
- statusAll(boolean)
- Method in class java.awt.MediaTracker
- Returns the boolean OR of the status of all of the media being
- tracked|
- statusID(int, boolean)
- Method in class java.awt.MediaTracker
- Returns the boolean OR of the status of all of the media with
- a given ID|
- step(boolean)
- Method in class sun.tools.debug.RemoteThread
- Continue execution of this thread to the next instruction or line|
- stop()
- Method in class java.applet.Applet
- Called to stop the applet|
- stop()
- Method in class java.lang.Thread
- Stops a Thread by tossing an object|
- stop()
- Method in class java.lang.ThreadGroup
- Stops all the Threads in this Thread group and all of its sub groups|
- stop()
- Method in class sun.tools.debug.RemoteThread
- Stop the remote thread|
- stop()
- Method in class sun.tools.debug.RemoteThreadGroup
- Stop the remote threadgroup|
- stop()
- Method in interface java.applet.AudioClip
- Stops playing the clip|
- stop(Throwable)
- Method in class java.lang.Thread
- Stops a Thread by tossing an object|
- StreamTokenizer(InputStream)
- Constructor for class java.io.StreamTokenizer
- Creates a stream tokenizer that parses the specified input
- stream|
- String()
- Constructor for class java.lang.String
- Constructs a new empty String|
- String(byte[], int)
- Constructor for class java.lang.String
- Constructs a new String whose value is the specified array of bytes|
- String(byte[], int, int, int)
- Constructor for class java.lang.String
- Constructs a new String whose initial value is the specified sub array
- of bytes|
- String(char[])
- Constructor for class java.lang.String
- Constructs a new String whose initial value is the specified array
- of characters|
- String(char[], int, int)
- Constructor for class java.lang.String
- Constructs a new String whose initial value is the specified sub array
- of characters|
- String(String)
- Constructor for class java.lang.String
- Constructs a new String that is a copy of the specified String|
- String(StringBuffer)
- Constructor for class java.lang.String
- Construct a new string whose value is the current contents of the
- given string buffer|
- StringBuffer()
- Constructor for class java.lang.StringBuffer
- Constructs an empty String buffer|
- StringBuffer(int)
- Constructor for class java.lang.StringBuffer
- Constructs an empty String buffer with the specified initial length|
- StringBuffer(String)
- Constructor for class java.lang.StringBuffer
- Constructs a String buffer with the specified initial value|
- StringBufferInputStream(String)
- Constructor for class java.io.StringBufferInputStream
- Creates an StringBufferInputStream from the specified array of
- bytes|
- StringIndexOutOfBoundsException()
- Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a StringIndexOutOfBoundsException with no detail message|
- StringIndexOutOfBoundsException(int)
- Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a StringIndexOutOfBoundsException initialized with
- the specified index|
- StringIndexOutOfBoundsException(String)
- Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a StringIndexOutOfBoundsException with the specified detail
- message|
- StringTokenizer(String)
- Constructor for class java.util.StringTokenizer
- Constructs a StringTokenizer on the specified String, using the
- default delimiter set (which is " \t\n\r")|
- StringTokenizer(String, String)
- Constructor for class java.util.StringTokenizer
- Constructs a StringTokenizer on the specified String, using the
- specified delimiter set|
- StringTokenizer(String, String, boolean)
- Constructor for class java.util.StringTokenizer
- Constructs a StringTokenizer on the specified String, using the
- specified delimiter set|
- stringWidth(String)
- Method in class java.awt.FontMetrics
- Returns the width of the specified String in this Font|
- style
- Variable in class java.awt.Font
- The style of the font|
- substituteColorModel(ColorModel, ColorModel)
- Method in class java.awt.image.RGBImageFilter
- Registers two ColorModel objects for substitution|
- substring(int)
- Method in class java.lang.String
- Returns the substring of this String|
- substring(int, int)
- Method in class java.lang.String
- Returns the substring of a String|
- suspend()
- Method in class java.lang.Thread
- Suspends this Thread's execution|
- suspend()
- Method in class java.lang.ThreadGroup
- Suspends all the Threads in this Thread group and all of its sub
- groups|
- suspend()
- Method in class sun.tools.debug.RemoteThread
- Suspend execution of this thread|
- sval
- Variable in class java.io.StreamTokenizer
- The Stream value|
- SW_RESIZE_CURSOR
- Static variable in class java.awt.Frame|
- sync()
- Method in class java.awt.Toolkit
- Syncs the graphics state; useful when doing animation|
- S_RESIZE_CURSOR
- Static variable in class java.awt.Frame|
- tan(double)
- Static method in class java.lang.Math
- Returns the trigonometric tangent of an angle|
- target
- Variable in class java.awt.Event
- The target component|
- TextArea()
- Constructor for class java.awt.TextArea
- Constructs a new TextArea|
- TextArea(int, int)
- Constructor for class java.awt.TextArea
- Constructs a new TextArea with the specified number of rows and
- columns|
- TextArea(String)
- Constructor for class java.awt.TextArea
- Constructs a new TextArea with the specified text displayed|
- TextArea(String, int, int)
- Constructor for class java.awt.TextArea
- Constructs a new TextArea with the specified text and number of rows
- and columns|
- TextField()
- Constructor for class java.awt.TextField
- Constructs a new TextField|
- TextField(int)
- Constructor for class java.awt.TextField
- Constructs a new TextField initialized with the specified columns|
- TextField(String)
- Constructor for class java.awt.TextField
- Constructs a new TextField initialized with the specified text|
- TextField(String, int)
- Constructor for class java.awt.TextField
- Constructs a new TextField initialized with the specified text and
- columns|
- TEXT_CURSOR
- Static variable in class java.awt.Frame|
- Thread()
- Constructor for class java.lang.Thread
- Constructs a new Thread|
- Thread(Runnable)
- Constructor for class java.lang.Thread
- Constructs a new Thread which applies the run() method of
- the specified target|
- Thread(Runnable, String)
- Constructor for class java.lang.Thread
- Constructs a new Thread with the specified name and applies
- the run() method of the specified target|
- Thread(String)
- Constructor for class java.lang.Thread
- Constructs a new Thread with the specified name|
- Thread(ThreadGroup, Runnable)
- Constructor for class java.lang.Thread
- Constructs a new Thread in the specified Thread group that applies the
- run() method of
- the specified target|
- Thread(ThreadGroup, Runnable, String)
- Constructor for class java.lang.Thread
- Constructs a new Thread in the specified Thread group with the
- specified name and
- applies the run() method of the specified target|
- Thread(ThreadGroup, String)
- Constructor for class java.lang.Thread
- Constructs a new Thread in the specified Thread group with the
- specified name|
- ThreadDeath()
- Constructor for class java.lang.ThreadDeath|
- threadDeathEvent(RemoteThread)
- Method in interface sun.tools.debug.DebuggerCallback
- A thread has died|
- ThreadGroup(String)
- Constructor for class java.lang.ThreadGroup
- Creates a new ThreadGroup|
- ThreadGroup(ThreadGroup, String)
- Constructor for class java.lang.ThreadGroup
- Creates a new ThreadGroup with a specified name in the specified Thread
- group|
- Throwable()
- Constructor for class java.lang.Throwable
- Constructs a new Throwable with no detail message|
- Throwable(String)
- Constructor for class java.lang.Throwable
- Constructs a new Throwable with the specified detail message|
- toBack()
- Method in class java.awt.Window
- Sends the frame to the back of the Window|
- toBack()
- Method in interface java.awt.peer.WindowPeer|
- toByteArray()
- Method in class java.io.ByteArrayOutputStream
- Returns a copy of the input data|
- toCharArray()
- Method in class java.lang.String
- Converts this String to a character array|
- toExternalForm()
- Method in class java.net.URL
- Reverses the parsing of the URL|
- toExternalForm(URL)
- Method in class java.net.URLStreamHandler
- Reverses the parsing of the URL|
- toFront()
- Method in class java.awt.Window
- Brings the frame to the front of the Window|
- toFront()
- Method in interface java.awt.peer.WindowPeer|
- toGMTString()
- Method in class java.util.Date
- Converts a date to a String, using the Internet GMT conventions|
- toHex(int)
- Static method in class sun.tools.debug.RemoteValue
- Convert an int to a hexadecimal string|
- toLocaleString()
- Method in class java.util.Date
- Converts a date to a String, using the locale conventions|
- toLowerCase()
- Method in class java.lang.String
- Converts all of the characters in this String to lower case|
- toLowerCase(char)
- Static method in class java.lang.Character
- Returns the lower case character value of the specified ISO-LATIN-1
- character|
- Toolkit()
- Constructor for class java.awt.Toolkit|
- top
- Variable in class java.awt.Insets
- The inset from the top|
- TOPDOWNLEFTRIGHT
- Static variable in interface java.awt.image.ImageConsumer
- The pixels will be delivered in top-down, left-to-right order|
- toString()
- Method in class java.awt.BorderLayout
- Returns the String representation of this BorderLayout's values|
- toString()
- Method in class java.awt.CardLayout
- Returns the String representation of this CardLayout's values|
- toString()
- Method in class java.awt.CheckboxGroup
- Returns the String representation of this CheckboxGroup's values|
- toString()
- Method in class java.awt.Color
- Returns the String representation of this Color's values|
- toString()
- Method in class java.awt.Component
- Returns the String representation of this Component's values|
- toString()
- Method in class java.awt.Dimension
- Returns the String representation of this Dimension's values|
- toString()
- Method in class java.awt.Event
- Returns the String representation of this Event's values|
- toString()
- Method in class java.awt.FlowLayout
- Returns the String representation of this FlowLayout's values|
- toString()
- Method in class java.awt.Font
- Converts this object to a String representation|
- toString()
- Method in class java.awt.FontMetrics
- Returns the String representation of this FontMetric's values|
- toString()
- Method in class java.awt.Graphics
- Returns a String object representing this Graphic's value|
- toString()
- Method in class java.awt.GridBagLayout
- Returns the String representation of this GridLayout's values|
- toString()
- Method in class java.awt.GridLayout
- Returns the String representation of this GridLayout's values|
- toString()
- Method in class java.awt.Insets
- Returns a String object representing this Inset's values|
- toString()
- Method in class java.awt.MenuComponent
- Returns the String representation of this MenuComponent's values|
- toString()
- Method in class java.awt.Point
- Returns the String representation of this Point's coordinates|
- toString()
- Method in class java.awt.Rectangle
- Returns the String representation of this Rectangle's values|
- toString()
- Method in class java.io.ByteArrayOutputStream
- Converts input data to a string|
- toString()
- Method in class java.io.File
- Returns a String object representing this file's path|
- toString()
- Method in class java.io.StreamTokenizer
- Returns the String representation of the stream token|
- toString()
- Method in class java.lang.Boolean
- Returns a new String object representing this Boolean's value|
- toString()
- Method in class java.lang.Character
- Returns a String object representing this character's value|
- toString()
- Method in class java.lang.Class
- Returns the name of this class or interface|
- toString()
- Method in class java.lang.Double
- Returns a String representation of this Double object|
- toString()
- Method in class java.lang.Float
- Returns a String representation of this Float object|
- toString()
- Method in class java.lang.Integer
- Returns a String object representing this Integer's value|
- toString()
- Method in class java.lang.Long
- Returns a String object representing this Long's value|
- toString()
- Method in class java.lang.Object
- Returns a String that represents the value of this Object|
- toString()
- Method in class java.lang.String
- Converts this String to a String|
- toString()
- Method in class java.lang.StringBuffer
- Converts to a String representing the data in the buffer|
- toString()
- Method in class java.lang.Thread
- Returns a String representation of the Thread, including the
- thread's name, priority and thread group|
- toString()
- Method in class java.lang.ThreadGroup
- Returns a String representation of the Thread group|
- toString()
- Method in class java.lang.Throwable
- Returns a short description of the Throwable|
- toString()
- Method in class java.net.InetAddress
- Converts the InetAddress to a String|
- toString()
- Method in class java.net.ServerSocket
- Returns the implementation address and implementation port of
- this ServerSocket as a String|
- toString()
- Method in class java.net.Socket
- Converts the Socket to a String|
- toString()
- Method in class java.net.SocketImpl
- Returns the address and port of this Socket as a String|
- toString()
- Method in class java.net.URL
- Converts to a human-readable form|
- toString()
- Method in class java.net.URLConnection
- Returns the String representation of the URL connection|
- toString()
- Method in class java.util.BitSet
- Converts the BitSet to a String|
- toString()
- Method in class java.util.Date
- Converts a date to a String, using the UNIX ctime conventions|
- toString()
- Method in class java.util.Hashtable
- Converts to a rather lengthy String|
- toString()
- Method in class java.util.Vector
- Converts the vector to a string|
- toString()
- Method in class sun.tools.debug.RemoteArray
- Return a string version of the array|
- toString()
- Method in class sun.tools.debug.RemoteBoolean
- Return the boolean's value as a string|
- toString()
- Method in class sun.tools.debug.RemoteByte
- Return the byte's value as a string|
- toString()
- Method in class sun.tools.debug.RemoteChar
- Return the char's value as a string|
- toString()
- Method in class sun.tools.debug.RemoteClass
- Return a (somewhat verbose) description|
- toString()
- Method in class sun.tools.debug.RemoteDouble
- Return the double's value as a string|
- toString()
- Method in class sun.tools.debug.RemoteField
- Returns a String that represents the value of this Object|
- toString()
- Method in class sun.tools.debug.RemoteFloat
- Return the float's value as a string|
- toString()
- Method in class sun.tools.debug.RemoteInt
- Return the int's value as a string|
- toString()
- Method in class sun.tools.debug.RemoteLong
- Return the long's value as a string|
- toString()
- Method in class sun.tools.debug.RemoteObject
- Return object as a string|
- toString()
- Method in class sun.tools.debug.RemoteShort
- Return the short's value as a string|
- toString()
- Method in class sun.tools.debug.RemoteString
- Return the string value, or "null"|
- toString()
- Method in class sun.tools.debug.StackFrame
- Returns a String that represents the value of this Object|
- toString(double)
- Static method in class java.lang.Double
- Returns a String representation for the specified double value|
- toString(float)
- Static method in class java.lang.Float
- Returns a String representation for the specified float value|
- toString(int)
- Method in class java.io.ByteArrayOutputStream
- Converts input data to a string|
- toString(int)
- Static method in class java.lang.Integer
- Returns a new String object representing the specified integer|
- toString(int, int)
- Static method in class java.lang.Integer
- Returns a new String object representing the specified integer in
- the specified radix|
- toString(long)
- Static method in class java.lang.Long
- Returns a new String object representing the specified integer|
- toString(long, int)
- Static method in class java.lang.Long
- Returns a new String object representing the specified long in
- the specified radix|
- totalMemory()
- Method in class java.lang.Runtime
- Returns the total number of bytes in system memory|
- totalMemory()
- Method in class sun.tools.debug.RemoteDebugger
- Report the total memory usage of the Java interpreter being debugged|
- toUpperCase()
- Method in class java.lang.String
- Converts all of the characters in this String to upper case|
- toUpperCase(char)
- Static method in class java.lang.Character
- Returns the upper case character value of the specified ISO-LATIN-1
- character|
- trace(boolean)
- Method in class sun.tools.debug.RemoteDebugger
- Turn on/off method call tracing|
- traceInstructions(boolean)
- Method in class java.lang.Runtime
- Enables/Disables tracing of instructions|
- traceMethodCalls(boolean)
- Method in class java.lang.Runtime
- Enables/Disables tracing of method calls|
- translate(int, int)
- Method in class java.awt.Event
- Translates an event relative to the given component|
- translate(int, int)
- Method in class java.awt.Graphics
- Translates the specified parameters into the origin of the graphics
- context|
- translate(int, int)
- Method in class java.awt.Point
- Translates the point|
- translate(int, int)
- Method in class java.awt.Rectangle
- Translates the rectangle|
- trim()
- Method in class java.lang.String
- Trims leading and trailing whitespace from this String|
- trimToSize()
- Method in class java.util.Vector
- Trims the vector's capacity down to size|
- TRUE
- Static variable in class java.lang.Boolean
- Assigns this Boolean to be true|
- ttype
- Variable in class java.io.StreamTokenizer
- The type of the last token returned|
- TT_EOF
- Static variable in class java.io.StreamTokenizer
- The End-of-file token|
- TT_EOL
- Static variable in class java.io.StreamTokenizer
- The End-of-line token|
- TT_NUMBER
- Static variable in class java.io.StreamTokenizer
- The number token|
- TT_WORD
- Static variable in class java.io.StreamTokenizer
- The word token|
- typeName()
- Method in class sun.tools.debug.RemoteArray
- Return this RemoteValue's type ("array")|
- typeName()
- Method in class sun.tools.debug.RemoteBoolean
- Print this RemoteValue's type ("boolean")|
- typeName()
- Method in class sun.tools.debug.RemoteByte
- Print this RemoteValue's type ("byte")|
- typeName()
- Method in class sun.tools.debug.RemoteChar
- Print this RemoteValue's type ("char")|
- typeName()
- Method in class sun.tools.debug.RemoteClass
- Returns the name of the class as its type|
- typeName()
- Method in class sun.tools.debug.RemoteDouble
- Print this RemoteValue's type ("double")|
- typeName()
- Method in class sun.tools.debug.RemoteFloat
- Print this RemoteValue's type ("float")|
- typeName()
- Method in class sun.tools.debug.RemoteInt
- Print this RemoteValue's type ("int")|
- typeName()
- Method in class sun.tools.debug.RemoteLong
- Print this RemoteValue's type ("long")|
- typeName()
- Method in class sun.tools.debug.RemoteObject
- Returns the RemoteValue's type name ("Object")|
- typeName()
- Method in class sun.tools.debug.RemoteShort
- Print this RemoteValue's type ("short")|
- typeName()
- Method in class sun.tools.debug.RemoteString
- Print this RemoteValue's type ("String")|
- typeName()
- Method in class sun.tools.debug.RemoteValue
- Returns the RemoteValue's type as a string|
- uncaughtException(Thread, Throwable)
- Method in class java.lang.ThreadGroup
- Called when a thread in this group exists because of
- an uncaught exception|
- UndefinedProperty
- Static variable in class java.awt.Image
- The UndefinedProperty object should be returned whenever a
- property which was not defined for a particular image is
- fetched|
- union(Rectangle)
- Method in class java.awt.Rectangle
- Computes the union of two rectangles|
- UnknownError()
- Constructor for class java.lang.UnknownError
- Constructs an UnknownError with no detail message|
- UnknownError(String)
- Constructor for class java.lang.UnknownError
- Constructs an UnknownError with the specified detail message|
- UnknownHostException()
- Constructor for class java.net.UnknownHostException
- Constructs a new UnknownHostException with no detail message|
- UnknownHostException(String)
- Constructor for class java.net.UnknownHostException
- Constructs a new UnknownHostException with the specified detail
- message|
- UnknownServiceException()
- Constructor for class java.net.UnknownServiceException
- Constructs a new UnknownServiceException with no detail message|
- UnknownServiceException(String)
- Constructor for class java.net.UnknownServiceException
- Constructs a new UnknownServiceException with the specified detail
- message|
- unread(int)
- Method in class java.io.PushbackInputStream
- Pushes back a character|
- UnsatisfiedLinkError()
- Constructor for class java.lang.UnsatisfiedLinkError
- Constructs an UnsatisfiedLinkError with no detail message|
- UnsatisfiedLinkError(String)
- Constructor for class java.lang.UnsatisfiedLinkError
- Constructs an UnsatisfiedLinkError with the specified detail message|
- UP
- Static variable in class java.awt.Event
- The up arrow key|
- up(int)
- Method in class sun.tools.debug.RemoteThread
- Change the current stackframe to be one or more frames higher
- (as in, away from the current program counter)|
- update(Graphics)
- Method in class java.awt.Component
- Updates the component|
- update(Observable, Object)
- Method in interface java.util.Observer
- Called when observers in the observable list need to be
- updated|
- url
- Variable in class java.net.URLConnection|
- URL(String)
- Constructor for class java.net.URL
- Creates a URL from the unparsed absolute URL|
- URL(String, String, int, String)
- Constructor for class java.net.URL
- Creates an absolute URL from the specified protocol,
- host, port and file|
- URL(String, String, String)
- Constructor for class java.net.URL
- Creates an absolute URL from the specified protocol,
- host, and file|
- URL(URL, String)
- Constructor for class java.net.URL
- Creates a URL from the unparsed URL in the specified context.If
- spec is an absolute URL it is used as is|
- URLConnection(URL)
- Constructor for class java.net.URLConnection
- Constructs a URL connection to the specified URL|
- URLStreamHandler()
- Constructor for class java.net.URLStreamHandler|
- useCaches
- Variable in class java.net.URLConnection|
- UTC(int, int, int, int, int, int)
- Static method in class java.util.Date
- Calculates a UTC value from YMDHMS|
- UTFDataFormatException()
- Constructor for class java.io.UTFDataFormatException
- Constructs an UTFDataFormatException with no detail message|
- UTFDataFormatException(String)
- Constructor for class java.io.UTFDataFormatException
- Constructs an UTFDataFormatException with the specified detail message|
- valid()
- Method in class java.io.FileDescriptor
- Determines whether the file descriptor object is valid|
- validate()
- Method in class java.awt.Component
- Validates a component|
- validate()
- Method in class java.awt.Container
- Validates this Container and all of the components contained within it|
- valueOf(boolean)
- Static method in class java.lang.String
- Returns a String object that represents the state of the specified
- boolean|
- valueOf(char)
- Static method in class java.lang.String
- Returns a String object that contains a single character|
- valueOf(char[])
- Static method in class java.lang.String
- Returns a String that is equivalent to the specified character array|
- valueOf(char[], int, int)
- Static method in class java.lang.String
- Returns a String that is equivalent to the specified character array|
- valueOf(double)
- Static method in class java.lang.String
- Returns a String object that represents the value of the specified
- double|
- valueOf(float)
- Static method in class java.lang.String
- Returns a String object that represents the value of the specified
- float|
- valueOf(int)
- Static method in class java.lang.String
- Returns a String object that represents the value of the specified
- integer|
- valueOf(long)
- Static method in class java.lang.String
- Returns a String object that represents the value of the specified
- long|
- valueOf(Object)
- Static method in class java.lang.String
- Returns a String that represents the String value of the object|
- valueOf(String)
- Static method in class java.lang.Boolean
- Returns the boolean value represented by the specified String|
- valueOf(String)
- Static method in class java.lang.Double
- Returns a new Double value initialized to the value represented by the
- specified String|
- valueOf(String)
- Static method in class java.lang.Float
- Returns the floating point value represented by the specified String|
- valueOf(String)
- Static method in class java.lang.Integer
- Assuming the specified String represents an integer, returns a new
- Integer
- object initialized to that value|
- valueOf(String)
- Static method in class java.lang.Long
- Assuming the specified String represents a long, returns a new Long
- object initialized to that value|
- valueOf(String, int)
- Static method in class java.lang.Integer
- Assuming the specified String represents an integer, returns a new
- Integer
- object initialized to that value|
- valueOf(String, int)
- Static method in class java.lang.Long
- Assuming the specified String represents a long, returns a new Long
- object initialized to that value|
- Vector()
- Constructor for class java.util.Vector
- Constructs an empty vector|
- Vector(int)
- Constructor for class java.util.Vector
- Constructs an empty vector with the specified storage capacity|
- Vector(int, int)
- Constructor for class java.util.Vector
- Constructs an empty vector with the specified storage
- capacity and the specified capacityIncrement|
- VerifyError()
- Constructor for class java.lang.VerifyError
- Constructor|
- VerifyError(String)
- Constructor for class java.lang.VerifyError
- Constructor with a detail message|
- VERTICAL
- Static variable in class java.awt.GridBagConstraints|
- VERTICAL
- Static variable in class java.awt.Scrollbar
- The vertical Scrollbar variable|
- VirtualMachineError()
- Constructor for class java.lang.VirtualMachineError
- Constructs a VirtualMachineError with no detail message|
- VirtualMachineError(String)
- Constructor for class java.lang.VirtualMachineError
- Constructs a VirtualMachineError with the specified detail message|
- wait()
- Method in class java.lang.Object
- Causes a thread to wait forever until it is notified|
- wait(long)
- Method in class java.lang.Object
- Causes a thread to wait until it is notified or the specified timeout
- expires|
- wait(long, int)
- Method in class java.lang.Object
- More accurate wait|
- waitFor()
- Method in class java.lang.Process
- Waits for the subprocess to complete|
- waitForAll()
- Method in class java.awt.MediaTracker
- Starts loading all images|
- waitForAll(long)
- Method in class java.awt.MediaTracker
- Starts loading all images|
- waitForID(int)
- Method in class java.awt.MediaTracker
- Starts loading all images with the specified ID and waits until they
- have finished loading or receive an error|
- waitForID(int, long)
- Method in class java.awt.MediaTracker
- Starts loading all images with the specified ID|
- WAIT_CURSOR
- Static variable in class java.awt.Frame|
- weightx
- Variable in class java.awt.GridBagConstraints|
- weighty
- Variable in class java.awt.GridBagConstraints|
- WEST
- Static variable in class java.awt.GridBagConstraints|
- when
- Variable in class java.awt.Event
- The time stamp|
- white
- Static variable in class java.awt.Color
- The color white|
- whitespaceChars(int, int)
- Method in class java.io.StreamTokenizer
- Specifies that characters in this range are whitespace
- characters|
- WIDTH
- Static variable in interface java.awt.image.ImageObserver
- The width of the base image is now available and can be taken
- from the width argument to the imageUpdate callback method|
- width
- Variable in class java.awt.Dimension
- The width dimension|
- width
- Variable in class java.awt.Rectangle
- The width of the rectangle|
- Window(Frame)
- Constructor for class java.awt.Window
- Constructs a new Window initialized to an invisible state|
- WINDOW_DEICONIFY
- Static variable in class java.awt.Event
- The de-iconify window event|
- WINDOW_DESTROY
- Static variable in class java.awt.Event
- The destroy window event|
- WINDOW_EXPOSE
- Static variable in class java.awt.Event
- The expose window event|
- WINDOW_ICONIFY
- Static variable in class java.awt.Event
- The iconify window event|
- WINDOW_MOVED
- Static variable in class java.awt.Event
- The move window event|
- wordChars(int, int)
- Method in class java.io.StreamTokenizer
- Specifies that characters in this range are word characters|
- write(byte[])
- Method in class java.io.FileOutputStream
- Writes an array of bytes|
- write(byte[])
- Method in class java.io.FilterOutputStream
- Writes an array of bytes|
- write(byte[])
- Method in class java.io.OutputStream
- Writes an array of bytes|
- write(byte[])
- Method in class java.io.RandomAccessFile
- Writes an array of bytes|
- write(byte[])
- Method in interface java.io.DataOutput
- Writes an array of bytes|
- write(byte[], int, int)
- Method in class java.io.BufferedOutputStream
- Writes a subarray of bytes|
- write(byte[], int, int)
- Method in class java.io.ByteArrayOutputStream
- Writes bytes to the buffer|
- write(byte[], int, int)
- Method in class java.io.DataOutputStream
- Writes a sub array of bytes|
- write(byte[], int, int)
- Method in class java.io.FileOutputStream
- Writes a sub array of bytes|
- write(byte[], int, int)
- Method in class java.io.FilterOutputStream
- Writes a subarray of bytes|
- write(byte[], int, int)
- Method in class java.io.OutputStream
- Writes a sub array of bytes|
- write(byte[], int, int)
- Method in class java.io.PipedOutputStream
- Writes a sub array of bytes|
- write(byte[], int, int)
- Method in class java.io.PrintStream
- Writes a sub array of bytes|
- write(byte[], int, int)
- Method in class java.io.RandomAccessFile
- Wrotes a sub array of bytes|
- write(byte[], int, int)
- Method in interface java.io.DataOutput
- Writes a subarray of bytes|
- write(int)
- Method in class java.io.BufferedOutputStream
- Writes a byte|
- write(int)
- Method in class java.io.ByteArrayOutputStream
- Writes a byte to the buffer|
- write(int)
- Method in class java.io.DataOutputStream
- Writes a byte|
- write(int)
- Method in class java.io.FileOutputStream
- Writes a byte of data|
- write(int)
- Method in class java.io.FilterOutputStream
- Writes a byte|
- write(int)
- Method in class java.io.OutputStream
- Writes a byte|
- write(int)
- Method in class java.io.PipedOutputStream
- Write a byte|
- write(int)
- Method in class java.io.PrintStream
- Writes a byte|
- write(int)
- Method in class java.io.RandomAccessFile
- Writes a byte of data|
- write(int)
- Method in interface java.io.DataOutput
- Writes a byte|
- writeBoolean(boolean)
- Method in class java.io.DataOutputStream
- Writes a boolean|
- writeBoolean(boolean)
- Method in class java.io.RandomAccessFile
- Writes a boolean|
- writeBoolean(boolean)
- Method in interface java.io.DataOutput
- Writes a boolean|
- writeByte(int)
- Method in class java.io.DataOutputStream
- Writes an 8 bit byte|
- writeByte(int)
- Method in class java.io.RandomAccessFile
- Writes a byte|
- writeByte(int)
- Method in interface java.io.DataOutput
- Writes an 8 bit byte|
- writeBytes(String)
- Method in class java.io.DataOutputStream
- Writes a String as a sequence of bytes|
- writeBytes(String)
- Method in class java.io.RandomAccessFile
- Writes a String as a sequence of bytes|
- writeBytes(String)
- Method in interface java.io.DataOutput
- Writes a String as a sequence of bytes|
- writeChar(int)
- Method in class java.io.DataOutputStream
- Writes a 16 bit char|
- writeChar(int)
- Method in class java.io.RandomAccessFile
- Writes a character|
- writeChar(int)
- Method in interface java.io.DataOutput
- Writes a 16 bit char|
- writeChars(String)
- Method in class java.io.DataOutputStream
- Writes a String as a sequence of chars|
- writeChars(String)
- Method in class java.io.RandomAccessFile
- Writes a String as a sequence of chars|
- writeChars(String)
- Method in interface java.io.DataOutput
- Writes a String as a sequence of chars|
- writeDouble(double)
- Method in class java.io.DataOutputStream
- Writes a 64 bit double|
- writeDouble(double)
- Method in class java.io.RandomAccessFile|
- writeDouble(double)
- Method in interface java.io.DataOutput
- Writes a 64 bit double|
- writeFloat(float)
- Method in class java.io.DataOutputStream
- Writes a 32 bit float|
- writeFloat(float)
- Method in class java.io.RandomAccessFile|
- writeFloat(float)
- Method in interface java.io.DataOutput
- Writes a 32 bit float|
- writeInt(int)
- Method in class java.io.DataOutputStream
- Writes a 32 bit int|
- writeInt(int)
- Method in class java.io.RandomAccessFile
- Writes an integer|
- writeInt(int)
- Method in interface java.io.DataOutput
- Writes a 32 bit int|
- writeLong(long)
- Method in class java.io.DataOutputStream
- Writes a 64 bit long|
- writeLong(long)
- Method in class java.io.RandomAccessFile
- Writes a long|
- writeLong(long)
- Method in interface java.io.DataOutput
- Writes a 64 bit long|
- writeShort(int)
- Method in class java.io.DataOutputStream
- Writes a 16 bit short|
- writeShort(int)
- Method in class java.io.RandomAccessFile
- Writes a short|
- writeShort(int)
- Method in interface java.io.DataOutput
- Writes a 16 bit short|
- writeTo(OutputStream)
- Method in class java.io.ByteArrayOutputStream
- Writes the contents of the buffer to another stream|
- writeUTF(String)
- Method in class java.io.DataOutputStream
- Writes a String in UTF format|
- writeUTF(String)
- Method in class java.io.RandomAccessFile
- Writes a String in UTF format|
- writeUTF(String)
- Method in interface java.io.DataOutput
- Writes a String in UTF format|
- written
- Variable in class java.io.DataOutputStream
- The number of bytes written so far|
- W_RESIZE_CURSOR
- Static variable in class java.awt.Frame|
- x
- Variable in class java.awt.Event
- The x coordinate of the event|
- x
- Variable in class java.awt.Point
- The x coordinate|
- x
- Variable in class java.awt.Rectangle
- The x coordinate of the rectangle|
- xor(BitSet)
- Method in class java.util.BitSet
- Logically XORs this bit set with the specified set of bits|
- xpoints
- Variable in class java.awt.Polygon
- The array of x coordinates|
- y
- Variable in class java.awt.Event
- The y coordinate of the event|
- y
- Variable in class java.awt.Point
- The y coordinate|
- y
- Variable in class java.awt.Rectangle
- The y coordinate of the rectangle|
- yellow
- Static variable in class java.awt.Color
- The color yellow|
- yield()
- Static method in class java.lang.Thread
- Causes the currently executing Thread object to yield|
- ypoints
- Variable in class java.awt.Polygon
- The array of y coordinates|
- =|
-