All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

a. Variable in class java.awt.AWTEventMulticaster
ABORT. Static variable in interface java.awt.image.ImageObserver
An image which was being tracked asynchronously was aborted before production was complete.
abort(). Method in class sun.awt.image.ImageDecoder
aborted. Variable in class sun.awt.image.ImageDecoder
ABORTED. Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of some media was aborted.
abortGrabbing(). Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to abort the image fetch.
abs(double). Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(float). Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(int). Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long). Static method in class java.lang.Math
Returns the absolute value of a long value.
ABSTRACT. Static variable in class java.lang.reflect.Modifier
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
Listens for a connection to be made to this socket and accepts it.
accept(SocketImpl). Method in class java.net.SocketImpl
Accepts a connection.
acceptFocus(). Method in class sun.awt.otk.BasicView
turns on focusTraversal
acos(double). Static method in class java.lang.Math
Returns the arc cosine of an angle, in the range of 0.0 through pi.
acquireInputFocus(). Method in class sun.awt.aw.Window
Assign the keyboard input focus to this window.
acquireInputFocus(). Method in interface sun.porting.windowsystem.Window
Assign the keyboard input focus to this window.
ACTION. Static variable in interface sun.porting.windowsystem.EventHandler
The ACTION event is sent whenever an action button is activated.
action(Event, Object). Method in class java.awt.Component
ACTION_EVENT. Static variable in class java.awt.Event
This event indicates that the user wants some action to occur.
ACTION_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting action events.
ACTION_FIRST. Static variable in class java.awt.event.ActionEvent
Marks the first integer id for the range of action event ids.
ACTION_LAST. Static variable in class java.awt.event.ActionEvent
Marks the last integer id for the range of action event ids.
ACTION_PERFORMED. Static variable in class java.awt.event.ActionEvent
An action performed event type.
ACTION_PERFORMED. Static variable in interface sun.awt.otk.ItemSelectable
ACTION_PRESSED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for a press of special "non-keyboard" keys, like a "GO" key on a remote control.
ACTION_RELEASED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for a release of special "non-keyboard" keys, like a "GO" key on a remote control.
ActionEvent(Object, int, String). Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with the specified source object.
ActionEvent(Object, int, String, int). Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with the specified source object.
actionOccurred(int). Method in class sun.awt.otk.LabelMenuItem
Implementation of this method will generate an appropriate event for this menu item when it is called.
actionOccurred(int). Method in class sun.awt.otk.MenuItemModel
Called when an action is required on this menu item.
actionOccurred(int). Method in interface sun.awt.otk.MenuItemOperations
Called when an action occurs on this menu item; it may fire an event, repaint the menu item, etc.
actionOccurred(int). Method in class sun.awt.otk.MenuModel
Called when an action occurred.
actionPerformed(ActionEvent). Method in interface java.awt.event.ActionListener
Invoked when an action occurs.
actionPerformed(ActionEvent). Method in class java.awt.AWTEventMulticaster
Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b.
actionPerformed(int). Method in interface sun.awt.otk.LWActionListener
Invoked when an action occurs.
activate(). Method in class sun.awt.im.InputMethod
Activate input method.
activate(). Method in class sun.awt.otk.SampleInputMethod
Activate input method.
activate(). Method in class sun.awt.otk.VirtualKeyboardInputMethod
Activate input method.
ACTIVE_CAPTION. Static variable in class java.awt.SystemColor
The array index for the active caption background color.
ACTIVE_CAPTION_BORDER. Static variable in class java.awt.SystemColor
The array index for the active caption border color.
ACTIVE_CAPTION_TEXT. Static variable in class java.awt.SystemColor
The array index for the action caption text color.
activeCaption. Static variable in class java.awt.SystemColor
The background color for captions in window borders.
activeCaptionBorder. Static variable in class java.awt.SystemColor
The border color for captions in window borders.
activeCaptionText. Static variable in class java.awt.SystemColor
The text color for captions in window borders.
activeCount(). Static method in class java.lang.Thread
Returns the current number of active threads in this thread group.
activeCount(). Method in class java.lang.ThreadGroup
Returns an estimate of the 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 this thread group.
AD. Static variable in class java.util.GregorianCalendar
Useful constant for GregorianCalendar.
ADD. Static variable in class sun.awt.otk.StateChangeNotification
add(ActionListener, ActionListener). Static method in class java.awt.AWTEventMulticaster
Adds action-listener-a with action-listener-b and returns the resulting multicast listener.
add(AdjustmentListener, AdjustmentListener). Static method in class java.awt.AWTEventMulticaster
Adds adjustment-listener-a with adjustment-listener-b and returns the resulting multicast listener.
add(Component). Method in class java.awt.Container
Adds the specified component to the end of this container.
add(Component, int). Method in class java.awt.Container
Adds the specified component to this container at the given position.
add(Component, Object). Method in class java.awt.Container
Adds the specified component to the end of this container.
add(Component, Object, int). Method in class java.awt.Container
Adds the specified component to this container with the specified constraints at the specified index.
add(ComponentListener, ComponentListener). Static method in class java.awt.AWTEventMulticaster
Adds component-listener-a with component-listener-b and returns the resulting multicast listener.
add(ContainerListener, ContainerListener). Static method in class java.awt.AWTEventMulticaster
Adds container-listener-a with container-listener-b and returns the resulting multicast listener.
add(FocusListener, FocusListener). Static method in class java.awt.AWTEventMulticaster
Adds focus-listener-a with focus-listener-b and returns the resulting multicast listener.
add(int, int). Method in class java.util.Calendar
Date Arithmetic function.
add(int, int). Method in class java.util.GregorianCalendar
Overrides Calendar Date Arithmetic function.
add(int, int). Method in class java.awt.Rectangle
Adds a point, specified by the integer arguments newx and newy, to this rectangle.
add(ItemListener, ItemListener). Static method in class java.awt.AWTEventMulticaster
Adds item-listener-a with item-listener-b and returns the resulting multicast listener.
add(KeyListener, KeyListener). Static method in class java.awt.AWTEventMulticaster
Adds key-listener-a with key-listener-b and returns the resulting multicast listener.
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 menu item to this menu.
add(MouseListener, MouseListener). Static method in class java.awt.AWTEventMulticaster
Adds mouse-listener-a with mouse-listener-b and returns the resulting multicast listener.
add(MouseMotionListener, MouseMotionListener). Static method in class java.awt.AWTEventMulticaster
Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener.
add(Point). Method in class java.awt.Rectangle
Adds the point pt to this rectangle.
add(PopupMenu). Method in class java.awt.Component
Adds the specified popup menu to the component.
add(Rectangle). Method in class java.awt.Rectangle
Adds a rectangle to this rectangle.
add(String). Method in class java.awt.Choice
Adds an item to this Choice menu.
add(String). Method in class java.awt.List
Adds the specified item to the end of scrolling list.
add(String). Method in class java.awt.Menu
Adds an item with the specified label to this menu.
add(String, Component). Method in class java.awt.Container
Adds the specified component to this container.
add(String, int). Method in class sun.awt.otk.ChoiceModel
Adds an item to the choice.
add(String, int). Method in interface java.awt.peer.ChoicePeer
add(String, int). Method in class java.awt.List
Adds the specified item to the end of the scrolling list.
add(String, int). Method in class sun.awt.otk.ListModel
Adds item to the list.
add(String, int). Method in interface java.awt.peer.ListPeer
add(TextListener, TextListener). Static method in class java.awt.AWTEventMulticaster
add(View). Method in class sun.awt.otk.ContainerViewImpl
Adds a view to the Container.
add(WindowListener, WindowListener). Static method in class java.awt.AWTEventMulticaster
Adds window-listener-a with window-listener-b and returns the resulting multicast listener.
addActionListener(ActionListener). Method in class java.awt.Button
Adds the specified action listener to receive action events from this button.
addActionListener(ActionListener). Method in class java.awt.List
Adds the specified action listener to receive action events from this list.
addActionListener(ActionListener). Method in class java.awt.MenuItem
Adds the specified action listener to receive action events from this menu item.
addActionListener(ActionListener). Method in class java.awt.TextField
Adds the specified action listener to recieve action events from this text field.
addAdjustmentListener(AdjustmentListener). Method in interface java.awt.Adjustable
Add a listener to recieve adjustment events when the value of the adjustable object changes.
addAdjustmentListener(AdjustmentListener). Method in class sun.awt.otk.AdjustableObject
Adds a listener for receiving adjustment events.
addAdjustmentListener(AdjustmentListener). Method in class java.awt.Scrollbar
Adds the specified adjustment listener to receive instances of AdjustmentEvent from this scroll bar.
addComponentListener(ComponentListener). Method in class java.awt.Component
Adds the specified component listener to receive component events from this component.
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 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.
addConsumer(ImageConsumer). Method in class sun.awt.image.InputStreamImageSource
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 class sun.awt.image.OffScreenImageSource
addContainerListener(ContainerListener). Method in class java.awt.Container
Adds the specified container listener to receive container events from this container.
addController(Controller). Method in class sun.awt.otk.BasicView
Add a Controller which listens to events on this View.
addController(Controller). Method in class sun.awt.otk.ContainerViewImpl
Add a Controller which listens to events on this View.
addController(Controller). Method in interface sun.awt.otk.View
Add a Controller which listens to events on this View.
addDependent(Dependent). Method in interface sun.awt.otk.Subject
Add an object which is dependent on this Subject.
addDependent(Dependent). Method in class sun.awt.otk.SubjectImpl
Add an object which is dependent on this Subject.
addDependent(Dependent). Method in class sun.awt.otk.TextComponentModel
Add an object which is dependent on this Subject.
addElement(Object). Method in interface sun.awt.otk.OrderedList
addElement(Object). Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addFinalizeable(AWTFinalizeable). Static method in class sun.awt.AWTFinalizer
addFloatingView(View). Method in class sun.awt.otk.SimpleStackActivationPolicy
Adds a floating view to this activation policy object's list of windows that always stay on top.
addFloatingView(View). Method in interface sun.awt.otk.WindowActivationPolicy
Adds a floating view to this activation policy object's list of windows that always stay on top.
addFocusListener(FocusListener). Method in class java.awt.Component
Adds the specified focus listener to receive focus events from this component.
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 by this media tracker.
addImage(Image, int, int, int). Method in class java.awt.MediaTracker
Adds a scaled image to the list of images being tracked by this media tracker.
addImpl(Component, Object, int). Method in class java.awt.Container
Adds the specified component to this container at the specified index.
addImpl(Component, Object, int). Method in class java.awt.ScrollPane
Adds the specified component to this scroll pane container.
addInternal(EventListener, EventListener). Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addItem(MenuItem). Method in class sun.awt.otk.MenuModel
Append the supplied item to the menu's peer representation.
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
addItem(String, int). Method in class sun.awt.otk.ChoiceModel
addItem(String, int). Method in interface java.awt.peer.ChoicePeer
addItem(String, int). Method in class java.awt.List
addItem(String, int). Method in class sun.awt.otk.ListModel
DEPRECATED: Replaced by add().
addItem(String, int). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by add(String, int).
addItemListener(ItemListener). Method in class java.awt.Checkbox
Adds the specified item listener to receive item events from this check box.
addItemListener(ItemListener). Method in class java.awt.CheckboxMenuItem
Adds the specified item listener to receive item events from this check box menu item.
addItemListener(ItemListener). Method in class java.awt.Choice
Adds the specified item listener to receive item events from this Choice menu.
addItemListener(ItemListener). Method in interface java.awt.ItemSelectable
Add a listener to recieve item events when the state of an item changes.
addItemListener(ItemListener). Method in class java.awt.List
Adds the specified item listener to receive item events from this list.
addKeyListener(KeyListener). Method in class java.awt.Component
Adds the specified key listener to receive key events from this component.
addKeyListener(View). Method in class sun.awt.otk.ModalContainerViewImpl
Adds a view that interested in being notified when key events occur.
addKeySet(VirtualKeySet). Method in class sun.awt.otk.VirtualKeyboardModel
Add a key set to the internal lists.
addLayoutComponent(Component, Object). Method in class java.awt.BorderLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object). Method in class java.awt.CardLayout
Adds the specified component to this card layout's internal table of names.
addLayoutComponent(Component, Object). Method in class java.awt.GridBagLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object). Method in interface java.awt.LayoutManager2
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component). Method in class java.awt.BorderLayout
addLayoutComponent(String, Component). Method in class java.awt.CardLayout
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
addModifier(int, boolean). Method in class sun.awt.otk.VirtualKeySet
addMouseListener(MouseListener). Method in class java.awt.Component
Adds the specified mouse listener to receive mouse events from this component.
addMouseMotionListener(MouseMotionListener). Method in class java.awt.Component
Adds the specified mouse motion listener to receive mouse motion events from this component.
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 this component that it has been added to a container and if a peer is required, it should be created.
addNotify(). Method in class java.awt.Container
Notifies the container to create a peer.
addNotify(). Method in class java.awt.Dialog
Creates the dialog's peer.
addNotify(). Method in class sun.awt.EmbeddedFrame
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.PopupMenu
Creates the popup menu's peer.
addNotify(). Method in class java.awt.Scrollbar
Creates the Scrollbar's peer.
addNotify(). Method in class java.awt.ScrollPane
Creates the scroll pane'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 set of observers for this object.
addPoint(int, int). Method in class java.awt.Polygon
Appends a point to this polygon.
addPropertyChangeListener(PropertyChangeListener). Method in interface java.beans.Customizer
Register a listener for the PropertyChange event.
addPropertyChangeListener(PropertyChangeListener). Method in class java.beans.PropertyChangeSupport
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener). Method in interface java.beans.PropertyEditor
Register a listener for the PropertyChange event.
addPropertyChangeListener(PropertyChangeListener). Method in class java.beans.PropertyEditorSupport
Register a listener for the PropertyChange event.
address. Variable in class java.net.SocketImpl
The IP address of the remote end of this socket.
addSeparator(). Method in class java.awt.Menu
Adds a separator line, or a hypen, to the menu at the current position.
addSeparator(). Method in class sun.awt.otk.MenuModel
Append a separator (a horizontal bar) to the menu's peer representation.
addSeparator(). Method in interface java.awt.peer.MenuPeer
addTextListener(TextListener). Method in class java.awt.TextComponent
Adds the specified text event listener to recieve text events from this textcomponent.
addVetoableChangeListener(VetoableChangeListener). Method in class java.beans.VetoableChangeSupport
Add a VetoableListener to the listener list.
addWatcher(ImageObserver). Method in class sun.awt.image.ImageWatched
addWindowListener(WindowListener). Method in class java.awt.Window
Adds the specified window listener to receive window events from this window.
AdjustableObject(int, int, int, int). Constructor for class sun.awt.otk.AdjustableObject
Creates an AdjustableObject that has orientation orientation and initial range.
AdjustForGravity(GridBagConstraints, Rectangle). Method in class java.awt.GridBagLayout
ADJUSTMENT_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting adjustment events.
ADJUSTMENT_FIRST. Static variable in class java.awt.event.AdjustmentEvent
Marks the first integer id for the range of adjustment event ids.
ADJUSTMENT_LAST. Static variable in class java.awt.event.AdjustmentEvent
Marks the last integer id for the range of adjustment event ids.
ADJUSTMENT_VALUE_CHANGED. Static variable in class java.awt.event.AdjustmentEvent
The adjustment value changed event.
AdjustmentEvent(Adjustable, int, int, int). Constructor for class java.awt.event.AdjustmentEvent
Constructs a AdjustmentEvent object with the specified Adjustable source, type, and value.
adjustmentValueChanged(AdjustmentEvent). Method in interface java.awt.event.AdjustmentListener
Invoked when the value of the adjustable has changed.
adjustmentValueChanged(AdjustmentEvent). Method in class java.awt.AWTEventMulticaster
Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b.
Adler32(). Constructor for class java.util.zip.Adler32
We need an empty constructor so construction will always throw UnsupportedOperationException.
advance(Component, Container, Container, int). Method in class sun.awt.ArrowKeyFocusManager
Search for the nearest component in the correct direction.
after(Date). Method in class java.util.Date
Tests if this date is after the specified date.
after(Object). Method in class java.util.Calendar
Compares the time field records.
after(Object). Method in class java.util.GregorianCalendar
Compares the time field records.
aliasName. Variable in class sun.awt.PlatformFont
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
allowThreadSuspension(boolean). Method in class java.lang.ThreadGroup
Used by VM to control lowmem implicit suspension.
allowUserInteraction. Variable in class java.net.URLConnection
If true, this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog.
ALT_MASK. Static variable in class java.awt.event.ActionEvent
The alt modifier constant.
ALT_MASK. Static variable in class java.awt.Event
This flag indicates that the Alt key was down when the event occurred.
ALT_MASK. Static variable in class java.awt.event.InputEvent
The alt key modifier constant.
AM. Static variable in class java.util.Calendar
Useful constant for hour in 12-hour clock.
AM_PM. Static variable in class java.util.Calendar
Useful constant for date and time.
AM_PM_FIELD. Static variable in class java.text.DateFormat
Useful constant for AM_PM field alignment.
anchor. Variable in class java.awt.GridBagConstraints
This field is used when the component is smaller than its display area.
and(BitSet). Method in class java.util.BitSet
Logically ANDs this bit set with the specified set of bits.
annotateClass(Class). Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
append(boolean). Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char). Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(char[]). Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int). Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(double). Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
append(float). Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this string buffer.
append(int). Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long). Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(Object). Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String). Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(String). Method in class java.awt.TextArea
Appends the given text to the text area's current text.
append(String). Method in class sun.awt.otk.TextData
Append the given string at end of data buffer.
append(String). Method in interface sun.awt.otk.TextDataInterface
Append the given string at end of data buffer.
appendText(String). Method in class java.awt.TextArea
Applet(). Constructor for class java.applet.Applet
appletResize(int, int). Method in interface java.applet.AppletStub
Called when the applet wants to be resized.
applyLocalizedPattern(String). Method in class java.text.DecimalFormat
Apply the given pattern to this Format object.
applyLocalizedPattern(String). Method in class java.text.SimpleDateFormat
Apply the given localized pattern string to this date format.
applyPattern(String). Method in class java.text.ChoiceFormat
Sets the pattern.
applyPattern(String). Method in class java.text.DecimalFormat
Apply the given pattern to this Format object.
applyPattern(String). Method in class java.text.MessageFormat
Sets the pattern.
applyPattern(String). Method in class java.text.SimpleDateFormat
Apply the given unlocalized pattern string to this date format.
APRIL. Static variable in class java.util.Calendar
Useful constant for month.
AreaAveragingScaleFilter(int, int). Constructor for class java.awt.image.AreaAveragingScaleFilter
Constructs an AreaAveragingScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
areFieldsSet. Variable in class java.util.Calendar
True if the fields are in sync with the currently set time of this Calendar.
arg. Variable in class java.awt.Event
An arbitrary argument of the event.
arg. Variable in class sun.awt.otk.ViewEvent
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.
ArmableMouseController(boolean). Constructor for class sun.awt.otk.ArmableMouseController
Creates an instance of an ArmableMouseController.
armItem(Object). Method in interface sun.awt.otk.ItemSelectable
Setd the arming state.
ArmOnPress(). Constructor for class sun.awt.otk.ArmOnPress
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 specified 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 with an argument indicating the illegal 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 an ArrayStoreException with no detail message.
ArrayStoreException(String). Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
ArrowKeyFocusManager(Container). Constructor for class sun.awt.ArrowKeyFocusManager
asin(double). Static method in class java.lang.Math
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
assignFocus(Component). Method in class sun.awt.TabFocusManager
assignFocus(Component, boolean). Method in class sun.awt.TabFocusManager
atan(double). Static method in class java.lang.Math
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan2(double, double). Static method in class java.lang.Math
Converts rectangular coordinates (ba) to polar (r, theta).
attributeNames(). Method in class java.beans.FeatureDescriptor
AUGUST. Static variable in class java.util.Calendar
Useful constant for month.
available(). Method in class java.io.BufferedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.FilterInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.InputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.LineNumberInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in interface java.io.ObjectInput
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.ObjectInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.PipedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.PushbackInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.SequenceInputStream
Returns the number of bytes available on the current stream.
available(). Method in class java.net.SocketImpl
Returns the number of bytes that can be read from this socket without blocking.
available(). Method in class java.io.StringBufferInputStream
Returns the number of bytes that can be read from the input stream without blocking.
avoidingGui(). Method in interface java.beans.Visibility
AWTError(String). Constructor for class java.awt.AWTError
Constructs an instance of AWTError with the specified detail message.
AWTEvent(Event). Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object from the parameters of a 1.0-style event.
AWTEvent(Object, int). Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object with the specified source object and type.
AWTEventMulticaster(EventListener, EventListener). Constructor for class java.awt.AWTEventMulticaster
Creates an event multicaster instance which chains listener-a with listener-b.
AWTException(String). Constructor for class java.awt.AWTException
Constructs an instance of AWTException with the specified detail message.

B

b. Variable in class java.awt.AWTEventMulticaster
BACK_SPACE. Static variable in class java.awt.Event
The BackSpace key.
Backspace(). Constructor for class sun.awt.otk.Backspace
backspace(). Method in interface sun.awt.otk.TextPane
Backspace, i.e.
backspace(). Method in class sun.awt.otk.TextPaneImpl
Backspace, i.e.
BasicView(Model, ObjectToolkit, ColorPolicy). Constructor for class sun.awt.otk.BasicView
Create a BasicView object as a view on the given Model, residing in the specified toolkit and using the supplied ColorPolicy to do its painting.
BasicView(Model, ObjectToolkit, ContainerView, ColorPolicy). Constructor for class sun.awt.otk.BasicView
Create a BasicView object as a view on the given Model, residing in the specified toolkit and using the supplied ColorPolicy to do its painting.
BasicView(Model, ObjectToolkit, ContainerView, ColorPolicy, Rectangle). Constructor for class sun.awt.otk.BasicView
Create a BasicView object as a view on the given Model, residing in the specified toolkit and using the supplied ColorPolicy to do its painting.
BasicView(Model, ObjectToolkit, ContainerView, ColorPolicy, Rectangle, int). Constructor for class sun.awt.otk.BasicView
Create a BasicView object as a view on the given Model, residing in the specified toolkit and using the supplied ColorPolicy to do its painting.
BC. Static variable in class java.util.GregorianCalendar
Useful constant for GregorianCalendar.
BeanDescriptor(Class). Constructor for class java.beans.BeanDescriptor
Create a BeanDescriptor for a bean that doesn't have a customizer.
BeanDescriptor(Class, Class). Constructor for class java.beans.BeanDescriptor
Create a BeanDescriptor for a bean that has a customizer.
Beans(). Constructor for class java.beans.Beans
beep(). Method in class sun.porting.graphicssystem.GraphicsSystem
Emits an audio beep.
beep(). Method in class sun.awt.otk.ObjectToolkit
Emits an audio beep.
beep(). Method in class java.awt.Toolkit
Emits an audio beep.
beep(). Method in class sun.porting.windowsystem.WindowSystem
Emits an audio beep.
before(Date). Method in class java.util.Date
Tests if this date is before the specified date.
before(Object). Method in class java.util.Calendar
Compares the time field records.
before(Object). Method in class java.util.GregorianCalendar
Compares the time field records.
beginValidate(). Method in class sun.awt.otk.ContainerModel
Signifies the start of validation of components in the container.
beginValidate(). Method in interface java.awt.peer.ContainerPeer
BEST_COMPRESSION. Static variable in class java.util.zip.Deflater
Compression level for best compression.
BEST_SPEED. Static variable in class java.util.zip.Deflater
Compression level for fastest compression.
bind(InetAddress, int). Method in class java.net.SocketImpl
Binds this socket to the specified port number on the specified host.
bind(int, InetAddress). Method in class java.net.DatagramSocketImpl
Binds a datagram socket to a local port and address.
BindException(). Constructor for class java.net.BindException
Construct a new BindException with no detailed message.
BindException(String). Constructor for class java.net.BindException
Constructs a new BindException with the specified detail message as to why the bind error occurred.
BitmapImageSource(int, int, int[], IndexColorModel). Constructor for class sun.porting.utils.BitmapImageSource
Create an image source for an image of the given width and height, with packed bitmap data stored in pix[] and using the given IndexColorModel to translate the bits into colors.
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.
BLOCK_DECREMENT. Static variable in class java.awt.event.AdjustmentEvent
The block decrement adjustment type.
BLOCK_INCREMENT. Static variable in class java.awt.event.AdjustmentEvent
The block increment adjustment type.
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
Allocates a Boolean object representing the value argument.
Boolean(String). Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value true if the string argument is not null and is equal, ignoring case, to the string "true".
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 border layout with no gaps between components.
BorderLayout(int, int). Constructor for class java.awt.BorderLayout
Constructs a border layout with the specified gaps between components.
BOTH. Static variable in class java.awt.GridBagConstraints
Resize the component both horizontally and vertically.
bottom. Variable in class java.awt.Insets
The inset from the bottom.
BOTTOM_ALIGNMENT. Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY.
bottomHalfRect. Variable in class sun.awt.otk.MultiLineTextPane
Bounds of bottom half line
boundingBox. Variable in class sun.porting.utils.RegionImpl
bounds. Variable in class java.awt.Polygon
bounds(). Method in class java.awt.Component
boundsChanged(Model, Rectangle). Method in class sun.awt.otk.ComponentView
Called when bounds have been changed on the component.
breakChars. Static variable in class sun.awt.otk.TextCharData
The following values are used as constants for line wrapping.
BreakIterator(). Constructor for class java.text.BreakIterator
Constructor.
brighter(). Method in class java.awt.Color
Creates 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 byte array containing the data.
buf. Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf. Variable in class java.io.CharArrayReader
Character buffer
buf. Variable in class java.io.CharArrayWriter
The buffer where data is stored.
buf. Variable in class java.util.zip.DeflaterOutputStream
Output buffer for writing compressed data.
buf. Variable in class java.util.zip.InflaterInputStream
Input buffer for decompression.
buf. Variable in class java.io.PushbackInputStream
The pushback buffer.
buffer. Variable in class java.io.PipedInputStream
The circular buffer into which incoming data is placed.
buffer. Variable in class java.io.StringBufferInputStream
The string from which bytes are read.
BufferedInputStream(InputStream). Constructor for class java.io.BufferedInputStream
Creates a new buffered input stream to read data from the specified input stream with a default 512-byte buffer size.
BufferedInputStream(InputStream, int). Constructor for class java.io.BufferedInputStream
Creates a new buffered input stream to read data from the specified input stream with the specified buffer size.
BufferedKeyEvent(Component, int, long, int, int, char). Constructor for class sun.awt.otk.BufferedKeyEvent
Constructs a BufferedKeyEvent with the specified source component, type, modifiers, and key.
BufferedOutputStream(OutputStream). Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with a default 512-byte buffer size.
BufferedOutputStream(OutputStream, int). Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
BufferedReader(Reader). Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses a default-sized input buffer.
BufferedReader(Reader, int). Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses an input buffer of the specified size.
BufferedWriter(Writer). Constructor for class java.io.BufferedWriter
Create a buffered character-output stream that uses a default-sized output buffer.
BufferedWriter(Writer, int). Constructor for class java.io.BufferedWriter
Create a new buffered character-output stream that uses an output buffer of the given 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 the specified label.
BUTTON1_MASK. Static variable in class java.awt.event.InputEvent
The mouse button1 modifier constant.
BUTTON2_MASK. Static variable in class java.awt.event.InputEvent
The mouse button2 modifier constant.
BUTTON3_MASK. Static variable in class java.awt.event.InputEvent
The mouse button3 modifier constant.
Byte(byte). Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
Byte(String). Constructor for class java.lang.Byte
Constructs a Byte object initialized to the value specified by the String parameter.
ByteArrayImageSource(byte[]). Constructor for class sun.awt.image.ByteArrayImageSource
ByteArrayImageSource(byte[], int, int). Constructor for class sun.awt.image.ByteArrayImageSource
ByteArrayInputStream(byte[]). Constructor for class java.io.ByteArrayInputStream
Creates a new byte array input stream that reads data from the specified byte array.
ByteArrayInputStream(byte[], int, int). Constructor for class java.io.ByteArrayInputStream
Creates a new byte array input stream that reads data from the specified byte array.
ByteArrayOutputStream(). Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int). Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
bytesTransferred. Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
bytesWidth(byte[], int, int). Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of bytes in this Font.
byteValue(). Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue(). Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue(). Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue(). Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue(). Method in class java.lang.Long
Returns the value of this Long as a byte.
byteValue(). Method in class java.lang.Number
Returns the value of the specified number as a byte.
byteValue(). Method in class java.lang.Short
Returns the value of this Short as a byte.

C

calendar. Variable in class java.text.DateFormat
The calendar that DateFormat uses to produce the time field values needed to implement date/time formatting.
Calendar(). Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone as returned by TimeZone.getDefault(), and the default locale.
Calendar(TimeZone, Locale). Constructor for class java.util.Calendar
Constructs a Calendar with the given time zone and locale.
CANADA. Static variable in class java.util.Locale
Useful constant for country.
CANADA_FRENCH. Static variable in class java.util.Locale
Useful constant for country.
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.
CANONICAL_DECOMPOSITION. Static variable in class java.text.Collator
Decomposition mode value.
canTakeFocus(Component, boolean). Method in class sun.awt.TabFocusManager
Canvas(). Constructor for class java.awt.Canvas
Constructs a new Canvas.
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 this vector.
capacityIncrement. Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
CAPS_LOCK. Static variable in class java.awt.Event
The Caps Lock key, a non-ASCII action key.
CardLayout(). Constructor for class java.awt.CardLayout
Creates a new card layout with gaps of size zero.
CardLayout(int, int). Constructor for class java.awt.CardLayout
Creates a new card layout with the specified horizontal and vertical gaps.
caret. Variable in class sun.awt.otk.VirtualComponentSelInfo
CARET_CHANGE. Static variable in class sun.awt.otk.StateChangeNotification
CARET_POSITION_CHANGED. Static variable in class sun.awt.otk.InputMethodAdapter
caretCol. Variable in class sun.awt.otk.TextPaneImpl
Location of caret.
caretPositionChanged(String, String, int). Method in interface sun.awt.otk.InputMethodListener
Invoked when the caret within composed text has changed.
caretPositionChanged(String, String, int). Method in class sun.awt.otk.TextComponentModel
Invoked when the caret within composed text has changed.
caretPositionChanged(String, String, int). Method in interface sun.awt.otk.TextComponentView
Invoked when the caret within composed text has changed.
caretPositionChanged(String, String, int). Method in interface sun.awt.otk.TextPane
Invoked when the caret within composed text has changed.
caretPositionChanged(String, String, int). Method in class sun.awt.otk.TextPaneImpl
Invoked when the caret within composed text has changed.
catchupConsumer(InputStreamImageSource, ImageConsumer). Method in class sun.awt.image.GifImageDecoder
catchupConsumer(InputStreamImageSource, ImageConsumer). Method in class sun.awt.image.ImageDecoder
catchupConsumer(InputStreamImageSource, ImageConsumer). Method in class sun.awt.image.JPEGImageDecoder
catchupConsumer(InputStreamImageSource, ImageConsumer). Method in class sun.awt.image.XbmImageDecoder
ceil(double). Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
CENTER. Static variable in class java.awt.BorderLayout
The center layout constraint (middle of container).
CENTER. Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be centered.
CENTER. Static variable in class java.awt.GridBagConstraints
Put the component in the center of its display area.
CENTER. Static variable in class java.awt.Label
Indicates that the label should be centered.
CENTER_ALIGNMENT. Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY and getAlignmentX.
CHAR_UNDEFINED. Static variable in class java.awt.event.KeyEvent
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character do not have a defined keyChar.
Character(char). Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
charactersWidth(int, int, FontMetrics, int[], int). Method in class sun.awt.otk.TextCharData
Calculates actual width in pixels that text will take on the screen from start to end positions in text array; and adds calculated length to passed in l
CharArrayReader(char[]). Constructor for class java.io.CharArrayReader
Create an CharArrayReader from the specified array of chars.
CharArrayReader(char[], int, int). Constructor for class java.io.CharArrayReader
Create an CharArrayReader from the specified array of chars.
CharArrayWriter(). Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter.
CharArrayWriter(int). Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter with the specified initial size.
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 a specific index in this string buffer.
CharConversionException(). Constructor for class java.io.CharConversionException
provides no detailed message
CharConversionException(String). Constructor for class java.io.CharConversionException
provides a detailed message
charsetChars. Variable in class sun.awt.CharsetString
chars for this string.
charsetRegistry. Static variable in class sun.awt.PlatformFont
CharsetString(char[], int, int, FontDescriptor). Constructor for class sun.awt.CharsetString
Creates a new CharsetString
charsWidth(char[], int, int). Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of characters in this Font.
charsWidth(int, int, FontMetrics, int[], int). Method in class sun.awt.otk.TextCharData
Calculates actual width in pixels that text will take on the screen from start to end positions in data array; and adds calculated length to passed in l.
charValue(). Method in class java.lang.Character
Returns the value of this Character object.
charWidth(char). Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
charWidth(int). Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
check(ImageObserver). Method in class sun.awt.image.Image
check(ImageObserver). Method in class sun.awt.image.ImageRepresentation
checkAccept(String, int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(). Method in class java.lang.Thread
Determines if the currently running thread has permission to modify this thread.
checkAccess(). Method in class java.lang.ThreadGroup
Determines if the currently running thread has permission to modify this thread group.
checkAccess(Thread). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(ThreadGroup). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
checkAll(). Method in class java.awt.MediaTracker
Checks to see if all images being tracked by this media tracker have finished loading.
checkAll(boolean). Method in class java.awt.MediaTracker
Checks to see if all images being tracked by this media tracker have finished loading.
checkAwtEventQueueAccess(). Method in class java.lang.SecurityManager
Tests if a client can get access to the AWT event queue.
Checkbox(). Constructor for class java.awt.Checkbox
Creates a check box with no label.
Checkbox(String). Constructor for class java.awt.Checkbox
Creates a check box with the specified label.
Checkbox(String, boolean). Constructor for class java.awt.Checkbox
Creates a check box with the specified label.
Checkbox(String, boolean, CheckboxGroup). Constructor for class java.awt.Checkbox
Creates a check box with the specified label, in the specified check box group, and set to the specified state.
Checkbox(String, CheckboxGroup, boolean). Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label, set to the specified state, and in the specified check box group.
CheckboxGroup(). Constructor for class java.awt.CheckboxGroup
Creates a new instance of CheckboxGroup.
CheckboxMenuItem(). Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with an empty label.
CheckboxMenuItem(String). Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with the specified label.
CheckboxMenuItem(String, boolean). Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with the specified label and state.
CheckboxModel(Checkbox, ObjectToolkit). Constructor for class sun.awt.otk.CheckboxModel
Creates Checkbox peer with label, state and check box group set in the passed in Checkbox.
checkConnect(String, int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int, Object). Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader(). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkDelete(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
CheckedInputStream(InputStream, Checksum). Constructor for class java.util.zip.CheckedInputStream
Creates an input stream using the specified Checksum.
CheckedOutputStream(OutputStream, Checksum). Constructor for class java.util.zip.CheckedOutputStream
Creates an output stream with the specified Checksum.
checkError(). Method in class java.io.PrintStream
Flush the stream and check its error state.
checkError(). Method in class java.io.PrintWriter
Flush the stream and check its error state.
checkExec(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocess.
checkExit(int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
checkID(int). Method in class java.awt.MediaTracker
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading.
checkID(int, boolean). Method in class java.awt.MediaTracker
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier 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 screen representation of the specified image.
checkImage(Image, int, int, ImageObserver). Method in class sun.awt.otk.ComponentModel
Retrieves the construction status of an image.
checkImage(Image, int, int, ImageObserver). Method in interface java.awt.peer.ComponentPeer
checkImage(Image, int, int, ImageObserver). Method in class sun.awt.otk.ObjectToolkit
Indicates the construction status of a specified image that is being prepared for display.
checkImage(Image, int, int, ImageObserver). Method in class java.awt.Toolkit
Indicates the construction status of a specified image that is being prepared for display.
checkLink(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMemberAccess(Class, int). Method in class java.lang.SecurityManager
Tests if a client is allowed to access members.
checkMulticast(InetAddress). Method in class java.lang.SecurityManager
Tests if current execution context is allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte). Method in class java.lang.SecurityManager
Tests to see if current execution context is allowed to use (join/leave/send/receive) IP multicast.
checkPackageAccess(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageDefinition(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
checkPrintJobAccess(). Method in class java.lang.SecurityManager
Tests if a client can initiate a print job request.
checkPropertiesAccess(). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkRead(String, Object). Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkScrImage(Image, int, int, ImageObserver). Method in class sun.porting.graphicssystem.GraphicsSystem
Indicates the construction status of a specified image that is being prepared for display.
checkScrImage(Image, int, int, ImageObserver). Method in class sun.porting.windowsystem.WindowSystem
Indicates the construction status of a specified image that is being prepared for display.
checkSecurityAccess(String). Method in class java.lang.SecurityManager
Tests access to certain operations for a security API action.
checkSetFactory(). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
checkSystemClipboardAccess(). Method in class java.lang.SecurityManager
Tests if a client can get access to the system clipboard.
checkTopLevelWindow(Object). Method in class java.lang.SecurityManager
Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument.
checkWrite(FileDescriptor). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
CHILD_WINDOW. Static variable in interface sun.porting.windowsystem.WindowFactory
The default window type.
childMapped(Window). Method in class sun.awt.aw.Window
Indicate that the given window is to be mapped.
childResized(int, int). Method in class sun.awt.otk.ScrollPaneModel
Notifies the peer that the child component has been resized.
childResized(int, int). Method in interface java.awt.peer.ScrollPanePeer
childToBack(Window). Method in class sun.awt.aw.Window
Indicate that this window is about to be moved behind of all of its siblings.
childToFront(Window). Method in class sun.awt.aw.Window
Indicate that this window is about to be moved to the front of all of its siblings.
childUnmapped(Window, Region). Method in class sun.awt.aw.Window
Indicate that the given window is to be unmapped.
CHINA. Static variable in class java.util.Locale
Useful constant for country.
CHINESE. Static variable in class java.util.Locale
Useful constant for language.
Choice(). Constructor for class java.awt.Choice
Creates a new choice menu.
ChoiceFormat(double[], String[]). Constructor for class java.text.ChoiceFormat
Constructs with the limits and the corresponding formats.
ChoiceFormat(String). Constructor for class java.text.ChoiceFormat
Constructs with limits and corresponding formats based on the pattern.
ChoiceModel(Choice, ObjectToolkit). Constructor for class sun.awt.otk.ChoiceModel
Constructs a new ChoiceModel instance.
ChoiceModel(Choice, ObjectToolkit, OrderedList). Constructor for class sun.awt.otk.ChoiceModel
Constructs a new ChoiceModel instance.
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
Returns the stack depth of the specified 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
Returns the stack depth of the most recently executing method from a class defined using a class loader.
classname. Variable in class java.io.InvalidClassException
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. Static variable in class sun.awt.otk.StateChangeNotification
clear(). Method in class java.util.Calendar
Clears the values of all the time fields.
clear(). Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear(). Method in class java.awt.List
clear(). Method in class sun.awt.otk.ListModel
DEPRECATED: Replaced by removeAll().
clear(). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by removeAll().
clear(boolean). Method in interface sun.awt.otk.Armable
Clear the armed state; both isArmed() and isRearmable() will return false after this call.
clear(int). Method in class java.util.BitSet
Clears a bit.
clear(int). Method in class java.util.Calendar
Clears the value in the given time field.
clear(int). Method in interface sun.awt.otk.ItemSelectable
Clear the armed state; both isArmed() and isRearmable() will return false after this call.
clearChanged(). Method in class java.util.Observable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change.
clearModifier(int, boolean). Method in class sun.awt.otk.VirtualKeySet
clearModifiers(). Method in class sun.awt.otk.VirtualKeySet
clearRect(int, int, int, int). Method in class java.awt.Graphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clearUpdateRegion(Rectangle). Method in class sun.awt.otk.BasicView
Clear any pending updates that lie in the given rectangle.
clearUpdateRegion(Rectangle). Method in class sun.awt.otk.ContainerViewImpl
Clear any pending updates that lie in the given rectangle.
clearUpdateRegion(Rectangle). Method in interface sun.awt.otk.View
Clear any pending updates that lie in the given rectangle.
clickCount. Variable in class java.awt.Event
For MOUSE_DOWN events, this field indicates the number of consecutive clicks.
clientComponent. Variable in class sun.awt.otk.InputMethodAdapter
clipboard. Static variable in class sun.awt.otk.ObjectToolkit
Clipboard(String). Constructor for class java.awt.datatransfer.Clipboard
Creates a clipboard object.
clipRect(int, int, int, int). Method in class java.awt.Graphics
Intersects the current clip with the specified rectangle.
clone(). Method in class java.util.BitSet
Clones the BitSet.
clone(). Method in class java.text.BreakIterator
Create a copy of this iterator
clone(). Method in class java.util.Calendar
Overrides Cloneable
clone(). Method in interface java.text.CharacterIterator
Create a copy of this iterator
clone(). Method in class java.text.ChoiceFormat
Overrides Cloneable
clone(). Method in class java.text.Collator
Overrides Cloneable
clone(). Method in class java.text.DateFormat
Overrides Cloneable
clone(). Method in class java.text.DateFormatSymbols
Overrides Cloneable
clone(). Method in class java.text.DecimalFormat
Standard override; no change in semantics.
clone(). Method in class java.text.DecimalFormatSymbols
Standard override.
clone(). Method in class java.text.Format
Creates a new object of the same class as this object.
clone(). Method in class java.awt.GridBagConstraints
Creates a copy of this grid bag constraint.
clone(). Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone(). Method in class java.awt.image.ImageFilter
Clones this object.
clone(). Method in class java.awt.Insets
Create a copy of this object.
clone(). Method in class java.util.Locale
Overrides Cloneable
clone(). Method in class java.text.MessageFormat
Overrides Cloneable
clone(). Method in class java.text.NumberFormat
Overrides Cloneable
clone(). Method in class java.lang.Object
Creates a new object of the same class as this object.
clone(). Method in class java.text.RuleBasedCollator
Standard override; no change in semantics.
clone(). Method in class java.text.SimpleDateFormat
Overrides Cloneable
clone(). Method in class java.util.SimpleTimeZone
Overrides Cloneable
clone(). Method in class java.text.StringCharacterIterator
Create a copy of this boundary
clone(). Method in class java.util.TimeZone
Overrides Cloneable
clone(). Method in class java.util.Vector
Returns a clone of this vector.
CloneNotSupportedException(). Constructor for class java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with no detail message.
CloneNotSupportedException(String). Constructor for class java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with the specified detail message.
close(). Method in class java.io.BufferedReader
Close the stream.
close(). Method in class java.io.BufferedWriter
Close the stream.
close(). Method in class java.io.CharArrayReader
Close the stream.
close(). Method in class java.io.CharArrayWriter
Close the stream.
close(). Method in class java.net.DatagramSocket
Closes this datagram socket.
close(). Method in class java.net.DatagramSocketImpl
Close the socket.
close(). Method in class java.util.zip.DeflaterOutputStream
Writes remaining compressed data to the output stream and closes the underlying stream.
close(). Method in class java.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close(). Method in class java.io.FilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close(). Method in class java.io.FilterReader
Close the stream.
close(). Method in class java.io.FilterWriter
Close the stream.
close(). Method in class java.util.zip.GZIPInputStream
Closes the input stream.
close(). Method in class java.util.zip.GZIPOutputStream
Writes remaining compressed data to the output stream and closes the underlying stream.
close(). Method in class sun.awt.image.ImageDecoder
close(). Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close(). Method in class java.io.InputStreamReader
Close the stream.
close(). Method in interface java.io.ObjectInput
Closes the input stream.
close(). Method in class java.io.ObjectInputStream
Closes the input stream.
close(). Method in interface java.io.ObjectOutput
Closes the stream.
close(). Method in class java.io.ObjectOutputStream
Closes the stream.
close(). Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close(). Method in class java.io.OutputStreamWriter
Close the stream.
close(). Method in class java.io.PipedInputStream
Closes this piped input stream and releases any system resources associated with the stream.
close(). Method in class java.io.PipedOutputStream
Closes this piped output stream and releases any system resources associated with this stream.
close(). Method in class java.io.PipedReader
Close the stream.
close(). Method in class java.io.PipedWriter
Close the stream.
close(). Method in class java.io.PrintStream
Close the stream.
close(). Method in class java.io.PrintWriter
Close the stream.
close(). Method in class java.io.PushbackReader
Close the stream.
close(). Method in class java.io.Reader
Close the stream.
close(). Method in class java.io.SequenceInputStream
Closes this input stream and releases any system resources associated with the stream.
close(). Method in class java.net.ServerSocket
Closes this socket.
close(). Method in class java.net.Socket
Closes this socket.
close(). Method in class java.net.SocketImpl
Closes this socket.
close(). Method in class java.io.StringReader
Close the stream.
close(). Method in class java.io.StringWriter
Close the stream.
close(). Method in class java.io.Writer
Close the stream, flushing it first.
close(). Method in class java.util.zip.ZipInputStream
Closes the ZIP input stream.
close(). Method in class java.util.zip.ZipOutputStream
Closes the ZIP output stream as well as the stream being filtered.
closeEntry(). Method in class java.util.zip.ZipInputStream
Closes the current ZIP entry and positions the stream for reading the next entry.
closeEntry(). Method in class java.util.zip.ZipOutputStream
Closes the current ZIP entry and positions the stream for writing the next entry.
Collator(). Constructor for class java.text.Collator
Default constructor.
Color(float, float, float). Constructor for class java.awt.Color
Creates a color with the specified red, green, and blue values, where each of the values is in the range 0.0-1.0.
Color(int). Constructor for class java.awt.Color
Creates a color with the specified RGB value, where the red component is in bits 16-23 of the argument, the green component is in bits 8-15 of the argument, and the blue component is in bits 0-7.
Color(int, int, int). Constructor for class java.awt.Color
Creates a color with the specified red, green, and blue components.
ColorModel(int). Constructor for class java.awt.image.ColorModel
Constructs a ColorModel which describes a pixel of the specified number of bits.
COLORMODEL_CHANGE_FLAG. Static variable in interface sun.porting.windowsystem.EventHandler
Indicates that the pixel definition of the root window has changed.
ColorPalette(). Constructor for class sun.awt.otk.ColorPalette
Create a new ColorPalette instance with the default palette.
ColorPalette(String). Constructor for class sun.awt.otk.ColorPalette
Create a new ColorPalette instance with the named palette, using an alternate database.
ColorPalette(String, String). Constructor for class sun.awt.otk.ColorPalette
Create a new ColorPalette instance with the named palette.
colors. Variable in class sun.awt.otk.TextPaneImpl
columnWeights. Variable in class java.awt.GridBagLayout
columnWidths. Variable in class java.awt.GridBagLayout
COMBINING_SPACING_MARK. Static variable in class java.lang.Character
command(Object). Static method in class java.lang.Compiler
Examines the argument type and its fields and perform some documented operation.
commentChar(int). Method in class java.io.StreamTokenizer
Specified that the character argument starts a single-line comment.
compare(String, String). Method in class java.text.Collator
Compares the source string to the target string according to the collation rules for this Collator.
compare(String, String). Method in class java.text.RuleBasedCollator
Compares the character data stored in two different strings based on the collation rules.
compareTo(CollationKey). Method in class java.text.CollationKey
Compare this CollationKey to the target CollationKey.
compareTo(String). Method in class java.lang.String
Compares two strings lexicographically.
compileClass(Class). Static method in class java.lang.Compiler
Compiles the specified class.
compileClasses(String). Static method in class java.lang.Compiler
Compiles all classes whose name matches the specified string.
COMPLETE. Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of media was completed successfully.
complete(). Method in class java.util.Calendar
Fills in any unset fields in the time field list.
COMPLETESCANLINES. Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in (multiples of) complete scanlines at a time.
Component(). Constructor for class java.awt.Component
Constructs a new component.
COMPONENT_ADDED. Static variable in class java.awt.event.ContainerEvent
The component moved event type.
COMPONENT_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting component events.
COMPONENT_FIRST. Static variable in class java.awt.event.ComponentEvent
Marks the first integer id for the range of component event ids.
COMPONENT_HIDDEN. Static variable in class java.awt.event.ComponentEvent
The component hidden event type.
COMPONENT_LAST. Static variable in class java.awt.event.ComponentEvent
Marks the last integer id for the range of component event ids.
COMPONENT_MOVED. Static variable in class java.awt.event.ComponentEvent
The component moved event type.
COMPONENT_REMOVED. Static variable in class java.awt.event.ContainerEvent
The component resized event type.
COMPONENT_RESIZED. Static variable in class java.awt.event.ComponentEvent
The component resized event type.
COMPONENT_SHOWN. Static variable in class java.awt.event.ComponentEvent
The component shown event type.
ComponentAdapter(). Constructor for class java.awt.event.ComponentAdapter
componentAdded(ContainerEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentAdded container event by invoking the componentAdded methods on listener-a and listener-b.
componentAdded(ContainerEvent). Method in class java.awt.event.ContainerAdapter
componentAdded(ContainerEvent). Method in interface java.awt.event.ContainerListener
Invoked when a component has been added to the container.
ComponentEvent(Component, int). Constructor for class java.awt.event.ComponentEvent
Constructs a ComponentEvent object with the specified source component and type.
componentFonts. Variable in class sun.awt.PlatformFont
componentHidden(ComponentEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentHidden event by invoking the componentHidden methods on listener-a and listener-b.
componentHidden(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentHidden(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been hidden.
ComponentModel(Component, ObjectToolkit). Constructor for class sun.awt.otk.ComponentModel
Constructs a new ComponentModel instance.
componentMoved(ComponentEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentMoved event by invoking the componentMoved methods on listener-a and listener-b.
componentMoved(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentMoved(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been moved.
componentRemoved(ContainerEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentRemoved container event by invoking the componentRemoved methods on listener-a and listener-b.
componentRemoved(ContainerEvent). Method in class java.awt.event.ContainerAdapter
componentRemoved(ContainerEvent). Method in interface java.awt.event.ContainerListener
Invoked when a component has been removed from the container.
componentResized(ComponentEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentResized event by invoking the componentResized methods on listener-a and listener-b.
componentResized(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentResized(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been resized.
componentShown(ComponentEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentShown event by invoking the componentShown methods on listener-a and listener-b.
componentShown(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentShown(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been shown.
ComponentView(Model, ObjectToolkit, ColorPolicy). Constructor for class sun.awt.otk.ComponentView
Create a ComponentView object as a view on the given Model, residing in the specified toolkit and using the supplied ColorPolicy to do its painting.
ComponentView(Model, ObjectToolkit, ContainerView, ColorPolicy). Constructor for class sun.awt.otk.ComponentView
Create a ComponentView object as a view on the given Model, residing in the specified toolkit and using the supplied ColorPolicy to do its painting.
ComponentView(Model, ObjectToolkit, ContainerView, ColorPolicy, Rectangle). Constructor for class sun.awt.otk.ComponentView
Create a ComponentView object as a view on the given Model, residing in the specified toolkit and using the supplied ColorPolicy to do its painting.
ComponentView(Model, ObjectToolkit, ContainerView, ColorPolicy, Rectangle, int). Constructor for class sun.awt.otk.ComponentView
Create a ComponentView object as a view on the given Model, residing in the specified toolkit and using the supplied ColorPolicy to do its painting.
composeMode. Variable in class sun.awt.otk.TextPaneImpl
comptable. Variable in class java.awt.GridBagLayout
computeFields(). Method in class java.util.Calendar
Converts UTC as milliseconds to time field values.
computeFields(). Method in class java.util.GregorianCalendar
Overrides Calendar Converts UTC as milliseconds to time field values.
computeTime(). Method in class java.util.Calendar
Converts Calendar's time field values to UTC as milliseconds.
computeTime(). Method in class java.util.GregorianCalendar
Overrides Calendar Converts time field values to UTC as milliseconds.
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
Opens a communications link to the resource referenced by this URL, if such a connection has not already been established.
connect(InetAddress, int). Method in class java.net.SocketImpl
Connects this socket to the specified port number on the specified host.
connect(PipedInputStream). Method in class java.io.PipedOutputStream
Connects this piped output stream to a receiver.
connect(PipedOutputStream). Method in class java.io.PipedInputStream
Connects this piped input stream to a sender.
connect(PipedReader). Method in class java.io.PipedWriter
Connect the specified piped reader to this writer.
connect(PipedWriter). Method in class java.io.PipedReader
Connect the specified piped writer to this reader.
connect(String, int). Method in class java.net.SocketImpl
Connects this socket to the specified port on the named host.
connected. Variable in class java.net.URLConnection
If false, this connection object has not created a communications link to the specified URL.
ConnectException(). Constructor for class java.net.ConnectException
Construct a new ConnectException with no detailed message.
ConnectException(String). Constructor for class java.net.ConnectException
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
CONNECTOR_PUNCTUATION. Static variable in class java.lang.Character
consume(). Method in class java.awt.AWTEvent
consume(). Method in class java.awt.event.InputEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
consumeAll. Variable in class sun.awt.otk.ArmableMouseController
consumeAll. Variable in class sun.awt.otk.DragMenuMouseController
Whether this controller consumes all mouse events.
consumeAll. Variable in class sun.awt.otk.ListMouseController
If it is true - mouse events are consumed, otherwise - mouse events are not consumed.
consumed. Variable in class java.awt.AWTEvent
consumed(Object). Method in class sun.awt.otk.SubjectImpl
Returns whether the given event has been consumed.
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.
consumingController. Static variable in class sun.awt.otk.ArmableMouseController
consumingController. Static variable in class sun.awt.otk.DragMenuMouseController
An instance of a controller which consumes all mouse events
consumingController. Static variable in class sun.awt.otk.ListMouseController
Instance of ListMouseController that consumes mouse events.
Container(). Constructor for class java.awt.Container
Constructs a new Container.
CONTAINER_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting container events.
CONTAINER_FIRST. Static variable in class java.awt.event.ContainerEvent
Marks the first integer id for the range of container event ids.
CONTAINER_LAST. Static variable in class java.awt.event.ContainerEvent
Marks the last integer id for the range of container event ids.
ContainerAdapter(). Constructor for class java.awt.event.ContainerAdapter
ContainerEvent(Component, int, Component). Constructor for class java.awt.event.ContainerEvent
Constructs a ContainerEvent object with the specified source container, type, and child which is being added or removed.
ContainerModel(Container, ObjectToolkit). Constructor for class sun.awt.otk.ContainerModel
Constructs a new ContainerModel instance.
ContainerViewImpl(ObjectToolkit, ContainerView, Rectangle, Insets). Constructor for class sun.awt.otk.ContainerViewImpl
Creates a ContainerViewImpl object residing in the specified toolkit with initial bounds and insets as indicated and parented to the ContainerView specified.
ContainerViewImpl(ObjectToolkit, ContainerView, Rectangle, Insets, int). Constructor for class sun.awt.otk.ContainerViewImpl
Create a ContainerViewImpl object as a view residing in the specified toolkit.
ContainerViewImpl(ObjectToolkit, Rectangle, Insets). Constructor for class sun.awt.otk.ContainerViewImpl
Creates a ContainerViewImpl object residing in the specified toolkit with initial bounds and insets as indicated.
contains(int, int). Method in class java.awt.Component
Checks whether this component "contains" the specified point, where x and y are defined to be relative to the coordinate system of this component.
contains(int, int). Method in class java.awt.Polygon
Determines whether the specified point is contained by this polygon.
contains(int, int). Method in class java.awt.Rectangle
Checks whether this rectangle contains the point at the specified location (xy).
contains(int, int). Method in interface sun.porting.graphicssystem.Region
Does the region contain the given point?
contains(int, int). Method in class sun.porting.utils.RegionImpl
contains(int, int). Method in class sun.awt.otk.VirtualKey
Determines whether the point defined by the parameters is within the key.
contains(int, int). Method in class sun.awt.aw.Window
Test for whether a window contains the given point.
contains(int, int, int, int). Method in interface sun.porting.graphicssystem.Region
Does the region contain the given rectangle (in its entirety)?
contains(int, int, int, int). Method in class sun.porting.utils.RegionImpl
contains(Object). Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object). Method in class java.util.Vector
Tests if the specified object is a component in this vector.
contains(Point). Method in class java.awt.Component
Checks whether this component "contains" the specified point, where the point's x and y coordinates are defined to be relative to the coordinate system of this component.
contains(Point). Method in class java.awt.Polygon
Determines whether the specified point is inside the Polygon.
contains(Point). Method in class java.awt.Rectangle
Checks whether this rectangle contains the specified point.
containsKey(Object). Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
ContentHandler(). Constructor for class java.net.ContentHandler
contents. Variable in class java.awt.datatransfer.Clipboard
CONTROL. Static variable in class java.lang.Character
control. Static variable in class java.awt.SystemColor
The background color for control objects.
CONTROL. Static variable in class java.awt.SystemColor
The array index for the control background color.
CONTROL_DK_SHADOW. Static variable in class java.awt.SystemColor
The array index for the control dark shadow color.
CONTROL_HIGHLIGHT. Static variable in class java.awt.SystemColor
The array index for the control highlight color.
CONTROL_LT_HIGHLIGHT. Static variable in class java.awt.SystemColor
The array index for the control light highlight color.
CONTROL_SHADOW. Static variable in class java.awt.SystemColor
The array index for the control shadow color.
CONTROL_TEXT. Static variable in class java.awt.SystemColor
The array index for the control text color.
controlDkShadow. Static variable in class java.awt.SystemColor
The dark shadow color for control objects.
controlDown(). Method in class java.awt.Event
Checks if the Control key is down.
controlHighlight. Static variable in class java.awt.SystemColor
The regular highlight color for control objects.
controller. Static variable in class sun.awt.otk.ArmOnPress
controller. Static variable in class sun.awt.otk.Backspace
controller. Static variable in class sun.awt.otk.CutAndPaste
controller. Static variable in class sun.awt.otk.CvtVirtual
controller. Static variable in class sun.awt.otk.HorizArrows
controller. Static variable in class sun.awt.otk.HorizPage
controller. Static variable in class sun.awt.otk.Scroll
controller. Static variable in class sun.awt.otk.TextCatchall
controller. Static variable in class sun.awt.otk.TextFilter
controller. Static variable in class sun.awt.otk.TextPassThru
controller. Static variable in class sun.awt.otk.TextScroll
controller. Static variable in class sun.awt.otk.TriggerOnEnterKey
controller. Static variable in class sun.awt.otk.TriggerOnRelease
controller. Static variable in class sun.awt.otk.VertArrows
controller. Static variable in class sun.awt.otk.VertPage
controlLtHighlight. Static variable in class java.awt.SystemColor
The light highlight color for control objects.
controlShadow. Static variable in class java.awt.SystemColor
The regular shadow color for control objects.
controlText. Static variable in class java.awt.SystemColor
The text color for control objects.
convertBuffer(StringBuffer). Method in class sun.awt.otk.SampleInputMethod
This is the simple text transformation engine of this input method.
copy(). Method in interface sun.porting.graphicssystem.Region
Create an independent copy of the region.
copy(). Method in class sun.porting.utils.RegionImpl
copyArea(int, int, int, int, int, int). Method in class java.awt.Graphics
Copies an area of the component by a distance specified by dx and dy.
copyInto(Object[]). Method in interface sun.awt.otk.OrderedList
copyInto(Object[]). Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyToClipboard(). Method in interface sun.awt.otk.TextPane
Copy the current selection to the clipboard.
copyToClipboard(). Method in class sun.awt.otk.TextPaneImpl
Copy the current selection to the clipboard.
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 index one greater than the index of the last valid byte in the buffer.
count. Variable in class java.io.BufferedOutputStream
The number of valid bytes in the buffer.
count. Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count. Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count. Variable in class java.io.CharArrayReader
Number of valid characters in buffer
count. Variable in class java.io.CharArrayWriter
The number of chars in the buffer.
count. Variable in class java.io.StringBufferInputStream
The number of valid characters in the input stream buffer.
countComponents(). Method in class java.awt.Container
countDependents(). Method in class sun.awt.otk.ObservableModel
Count the number of objects which depend on this Subject.
countDependents(). Method in interface sun.awt.otk.Subject
Count the number of objects which depend on this Subject.
countDependents(). Method in class sun.awt.otk.SubjectImpl
Count the number of objects which depend on this Subject.
countFloatingViews(). Method in class sun.awt.otk.SimpleStackActivationPolicy
Returns the number of floating views in this activation policy object's list of windows that always stay on top.
countFloatingViews(). Method in interface sun.awt.otk.WindowActivationPolicy
Returns the number of floating views in this activation policy object's list of windows that always stay on top.
countItems(). Method in class java.awt.Choice
countItems(). Method in class java.awt.List
countItems(). Method in class java.awt.Menu
countMenus(). Method in class java.awt.MenuBar
countObservers(). Method in class java.util.Observable
Returns the number of observers of this object.
countStackFrames(). Method in class java.lang.Thread
Counts the number of stack frames in this thread.
countTokens(). Method in class java.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
crc. Variable in class java.util.zip.GZIPInputStream
CRC-32 for uncompressed data.
crc. Variable in class java.util.zip.GZIPOutputStream
CRC-32 of uncompressed data.
CRC32(). Constructor for class java.util.zip.CRC32
create(). Method in class java.net.DatagramSocketImpl
Creates a datagram socket
create(). Method in class java.awt.Graphics
Creates a new Graphics object that is a copy of this Graphics object.
create(boolean). Method in class java.net.SocketImpl
Creates either a stream or a datagram socket.
create(int, int, int, int). Method in class java.awt.Graphics
Creates a new Graphics object based on this Graphics object, but with a new translation and clip area.
createButton(Button). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Button using the specified peer interface.
createCanvas(Canvas). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Canvas using the specified peer interface.
createCheckbox(Checkbox). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Checkbox using the specified peer interface.
createCheckboxMenuItem(CheckboxMenuItem). Method in class java.awt.Toolkit
Creates this toolkit's implementation of CheckboxMenuItem using the specified peer interface.
createChoice(Choice). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Choice using the specified peer interface.
createComponent(Component). Method in class java.awt.Toolkit
Creates a peer for a component or container.
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
Creates this toolkit's implementation of Dialog using the specified peer interface.
createFileDialog(FileDialog). Method in class java.awt.Toolkit
Creates this toolkit's implementation of FileDialog using the specified peer interface.
createFrame(Frame). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Frame using the specified peer interface.
createImage(byte[]). Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array.
createImage(byte[], int, int). Method in class sun.awt.SunToolkit
Creates an image which decodes the image stored in the specified byte array, and at the specified offset and length.
createImage(byte[], int, int). Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array, and at the specified offset and length.
createImage(Component, int, int). Method in class sun.awt.otk.ObjectToolkit
Get an Image object for use as an offscreen drawing area.
createImage(ImageProducer). Method in class java.awt.Component
Creates an image from the specified image producer.
createImage(ImageProducer). Method in class sun.awt.otk.ComponentModel
Creates an image from the specified image producer.
createImage(ImageProducer). Method in interface java.awt.peer.ComponentPeer
createImage(ImageProducer). Method in class sun.awt.otk.ObjectToolkit
Get an implementation of an image that corresponds to the given ImageRepresentation object.
createImage(ImageProducer). Method in class java.awt.Toolkit
Creates an image with the specified image producer.
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 class sun.awt.otk.ComponentModel
Creates an off-screen image.
createImage(int, int). Method in interface java.awt.peer.ComponentPeer
createImage(String). Method in class sun.awt.SunToolkit
Returns an image which gets pixel data from the specified file.
createImage(String). Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file.
createImage(URL). Method in class sun.awt.SunToolkit
Returns an image which gets pixel data from the specified URL.
createImage(URL). Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
createLabel(Label). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Label using the specified peer interface.
createList(List). Method in class java.awt.Toolkit
Creates this toolkit's implementation of List using the specified peer interface.
createMenu(Menu). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Menu using the specified peer interface.
createMenuBar(MenuBar). Method in class java.awt.Toolkit
Creates this toolkit's implementation of MenuBar using the specified peer interface.
createMenuItem(MenuItem). Method in class java.awt.Toolkit
Creates this toolkit's implementation of MenuItem using the specified peer interface.
createPanel(Panel). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Panel using the specified peer interface.
createPopupMenu(PopupMenu). Method in class java.awt.Toolkit
Creates this toolkit's implementation of PopupMenu using the specified peer interface.
createScrollbar(Scrollbar). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Scrollbar using the specified peer interface.
createScrollPane(ScrollPane). Method in class java.awt.Toolkit
Creates this toolkit's implementation of ScrollPane using the specified peer interface.
createSocketImpl(). Method in interface java.net.SocketImplFactory
Creates a new SocketImpl instance.
createTextArea(TextArea). Method in class java.awt.Toolkit
Creates this toolkit's implementation of TextArea using the specified peer interface.
createTextField(TextField). Method in class java.awt.Toolkit
Creates this toolkit's implementation of TextField using the specified peer interface.
createTextPopup(). Method in class sun.awt.otk.VirtualKeyboardInputMethod
An internal method used to create the text popup.
createURLStreamHandler(String). Method in interface java.net.URLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createWindow(ContainerView). Method in class sun.awt.otk.ObjectToolkit
Create a new window as a child of the given parent window, and having default dimensions (0,0,1,1).
createWindow(Window). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Window using the specified peer interface.
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.Cursor
The crosshair cursor type.
CROSSHAIR_CURSOR. Static variable in class java.awt.Frame
CTRL_MASK. Static variable in class java.awt.event.ActionEvent
The control modifier constant.
CTRL_MASK. Static variable in class java.awt.Event
This flag indicates that the Control key was down when the event occurred.
CTRL_MASK. Static variable in class java.awt.event.InputEvent
The control key modifier constant.
CURRENCY_SYMBOL. Static variable in class java.lang.Character
current(). Method in class java.text.BreakIterator
Return character index of the text boundary that was most recently returned by next(), previous(), first(), or last()
current(). Method in interface java.text.CharacterIterator
Get the character at the current position (as returned by getIndex()).
current(). Method in class java.text.StringCharacterIterator
Get the character at the current position (as returned by getIndex()).
currentClassLoader(). Method in class java.lang.SecurityManager
Returns an object describing the most recent class loader executing on the stack.
currentLoadedClass(). Method in class java.lang.SecurityManager
Returns the current Class with a 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.
Cursor(int). Constructor for class java.awt.Cursor
Creates a new cursor object with the specified type.
cursorChanged(Model, Cursor). Method in class sun.awt.otk.ComponentView
Called when cursor has been changed on the component.
CursorImage(Image, int, int). Constructor for class sun.porting.graphicssystem.CursorImage
Create a new CursorImage object from the given image data and hotspot.
cursorOnThisLine(int, int, int). Method in class sun.awt.otk.TextPaneImpl
Check to see if the cursor is currently on this line.
CutAndPaste(). Constructor for class sun.awt.otk.CutAndPaste
cutToClipboard(). Method in interface sun.awt.otk.TextPane
Cut the current selection to the clipboard.
cutToClipboard(). Method in class sun.awt.otk.TextPaneImpl
Cut the current selection to the clipboard.
CvtVirtual(). Constructor for class sun.awt.otk.CvtVirtual
cyan. Static variable in class java.awt.Color
The color cyan.

D

darker(). Method in class java.awt.Color
Creates a darker version of this color.
darkGray. Static variable in class java.awt.Color
The color dark gray.
DASH_PUNCTUATION. Static variable in class java.lang.Character
data. Variable in class sun.awt.otk.TextCharData
Data storage buffer
data. Variable in class sun.awt.otk.TextComponentModel
Our data buffer
data. Variable in class sun.awt.otk.TextPaneImpl
DATA_CHANGE. Static variable in class sun.awt.otk.StateChangeNotification
DataFlavor(Class, String). Constructor for class java.awt.datatransfer.DataFlavor
Construct a DataFlavor that represents a Java class

The returned DataFlavor will have the following characteristics

representationClass = representationClass
mimeType = application/x-java-serialized-object

DataFlavor(String, String). Constructor for class java.awt.datatransfer.DataFlavor
Construct a DataFlavor that represents a MimeType

The returned DataFlavor will have the following characteristics:

If the mimeType is "application/x-java-serialized-object; class=", the result is the same as calling new DataFlavor(Class:forName() as above

otherwise:

representationClass = InputStream
mimeType = mimeType

DataFormatException(). Constructor for class java.util.zip.DataFormatException
Constructs a DataFormatException with no detail message.
DataFormatException(String). Constructor for class java.util.zip.DataFormatException
Constructs a DataFormatException with the specified detail message.
DatagramPacket(byte[], int). Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length ilength.
DatagramPacket(byte[], int, InetAddress, int). Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length ilength to the specified port number on the specified host.
DatagramSocket(). Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to any available port on the local host machine.
DatagramSocket(int). Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port on the local host machine.
DatagramSocket(int, InetAddress). Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local address.
DatagramSocketImpl(). Constructor for class java.net.DatagramSocketImpl
DataInputStream(InputStream). Constructor for class java.io.DataInputStream
Creates a new data input stream to read data from the specified input stream.
DataOutputStream(OutputStream). Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DATE. Static variable in class java.util.Calendar
Useful constant for date and time.
Date(). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated measured to the nearest millisecond.
Date(int, int, int). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents midnight, local time, at the beginning of the day specified by the year, month, and date arguments.
Date(int, int, int, int, int). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the specified hour and minute, local time, of the date specified by the year, month, date, hrs, and min arguments.
Date(int, int, int, int, int, int). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the specified hour, minute, and second, local time of the date specified by the year, month, date, hrs, min, and sec arguments.
Date(long). Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since January 1, 1970, 00:00:00 GMT.
Date(String). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the date and time indicated by the string s, which is interpreted as if by the parse method.
DATE_FIELD. Static variable in class java.text.DateFormat
Useful constant for DATE field alignment.
DateFormat(). Constructor for class java.text.DateFormat
DateFormatSymbols(). Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the default locale.
DateFormatSymbols(Locale). Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the given locale.
DateFormatZoneData(). Constructor for class java.text.resources.DateFormatZoneData
DateFormatZoneData_ar(). Constructor for class java.text.resources.DateFormatZoneData_ar
DateFormatZoneData_be(). Constructor for class java.text.resources.DateFormatZoneData_be
DateFormatZoneData_bg(). Constructor for class java.text.resources.DateFormatZoneData_bg
DateFormatZoneData_ca(). Constructor for class java.text.resources.DateFormatZoneData_ca
DateFormatZoneData_cs(). Constructor for class java.text.resources.DateFormatZoneData_cs
DateFormatZoneData_da(). Constructor for class java.text.resources.DateFormatZoneData_da
DateFormatZoneData_de(). Constructor for class java.text.resources.DateFormatZoneData_de
DateFormatZoneData_de_AT(). Constructor for class java.text.resources.DateFormatZoneData_de_AT
DateFormatZoneData_de_CH(). Constructor for class java.text.resources.DateFormatZoneData_de_CH
DateFormatZoneData_el(). Constructor for class java.text.resources.DateFormatZoneData_el
DateFormatZoneData_en(). Constructor for class java.text.resources.DateFormatZoneData_en
DateFormatZoneData_en_CA(). Constructor for class java.text.resources.DateFormatZoneData_en_CA
DateFormatZoneData_en_GB(). Constructor for class java.text.resources.DateFormatZoneData_en_GB
DateFormatZoneData_en_IE(). Constructor for class java.text.resources.DateFormatZoneData_en_IE
DateFormatZoneData_es(). Constructor for class java.text.resources.DateFormatZoneData_es
DateFormatZoneData_et(). Constructor for class java.text.resources.DateFormatZoneData_et
DateFormatZoneData_fi(). Constructor for class java.text.resources.DateFormatZoneData_fi
DateFormatZoneData_fr(). Constructor for class java.text.resources.DateFormatZoneData_fr
DateFormatZoneData_fr_BE(). Constructor for class java.text.resources.DateFormatZoneData_fr_BE
DateFormatZoneData_fr_CA(). Constructor for class java.text.resources.DateFormatZoneData_fr_CA
DateFormatZoneData_fr_CH(). Constructor for class java.text.resources.DateFormatZoneData_fr_CH
DateFormatZoneData_hr(). Constructor for class java.text.resources.DateFormatZoneData_hr
DateFormatZoneData_hu(). Constructor for class java.text.resources.DateFormatZoneData_hu
DateFormatZoneData_is(). Constructor for class java.text.resources.DateFormatZoneData_is
DateFormatZoneData_it(). Constructor for class java.text.resources.DateFormatZoneData_it
DateFormatZoneData_it_CH(). Constructor for class java.text.resources.DateFormatZoneData_it_CH
DateFormatZoneData_iw(). Constructor for class java.text.resources.DateFormatZoneData_iw
DateFormatZoneData_ja(). Constructor for class java.text.resources.DateFormatZoneData_ja
DateFormatZoneData_ko(). Constructor for class java.text.resources.DateFormatZoneData_ko
DateFormatZoneData_lt(). Constructor for class java.text.resources.DateFormatZoneData_lt
DateFormatZoneData_lv(). Constructor for class java.text.resources.DateFormatZoneData_lv
DateFormatZoneData_mk(). Constructor for class java.text.resources.DateFormatZoneData_mk
DateFormatZoneData_nl(). Constructor for class java.text.resources.DateFormatZoneData_nl
DateFormatZoneData_nl_BE(). Constructor for class java.text.resources.DateFormatZoneData_nl_BE
DateFormatZoneData_no(). Constructor for class java.text.resources.DateFormatZoneData_no
DateFormatZoneData_no_NO_NY(). Constructor for class java.text.resources.DateFormatZoneData_no_NO_NY
DateFormatZoneData_pl(). Constructor for class java.text.resources.DateFormatZoneData_pl
DateFormatZoneData_pt(). Constructor for class java.text.resources.DateFormatZoneData_pt
DateFormatZoneData_ro(). Constructor for class java.text.resources.DateFormatZoneData_ro
DateFormatZoneData_ru(). Constructor for class java.text.resources.DateFormatZoneData_ru
DateFormatZoneData_sh(). Constructor for class java.text.resources.DateFormatZoneData_sh
DateFormatZoneData_sk(). Constructor for class java.text.resources.DateFormatZoneData_sk
DateFormatZoneData_sl(). Constructor for class java.text.resources.DateFormatZoneData_sl
DateFormatZoneData_sq(). Constructor for class java.text.resources.DateFormatZoneData_sq
DateFormatZoneData_sr(). Constructor for class java.text.resources.DateFormatZoneData_sr
DateFormatZoneData_sv(). Constructor for class java.text.resources.DateFormatZoneData_sv
DateFormatZoneData_th(). Constructor for class java.text.resources.DateFormatZoneData_th
DateFormatZoneData_tr(). Constructor for class java.text.resources.DateFormatZoneData_tr
DateFormatZoneData_uk(). Constructor for class java.text.resources.DateFormatZoneData_uk
DateFormatZoneData_zh(). Constructor for class java.text.resources.DateFormatZoneData_zh
DateFormatZoneData_zh_TW(). Constructor for class java.text.resources.DateFormatZoneData_zh_TW
DAY_OF_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK_FIELD. Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK field alignment.
DAY_OF_WEEK_IN_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK_IN_MONTH_FIELD. Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
DAY_OF_YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_YEAR_FIELD. Static variable in class java.text.DateFormat
Useful constant for DAY_OF_YEAR field alignment.
deactivate(). Method in class sun.awt.im.InputMethod
Deactivate input method.
deactivate(). Method in class sun.awt.otk.SampleInputMethod
Deactivate input method.
deactivate(). Method in class sun.awt.otk.VirtualKeyboardInputMethod
Deactivate input method.
decapitalize(String). Static method in class java.beans.Introspector
Utility method to take a string and convert it to normal Java variable name capitalization.
DECEMBER. Static variable in class java.util.Calendar
Useful constant for month.
DECIMAL_DIGIT_NUMBER. Static variable in class java.lang.Character
DecimalFormat(). Constructor for class java.text.DecimalFormat
Create a DecimalFormat using the default pattern and symbols for the default locale.
DecimalFormat(String). Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and the symbols for the default locale.
DecimalFormat(String, DecimalFormatSymbols). Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and symbols.
DecimalFormatSymbols(). Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the default locale.
DecimalFormatSymbols(Locale). Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the given locale.
DECLARED. Static variable in interface java.lang.reflect.Member
Identifies the set of declared members of a class or interface.
decode(String). Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String). Static method in class java.awt.Color
Converts a string to an integer and returns the specified color.
decode(String). Static method in class java.awt.Font
Gets the specified font using the name passed in.
decode(String). Static method in class java.lang.Integer
Decodes a string into an Integer.
decode(String). Static method in class java.lang.Short
Decodes a String into a Short.
decoderForType(InputStream, String). Method in class sun.awt.image.InputStreamImageSource
def. Variable in class java.util.zip.DeflaterOutputStream
Compressor for this stream.
DEFAULT. Static variable in class java.text.DateFormat
Constant for default style pattern.
DEFAULT_COMPRESSION. Static variable in class java.util.zip.Deflater
Default compression level.
DEFAULT_CURSOR. Static variable in class java.awt.Cursor
The default cursor type (gets set if no cursor is defined).
DEFAULT_CURSOR. Static variable in class java.awt.Frame
DEFAULT_STRATEGY. Static variable in class java.util.zip.Deflater
Default compression strategy.
defaultChar. Variable in class sun.awt.PlatformFont
defaultConstraints. Variable in class java.awt.GridBagLayout
defaultCursorImage. Static variable in class sun.awt.aw.Window
The CursorImage to be used as a default for windows where no cursor is specified.
defaultFont. Variable in class sun.awt.PlatformFont
defaultKeySet. Variable in class sun.awt.otk.VirtualKeyboardModel
defaultReadObject(). Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaults. Variable in class java.util.Properties
A property list that contains default values for any keys not found in this property list.
defaultTextWidthChar. Variable in class sun.awt.otk.TextPaneImpl
Default character used for calculating width of a character.
defaultWriteObject(). Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class to this stream.
defineClass(byte[], int, int). Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class.
defineClass(String, byte[], int, int). Method in class java.lang.ClassLoader
Converts an array of bytes to an instance of class Class.
deflate(). Method in class java.util.zip.DeflaterOutputStream
Writes next block of compressed data to the output stream.
deflate(byte[]). Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
deflate(byte[], int, int). Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
DEFLATED. Static variable in class java.util.zip.Deflater
Compression method for the deflate algorithm (the only one currently supported).
DEFLATED. Static variable in class java.util.zip.ZipEntry
Compression method for compressed (deflated) entries.
DEFLATED. Static variable in class java.util.zip.ZipOutputStream
Compression method for compressed (DEFLATED) entries.
Deflater(). Constructor for class java.util.zip.Deflater
Creates a new compressor with the default compression level.
Deflater(int). Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int, boolean). Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
DeflaterOutputStream(OutputStream). Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with a defaul compressor and buffer size.
DeflaterOutputStream(OutputStream, Deflater). Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and a default buffer size.
DeflaterOutputStream(OutputStream, Deflater, int). Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and buffer size.
defragment(boolean). Method in interface sun.porting.graphicssystem.Region
Defragment a region.
defragment(boolean). Method in class sun.porting.utils.RegionImpl
DELETE. Static variable in class java.awt.Event
The Delete key.
DELETE. Static variable in class sun.awt.otk.StateChangeNotification
delete(int, int). Method in class sun.awt.otk.TextCharData
Delete the data between the given indices.
delete(int, int). Method in interface sun.awt.otk.TextDataInterface
Delete the data between the given indices.
deleteImpl(int, int). Method in class sun.awt.otk.TextCharData
Concrete delete() implementation.
deleteImpl(int, int). Method in class sun.awt.otk.TextPaneImpl
Delete the text between indicated positions in the text buffer.
deleteImpl(int, int). Method in class sun.awt.otk.TextRandomData
Concrete delete() implementation.
deleteObserver(Observer). Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers(). Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
deleteShortcut(). Method in class java.awt.MenuItem
Delete any MenuShortcut object associated with this menu item.
deleteShortcut(MenuShortcut). Method in class java.awt.MenuBar
Deletes the specified menu shortcut.
delItem(int). Method in class java.awt.List
Removes the item at the specified position from this list.
delItem(int). Method in class sun.awt.otk.MenuModel
Delete the menu item at the specified index.
delItem(int). Method in interface java.awt.peer.MenuPeer
delItems(int, int). Method in class java.awt.List
delItems(int, int). Method in class sun.awt.otk.ListModel
Deletes a range of items from the list.
delItems(int, int). Method in interface java.awt.peer.ListPeer
DELIVER_ALL. Static variable in interface sun.porting.windowsystem.Window
Delivery mode for grab: deliver all events to the grab window.
deliverEvent(Event). Method in class java.awt.Component
deliverEvent(Event). Method in class java.awt.Container
delMenu(int). Method in interface java.awt.peer.MenuBarPeer
dependents. Variable in class sun.awt.otk.SubjectImpl
This Subject's dependents.
DESELECT. Static variable in class sun.awt.otk.StateChangeNotification
deselect(int). Method in class java.awt.List
Deselects the item at the specified index.
deselect(int). Method in class sun.awt.otk.ListModel
Deselects an item in the list.
deselect(int). Method in interface java.awt.peer.ListPeer
deselect(int, boolean). Method in class sun.awt.otk.ListModel
This version of deselect is called in response to the user input.
DESELECTED. Static variable in class java.awt.event.ItemEvent
The item de-selected state change type.
desktop. Static variable in class java.awt.SystemColor
The color of the desktop background.
DESKTOP. Static variable in class java.awt.SystemColor
The array index for the desktop background color.
destHeight. Variable in class java.awt.image.ReplicateScaleFilter
destroy(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy(). Method in class java.lang.Process
Kills the subprocess.
destroy(). Method in class java.lang.Thread
Destroys this thread, without any cleanup.
destroy(). Method in class java.lang.ThreadGroup
Destroys this thread group and all of its subgroups.
destWidth. Variable in class java.awt.image.ReplicateScaleFilter
detail. Variable in class java.io.WriteAbortedException
Dialog(Frame). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, boolean). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, String). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dialog(Frame, String, boolean). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
DialogModel(Dialog, ObjectToolkit). Constructor for class sun.awt.otk.DialogModel
Constructs a new DialogModel instance.
Dictionary(). Constructor for class java.util.Dictionary
digit(char, int). Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
Dimension(). Constructor for class java.awt.Dimension
Creates an instance of Dimension with a width of zero and a height of zero.
Dimension(Dimension). Constructor for class java.awt.Dimension
Creates an instance of Dimension whose width and height are the same as for the specified dimension.
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(). Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
disable(). Method in class java.awt.Component
disable(). Method in class sun.awt.otk.ComponentModel
disable(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setEnabled(boolean).
disable(). Method in class sun.awt.otk.LabelMenuItem
DEPRECATED: Replaced by setEnabled(boolean).
disable(). Method in class java.awt.MenuItem
disable(). Method in interface java.awt.peer.MenuItemPeer
DEPRECATED: Replaced by setEnabled(boolean).
disable(). Method in class sun.awt.otk.MenuModel
DEPRECATED: Replaced by setEnabled(boolean).
disableEvents(long). Method in class java.awt.Component
Disables the events defined by the specified event mask parameter from being delivered to this component.
disableEvents(long). Method in class java.awt.MenuItem
Disables event delivery to this menu item for events defined by the specified event mask parameter.
DISCARD_NOISY. Static variable in interface sun.porting.windowsystem.Window
Delivery mode for grab: discard events not directed to the grabbing window.
DISCARD_SILENT. Static variable in interface sun.porting.windowsystem.Window
Delivery mode for grab: discard events not directed to the grabbing window, giving no feedback.
disconnect(). Method in class java.net.HttpURLConnection
Close the connection to the server.
dismiss(boolean, int). Method in interface sun.awt.otk.DragMenu
Dismiss the menu, possibly executing the action associated with the menu.
dispatch(). Method in interface java.awt.peer.ActiveEvent
Dispatch the event to it's target, listeners of the events source, or do whatever it is this event is supposed to do.
dispatch(). Method in class sun.awt.otk.ViewEvent
dispatchEvent(AWTEvent). Method in class java.awt.Component
Dispatches an event to this component or one of its sub components.
dispatchEvent(AWTEvent). Method in class sun.awt.im.InputContext
Dispatches an event to the active input method.
dispatchEvent(AWTEvent). Method in class sun.awt.im.InputMethod
Dispatch event to input method.
dispatchEvent(AWTEvent). Method in class java.awt.MenuComponent
dispatchEvent(AWTEvent). Method in class sun.awt.otk.SampleInputMethod
This is where the input event gets AWTEvents.
dispatchEvent(AWTEvent). Method in class sun.awt.otk.VirtualKeyboardInputMethod
Dispatch event to input method.
dispatchEvent(AWTEvent). Method in interface sun.awt.otk.VirtualKeyboardViewIntf
This is the channel through which a virtual component receives AWT events.
dispose(). Method in class sun.awt.otk.ComponentModel
Destroys this component.
dispose(). Method in interface java.awt.peer.ComponentPeer
dispose(). Method in class sun.awt.otk.DialogModel
Destroys this dialog.
dispose(). Method in class java.awt.Frame
Disposes of the Frame.
dispose(). Method in class java.awt.Graphics
Disposes of this graphics context and releases any system resources that it is using.
dispose(). Method in class sun.awt.im.InputContext
Disposes of the input context and release the resources used by it.
dispose(). Method in class sun.awt.im.InputMethod
Disposes of the input method and releases the resources used by it.
dispose(). Method in class sun.awt.otk.LabelMenuItem
This method should delete whatever is necessary, and should be careful to null out all references to other objects.
dispose(). Method in class sun.awt.otk.MenuComponentModel
Destroy the peer.
dispose(). Method in interface java.awt.peer.MenuComponentPeer
dispose(). Method in class sun.awt.otk.MenuItemModel
Destroy the peer and free its resources.
dispose(). Method in class sun.awt.otk.MenuModel
Dispose of all the resources associated with this peer.
dispose(). Method in interface sun.awt.otk.Model
Dispose of this Model, i.e.
dispose(). Method in class sun.awt.otk.ObservableModel
Dispose of this Model, i.e.
dispose(). Method in class sun.awt.otk.SampleInputMethod
Disposes of the input method and releases the resources used by it.
dispose(). Method in interface sun.awt.otk.Subject
Dispose of the Subject.
dispose(). Method in class sun.awt.otk.SubjectImpl
Dispose of the Subject.
dispose(). Method in class sun.awt.otk.VirtualKeyboardInputMethod
Disposes of the input method and releases the resources used by it.
dispose(). Method in interface sun.awt.otk.VirtualKeyboardViewIntf
Dispose of the component.
dispose(). Method in class java.awt.Window
Disposes of this window.
dispose(). Method in class sun.awt.aw.Window
Dispose of any resources associated with the window, and mark it invalid.
dispose(). Method in interface sun.porting.windowsystem.Window
Dispose of any resources associated with the window, and mark it invalid.
disposedPeer(Object, Object). Method in class sun.awt.otk.ObjectToolkit
dispose the peer assoicated with the target
disposeLocked(). Method in class sun.awt.aw.Window
Helper routine; dispose of the resources associated with a window.
doEnable(boolean). Method in class sun.awt.otk.ComponentModel
Sets the new enabled state, and notifies all dependent views to modify their appearance as necessary.
doEnable(boolean). Method in class sun.awt.otk.ContainerModel
Sets the new enabled state.
doFetch(). Method in interface sun.awt.image.ImageFetchable
This method is called by one of the ImageFetcher threads to start the flow of information from the ImageProducer to the ImageConsumer.
doFetch(). Method in class sun.awt.image.InputStreamImageSource
doFinalization(). Method in interface sun.awt.AWTFinalizeable
doFinalization(). Method in class sun.awt.image.ImageRepresentation
doInput. Variable in class java.net.URLConnection
This variable is set by the setDoInput method.
doLayout(). Method in class java.awt.Component
Prompts the layout manager to lay out this component.
doLayout(). Method in class java.awt.Container
Causes this container to lay out its components.
doLayout(). Method in class java.awt.ScrollPane
Lays out this container by resizing its child to its preferred size.
DONE. Static variable in class java.text.BreakIterator
DONE is returned by previous() and next() after all valid boundaries have been returned.
DONE. Static variable in interface java.text.CharacterIterator
Constant that is returned when the iterator has reached either the end or the beginning of the text.
dontUseGui(). Method in interface java.beans.Visibility
This method instructs the bean that it should not use the Gui.
doOutput. Variable in class java.net.URLConnection
This variable is set by the setDoOutput method.
Double(double). Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
Double(String). Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the floating- point value of type double represented by the string.
doubleToLongBits(double). Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleValue(). Method in class java.lang.Byte
Returns the value of this Byte as a double.
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 specified number as a double.
doubleValue(). Method in class java.lang.Short
Returns the value of this Short as a double.
DOWN. Static variable in class java.awt.Event
The Down Arrow key, a non-ASCII action key.
DragMenuMouseController(boolean). Constructor for class sun.awt.otk.DragMenuMouseController
Create a new controller instance, setting its consumeAll flag based on the supplied argument.
dragMode. Variable in class sun.awt.otk.MouseGobbler
Internal state variable describing the presumed operation mode of the menu.
drain(). Method in class java.io.ObjectOutputStream
Drain any buffered data in ObjectOutputStream.
draw3DRect(int, int, int, int, boolean). Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
drawArc(int, int, int, int, int, int). Method in class java.awt.Graphics
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawBytes(byte[], int, int, int, int). Method in class java.awt.Graphics
Draws the text given by the specified byte array, using this graphics context's current font and color.
drawChars(char[], int, int, int, int). Method in class java.awt.Graphics
Draws the text given by the specified character array, using this graphics context's current font and color.
drawImage(Graphics, int, int, Color, ImageObserver). Method in class sun.awt.image.ImageRepresentation
drawImage(Image, int, int, Color, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, Color, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawLine(int, int, int, int). Method in class java.awt.Graphics
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawOval(int, int, int, int). Method in class java.awt.Graphics
Draws the outline of an oval.
drawPolygon(int[], int[], int). Method in class java.awt.Graphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolygon(Polygon). Method in class java.awt.Graphics
Draws the outline of a polygon defined by the specified Polygon object.
drawPolyline(int[], int[], int). Method in class java.awt.Graphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRect(int, int, int, int). Method in class java.awt.Graphics
Draws the outline of the specified rectangle.
drawRoundRect(int, int, int, int, int, int). Method in class java.awt.Graphics
Draws an outlined round-cornered rectangle using this graphics context's current color.
drawScaledImage(Graphics, int, int, int, int, Color, ImageObserver). Method in class sun.awt.image.ImageRepresentation
drawStretchImage(Graphics, int, int, int, int, int, int, int, int, Color, ImageObserver). Method in class sun.awt.image.ImageRepresentation
drawString(String, int, int). Method in class java.awt.Graphics
Draws the text given by the specified string, using this graphics context's current font and color.
DST_OFFSET. Static variable in class java.util.Calendar
Useful constant for date and time.
dumpStack(). Static method in class java.lang.Thread
Prints a stack trace of the current thread.

E

E. Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
E_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The east-resize cursor type.
E_RESIZE_CURSOR. Static variable in class java.awt.Frame
EAST. Static variable in class java.awt.BorderLayout
The east layout constraint (left side of container).
EAST. Static variable in class java.awt.GridBagConstraints
Put the component on the right side of its display area, centered vertically.
echoCharIsSet(). Method in class java.awt.TextField
Indicates whether or not this text field has a character set for echoing.
editable. Variable in class sun.awt.otk.TextComponentModel
We cache the value of the peers editable field
editable. Variable in class sun.awt.otk.TextPaneImpl
Are we currently editable?
EDITABLE_CHANGE. Static variable in class sun.awt.otk.StateChangeNotification
elementAt(int). Method in interface sun.awt.otk.OrderedList
elementAt(int). Method in class java.util.Vector
Returns the component at the specified index.
elementCount. Variable in class java.util.Vector
The number of valid components in the vector.
elementData. Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements(). Method in class java.util.Dictionary
Returns an enumeration of the values in this dictionary.
elements(). Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements(). Method in class java.util.Vector
Returns an enumeration of the components of this vector.
EmbeddedFrame(). Constructor for class sun.awt.EmbeddedFrame
EmbeddedFrame(int). Constructor for class sun.awt.EmbeddedFrame
empty(). Method in class java.util.Stack
Tests if this stack is empty.
EmptyStackException(). Constructor for class java.util.EmptyStackException
Constructs a new EmptyStackException with no detail message.
enable(). Static method in class java.lang.Compiler
Cause the Compiler to resume operation.
enable(). Method in class java.awt.Component
enable(). Method in class sun.awt.otk.ComponentModel
enable(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setEnabled(boolean).
enable(). Method in class sun.awt.otk.LabelMenuItem
DEPRECATED: Replaced by setEnabled(boolean).
enable(). Method in class java.awt.MenuItem
enable(). Method in interface java.awt.peer.MenuItemPeer
DEPRECATED: Replaced by setEnabled(boolean).
enable(). Method in class sun.awt.otk.MenuModel
DEPRECATED: Replaced by setEnabled(boolean).
enable(boolean). Method in class java.awt.Component
enable(boolean). Method in class java.awt.MenuItem
enableEvents(long). Method in class java.awt.Component
Enables the events defined by the specified event mask parameter to be delivered to this component.
enableEvents(long). Method in class java.awt.MenuItem
Enables event delivery to this menu item for events to be defined by the specified event mask parameter

Since event types are automatically enabled when a listener for that type is added to the menu item, this method only needs to be invoked by subclasses of MenuItem which desire to have the specified event types delivered to processEvent regardless of whether a listener is registered.

enableInputMethodsForTextComponent(). Method in class sun.awt.otk.ObjectToolkit
This method returnds whether or not input methods should be enabled for text components.
enableInputMethodsForTextComponent(). Method in class sun.awt.SunToolkit
Returns whether enableInputMethods should be set to true for peered TextComponent instances on this platform.
enableReplaceObject(boolean). Method in class java.io.ObjectOutputStream
Enable the stream to do replacement of objects in the stream.
enableResolveObject(boolean). Method in class java.io.ObjectInputStream
Enable the stream to allow objects read from the stream to be replaced.
ENCLOSING_MARK. Static variable in class java.lang.Character
encode(String). Static method in class java.net.URLEncoder
Translates a string into x-www-form-urlencoded format.
END. Static variable in class java.awt.Event
The End key, a non-ASCII action key.
end(). Method in class java.util.zip.Deflater
Discards unprocessed input and frees internal data.
end(). Method in class java.util.zip.Inflater
Discards unprocessed input and frees internal data.
end(). Method in class java.awt.PrintJob
Ends the print job and does any necessary cleanup.
end(). Method in interface sun.awt.otk.TextPane
Move to the very end of the data buffer.
end(). Method in class sun.awt.otk.TextPaneImpl
Move to the very end of the data buffer.
END_PUNCTUATION. Static variable in class java.lang.Character
endComposition(). Method in class sun.awt.im.InputMethod
Ends any input composition that may currently be going on in this context.
endComposition(). Method in class sun.awt.otk.SampleInputMethod
Ends any input composition that may currently be going on in this context.
endComposition(). Method in class sun.awt.otk.VirtualKeyboardInputMethod
Ends any input composition that may currently be going on in this context.
endFeedback(Window, int, int, int, int). Method in interface sun.porting.windowsystem.WindowManagementFeedback
End feedback, e.g.
endFeedback(Window, int, int, int, int). Method in class sun.awt.aw.WindowSystem
End feedback; hide the feedback rectangle, for example.
endOfLine(). Method in interface sun.awt.otk.TextPane
Move to the end of the current line.
endOfLine(). Method in class sun.awt.otk.TextPaneImpl
Move to the end of the current line.
endsWith(String). Method in class java.lang.String
Tests if this string ends with the specified suffix.
endValidate(). Method in class sun.awt.otk.ContainerModel
Signifies the end of validation of components in the container.
endValidate(). Method in interface java.awt.peer.ContainerPeer
ENGLISH. Static variable in class java.util.Locale
Useful constant for language.
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
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ENTER. Static variable in class java.awt.Event
The Enter key.
enumerate(Thread[]). Static method in class java.lang.Thread
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(Thread[]). Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(Thread[], boolean). Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group.
enumerate(ThreadGroup[]). Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
enumerate(ThreadGroup[], boolean). Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
eof. Variable in class java.io.OptionalDataException
True if there is no more data in the buffered part of the stream.
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
Determines whether or not ends of line are treated as tokens.
eos. Variable in class java.util.zip.GZIPInputStream
Indicates end of input stream.
equals(DataFlavor). Method in class java.awt.datatransfer.DataFlavor
equals(MenuShortcut). Method in class java.awt.MenuShortcut
Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key.
equals(Object). Method in class java.util.BitSet
Compares this object against the specified object.
equals(Object). Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that contains the same boolean value as this object.
equals(Object). Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object). Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object). Method in class java.lang.Character
Compares this object against the specified object.
equals(Object). Method in class java.text.ChoiceFormat
Equality comparision between two
equals(Object). Method in class java.text.CollationKey
Compare this CollationKey and the target CollationKey for equality.
equals(Object). Method in class java.text.Collator
Compares the equality of two Collators.
equals(Object). Method in class java.awt.Color
Determines whether another object is equal to this color.
equals(Object). Method in class java.lang.reflect.Constructor
Compares this Constructor against the specified object.
equals(Object). Method in class java.util.Date
Compares two dates.
equals(Object). Method in class java.text.DateFormat
Overrides equals
equals(Object). Method in class java.text.DateFormatSymbols
Override equals
equals(Object). Method in class java.text.DecimalFormat
Overrides equals
equals(Object). Method in class java.text.DecimalFormatSymbols
Override equals
equals(Object). Method in class java.awt.Dimension
Checks whether two dimension objects have equal values.
equals(Object). Method in class java.lang.Double
Compares this object against the specified object.
equals(Object). Method in class java.lang.reflect.Field
Compares this Field 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.awt.Font
Compares this object to the specifed object.
equals(Object). Method in class java.util.GregorianCalendar
Compares this calendar 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.awt.Insets
Checks whether two insets objects are equal.
equals(Object). Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object). Method in class java.util.Locale
Compares two Objects for equality.
equals(Object). Method in class java.lang.Long
Compares this object against the specified object.
equals(Object). Method in class java.text.MessageFormat
Equality comparision between two message format objects
equals(Object). Method in class java.lang.reflect.Method
Compares this Method against the specified object.
equals(Object). Method in class java.text.NumberFormat
Overrides equals
equals(Object). Method in class java.lang.Object
Compares two Objects for equality.
equals(Object). Method in class java.awt.Point
Determines whether two points are equal.
equals(Object). Method in class java.awt.Rectangle
Checks whether two rectangles are equal.
equals(Object). Method in class java.text.RuleBasedCollator
Compares the equality of two collation objects.
equals(Object). Method in class java.lang.Short
Compares this object to the specified object.
equals(Object). Method in class java.text.SimpleDateFormat
Override equals.
equals(Object). Method in class java.util.SimpleTimeZone
Compares the equality of two SimpleTimeZone objects.
equals(Object). Method in class java.lang.String
Compares this string to the specified object.
equals(Object). Method in class java.text.StringCharacterIterator
Compares the equality of two StringCharacterIterator objects.
equals(Object). Method in class java.net.URL
Compares two URLs.
equals(Region). Method in interface sun.porting.graphicssystem.Region
Test for equality against the given region.
equals(Region). Method in class sun.porting.utils.RegionImpl
equals(String, String). Method in class java.text.Collator
Convenience method for comparing the equality of two strings based on this Collator's collation rules.
equalsIgnoreCase(String). Method in class java.lang.String
Compares this String to another object.
ERA. Static variable in class java.util.Calendar
Useful constant for date and time.
ERA_FIELD. Static variable in class java.text.DateFormat
Useful constant for ERA field alignment.
err. Static variable in class java.io.FileDescriptor
A handle to the standard error stream.
err. Static variable in class java.lang.System
The "standard" error output 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 that the downloading of some media encountered an error.
ESCAPE. Static variable in class java.awt.Event
The Escape key.
Event(Object, int, Object). Constructor for class java.awt.Event
Creates an instance of Event with the specified target component, event type, and argument.
Event(Object, long, int, int, int, int, int). Constructor for class java.awt.Event
Creates an instance of 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
Creates an instance of Event with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys, and argument.
eventDiscarded(). Method in class sun.awt.aw.WindowSystem
Indicates that the event queue discarded an event because of a grab.
EventObject(Object). Constructor for class java.util.EventObject
EventQueue(). Constructor for class java.awt.EventQueue
EventSetDescriptor(Class, String, Class, String). Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor assuming that you are following the most simple standard design pattern where a named event "fred" is (1) delivered as a call on the single method of interface FredListener, (2) has a single argument of type FredEvent, and (3) where the FredListener may be registered with a call on an addFredListener method of the source component and removed with a call on a removeFredListener method.
EventSetDescriptor(Class, String, Class, String[], String, String). Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using string names.
EventSetDescriptor(String, Class, Method[], Method, Method). Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.Method and java.lang.Class objects.
EventSetDescriptor(String, Class, MethodDescriptor[], Method, Method). Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.MethodDescriptor and java.lang.Class objects.
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 an Exception with the specified detail message.
ExceptionInInitializerError(). Constructor for class java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with no detail message.
ExceptionInInitializerError(String). Constructor for class java.lang.ExceptionInInitializerError
Constructs a ExceptionInInitializerError with the specified detail message.
ExceptionInInitializerError(Throwable). Constructor for class java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class initialized to the specific throwable
exec(String). Method in class java.lang.Runtime
Executes the specified string command in a separate process.
exec(String, String[]). Method in class java.lang.Runtime
Executes the specified string command in a separate process with the specified environment.
exec(String[]). Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process.
exec(String[], String[]). Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process with the specified environment.
exit(int). Method in class java.lang.Runtime
Terminates the currently running Java Virtual Machine.
exit(int). Static method in class java.lang.System
Terminates the currently running Java Virtual Machine.
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 (i.e., 2.718...) raised to the power of a double value.

F

F1. Static variable in class java.awt.Event
The F1 function key, a non-ASCII action key.
F10. Static variable in class java.awt.Event
The F10 function key, a non-ASCII action key.
F11. Static variable in class java.awt.Event
The F11 function key, a non-ASCII action key.
F12. Static variable in class java.awt.Event
The F12 function key, a non-ASCII action key.
F2. Static variable in class java.awt.Event
The F2 function key, a non-ASCII action key.
F3. Static variable in class java.awt.Event
The F3 function key, a non-ASCII action key.
F4. Static variable in class java.awt.Event
The F4 function key, a non-ASCII action key.
F5. Static variable in class java.awt.Event
The F5 function key, a non-ASCII action key.
F6. Static variable in class java.awt.Event
The F6 function key, a non-ASCII action key.
F7. Static variable in class java.awt.Event
The F7 function key, a non-ASCII action key.
F8. Static variable in class java.awt.Event
The F8 function key, a non-ASCII action key.
F9. Static variable in class java.awt.Event
The F9 function key, a non-ASCII action key.
FALSE. Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
fd. Variable in class java.net.DatagramSocketImpl
The file descriptor object
fd. Variable in class java.net.SocketImpl
The file descriptor object for this socket.
FeatureDescriptor(). Constructor for class java.beans.FeatureDescriptor
FEBRUARY. Static variable in class java.util.Calendar
Useful constant for month.
FIELD_COUNT. Static variable in class java.util.Calendar
Useful constant for date and time.
FieldPosition(int). Constructor for class java.text.FieldPosition
Creates a FieldPosition object for the given field.
fields. Variable in class java.util.Calendar
The time fields containing values into which the millis is computed.
FileDescriptor(). Constructor for class java.io.FileDescriptor
FileDialog(Frame, String, int). Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading or saving a file.
FileImageSource(String). Constructor for class sun.awt.image.FileImageSource
fill. Variable in class java.awt.GridBagConstraints
This field is used when the component's display area is larger than the component's requested size.
fill(). Method in class java.util.zip.InflaterInputStream
Fills input buffer with more data to decompress.
fill3DRect(int, int, int, int, boolean). Method in class java.awt.Graphics
Paints a 3-D highlighted rectangle filled with the current color.
fillArc(int, int, int, int, int, int). Method in class java.awt.Graphics
Fills a circular or elliptical arc covering the specified rectangle.
fillInStackTrace(). Method in class java.lang.Throwable
Fills in the execution stack trace.
fillOval(int, int, int, int). Method in class java.awt.Graphics
Fills an oval bounded by the specified rectangle with the current color.
fillPolygon(int[], int[], int). Method in class java.awt.Graphics
Fills a closed polygon defined by arrays of x and y coordinates.
fillPolygon(Polygon). Method in class java.awt.Graphics
Fills the polygon defined by the specified Polygon object with the graphics context's current color.
fillRect(int, int, int, int). Method in class java.awt.Graphics
Fills the specified rectangle.
fillRoundRect(int, int, int, int, int, int). Method in class java.awt.Graphics
Fills the specified rounded corner rectangle with the current color.
FILTERED. Static variable in class java.util.zip.Deflater
Compression strategy best used for data consisting mostly of small values with a somewhat random distribution.
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 built on top of the specified input stream.
FilterOutputStream(OutputStream). Constructor for class java.io.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
FilterReader(Reader). Constructor for class java.io.FilterReader
Create a new filtered reader.
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.
FilterWriter(Writer). Constructor for class java.io.FilterWriter
Create a new filtered writer.
FINAL. Static variable in class java.lang.reflect.Modifier
finalize(). Method in class java.awt.image.ColorModel
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize(). Method in class java.util.zip.Deflater
Frees the compressor when garbage is collected.
finalize(). Method in class java.awt.Graphics
Disposes of this graphics context once it is no longer referenced.
finalize(). Method in class sun.awt.image.ImageRepresentation
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize(). Method in class java.util.zip.Inflater
Frees the decompressor when garbage is collected.
finalize(). Method in class java.lang.Object
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize(). Method in class java.awt.PrintJob
Ends this print job once it is no longer referenced.
findEditor(Class). Static method in class java.beans.PropertyEditorManager
Locate a value editor for a given target type.
findLoadedClass(String). Method in class java.lang.ClassLoader
findSystemClass(String). Method in class java.lang.ClassLoader
Finds the system class with the specified name, loading it in if necessary.
findTopLevelWindow(). Method in class sun.awt.aw.Window
Find the ancestor of this window which is the top-level window.
finish(). Method in class java.util.zip.Deflater
When called, indicates that compression should end with the current contents of the input buffer.
finish(). Method in class java.util.zip.DeflaterOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish(). Method in class java.util.zip.GZIPOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish(). Method in class java.util.zip.ZipOutputStream
Finishes writing the contents of the ZIP output stream without closing the underlying stream.
finished. Variable in class sun.awt.image.ImageDecoder
finished(). Method in class java.util.zip.Deflater
Returns true if the end of the compressed data output stream has been reached.
finished(). Method in class java.util.zip.Inflater
Return true if the end of the compressed data stream has been reached.
firePropertyChange(). Method in class java.beans.PropertyEditorSupport
Report that we have been modified to any interested listeners.
firePropertyChange(String, Object, Object). Method in class java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
fireVetoableChange(String, Object, Object). Method in class java.beans.VetoableChangeSupport
Report a vetoable property update to any registered listeners.
first(). Method in class java.text.BreakIterator
Return the first boundary.
first(). Method in interface java.text.CharacterIterator
Set the position to getBeginIndex() and return the character at that position.
first(). Method in class java.text.StringCharacterIterator
Set the position to getBeginIndex() and return the character at that position.
first(Container). Method in class java.awt.CardLayout
Flips to the first card of the container.
firstElement(). Method in class java.util.Vector
Returns the first component of this vector.
Float(double). Constructor for class java.lang.Float
Constructs a newly allocated Floatobject that represents the argument converted to type float.
Float(float). Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(String). Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the floating- point value of type float represented by the string.
floatToIntBits(float). Static method in class java.lang.Float
Returns the bit represention of a single-float value.
floatValue(). Method in class java.lang.Byte
Returns the value of this Byte as a float.
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 specified number as a float.
floatValue(). Method in class java.lang.Short
Returns the value of this Short as a float.
floor(double). Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
FlowLayout(). Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with a centered alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int). Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with the specified alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int, int, int). Constructor for class java.awt.FlowLayout
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
flush(). Method in class java.io.BufferedOutputStream
Flushes this buffered output stream.
flush(). Method in class java.io.BufferedWriter
Flush the stream.
flush(). Method in class java.io.CharArrayWriter
Flush the stream.
flush(). Method in class java.io.DataOutputStream
Flushes this data output stream.
flush(). Method in class java.io.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush(). Method in class java.io.FilterWriter
Flush the stream.
flush(). Method in class java.awt.Image
Flushes all resources being used by this Image object.
flush(). Method in class sun.awt.image.Image
Flushes all resources being used by this Image object.
flush(). Method in interface java.io.ObjectOutput
Flushes the stream.
flush(). Method in class java.io.ObjectOutputStream
Flushes the stream.
flush(). Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush(). Method in class java.io.OutputStreamWriter
Flush the stream.
flush(). Method in class java.io.PipedOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush(). Method in class java.io.PipedWriter
Flush the stream.
flush(). Method in class java.io.PrintStream
Flush the stream.
flush(). Method in class java.io.PrintWriter
Flush the stream.
flush(). Method in class java.io.StringWriter
Flush the stream.
flush(). Method in class java.io.Writer
Flush the stream.
FOCUS_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting focus events.
FOCUS_FIRST. Static variable in class java.awt.event.FocusEvent
Marks the first integer id for the range of focus event ids.
FOCUS_GAINED. Static variable in class java.awt.event.FocusEvent
The focus gained event type.
FOCUS_LAST. Static variable in class java.awt.event.FocusEvent
Marks the last integer id for the range of focus event ids.
FOCUS_LOST. Static variable in class java.awt.event.FocusEvent
The focus lost event type.
FocusAdapter(). Constructor for class java.awt.event.FocusAdapter
FocusEvent(Component, int). Constructor for class java.awt.event.FocusEvent
Constructs a permanent-level FocusEvent object with the specified source component and type.
FocusEvent(Component, int, boolean). Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object with the specified source component, type, and whether or not the focus event is a temporary level event.
focusGained(FocusEvent). Method in class java.awt.AWTEventMulticaster
Handles the focusGained event by invoking the focusGained methods on listener-a and listener-b.
focusGained(FocusEvent). Method in class java.awt.event.FocusAdapter
focusGained(FocusEvent). Method in interface java.awt.event.FocusListener
Invoked when a component gains the keyboard focus.
focusLost(FocusEvent). Method in class java.awt.AWTEventMulticaster
Handles the focusLost event by invoking the focusLost methods on listener-a and listener-b.
focusLost(FocusEvent). Method in class java.awt.event.FocusAdapter
focusLost(FocusEvent). Method in interface java.awt.event.FocusListener
Invoked when a component loses the keyboard focus.
focusNext(Component). Method in interface sun.awt.FocusManagement
focusNext(Component). Method in class sun.awt.TabFocusManager
following(int). Method in class java.text.BreakIterator
Return the first boundary following the specified offset.
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.
fontChanged(Font, FontMetrics). Method in class sun.awt.otk.MultiLineTextPane
Set the font to the given value.
fontChanged(Font, FontMetrics). Method in interface sun.awt.otk.TextPane
Set the font to the given value.
fontChanged(Font, FontMetrics). Method in class sun.awt.otk.TextPaneImpl
Set the font to the given value.
fontChanged(Model, Font, FontMetrics). Method in class sun.awt.otk.BasicView
Called when a font was passed in to updateDependent()
fontCharset. Variable in class sun.awt.FontDescriptor
fontDescriptor. Variable in class sun.awt.CharsetString
This string's FontDescriptor.
FontDescriptor(String, CharToByteConverter, int[]). Constructor for class sun.awt.FontDescriptor
FontMetrics(Font). Constructor for class java.awt.FontMetrics
Creates a new FontMetrics object for finding out height and width information about the specified font and specific character glyphs in that font.
forClass(). Method in class java.io.ObjectStreamClass
Return the class in the local VM that this version is mapped to.
forDigit(int, int). Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
FORMAT. Static variable in class java.lang.Character
Format(). Constructor for class java.text.Format
format(Date). Method in class java.text.DateFormat
Formats a Date into a date/time string.
format(Date, StringBuffer, FieldPosition). Method in class java.text.DateFormat
Formats a Date into a date/time string.
format(Date, StringBuffer, FieldPosition). Method in class java.text.SimpleDateFormat
Overrides DateFormat

Formats a date or time, which is the standard millis since January 1, 1970, 00:00:00 GMT.

format(double). Method in class java.text.NumberFormat
Specialization of format.
format(double, StringBuffer, FieldPosition). Method in class java.text.ChoiceFormat
Specialization of format.
format(double, StringBuffer, FieldPosition). Method in class java.text.DecimalFormat
Specialization of format.
format(double, StringBuffer, FieldPosition). Method in class java.text.NumberFormat
Specialization of format.
format(long). Method in class java.text.NumberFormat
Specialization of format.
format(long, StringBuffer, FieldPosition). Method in class java.text.ChoiceFormat
Specialization of format.
format(long, StringBuffer, FieldPosition). Method in class java.text.DecimalFormat
Specialization of format.
format(long, StringBuffer, FieldPosition). Method in class java.text.NumberFormat
Specialization of format.
format(Object). Method in class java.text.Format
Formats an object to produce a string.
format(Object, StringBuffer, FieldPosition). Method in class java.text.DateFormat
Overrides Format.
format(Object, StringBuffer, FieldPosition). Method in class java.text.Format
Formats an object to produce a string.
format(Object, StringBuffer, FieldPosition). Method in class java.text.MessageFormat
Formats an object to produce a string.
format(Object, StringBuffer, FieldPosition). Method in class java.text.NumberFormat
Formats an object to produce a string.
format(Object[], StringBuffer, FieldPosition). Method in class java.text.MessageFormat
Returns pattern with formatted objects.
format(String, Object[]). Static method in class java.text.MessageFormat
Convenience routine.
forName(String). Static method in class java.lang.Class
Returns the Class object associated with the class with the given string name.
FRACTION_FIELD. Static variable in class java.text.NumberFormat
Field constant used to construct a FieldPosition object.
Frame(). Constructor for class java.awt.Frame
Constructs a new instance of Frame that is initially invisible.
Frame(String). Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame object 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.
FrameModel(Frame, ObjectToolkit). Constructor for class sun.awt.otk.FrameModel
Constructs a new FrameModel instance.
FRANCE. Static variable in class java.util.Locale
Useful constant for country.
freeMemory(). Method in class java.lang.Runtime
Returns the amount of free memory in the system.
FRENCH. Static variable in class java.util.Locale
Useful constant for language.
FRIDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
FULL. Static variable in class java.text.DateFormat
Constant for full style pattern.
FULL_DECOMPOSITION. Static variable in class java.text.Collator
Decomposition mode value.

G

gc(). Method in class java.lang.Runtime
Runs the garbage collector.
gc(). Static method in class java.lang.System
Runs the garbage collector.
GERMAN. Static variable in class java.util.Locale
Useful constant for language.
GERMANY. Static variable in class java.util.Locale
Useful constant for country.
get(int). Method in class java.util.BitSet
Gets a bit.
get(int). Method in class java.util.Calendar
Gets the value for a given time field.
get(Object). Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object). Method in class java.lang.reflect.Field
Returns the value of the field represented by this Field, on the specified object.
get(Object). Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
get(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object.
getActionCommand(). Method in class java.awt.event.ActionEvent
Returns the command name associated with this action.
getActionCommand(). Method in class java.awt.Button
Returns the command name of the action event fired by this button.
getActionCommand(). Method in class java.awt.MenuItem
Gets the command name of the action event that is fired by this menu item.
getAdditionalBeanInfo(). Method in interface java.beans.BeanInfo
This method allows a BeanInfo object to return an arbitrary collection of other BeanInfo objects that provide additional information on the current bean.
getAdditionalBeanInfo(). Method in class java.beans.SimpleBeanInfo
Claim there are no other relevant BeanInfo objects.
getAddListenerMethod(). Method in class java.beans.EventSetDescriptor
getAddress(). Method in class java.net.DatagramPacket
Returns the IP address of the machine to which this datagram is being sent or from which the datagram was received.
getAddress(). Method in class java.net.InetAddress
Returns the raw IP address of this InetAddress object.
getAdjustable(). Method in class java.awt.event.AdjustmentEvent
Returns the Adjustable object where this event originated.
getAdjustmentType(). Method in class java.awt.event.AdjustmentEvent
Returns the type of adjustment which caused the value changed event.
getAdler(). Method in class java.util.zip.Deflater
Returns the ADLER-32 value of the uncompressed data.
getAdler(). Method in class java.util.zip.Inflater
Returns the ADLER-32 value of the uncompressed data.
getAlignment(). Method in class java.awt.FlowLayout
Gets the alignment for this layout.
getAlignment(). Method in class java.awt.Label
Gets the current alignment of this label.
getAlignment(). Method in class sun.awt.otk.LabelledComponentModel
Retrieves the current alignment of this label.
getAlignmentX(). Method in class java.awt.Component
Returns the alignment along the x axis.
getAlignmentX(). Method in class java.awt.Container
Returns the alignment along the x axis.
getAlignmentY(). Method in class java.awt.Component
Returns the alignment along the y axis.
getAlignmentY(). Method in class java.awt.Container
Returns the alignment along the y axis.
getAllByName(String). Static method in class java.net.InetAddress
Determines all the IP addresses of a host, given the host's name.
getAllowUserInteraction(). Method in class java.net.URLConnection
Returns the value of the allowUserInteraction field for this object.
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.
getAmPmStrings(). Method in class java.text.DateFormatSymbols
Gets ampm strings.
getApplet(String). Method in interface java.applet.AppletContext
Finds and returns the applet in the document represented by this applet context with the given name.
getAppletContext(). Method in class java.applet.Applet
Determines this applet's context, which allows the applet to query and affect the environment in which it runs.
getAppletContext(). Method in interface java.applet.AppletStub
Gets a handler to the applet's context.
getAppletInfo(). Method in class java.applet.Applet
Returns information about this applet.
getApplets(). Method in interface java.applet.AppletContext
Finds all the applets in the document represented by this applet context.
getArg(). Method in class sun.awt.otk.ViewEvent
getArmedItem(). Method in interface sun.awt.otk.ItemSelectable
Retrieves currently armed item.
getAscent(). Method in class java.awt.FontMetrics
Determines the font ascent of the font described by this font metric.
getAsText(). Method in interface java.beans.PropertyEditor
getAsText(). Method in class java.beans.PropertyEditorSupport
getAudioClip(URL). Method in class java.applet.Applet
Returns the AudioClip object specified by the URL argument.
getAudioClip(URL). Method in interface java.applet.AppletContext
Creates an audio clip.
getAudioClip(URL, String). Method in class java.applet.Applet
Returns the AudioClip object specified by the URL and name arguments.
getAvailableIDs(). Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableIDs(int). Static method in class java.util.TimeZone
Gets the available IDs according to the given time zone offset.
getAvailableLocales(). Static method in class java.text.BreakIterator
Get the set of Locales for which BreakIterators are installed
getAvailableLocales(). Static method in class java.util.Calendar
Gets the set of locales for which Calendars are installed.
getAvailableLocales(). Static method in class java.text.Collator
Get the set of Locales for which Collators are installed.
getAvailableLocales(). Static method in class java.text.DateFormat
Gets the set of locales for which DateFormats are installed.
getAvailableLocales(). Static method in class java.text.NumberFormat
Get the set of Locales for which NumberFormats are installed
getAvailableLocales(String). Static method in class java.text.resources.LocaleData
Returns a list of the installed locales.
getBackground(). Method in class java.awt.Component
Gets the background color of this component.
getBackground(). Method in class sun.awt.otk.ComponentModel
Gets the background color of this component's AWT Component.
getBackground(). Method in class sun.awt.image.Image
getBackground(Model, boolean, boolean, boolean). Method in interface sun.awt.otk.ColorPolicy
Determines background color based on the state of the model and the booleans that are passed in.
getBackgroundColor(). Method in interface sun.porting.graphicssystem.GeometryProvider
Get the background color, if any, that this object is supposed to have.
getBackgroundColor(). Method in class sun.awt.aw.Window
Get the background color for the window.
getBackgroundColor(). Method in interface sun.porting.windowsystem.Window
Get the background color for the window (i.e.
getBaseline(FontMetrics). Method in class sun.awt.otk.TextPaneImpl
Get the baseline for text to be drawn on.
getBeanClass(). Method in class java.beans.BeanDescriptor
getBeanDescriptor(). Method in interface java.beans.BeanInfo
getBeanDescriptor(). Method in class java.beans.SimpleBeanInfo
Deny knowledge about the class and customizer of the bean.
getBeanInfo(Class). Static method in class java.beans.Introspector
Introspect on a Java bean and learn about all its properties, exposed methods, and events.
getBeanInfo(Class, Class). Static method in class java.beans.Introspector
Introspect on a Java bean and learn all about its properties, exposed methods, below a given "stop" point.
getBeanInfoSearchPath(). Static method in class java.beans.Introspector
getBeginIndex(). Method in interface java.text.CharacterIterator
Return the start index of the text.
getBeginIndex(). Method in class java.text.FieldPosition
Retrieve the index of the first character in the requested field.
getBeginIndex(). Method in class java.text.StringCharacterIterator
Return the start index of the text.
getBestCursorSize(int, int). Method in class sun.porting.graphicssystem.GraphicsSystem
Find the nearest supported cursor size.
getBestCursorSize(int, int). Method in class sun.porting.windowsystem.WindowSystem
Find the nearest supported cursor size.
getBgColor(). Method in class sun.awt.otk.TextPaneImpl
Return the background color for textpane.
getBitState(). Method in class sun.awt.image.PixelStore
getBlockIncrement(). Method in interface java.awt.Adjustable
Gets the block value increment for the adjustable object.
getBlockIncrement(). Method in class sun.awt.otk.AdjustableObject
Retrieves the block value increment for the adjustable object.
getBlockIncrement(). Method in class java.awt.Scrollbar
Gets the block increment of this scroll bar.
getBlue(). Method in class java.awt.Color
Gets the blue component of this color.
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(Object). Method in class java.lang.reflect.Field
Get the value of a field as a boolean on specified object.
getBoolean(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a boolean.
getBoolean(String). Static method in class java.lang.Boolean
Returns is true if and only if the system property named by the argument exists and is equal to the string "true".
getBoundingBox(). Method in class java.awt.Polygon
getBounds(). Method in class sun.awt.otk.BasicView
Get the physical bounds (relative to parent) associated with the view.
getBounds(). Method in class java.awt.Component
Gets the bounds of this component in the form of a Rectangle object.
getBounds(). Method in class sun.awt.otk.ContainerViewImpl
getBounds(). Method in interface sun.awt.DrawingSurfaceInfo
Returns a rectangle describing the logical bounds of the given screen object relative to the "drawing handle" information returned by getSurface().
getBounds(). Method in class java.awt.Polygon
Gets the bounding box of this polygon.
getBounds(). Method in class java.awt.Rectangle
Gets the bounding rectangle of this rectangle.
getBounds(). Method in interface sun.porting.graphicssystem.Region
Get the bounding box of the region, i.e. the smallest rectangle which completely encloses the region's current contents.
getBounds(). Method in class sun.porting.utils.RegionImpl
getBounds(). Method in interface java.awt.Shape
Return the bounding box of the shape.
getBounds(). Method in interface sun.awt.otk.TextPane
Get the current bounds of the textpane.
getBounds(). Method in class sun.awt.otk.TextPaneImpl
Get the current bounds of the textpane.
getBounds(). Method in class sun.awt.otk.VirtualKey
Gets the bounds for this key.
getBounds(). Method in class sun.awt.aw.Window
Get the bounding rectangle for this window.
getBounds(boolean). Method in class sun.awt.otk.BasicView
Get the physical bounds associated with the view, either in the parent's coordinate system, or in the display's global coordinates.
getBounds(boolean). Method in class sun.awt.otk.ContainerViewImpl
getBounds(boolean). Method in interface sun.awt.otk.View
Get the physical bounds associated with the view, either in the parent's coordinate system, or in the display's global coordinates.
getBounds(boolean). Method in class sun.awt.aw.Window
Get the location and size of the window.
getBounds(boolean). Method in interface sun.porting.windowsystem.Window
Get the location and size of the window.
getBuffer(). Method in class java.io.StringWriter
Return the string buffer itself.
getBundle(String). Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
getBundle(String, Locale). Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
getByName(String). Static method in class java.net.InetAddress
Determines the IP address of a host, given the host's name.
getByte(Object). Method in class java.lang.reflect.Field
Get the value of a field as a byte on specified object.
getByte(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a byte.
getBytes(). Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes(int, int, byte[], int). Method in class java.lang.String
Copies characters from this string into the destination byte array.
getBytes(String). Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getCalendar(). Method in class java.text.DateFormat
Gets the calendar associated with this date/time formatter.
getCaretPosition(). Method in class java.awt.TextComponent
Gets the position of the text insertion caret for this text component.
getCaretPosition(). Method in class sun.awt.otk.TextComponentModel
Get the current caret position.
getCaretPosition(). Method in interface java.awt.peer.TextComponentPeer
getCaretPosition(). Method in class sun.awt.otk.TextComponentPeerModel
Get the current caret position.
getCaretPosition(). Method in interface sun.awt.otk.TextComponentView
Get the current caret position.
getCaretPosition(). Method in interface sun.awt.otk.TextPane
Get the current caret position.
getCaretPosition(). Method in class sun.awt.otk.TextPaneImpl
Get the current caret position.
getChar(Object). Method in class java.lang.reflect.Field
Get the value of a field as a char on specified object.
getChar(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a char.
getCharacterInstance(). Static method in class java.text.BreakIterator
Create BreakIterator for character-breaks using default locale Returns an instance of a BreakIterator implementing character breaks.
getCharacterInstance(Locale). Static method in class java.text.BreakIterator
Create BreakIterator for character-breaks using specified locale Returns an instance of a BreakIterator implementing character breaks.
getChars(int, int, char[], int). Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int). Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getCheckboxGroup(). Method in class java.awt.Checkbox
Determines this check box's group.
getCheckboxGroup(). Method in class sun.awt.otk.CheckboxModel
Determines this checkbox peer's group.
getChecksum(). Method in class java.util.zip.CheckedInputStream
Returns the Checksum for this input stream.
getChecksum(). Method in class java.util.zip.CheckedOutputStream
Returns the Checksum for this output stream.
getChild(). Method in class java.awt.event.ContainerEvent
Returns the child component that was added or removed in this event.
getClass(). Method in class java.lang.Object
Returns the runtime class of an object.
getClassContext(). Method in class java.lang.SecurityManager
Returns the current execution stack as an array of classes.
getClasses(). Method in class java.lang.Class
Not implemented in this version of the JavaTM Development Kit.
getClassLoader(). Method in class java.lang.Class
Determines the class loader for the class.
getClassName(). Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getClickCount(). Method in class java.awt.event.MouseEvent
Return the number of mouse clicks associated with this event.
getClientComponent(). Method in class sun.awt.im.InputMethodAdapter
getClientComponent(). Method in class sun.awt.otk.InputMethodAdapter
Gets the client component for the input method.
getClientComponent(). Method in class sun.awt.otk.VirtualKeyboardInputMethod
Returns the current client component of the input method.
getClip(). Method in interface sun.awt.DrawingSurfaceInfo
Returns an explicit representation of the renderable portion of the given screen object.
getClip(). Method in class java.awt.Graphics
Gets the current clipping area.
getClip(). Method in class sun.awt.aw.Window
Get the Region that represents the window's current visible area.
getClipboard(). Static method in class sun.awt.otk.ObjectToolkit
Returns a clipboard.
getClipBounds(). Method in class java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
getClipRect(). Method in class java.awt.Graphics
getCodeBase(). Method in class java.applet.Applet
Gets the base URL.
getCodeBase(). Method in interface java.applet.AppletStub
Gets the base URL.
getCollationElementIterator(String). Method in class java.text.RuleBasedCollator
Return a CollationElementIterator for the given String.
getCollationKey(String). Method in class java.text.Collator
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
getCollationKey(String). Method in class java.text.RuleBasedCollator
Transforms the string into a series of characters that can be compared with CollationKey.compareTo.
getColor(). Method in class java.awt.Graphics
Gets this graphics context's current color.
getColor(String). Static method in class java.awt.Color
Finds a color in the system properties.
getColor(String, Color). Static method in class java.awt.Color
Finds a color in the system properties.
getColor(String, int). Static method in class java.awt.Color
Finds a color in the system properties.
getColorModel(). Method in class java.awt.Component
Gets the instance of ColorModel used to display the component on the output device.
getColorModel(). Method in class sun.awt.otk.ComponentModel
Gets the instance of ColorModel used to display the component on the output device.
getColorModel(). Method in interface java.awt.peer.ComponentPeer
getColorModel(). Method in interface sun.porting.graphicssystem.Drawable
Get the color model of this Drawable.
getColorModel(). Method in class sun.awt.otk.ObjectToolkit
Get the color model of the screen.
getColorModel(). Method in class java.awt.image.PixelGrabber
Get the ColorModel for the pixels stored in the array.
getColorModel(). Method in class sun.awt.image.PixelStore
getColorModel(). Method in class java.awt.Toolkit
Determines the color model of this toolkit's screen.
getColorPolicy(). Method in class sun.awt.otk.BasicView
An accessor method for the ColorPolicy associated with this view.
getColorPolicy(). Method in class sun.awt.otk.ContainerViewImpl
No ColorPolicy exists in the container view and hence this method always returns null.
getColorPolicy(). Method in interface sun.awt.otk.TextPane
Get the current color policy.
getColorPolicy(). Method in class sun.awt.otk.TextPaneImpl
Get the current color policy.
getColorPolicy(). Method in interface sun.awt.otk.View
An accessor method for the ColorPolicy associated with this view.
getColumns(). Method in class java.awt.GridLayout
Gets the number of columns in this layout.
getColumns(). Method in class java.awt.TextArea
Gets the number of columns in this text area.
getColumns(). Method in class java.awt.TextField
Gets the number of columns in this text field.
getComment(). Method in class java.util.zip.ZipEntry
Returns the comment string for the entry, or null if none.
getComponent(). Method in class java.awt.event.ComponentEvent
Returns the component where this event originated.
getComponent(int). Method in class java.awt.Container
Gets the nth component in this container.
getComponentAt(int, int). Method in class java.awt.Component
Determines if this component or one of its immediate subcomponents contains the (xy) location, and if so, returns the containing component.
getComponentAt(int, int). Method in class java.awt.Container
Locates the component that contains the x,y position.
getComponentAt(Point). Method in class java.awt.Component
Returns the component or subcomponent that contains the specified point.
getComponentAt(Point). Method in class java.awt.Container
Gets the component that contains the specified point.
getComponentCount(). Method in class java.awt.Container
Gets the number of components in this panel.
getComponents(). Method in class java.awt.Container
Gets all the components in this container.
getComponentType(). Method in class java.lang.Class
If this class represents an array type, returns the Class object representing the component type of the array; otherwise returns null.
getCompressedSize(). Method in class java.util.zip.ZipEntry
Returns the compressed size of the entry data, or -1 if not known.
getConstraints(Component). Method in class java.awt.GridBagLayout
Gets the constraints for the specified component.
getConstructor(Class[]). Method in class java.lang.Class
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
getConstructors(). Method in class java.lang.Class
Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
getContainer(). Method in class java.awt.event.ContainerEvent
Returns the container where this event originated.
getContainerWindow(). Method in class sun.awt.otk.BasicView
Return the window that should contain any children of this view.
getContainerWindow(). Method in interface sun.awt.otk.ContainerView
Return the window that should contain any children of this view.
getContainerWindow(). Method in class sun.awt.otk.ContainerViewImpl
getContent(). Method in class java.net.URL
Returns the contents of this URL.
getContent(). Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContent(URLConnection). Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
getContentEncoding(). Method in class java.net.URLConnection
Returns the value of the content-encoding header field.
getContentLength(). Method in class java.net.URLConnection
Returns the value of the content-length header field.
getContents(). Method in class java.text.resources.DateFormatZoneData
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_ar
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_be
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_bg
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_ca
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_cs
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_da
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_de
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_de_AT
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_de_CH
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_el
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_en
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_en_CA
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_en_GB
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_en_IE
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_es
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_et
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_fi
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_fr
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_fr_BE
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_fr_CA
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_fr_CH
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_hr
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_hu
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_is
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_it
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_it_CH
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_iw
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_ja
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_ko
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_lt
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_lv
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_mk
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_nl
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_nl_BE
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_no
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_no_NO_NY
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_pl
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_pt
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_ro
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_ru
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_sh
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_sk
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_sl
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_sq
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_sr
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_sv
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_th
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_tr
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_uk
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_zh
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.DateFormatZoneData_zh_TW
Overrides ListResourceBundle
getContents(). Method in class java.util.ListResourceBundle
See class description.
getContents(). Method in class java.text.resources.LocaleElements
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_ar
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_be
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_bg
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_ca
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_cs
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_da
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_de
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_de_AT
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_de_AT_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_de_CH
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_de_DE_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_de_LU
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_de_LU_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_el
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_en
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_en_AU
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_en_CA
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_en_GB
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_en_IE
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_en_IE_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_en_NZ
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_en_ZA
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_AR
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_BO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_CL
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_CO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_CR
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_DO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_EC
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_ES_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_GT
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_HN
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_MX
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_NI
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_PA
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_PE
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_PR
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_PY
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_SV
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_UY
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_es_VE
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_et
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_fi
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_fi_FI_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_fr
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_fr_BE
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_fr_BE_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_fr_CA
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_fr_CH
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_fr_FR_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_fr_LU
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_fr_LU_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_hr
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_hu
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_is
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_it
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_it_CH
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_it_IT_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_iw
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_ja
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_ko
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_lt
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_lv
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_mk
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_nl
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_nl_BE
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_nl_BE_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_nl_NL_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_no
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_no_NO_NY
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_pl
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_pt
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_pt_BR
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_pt_PT_EURO
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_ro
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_ru
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_sh
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_sk
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_sl
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_sq
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_sr
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_sv
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_th
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_tr
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_uk
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_zh
Overrides ListResourceBundle
getContents(). Method in class java.text.resources.LocaleElements_zh_TW
Overrides ListResourceBundle
getContents(Object). Method in class java.awt.datatransfer.Clipboard
Returns a transferable object representing the current contents of the clipboard.
getContentType(). Method in class java.net.URLConnection
Returns the value of the content-type header field.
getContentTypeFor(String). Method in interface java.net.FileNameMap
getCountry(). Method in class java.util.Locale
Getter for programmatic name of field, an uppercased two-letter ISO-3166 code.
getCrc(). Method in class java.util.zip.ZipEntry
Returns the CRC-32 checksum of the uncompressed entry data, or -1 if not known.
getCurrencyInstance(). Static method in class java.text.NumberFormat
Returns a currency format for the current default locale.
getCurrencyInstance(Locale). Static method in class java.text.NumberFormat
Returns a currency format for the specified locale.
getCurrent(). Method in class java.awt.CheckboxGroup
getCursor(). Method in class java.awt.Component
Gets the cursor set on this component.
getCursorImage(). Method in class sun.awt.aw.Window
Get the cursor image associated with this window.
getCursorImage(Cursor). Method in class sun.porting.graphicssystem.GraphicsSystem
Get a CursorImage object that corresponds to a standard "system" cursor.
getCursorImage(Cursor). Method in class sun.awt.otk.ObjectToolkit
Returns the cursor image to use given a cursor object.
getCursorImage(Cursor). Method in class sun.porting.windowsystem.WindowSystem
Get a CursorImage object that corresponds to a standard "system" cursor.
getCursorLocation(). Method in class sun.porting.graphicssystem.GraphicsSystem
Get the cursor hotspot.
getCursorType(). Method in class java.awt.Frame
getCustomEditor(). Method in interface java.beans.PropertyEditor
A PropertyEditor may choose to make available a full custom Component that edits its property value.
getCustomEditor(). Method in class java.beans.PropertyEditorSupport
A PropertyEditor may chose to make available a full custom Component that edits its property value.
getCustomizerClass(). Method in class java.beans.BeanDescriptor
getData(). Method in class java.net.DatagramPacket
Returns the data received or the data to be sent.
getDataModel(). Method in class sun.awt.otk.TextComponentModel
Get the current TextData buffer.
getDataModel(). Method in class sun.awt.otk.TextComponentPeerModel
Get the current TextData buffer.
getDate(). Method in class java.util.Date
Returns the day of the month represented by this date.
getDate(). Method in class java.net.URLConnection
Returns the value of the date header field.
getDateFormatSymbols(). Method in class java.text.SimpleDateFormat
Gets the date/time formatting data.
getDateInstance(). Static method in class java.text.DateFormat
Gets the date formatter with the default formatting style for the default locale.
getDateInstance(int). Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the default locale.
getDateInstance(int, Locale). Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the given locale.
getDateTimeInstance(). Static method in class java.text.DateFormat
Gets the date/time formatter with the default formatting style for the default locale.
getDateTimeInstance(int, int). Static method in class java.text.DateFormat
Gets the date/time formatter with the given date and time formatting styles for the default locale.
getDateTimeInstance(int, int, Locale). Static method in class java.text.DateFormat
Gets the date/time formatter with the given formatting styles for the given locale.
getDay(). Method in class java.util.Date
Returns the day of the week represented by this date.
getDecimalFormatSymbols(). Method in class java.text.DecimalFormat
Returns the decimal format symbols, which is generally not changed by the programmer or user.
getDecimalSeparator(). Method in class java.text.DecimalFormatSymbols
character used for decimal sign.
getDeclaredClasses(). Method in class java.lang.Class
Not implemented in this version of the JavaTM Development Kit.
getDeclaredConstructor(Class[]). Method in class java.lang.Class
Returns a Constructor object that reflects the specified declared constructor of the class or interface represented by this Class object.
getDeclaredConstructors(). Method in class java.lang.Class
Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
getDeclaredField(String). Method in class java.lang.Class
Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object.
getDeclaredFields(). Method in class java.lang.Class
Returns an array of Field objects reflecting all the fields declared by the class or interface represented by this Class object.
getDeclaredMethod(String, Class[]). Method in class java.lang.Class
Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
getDeclaredMethods(). Method in class java.lang.Class
Returns an array of Method objects reflecting all the methods declared by the class or interface represented by this Class object.
getDeclaringClass(). Method in class java.lang.Class
Not implemented in this version of the JavaTM Development Kit.
getDeclaringClass(). Method in class java.lang.reflect.Constructor
Returns the Class object representing the class that declares the constructor represented by this Constructor object.
getDeclaringClass(). Method in class java.lang.reflect.Field
Returns the Class object representing the class or interface that declares the field represented by this Field object.
getDeclaringClass(). Method in interface java.lang.reflect.Member
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
getDeclaringClass(). Method in class java.lang.reflect.Method
Returns the Class object representing the class or interface that declares the method represented by this Method object.
getDecoder(). Method in class sun.awt.image.ByteArrayImageSource
getDecoder(). Method in class sun.awt.image.FileImageSource
getDecoder(). Method in class sun.awt.image.InputStreamImageSource
getDecoder(). Method in class sun.awt.image.URLImageSource
getDecoder(InputStream). Method in class sun.awt.image.InputStreamImageSource
getDecomposition(). Method in class java.text.Collator
Get the decomposition mode of this Collator.
getDefault(). Static method in class java.util.Locale
Common method of getting the current default Locale.
getDefault(). Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultAllowUserInteraction(). Static method in class java.net.URLConnection
Returns the default value of the allowUserInteraction field.
getDefaultCursor(). Static method in class java.awt.Cursor
Return the system default cursor.
getDefaultEventIndex(). Method in interface java.beans.BeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex(). Method in class java.beans.SimpleBeanInfo
Deny knowledge of a default event.
getDefaultFont(). Method in class sun.awt.otk.ObjectToolkit
Returns the default font.
getDefaultForeground(). Method in class sun.awt.otk.ObjectToolkit
Returns the default foreground color.
getDefaultGraphicsSystem(). Static method in class sun.porting.graphicssystem.GraphicsSystem
Get a GraphicsSystem object corresponding to the default graphics system.
getDefaultKeySet(). Method in class sun.awt.otk.VirtualKeyboardModel
Get the current default key set.
getDefaultLocale(). Method in class sun.awt.otk.ComponentModel
Gets the locale of this component's AWT Component.
getDefaultPropertyIndex(). Method in interface java.beans.BeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex(). Method in class java.beans.SimpleBeanInfo
Deny knowledge of a default property.
getDefaultRequestProperty(String). Static method in class java.net.URLConnection
Returns the value of the default request property.
getDefaultToolkit(). Static method in class java.awt.Toolkit
Gets the default toolkit.
getDefaultUseCaches(). Method in class java.net.URLConnection
Returns the default value of a URLConnection's useCaches flag.
getDefaultView(). Method in interface sun.awt.otk.Model
Get the default view.
getDefaultView(). Method in class sun.awt.otk.ObservableModel
Get the default view.
getDefaultWindowSystem(). Static method in class sun.porting.windowsystem.WindowSystem
Obtain an object corresponding to the default window system.
getDescent(). Method in class java.awt.FontMetrics
Determines the font descent of the font described by this font metric.
getDigit(). Method in class java.text.DecimalFormatSymbols
character used for a digit in a pattern.
getDirectory(). Method in class java.awt.FileDialog
Gets the directory of this file dialog.
getDisplayCountry(). Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(Locale). Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayLanguage(). Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(Locale). Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayName(). Method in class java.beans.FeatureDescriptor
getDisplayName(). Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName(Locale). Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayVariant(). Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(Locale). Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
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
Returns the value of this URLConnection's doInput flag.
getDoOutput(). Method in class java.net.URLConnection
Returns the value of this URLConnection's doOutput flag.
getDouble(Object). Method in class java.lang.reflect.Field
Get the value of a field as a double on specified object.
getDouble(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a double.
getDragController(). Method in class sun.awt.otk.BasicView
getDragController(). Method in class sun.awt.otk.ContainerViewImpl
getDragController(). Method in interface sun.awt.otk.View
Returns the current drag controller.
getDrawingSurfaceInfo(). Method in interface sun.awt.DrawingSurface
Return the Info object which describes how to directly access the screen drawing surface of this object.
getEchoChar(). Method in class java.awt.TextField
Gets the character that is to be used for echoing.
getEchoChar(). Method in class sun.awt.otk.TextFieldModel
Get the echo character to use when in echo mode.
getEditorSearchPath(). Static method in class java.beans.PropertyEditorManager
getEncoding(). Method in class java.io.InputStreamReader
Return the name of the encoding being used by this stream.
getEncoding(). Method in class java.io.OutputStreamWriter
Return the name of the encoding being used by this stream.
getEndIndex(). Method in interface java.text.CharacterIterator
Return the end index of the text.
getEndIndex(). Method in class java.text.FieldPosition
Retrieve the index of the character following the last character in the requested field.
getEndIndex(). Method in class sun.awt.otk.StateChangeNotification
Get the end value of the StateChangeNotification.
getEndIndex(). Method in class java.text.StringCharacterIterator
Return the end index of the text.
getenv(String). Static method in class java.lang.System
Gets an environment variable.
getEras(). Method in class java.text.DateFormatSymbols
Gets era strings.
getEraseColor(Model, boolean, boolean, boolean). Method in interface sun.awt.otk.ColorPolicy
Determines "actual background" color used to clear the view before a redraw.
getErrorOffset(). Method in class java.text.ParseException
Returns the position where the error was found.
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
Gets the error stream of the subprocess.
getEventSetDescriptors(). Method in interface java.beans.BeanInfo
getEventSetDescriptors(). Method in class java.beans.SimpleBeanInfo
Deny knowledge of event sets.
getException(). Method in class java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this Error to be created.
getExceptionTypes(). Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the types of the checked exceptions thrown by the underlying constructor represented by this Constructor object.
getExceptionTypes(). Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the types of the checked exceptions thrown by the underlying method represented by this Method object.
getExpiration(). Method in class java.net.URLConnection
Returns the value of the expires header field.
getExtra(). Method in class java.util.zip.ZipEntry
Returns the extra field data for the entry, or null if none.
getFamily(). Method in class java.awt.Font
Gets the platform specific family name of the font.
getFgColor(). Method in class sun.awt.otk.TextPaneImpl
Return the foreground color for textpane.
getField(). Method in class java.text.FieldPosition
Retrieve the field identifier.
getField(String). Method in class java.lang.Class
Returns a Field object that reflects the specified public member field of the class or interface represented by this Class object.
getFields(). Method in class java.lang.Class
Returns an array containing Field objects reflecting all the accessible public fields of the class or interface represented by this Class object.
getFile(). Method in class java.awt.FileDialog
Gets the selected file of this file dialog.
getFile(). Method in class java.net.URL
Returns the file name of this URL.
getFileDescriptor(). Method in class java.net.DatagramSocketImpl
Get the datagram socket file descriptor
getFileDescriptor(). Method in class java.net.SocketImpl
Returns the value of this socket's fd field.
getFileNameMap(). Static method in class java.net.URLConnection
Returns the FileNameMap.
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.
getFirstDayOfWeek(). Method in class java.util.Calendar
Gets what the first day of the week is; e.g., Sunday in US, Monday in France.
getFirstVisibleLine(). Method in interface sun.awt.otk.TextPane
Get the first visible line number.
getFirstVisibleLine(). Method in class sun.awt.otk.TextPaneImpl
Get the last visible line number.
getFloat(Object). Method in class java.lang.reflect.Field
Get the value of a field as a float on specified object.
getFloat(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a float.
getFloatingViews(). Method in class sun.awt.otk.SimpleStackActivationPolicy
Returns a copy of the list of floating views in this activation policy object's list of windows that always stay on top.
getFloatingViews(). Method in interface sun.awt.otk.WindowActivationPolicy
Returns a copy of the list of floating views in this activation policy object's list of windows that always stay on top.
getFocusOwner(). Method in interface sun.awt.FocusManagement
getFocusOwner(). Method in class sun.awt.otk.ObjectToolkit
Returns the window that currently has focus.
getFocusOwner(). Method in class sun.awt.TabFocusManager
getFocusOwner(). Method in class java.awt.Window
Returns the child component of this Window which has focus if and only if this Window is active.
getFocusWindow(). Method in class sun.awt.aw.WindowSystem
Get the window that has the keyboard input focus, or null if the focus is not assigned to any window.
getFocusWindow(). Method in class sun.porting.windowsystem.WindowSystem
Get the window that has the keyboard input focus, or null if the focus is not assigned to any window.
getFollowRedirects(). Static method in class java.net.HttpURLConnection
getFont(). Method in class sun.awt.otk.BasicView
An accessor method for the Font associated with this view.
getFont(). Method in class java.awt.Component
Gets the font of this component.
getFont(). Method in class sun.awt.otk.ComponentModel
Gets the font of this component.
getFont(). Method in class java.awt.FontMetrics
Gets the font described by this font metric.
getFont(). Method in class java.awt.Graphics
Gets the current font.
getFont(). Method in class sun.awt.otk.LabelMenuItem
Retrieves this menu item's font
getFont(). Method in class java.awt.MenuComponent
Gets the font used for this menu component.
getFont(). Method in interface java.awt.MenuContainer
getFont(). Method in class sun.awt.otk.MenuItemModel
Get the font used to render this item.
getFont(). Method in interface sun.awt.otk.MenuItemOperations
Get the font used to render this menu item.
getFont(). Method in interface sun.awt.otk.MenuItemOwner
Get the default font used to render menu items owned by this owner.
getFont(). Method in class sun.awt.otk.MenuModel
Get the default font used to draw this menu.
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.
getFont(String, int). Method in class sun.porting.graphicssystem.GraphicsSystem
Get an implementation of a typeface with the given name and style.
getFont(String, int). Method in class sun.porting.windowsystem.WindowSystem
Get an implementation of a typeface with the given name and style.
getFontCharset(String, String). Method in class sun.awt.PlatformFont
getFontList(). Method in class sun.awt.SunToolkit
Returns the names of the available fonts in this toolkit.

For 1.1, the following font names are deprecated (the replacement name follows):

The ZapfDingbats font is also deprecated in 1.1, but only as a separate fontname.

getFontList(). Method in class java.awt.Toolkit
Returns the names of the available fonts in this toolkit.

For 1.1, the following font names are deprecated (the replacement name follows):

The ZapfDingbats font is also deprecated in 1.1, but only as a separate fontname.

getFontMetrics(). Method in class java.awt.Graphics
Gets the font metrics of the current font.
getFontMetrics(Font). Method in class java.awt.Component
Gets the font metrics for the specified font.
getFontMetrics(Font). Method in class sun.awt.otk.ComponentModel
Gets the font metrics for the specified font.
getFontMetrics(Font). Method in interface java.awt.peer.ComponentPeer
getFontMetrics(Font). Method in class java.awt.Graphics
Gets the font metrics for the specified font.
getFontMetrics(Font). Method in class sun.porting.graphicssystem.GraphicsSystem
Get a valid FontMetrics object for the given font.
getFontMetrics(Font). Method in class sun.awt.otk.ObjectToolkit
Get a valid FontMetrics object for the given font.
getFontMetrics(Font). Method in class java.awt.Toolkit
Gets the screen metrics of the font.
getFontMetrics(Font). Method in class sun.porting.windowsystem.WindowSystem
Get a valid FontMetrics object for the given font.
getFontPeer(String, int). Method in class sun.awt.otk.ObjectToolkit
Get an implementation of a typeface with the given name and style.
getFontPeer(String, int). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Font using the specified peer interface.
getForeground(). Method in class java.awt.Component
Gets the foreground color of this component.
getForeground(). Method in class sun.awt.otk.ComponentModel
Gets the foreground color of this component's AWT Component.
getForeground(Model, boolean, boolean, boolean). Method in interface sun.awt.otk.ColorPolicy
Determines foreground color based on the state of the model and the booleans that are passed in.
getFormats(). Method in class java.text.ChoiceFormat
Get the formats passed in the constructor.
getFormats(). Method in class java.text.MessageFormat
Gets formats that were set with setFormats.
getGrabbingWindow(). Method in class sun.awt.otk.ObjectToolkit
Returns the window that is currently grabbing all events.
getGrabbingWindow(). Method in class sun.awt.aw.WindowSystem
Get the window that has grabbed input, or null if none has.
getGrabbingWindow(). Method in class sun.porting.windowsystem.WindowSystem
Get the window that has grabbed input, or null if none has.
getGraphics(). Method in class sun.awt.otk.BasicView
Get a Graphics object that has been configured to paint into this View.
getGraphics(). Method in class java.awt.Component
Creates a graphics context for this component.
getGraphics(). Method in class sun.awt.otk.ComponentModel
Gets the graphics context for this component's default view.
getGraphics(). Method in interface java.awt.peer.ComponentPeer
getGraphics(). Method in class sun.awt.otk.ComponentView
This is an override of the method in BasicView; it simply sets the correct color based on the Component's specified foreground color.
getGraphics(). Method in class sun.awt.otk.ContainerViewImpl
getGraphics(). Method in class java.awt.Image
Creates a graphics context for drawing to an off-screen image.
getGraphics(). Method in class sun.awt.otk.MenuComponentModel
Get a Graphics object that is set up to draw into the default view.
getGraphics(). Method in class java.awt.PrintJob
Gets a Graphics object that will draw to the next page.
getGraphics(). Method in interface sun.awt.otk.View
Get a Graphics object that has been configured to paint into this View.
getGraphics(). Method in class sun.awt.otk.VirtualKeySet
getGraphics(). Method in class sun.awt.aw.Window
getGraphics(). Method in interface sun.porting.windowsystem.Window
Get a graphics object for this window.
getGraphics(GeometryProvider). Method in interface sun.porting.graphicssystem.Drawable
Get a Graphics object associated with this Drawable.
getGreatestMinimum(int). Method in class java.util.Calendar
Gets the highest minimum value for the given field if varies.
getGreatestMinimum(int). Method in class java.util.GregorianCalendar
Returns highest minimum value for the given field if varies.
getGreen(). Method in class java.awt.Color
Gets the green component of this color.
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.
getGregorianChange(). Method in class java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getGroupingSeparator(). Method in class java.text.DecimalFormatSymbols
character used for thousands separator.
getGroupingSize(). Method in class java.text.DecimalFormat
Return the grouping size.
getHAdjustable(). Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the horizontal scrollbar.
getHAdjustable(). Method in class sun.awt.otk.ScrollPaneModel
Returns the Adjustable object which represents the state of the horizontal scrollbar.
getHeaderField(int). Method in class java.net.URLConnection
Returns the value for the nth header field.
getHeaderField(String). Method in class java.net.URLConnection
Returns the value of the specified header field.
getHeaderFieldDate(String, long). Method in class java.net.URLConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int). Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
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 standard height of a line of text in this font.
getHeight(). Method in class sun.awt.image.Image
Return the height of the original image source.
getHeight(). Method in class java.awt.image.PixelGrabber
Get the height of the pixel buffer (after adjusting for image height).
getHeight(). Method in class sun.awt.image.PixelStore
getHeight(ImageObserver). Method in class java.awt.Image
Determines the height of the image.
getHeight(ImageObserver). Method in class sun.awt.image.Image
Return the height of the original image source.
getHelpMenu(). Method in class java.awt.MenuBar
Gets the help menu on the menu bar.
getHgap(). Method in class java.awt.BorderLayout
Returns the horizontal gap between components.
getHgap(). Method in class java.awt.CardLayout
Gets the horizontal gap between components.
getHgap(). Method in class java.awt.FlowLayout
Gets the horizontal gap between components.
getHgap(). Method in class java.awt.GridLayout
Gets the horizontal gap between components.
getHost(). Method in class java.net.URL
Returns the host name of this URL, if applicable.
getHostAddress(). Method in class java.net.InetAddress
Returns the IP address string "%d.%d.%d.%d"
getHostName(). Method in class java.net.InetAddress
Returns the fully qualified host name for this address.
getHotSpot(). Method in interface sun.porting.toolkit.SettableCursor
getHours(). Method in class java.util.Date
Returns the hour represented by this date.
getHSBColor(float, float, float). Static method in class java.awt.Color
Creates a Color object based on values supplied for the HSB color model.
getHScrollbarHeight(). Method in class java.awt.ScrollPane
Returns the height that would be occupied by a horizontal scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getHScrollbarHeight(). Method in class sun.awt.otk.ScrollPaneModel
Retrieves the height of the scroll pane's horizontal scroll bar.
getHScrollbarHeight(). Method in interface java.awt.peer.ScrollPanePeer
getHumanPresentableName(). Method in class java.awt.datatransfer.DataFlavor
Returns the human presentable name for the data foramt that this DataFlavor represents.
getIcon(int). Method in interface java.beans.BeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int). Method in class java.beans.SimpleBeanInfo
Claim there are no icons available.
getIconImage(). Method in class java.awt.Frame
Gets the icon image for this frame.
getIconImage(). Method in class sun.awt.otk.FrameModel
Gets the icon image for this frame.
getID(). Method in class java.awt.AWTEvent
Returns the event type.
getID(). Method in class java.util.TimeZone
Gets the ID of this time zone.
getIfModifiedSince(). Method in class java.net.URLConnection
Returns the value of this object's ifModifiedSince field.
getImage(ImageProducer). Method in class sun.porting.graphicssystem.GraphicsSystem
Create an Image object with the given ImageProducer.
getImage(ImageProducer). Method in class sun.porting.windowsystem.WindowSystem
Get an implementation of an image that corresponds to the given ImageRepresentation object.
getImage(String). Method in class sun.awt.SunToolkit
Returns an image which gets pixel data from the specified file.
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
Returns an Image object that can then be painted on the screen.
getImage(URL). Method in interface java.applet.AppletContext
Returns an Image object that can then be painted on the screen.
getImage(URL). Method in class sun.awt.SunToolkit
Returns an image which gets pixel data from the specified URL.
getImage(URL). Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
getImage(URL, String). Method in class java.applet.Applet
Returns an Image object that can then be painted on the screen.
getImageRep(). Method in class sun.awt.image.Image
getImageRep(). Method in class sun.awt.image.OffScreenImageSource
getInCheck(). Method in class java.lang.SecurityManager
Tests if there is a security check in progress.
getIndex(). Method in interface java.text.CharacterIterator
Return the current index.
getIndex(). Method in class java.text.ParsePosition
Retrieve the current parse position.
getIndex(). Method in class java.text.StringCharacterIterator
Return the current index.
getIndex(ListItem). Method in class sun.awt.otk.ListModel
Retrieves index of a list item.
getIndexedPropertyType(). Method in class java.beans.IndexedPropertyDescriptor
getIndexedReadMethod(). Method in class java.beans.IndexedPropertyDescriptor
getIndexedWriteMethod(). Method in class java.beans.IndexedPropertyDescriptor
getInetAddress(). Method in class java.net.ServerSocket
Returns the local address of this server socket.
getInetAddress(). Method in class java.net.Socket
Returns the address to which the socket is connected.
getInetAddress(). Method in class java.net.SocketImpl
Returns the value of this socket's address field.
getInfinity(). Method in class java.text.DecimalFormatSymbols
character used to represent infinity.
getInputMethodAdapter(). Method in class sun.awt.otk.ObjectToolkit
Returns the input method adapter to use.
getInputMethodAdapter(). Method in class sun.awt.SunToolkit
Returns a new input method adapter for native input methods.
getInputMethodListener(). Method in class sun.awt.otk.InputMethodAdapter
Gets the InputMethodListener for the input method.
getInputStream(). Method in class java.lang.Process
Gets the input stream of the subprocess.
getInputStream(). Method in class java.net.Socket
Returns an input stream for this socket.
getInputStream(). Method in class java.net.SocketImpl
Returns an input stream for this socket.
getInputStream(). Method in class java.net.URLConnection
Returns an input stream that reads from this open connection.
getInsets(). Method in class java.awt.Container
Determines the insets of this container, which indicate the size of the container's border.
getInsets(). Method in class sun.awt.otk.ContainerModel
Retrieves the container's insets.
getInsets(). Method in interface java.awt.peer.ContainerPeer
getInsets(). Method in class sun.awt.otk.ContainerViewImpl
getInstance(). Static method in class java.util.Calendar
Gets a Calendar using the default timezone and locale.
getInstance(). Static method in class java.text.Collator
Gets the Collator for the current default locale.
getInstance(). Static method in class java.text.DateFormat
Get a default date/time formatter that uses the SHORT style for both the date and the time.
getInstance(). Static method in class sun.awt.im.InputContext
Returns a new InputContext instance.
getInstance(). Static method in class java.text.NumberFormat
Returns the default number format for the current default locale.
getInstance(Locale). Static method in class java.util.Calendar
Gets a Calendar using the default timezone and given locale.
getInstance(Locale). Static method in class java.text.Collator
Gets the Collator for the desired locale.
getInstance(Locale). Static method in class java.text.NumberFormat
Returns the default number format for the specified locale.
getInstance(TimeZone). Static method in class java.util.Calendar
Gets a Calendar using the given timezone and default locale.
getInstance(TimeZone, Locale). Static method in class java.util.Calendar
Gets a Calendar using the given timezone and given locale.
getInstanceOf(Object, Class). Static method in class java.beans.Beans
From a given bean, obtain an object representing a specified type view of that source object.
getInt(Object). Method in class java.lang.reflect.Field
Get the value of a field as a int on specified object.
getInt(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as an int.
getInteger(String). Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int). Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer). Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInterface(). Method in class java.net.MulticastSocket
Retrieve the address of the network interface used for multicast packets.
getInterfaces(). Method in class java.lang.Class
Determines the interfaces implemented by the class or interface represented by this object.
getISO3Country(). Method in class java.util.Locale
Getter for the three-letter ISO country abbreviation of the locale.
getISO3Language(). Method in class java.util.Locale
Getter for the three-letter ISO language abbreviation of the locale.
getItem(). Method in class java.awt.event.ItemEvent
Returns the item where the event occurred.
getItem(int). Method in class java.awt.Choice
Gets the string at the specified index in this Choice menu.
getItem(int). Method in class java.awt.List
Gets the item associated with the specified index.
getItem(int). Method in class java.awt.Menu
Gets the item located at the specified index of this menu.
getItem(int, int). Method in interface sun.awt.otk.DragMenu
Hit testing for items in the menu.
getItem(int, int). Method in interface sun.awt.otk.ItemSelectable
Retrieves an item that corresponds to the specified coordinates.
getItemCount(). Method in class java.awt.Choice
Returns the number of items in this Choice menu.
getItemCount(). Method in class java.awt.List
Gets the number of items in the list.
getItemCount(). Method in class java.awt.Menu
Get the number of items in this menu.
getItems(). Method in class java.awt.List
Gets the items in the list.
getItemsCount(). Method in class sun.awt.otk.ListModel
Retrieves number of list item in the ordered list.
getItemSelectable(). Method in class java.awt.event.ItemEvent
Returns the ItemSelectable object where this event originated.
getJavaInitializationString(). Method in interface java.beans.PropertyEditor
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString(). Method in class java.beans.PropertyEditorSupport
This method is intended for use when generating Java code to set the value of the property.
getKey(). Method in class java.awt.MenuShortcut
Return the raw keycode of this MenuShortcut.
getKey(). Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getKey(int, char). Method in class sun.awt.otk.VirtualKeySet
getKey(int, int). Method in class sun.awt.otk.VirtualKeySet
getKey(int, int, int). Method in class sun.awt.otk.VirtualKeySet
getKeyChar(). Method in class java.awt.event.KeyEvent
Returns the character associated with the key in this event.
getKeyChar(). Method in class sun.awt.otk.VirtualKey
Gets the character value for this key.
getKeyCode(). Method in class java.awt.event.KeyEvent
Returns the integer key-code associated with the key in this event.
getKeyCode(). Method in class sun.awt.otk.VirtualKey
Gets the key code for this key.
getKeyModifiersText(int). Static method in class java.awt.event.KeyEvent
Returns a String describing the modifier key(s), such as "Shift", or "Ctrl+Shift".
getKeys(). Method in class java.util.ListResourceBundle
Implementation of ResourceBundle.getKeys.
getKeys(). Method in class java.util.PropertyResourceBundle
Implementation of ResourceBundle.getKeys.
getKeys(). Method in class java.util.ResourceBundle
Return an enumeration of the keys.
getKeySetResource(). Method in class sun.awt.otk.VirtualKeySet
getKeyText(int). Static method in class java.awt.event.KeyEvent
Returns a String describing the keyCode, such as "HOME", "F1" or "A".
getLabel(). Method in class java.awt.Button
Gets the label of this button.
getLabel(). Method in class java.awt.Checkbox
Gets the label of this check box.
getLabel(). Method in class sun.awt.otk.LabelledComponentModel
Retrieves the text of this labelled component (label, button, checkbox)
getLabel(). Method in class sun.awt.otk.LabelMenuItem
Retrieves this menu items' label.
getLabel(). Method in class java.awt.MenuItem
Gets the label for this menu item.
getLabel(). Method in interface sun.awt.otk.MenuItemOperations
Get the label string associated with this item.
getLabel(). Method in class sun.awt.otk.MenuModel
Get the label (title) associated with this menu.
getLanguage(). Method in class java.util.Locale
Getter for programmatic name of field, an lowercased two-letter ISO-639 code.
getLastModified(). Method in class java.net.URLConnection
Returns the value of the last-modified header field.
getLastVisibleLine(). Method in interface sun.awt.otk.TextPane
Get the last visible line number.
getLastVisibleLine(). Method in class sun.awt.otk.TextPaneImpl
Get the last visible line number.
getLayout(). Method in class java.awt.Container
Gets the layout manager for this container.
getLayoutAlignmentX(Container). Method in class java.awt.BorderLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container). Method in class java.awt.CardLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container). Method in class java.awt.GridBagLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container). Method in interface java.awt.LayoutManager2
Returns the alignment along the x axis.
getLayoutAlignmentY(Container). Method in class java.awt.BorderLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container). Method in class java.awt.CardLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container). Method in class java.awt.GridBagLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container). Method in interface java.awt.LayoutManager2
Returns the alignment along the y axis.
getLayoutDimensions(). Method in class java.awt.GridBagLayout
Determines column widths and row heights for the layout grid.
GetLayoutInfo(Container, int). Method in class java.awt.GridBagLayout
Print the layout constraints.
getLayoutOrigin(). Method in class java.awt.GridBagLayout
Determines the origin of the layout grid.
getLayoutWeights(). Method in class java.awt.GridBagLayout
Determines the weights of the layout grid's columns and rows.
getLeading(). Method in class java.awt.FontMetrics
Determines the standard leading of the font described by this font metric.
getLeastMaximum(int). Method in class java.util.Calendar
Gets the lowest maximum value for the given field if varies.
getLeastMaximum(int). Method in class java.util.GregorianCalendar
Returns lowest maximum value for the given field if varies.
getLength(). Method in class java.net.DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLength(). Method in class sun.awt.otk.TextData
Get the length of the data buffer.
getLength(). Method in interface sun.awt.otk.TextDataInterface
Get the length of the data buffer.
getLength(Object). Static method in class java.lang.reflect.Array
Returns the length of the specified array object, as an int.
getLimits(). Method in class java.text.ChoiceFormat
Get the limits passed in the constructor.
getLineAsStringFromNumber(int). Method in class sun.awt.otk.TextData
Get the string containing the data for the given line.
getLineAsStringFromNumber(int). Method in interface sun.awt.otk.TextDataInterface
Get the string containing the data for the given line.
getLineAsStringFromPosition(int). Method in class sun.awt.otk.TextData
Get the string containing the data for the line containing the given position.
getLineAsStringFromPosition(int). Method in interface sun.awt.otk.TextDataInterface
Get the string containing the data for the line containing the given position.
getLineEnd(int). Method in class sun.awt.otk.TextData
Get the ending index for the given line.
getLineEnd(int). Method in interface sun.awt.otk.TextDataInterface
Get the ending index for the given line.
getLineFromNumber(int). Method in class sun.awt.otk.TextData
Get the data for the given line.
getLineFromNumber(int). Method in interface sun.awt.otk.TextDataInterface
Get the data for the given line.
getLineFromPosition(int). Method in class sun.awt.otk.TextData
Get the data for the line containing the given position.
getLineFromPosition(int). Method in interface sun.awt.otk.TextDataInterface
Get the data for the line containing the given position.
getLineHeight(FontMetrics). Method in class sun.awt.otk.TextPaneImpl
Calculate the minimum height of the text.
getLineIncrement(). Method in class java.awt.Scrollbar
getLineInstance(). Static method in class java.text.BreakIterator
Create BreakIterator for line-breaks using default locale.
getLineInstance(Locale). Static method in class java.text.BreakIterator
Create BreakIterator for line-breaks using specfied locale.
getLineNumber(). Method in class java.io.LineNumberInputStream
Returns the current line number.
getLineNumber(). Method in class java.io.LineNumberReader
Get the current line number.
getLineNumber(int). Method in class sun.awt.otk.TextData
Get the line number for the given position using binary search.
getLineNumber(int). Method in interface sun.awt.otk.TextDataInterface
Get the line number for the given position.
getLinesArray(). Method in class sun.awt.otk.TextData
getLineStart(int). Method in class sun.awt.otk.TextData
Get the starting index for given line.
getLineStart(int). Method in interface sun.awt.otk.TextDataInterface
Get the starting index for given line.
getLineWidth(). Method in class sun.awt.otk.TextData
Get the current lineWidth value.
getLineWidth(). Method in interface sun.awt.otk.TextDataInterface
Get the current lineWidth value.
getListenerMethodDescriptors(). Method in class java.beans.EventSetDescriptor
getListenerMethods(). Method in class java.beans.EventSetDescriptor
getListenerType(). Method in class java.beans.EventSetDescriptor
getListItem(int). Method in class sun.awt.otk.ListModel
Retrieves list item with a specified index.
getLocalAddress(). Method in class java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress(). Method in class java.net.Socket
Gets the local address to which the socket is bound.
getLocale(). Method in class java.applet.Applet
Gets the Locale for the applet, if it has been set.
getLocale(). Method in class java.awt.Component
Gets the locale of this component.
getLocale(). Method in class java.text.MessageFormat
Gets the locale.
getLocale(). Method in class sun.awt.otk.VirtualKeySet
getLocale(). Method in class java.awt.Window
Gets the Locale object that is associated with this window, if the locale has been set.
getLocalHost(). Static method in class java.net.InetAddress
Returns the local host.
getLocalizedInputStream(InputStream). Method in class java.lang.Runtime
Creates a localized version of an input stream.
getLocalizedMessage(). Method in class java.lang.Throwable
Creates a localized description of this Throwable.
getLocalizedOutputStream(OutputStream). Method in class java.lang.Runtime
Creates a localized version of an output stream.
getLocalPatternChars(). Method in class java.text.DateFormatSymbols
Gets localized date-time pattern characters.
getLocalPort(). Method in class java.net.DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort(). Method in class java.net.DatagramSocketImpl
Get the local port.
getLocalPort(). Method in class java.net.ServerSocket
Returns the port on which this socket is listening.
getLocalPort(). Method in class java.net.Socket
Returns the local port to which this socket is bound.
getLocalPort(). Method in class java.net.SocketImpl
Returns the value of this socket's localport field.
getLocation(). Method in class java.awt.Component
Gets the location of this component in the form of a point specifying the component's top-left corner.
getLocation(). Method in class java.awt.Point
Returns the location of this point.
getLocation(). Method in class java.awt.Rectangle
Returns the location of this rectangle.
getLocationOnScreen(). Method in class java.awt.Component
Gets the location of this component in the form of a point specifying the component's top-left corner in the screen's coordinate space.
getLocationOnScreen(). Method in class sun.awt.otk.ComponentModel
Gets the location of this component's default view.
getLocationOnScreen(). Method in interface java.awt.peer.ComponentPeer
getLock(). Method in interface sun.porting.graphicssystem.GeometryProvider
Get the lock object associated with the GeometryProvider.
getLock(). Method in class sun.awt.aw.Window
Get the lock object associated with the GeometryProvider.
getLockedModifiers(). Method in class sun.awt.otk.VirtualKeySet
getLockedModifiers(int). Method in class sun.awt.otk.VirtualKeySet
getLong(Object). Method in class java.lang.reflect.Field
Get the value of a field as a long on specified object.
getLong(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a long.
getLong(String). Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, Long). Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, long). Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
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
Determines the maximum ascent of the font described by this font metric.
getMaxDecent(). Method in class java.awt.FontMetrics
For backward compatibility only.
getMaxDescent(). Method in class java.awt.FontMetrics
Determines the maximum descent of the font described by this font metric.
getMaximum(). Method in interface java.awt.Adjustable
Gets the maximum value of the adjustable object.
getMaximum(). Method in class sun.awt.otk.AdjustableObject
Retrieves the adjustable's maximum value.
getMaximum(). Method in class java.awt.Scrollbar
Gets the maximum value of this scroll bar.
getMaximum(int). Method in class java.util.Calendar
Gets the maximum value for the given time field.
getMaximum(int). Method in class java.util.GregorianCalendar
Returns maximum value for the given field.
getMaximumCursorColors(). Method in class sun.porting.graphicssystem.GraphicsSystem
Returns the maximum number of colors allowed in a cursor.
getMaximumCursorColors(). Method in class sun.porting.windowsystem.WindowSystem
Returns the maximum number of colors allowed in a cursor.
getMaximumCursorSize(). Method in class sun.porting.graphicssystem.GraphicsSystem
Get the maximum supported size for a cursor.
getMaximumCursorSize(). Method in class sun.porting.windowsystem.WindowSystem
Get the maximum supported size for a cursor.
getMaximumFractionDigits(). Method in class java.text.NumberFormat
Returns the maximum number of digits allowed in the fraction portion of a number.
getMaximumIntegerDigits(). Method in class java.text.NumberFormat
Returns the maximum number of digits allowed in the integer portion of a number.
getMaximumSize(). Method in class java.awt.Component
Gets the maximum size of this component.
getMaximumSize(). Method in class java.awt.Container
Returns the maximum size of this container.
getMaxPossibleStringWidth(). Method in interface sun.awt.otk.TextPane
Get the maximum possible string width that would fit in this textpane.
getMaxPossibleStringWidth(). Method in class sun.awt.otk.TextPaneImpl
Get the maximum possible string width that would fit in this textpane.
getMaxPriority(). Method in class java.lang.ThreadGroup
Returns the maximum priority of this thread group.
getMaxStringWidth(). Method in interface sun.awt.otk.TextComponentView
Get the maximum possible string width that would fit in this textpane.
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.
getMenuBar(). Method in class sun.awt.otk.FrameModel
Gets the menu bar for this frame.
getMenuCount(). Method in class java.awt.MenuBar
Gets the number of menus on the menu bar.
getMenuShortcutKeyMask(). Method in class java.awt.Toolkit
Determines which modifier key is the appropriate accelerator key for menu shortcuts.
getMessage(). Method in class java.io.InvalidClassException
Produce the message, include the classname if present.
getMessage(). Method in class java.lang.Throwable
Returns the detail message of this throwable object.
getMessage(). Method in class sun.awt.otk.VirtualComponentEvent
getMessage(). Method in class java.io.WriteAbortedException
Produce the message, include the message from the nested exception if there is one.
getMethod(). Method in class java.beans.MethodDescriptor
getMethod(). Method in class java.util.zip.ZipEntry
Returns the compression method of the entry, or -1 if not specified.
getMethod(String, Class[]). Method in class java.lang.Class
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
getMethodDescriptors(). Method in interface java.beans.BeanInfo
getMethodDescriptors(). Method in class java.beans.SimpleBeanInfo
Deny knowledge of methods.
getMethods(). Method in class java.lang.Class
Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces.
getMetrics(). Method in class sun.awt.otk.BasicView
An accessor method for the FontMetrics associated with this view.
getMimeType(). Method in class java.awt.datatransfer.DataFlavor
Returns the MIME type string for this DataFlavor
getMinimalDaysInFirstWeek(). Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, getMinimalDaysInFirstWeek returns 1.
getMinimum(). Method in interface java.awt.Adjustable
Gets the minimum value of the adjustable object.
getMinimum(). Method in class sun.awt.otk.AdjustableObject
Retrieves the adjustable's minimum value.
getMinimum(). Method in class java.awt.Scrollbar
Gets the minimum value of this scroll bar.
getMinimum(int). Method in class java.util.Calendar
Gets the minimum value for the given time field.
getMinimum(int). Method in class java.util.GregorianCalendar
Returns minimum value for the given field.
getMinimumFractionDigits(). Method in class java.text.NumberFormat
Returns the minimum number of digits allowed in the fraction portion of a number.
getMinimumIntegerDigits(). Method in class java.text.NumberFormat
Returns the minimum number of digits allowed in the integer portion of a number.
getMinimumSize(). Method in class java.awt.Component
Gets the mininimum size of this component.
getMinimumSize(). Method in class sun.awt.otk.ComponentModel
Gets the mininimum size of this component's default view.
getMinimumSize(). Method in interface java.awt.peer.ComponentPeer
getMinimumSize(). Method in class java.awt.Container
Returns the minimum size of this container.
getMinimumSize(). Method in class java.awt.List
Determines the minimum size of this scrolling list.
getMinimumSize(). Method in class java.awt.TextArea
Determines the minimum size of this text area.
getMinimumSize(). Method in class java.awt.TextField
Gets the minumum dimensions for this text field.
getMinimumSize(int). Method in class java.awt.List
Gets the minumum dimensions for a list with the specified number of rows.
getMinimumSize(int). Method in class sun.awt.otk.ListModel
Calculates the minimum size of this list's default view with a specified number of rows.
getMinimumSize(int). Method in interface java.awt.peer.ListPeer
getMinimumSize(int). Method in class java.awt.TextField
Gets the minumum dimensions for a text field with the specified number of columns.
getMinimumSize(int). Method in class sun.awt.otk.TextFieldModel
Get the minimum size for this component based on the given number of columns.
getMinimumSize(int). Method in interface java.awt.peer.TextFieldPeer
getMinimumSize(int, int). Method in class sun.awt.otk.BasicView
Get the minimum size for this view, on the assumption that the given number of rows and columns must be displayed.
getMinimumSize(int, int). Method in class sun.awt.otk.ComponentView
This is an override of the method in BasicView; the implementation of getMinimumSize for a component must consult the target by default.
getMinimumSize(int, int). Method in class sun.awt.otk.ContainerViewImpl
Returns the minimum size of this container.
getMinimumSize(int, int). Method in class java.awt.TextArea
Determines the minimum size of a text area with the specified number of rows and columns.
getMinimumSize(int, int). Method in class sun.awt.otk.TextAreaModel
Get the minimum size for this component based on the given number of rows and columns.
getMinimumSize(int, int). Method in interface java.awt.peer.TextAreaPeer
getMinimumSize(int, int). Method in interface sun.awt.otk.TextPane
Get the minimum size of the textpane for the given rows and columns.
getMinimumSize(int, int). Method in interface sun.awt.otk.View
Get the minimum size for this view, on the assumption that the given number of rows and columns must be displayed.
GetMinSize(Container, GridBagLayoutInfo). Method in class java.awt.GridBagLayout
getMinusSign(). Method in class java.text.DecimalFormatSymbols
character used to represent minus sign.
getMinutes(). Method in class java.util.Date
Returns the number of minutes past the hour represented by this date.
getModel(). Method in class sun.awt.otk.BasicView
An accessor method for the Model associated with this view.
getModel(). Method in class sun.awt.otk.ContainerViewImpl
No model is associated with this view.
getModel(). Method in interface sun.awt.otk.View
An accessor method for the Model associated with this view.
getModel(). Method in class sun.awt.otk.VirtualKeySet
No model is associated with this view.
getModifiers(). Method in class java.awt.event.ActionEvent
Returns the modifiers held down during this action event.
getModifiers(). Method in class java.lang.Class
Returns the Java language modifiers for this class or interface, encoded in an integer.
getModifiers(). Method in class java.lang.reflect.Constructor
Returns the Java language modifiers for the constructor represented by this Constructor object, as an integer.
getModifiers(). Method in class java.lang.reflect.Field
Returns the Java language modifiers for the field represented by this Field object, as an integer.
getModifiers(). Method in class java.awt.event.InputEvent
Returns the modifiers flag for this event.
getModifiers(). Method in interface java.lang.reflect.Member
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer.
getModifiers(). Method in class java.lang.reflect.Method
Returns the Java language modifiers for the method represented by this Method object, as an integer.
getModifiers(). Method in class sun.awt.otk.VirtualKeySet
getModifiers(int). Method in class sun.awt.otk.VirtualKeySet
getMonth(). Method in class java.util.Date
Returns the month represented by this date.
getMonths(). Method in class java.text.DateFormatSymbols
Gets month strings.
getMultiplier(). Method in class java.text.DecimalFormat
Get the multiplier for use in percent, permill, etc.
getName(). Method in class java.lang.Class
Returns the fully-qualified name of the type (class, interface, array, or primitive) represented by this Class object, as a String.
getName(). Method in class java.awt.datatransfer.Clipboard
Returns the name of this clipboard object.
getName(). Method in class java.awt.Component
Gets the name of the component.
getName(). Method in class java.lang.reflect.Constructor
Returns the name of this constructor, as a string.
getName(). Method in class java.beans.FeatureDescriptor
getName(). Method in class java.lang.reflect.Field
Returns the name of the field represented by this Field object.
getName(). Method in class java.awt.Font
Gets the logical name of the font.
getName(). Method in interface java.lang.reflect.Member
Returns the simple name of the underlying member or constructor represented by this Member.
getName(). Method in class java.awt.MenuComponent
Gets the name of the menu component.
getName(). Method in class java.lang.reflect.Method
Returns the name of the method represented by this Method object, as a String.
getName(). Method in class java.io.ObjectStreamClass
The name of the class described by this descriptor.
getName(). Method in class java.lang.Thread
Returns this thread's name.
getName(). Method in class java.lang.ThreadGroup
Returns the name of this thread group.
getName(). Method in class java.util.zip.ZipEntry
Returns the name of the entry.
getNaN(). Method in class java.text.DecimalFormatSymbols
character used to represent NaN.
getNativeContainer(Component). Static method in class sun.awt.SunToolkit
Give native peers the ability to query the native container given a native component (eg the direct parent may be lightweight).
getNativeContainer(Component). Static method in class java.awt.Toolkit
Give native peers the ability to query the native container given a native component (eg the direct parent may be lightweight).
getNegativePrefix(). Method in class java.text.DecimalFormat
Get the negative prefix.
getNegativeSuffix(). Method in class java.text.DecimalFormat
Get the negative suffix.
getNewValue(). Method in class java.beans.PropertyChangeEvent
getNextEntry(). Method in class java.util.zip.ZipInputStream
Reads the next ZIP file entry and positions stream at the beginning of the entry data.
getNextEvent(). Method in class java.awt.EventQueue
Remove an event from the queue and return it.
getNextFinalizeable(). Method in interface sun.awt.AWTFinalizeable
getNextFinalizeable(). Method in class sun.awt.image.ImageRepresentation
getNonStrippedText(). Method in class sun.awt.otk.TextData
Get text from the data buffer without stripping CR and LF from end of data.
getNonStrippedText(int, int). Method in class sun.awt.otk.TextCharData
Return data as char array without removing linebreak characters at end.
getNonStrippedText(int, int). Method in class sun.awt.otk.TextData
Get the stated number of characters from the data buffer starting at the given position, and doesn't strip CR and LF from end of data.
getNumberFormat(). Method in class java.text.DateFormat
Gets the number formatter which this date/time formatter uses to format and parse a time.
getNumberInstance(). Static method in class java.text.NumberFormat
Returns a general-purpose number format for the current default locale.
getNumberInstance(Locale). Static method in class java.text.NumberFormat
Returns a general-purpose number format for the specified locale.
getNumberOfLines(). Method in class sun.awt.otk.TextData
Gets the number of lines in the buffer.
getNumberOfLines(). Method in interface sun.awt.otk.TextDataInterface
Gets the number of lines in the buffer.
getNumericValue(char). Static method in class java.lang.Character
Returns the Unicode numeric value of the character as a nonnegative integer.
getObject(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getOffset(int, int, int, int, int, int). Method in class java.util.SimpleTimeZone
Overrides TimeZone Gets offset, for current date, modified in case of daylight savings.
getOffset(int, int, int, int, int, int). Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOldValue(). Method in class java.beans.PropertyChangeEvent
getOrientation(). Method in interface java.awt.Adjustable
Gets the orientation of the adjustable object.
getOrientation(). Method in class sun.awt.otk.AdjustableObject
Retrieves the adjustable's orientation
getOrientation(). Method in class java.awt.Scrollbar
Determines the orientation of this scroll bar.
getOutputStream(). Method in class java.lang.Process
Gets the output stream of the subprocess.
getOutputStream(). Method in class java.net.Socket
Returns an output stream for this socket.
getOutputStream(). Method in class java.net.SocketImpl
Returns an output stream for this socket.
getOutputStream(). Method in class java.net.URLConnection
Returns an output stream that writes to this connection.
getPageDimension(). Method in class java.awt.PrintJob
Returns the dimensions of the page in pixels.
getPageIncrement(). Method in class java.awt.Scrollbar
getPageResolution(). Method in class java.awt.PrintJob
Returns the resolution of the page in pixels per inch.
getParameter(String). Method in class java.applet.Applet
Returns the value of the named parameter in the HTML tag.
getParameter(String). Method in interface java.applet.AppletStub
Returns the value of the named parameter in the HTML tag.
getParameterDescriptors(). Method in class java.beans.MethodDescriptor
getParameterInfo(). Method in class java.applet.Applet
Returns information about the parameters than are understood by this applet.
getParameterTypes(). Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the constructor represented by this Constructor object.
getParameterTypes(). Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
getParent(). Method in class java.awt.Component
Gets the parent of this component.
getParent(). Method in class sun.awt.EmbeddedFrame
Block introspection of a parent window by this child.
getParent(). Method in class java.awt.MenuComponent
Returns the parent container for this menu component.
getParent(). Method in class java.lang.ThreadGroup
Returns the parent of this thread group.
getParentBackground(). Method in class sun.awt.otk.ComponentModel
Get the background color of this component's AWT Container.
getParentForeground(). Method in class sun.awt.otk.ComponentModel
Get the foreground color of this component's AWT Container.
getPatternSeparator(). Method in class java.text.DecimalFormatSymbols
character used to separate positive and negative subpatterns in a pattern.
getPeer(). Method in class java.awt.Component
getPeer(). Method in class java.awt.Font
Gets the peer of the font.
getPeer(). Method in class java.awt.MenuComponent
getPercent(). Method in class java.text.DecimalFormatSymbols
character used for percent sign.
getPercentInstance(). Static method in class java.text.NumberFormat
Returns a percentage format for the current default locale.
getPercentInstance(Locale). Static method in class java.text.NumberFormat
Returns a percentage format for the specified locale.
getPerMill(). Method in class java.text.DecimalFormatSymbols
character used for mille percent sign.
getPixels(). Method in class java.awt.image.PixelGrabber
Get the pixel buffer.
getPixelSize(). Method in class java.awt.image.ColorModel
Returns the number of bits per pixel described by this ColorModel.
getPoint(). Method in class java.awt.event.MouseEvent
Returns the x,y position of the event relative to the source component.
getPort(). Method in class java.net.DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort(). Method in class java.net.Socket
Returns the remote port to which this socket is connected.
getPort(). Method in class java.net.SocketImpl
Returns the value of this socket's port field.
getPort(). Method in class java.net.URL
Returns the port number of this URL.
getPositivePrefix(). Method in class java.text.DecimalFormat
Get the positive prefix.
getPositiveSuffix(). Method in class java.text.DecimalFormat
Get the positive suffix.
getPredefinedCursor(int). Static method in class java.awt.Cursor
Returns a cursor object with the specified predefined type.
getPreferredSize(). Method in class java.awt.Component
Gets the preferred size of this component.
getPreferredSize(). Method in class sun.awt.otk.ComponentModel
Calculates the preferred size of this component's default view.
getPreferredSize(). Method in interface java.awt.peer.ComponentPeer
getPreferredSize(). Method in class java.awt.Container
Returns the preferred size of this container.
getPreferredSize(). Method in class java.awt.List
Gets the preferred size of this scrolling list.
getPreferredSize(). Method in class java.awt.TextArea
Determines the preferred size of this text area.
getPreferredSize(). Method in class java.awt.TextField
Gets the preferred size of this text field.
getPreferredSize(int). Method in class java.awt.List
Gets the preferred dimensions for a list with the specified number of rows.
getPreferredSize(int). Method in class sun.awt.otk.ListModel
Calculates the preferred size of this list's default view with a specified number of rows.
getPreferredSize(int). Method in interface java.awt.peer.ListPeer
getPreferredSize(int). Method in class java.awt.TextField
Gets the preferred size of this text field with the specified number of columns.
getPreferredSize(int). Method in class sun.awt.otk.TextFieldModel
Get the preferred size for this component based on the given number of columns.
getPreferredSize(int). Method in interface java.awt.peer.TextFieldPeer
getPreferredSize(int, int). Method in class sun.awt.otk.BasicView
Get the preferred size for this view, on the assumption that the given number of rows and columns must be displayed.
getPreferredSize(int, int). Method in class sun.awt.otk.ComponentView
This is an override of the method in BasicView; the implementation of getPreferredSize for a component must consult the target by default.
getPreferredSize(int, int). Method in class sun.awt.otk.ContainerViewImpl
Returns the preferred size of this container.
getPreferredSize(int, int). Method in class java.awt.TextArea
Determines the preferred size of a text area with the specified number of rows and columns.
getPreferredSize(int, int). Method in class sun.awt.otk.TextAreaModel
Get the preferred size for this component based on the given number of rows and columns.
getPreferredSize(int, int). Method in interface java.awt.peer.TextAreaPeer
getPreferredSize(int, int). Method in interface sun.awt.otk.View
Get the preferred size for this view, on the assumption that the given number of rows and columns must be displayed.
getPreferredSize(int, int). Method in class sun.awt.otk.VirtualKeySet
Returns the preferred size of this container.
getPrintJob(). Method in interface java.awt.PrintGraphics
Returns the PrintJob object from which this PrintGraphics object originated.
getPrintJob(Frame, String, Properties). Method in class sun.awt.otk.ObjectToolkit
Returns a java.awt.PrintJob object.
getPrintJob(Frame, String, Properties). Method in class java.awt.Toolkit
Gets a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
getPriority(). Method in class java.lang.Thread
Returns this thread's priority.
getPropagationId(). Method in class java.beans.PropertyChangeEvent
The "propagationId" field is reserved for future use.
getProperties(). Static method in class java.lang.System
Determines the current system properties.
getProperty(String). Method in class java.util.Properties
Searches for the property with the specified key in this property list.
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 this image by name.
getProperty(String, ImageObserver). Method in class sun.awt.image.Image
Return a property of the image by name.
getProperty(String, String). Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String, String). Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, String). Static method in class java.awt.Toolkit
Gets a property with the specified key and default.
getPropertyChangeEvent(). Method in class java.beans.PropertyVetoException
getPropertyDescriptors(). Method in interface java.beans.BeanInfo
getPropertyDescriptors(). Method in class java.beans.SimpleBeanInfo
Deny knowledge of properties.
getPropertyEditorClass(). Method in class java.beans.PropertyDescriptor
getPropertyName(). Method in class java.beans.PropertyChangeEvent
getPropertyType(). Method in class java.beans.PropertyDescriptor
getProtocol(). Method in class java.net.URL
Returns the protocol name this URL.
getRawOffset(). Method in class java.util.SimpleTimeZone
Overrides TimeZone Gets the GMT offset for this time zone.
getRawOffset(). Method in class java.util.TimeZone
Gets unmodified offset, NOT modified in case of daylight savings.
getReadMethod(). Method in class java.beans.PropertyDescriptor
getRealBackground(). Method in class sun.awt.otk.ComponentModel
Get this component's background color as set by the application.
getRealForeground(). Method in class sun.awt.otk.ComponentModel
Get this component's foreground color as set by the application.
getRealInputMethod(). Method in class sun.awt.otk.VirtualKeyboardInputMethod
An internal method used to get the real input method.
getRealInputMethodAdapter(). Method in class sun.awt.otk.ObjectToolkit
Returns the input method adapter associated with the sun.awt.im.InputMethod property.
getRealLocale(). Method in class sun.awt.otk.ComponentModel
Get this component's locale as set by the application.
getRectangles(). Method in interface sun.porting.graphicssystem.Region
Return an Enumeration object which can be used to loop through the elements of this region.
getRectangles(). Method in class sun.porting.utils.RegionImpl
getRed(). Method in class java.awt.Color
Gets the red component of this color.
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
Returns the anchor (also known as the "reference") of this URL.
getRemaining(). Method in class java.util.zip.Inflater
Returns the total number of bytes remaining in the input buffer.
getRemoveListenerMethod(). Method in class java.beans.EventSetDescriptor
getRepresentationClass(). Method in class java.awt.datatransfer.DataFlavor
Returns the Class which objects supporting this DataFlavor will return when this DataFlavor is requested.
getRequestMethod(). Method in class java.net.HttpURLConnection
Get the request method.
getRequestProperty(String). Method in class java.net.URLConnection
Returns the value of the named general request property for this connection.
getResource(String). Method in class java.lang.Class
Finds a resource with the specified name.
getResource(String). Method in class java.lang.ClassLoader
Find a resource with a given name.
getResourceAsStream(String). Method in class java.lang.Class
Finds a resource with a given name.
getResourceAsStream(String). Method in class java.lang.ClassLoader
Get an InputStream on a given resource.
getResponseCode(). Method in class java.net.HttpURLConnection
Gets HTTP response status.
getResponseMessage(). Method in class java.net.HttpURLConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getReturnType(). Method in class java.lang.reflect.Method
Returns a Class object that represents the formal return type of the method represented by this Method object.
getRGB(). Method in class java.awt.Color
Gets the RGB value representing the color in the default RGB ColorModel.
getRGB(). Method in class java.awt.SystemColor
Gets the "current" RGB value representing the symbolic color.
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.
getRootWindow(). Method in class sun.awt.aw.WindowSystem
Get the root window for this windowsystem.
getRootWindow(). Method in class sun.porting.windowsystem.WindowSystem
Return the root window.
getRows(). Method in class java.awt.GridLayout
Gets the number of rows in this layout.
getRows(). Method in class java.awt.List
Get the number of visible lines in this list.
getRows(). Method in class sun.awt.otk.ListModel
Retrieves number of rows that were specified to create this list.
getRows(). Method in class java.awt.TextArea
Gets the number of rows in the text area.
getRules(). Method in class java.text.RuleBasedCollator
Gets the table-based rules for the collation object.
getRuntime(). Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getScaledInstance(int, int, int). Method in class java.awt.Image
Creates a scaled version of this image.
getScreen(). Method in class sun.porting.graphicssystem.GraphicsSystem
Get a Drawable object corresponding to the default screen.
getScreenColorModel(). Method in class sun.porting.windowsystem.WindowSystem
Get the color model of the screen.
getScreenHeight(). Method in class sun.awt.otk.ObjectToolkit
Returns the height of the screen.
getScreenHeight(). Method in class sun.awt.SunToolkit
getScreenResolution(). Method in class sun.porting.graphicssystem.GraphicsSystem
Return the resolution of the screen, in pixels per inch.
getScreenResolution(). Method in class sun.awt.otk.ObjectToolkit
Return the resolution of the screen, in pixels per inch.
getScreenResolution(). Method in class java.awt.Toolkit
Returns the screen resolution in dots-per-inch.
getScreenResolution(). Method in class sun.porting.windowsystem.WindowSystem
Return the resolution of the screen, in pixels per inch.
getScreens(). Method in class sun.porting.graphicssystem.GraphicsSystem
Get Drawable objects corresponding to the available screens.
getScreenSize(). Method in class sun.awt.otk.ObjectToolkit
Returns the dimensions of the screen.
getScreenSize(). Method in class sun.awt.SunToolkit
Gets the size of the screen.
getScreenSize(). Method in class java.awt.Toolkit
Gets the size of the screen.
getScreenUpdateRegion(int, int, int, int). Method in class sun.awt.otk.BasicView
An implementation method that helps support updateClient.
getScreenUpdateRegion(int, int, int, int). Method in class sun.awt.otk.ContainerViewImpl
An implementation method that helps support updateClient.
getScreenUpdateRegion(int, int, int, int). Method in interface sun.awt.otk.View
Helps with implementation of updateClient.
getScreenWidth(). Method in class sun.awt.otk.ObjectToolkit
Returns the width of the screen.
getScreenWidth(). Method in class sun.awt.SunToolkit
getScrollbarDimensions(). Method in class sun.awt.otk.BasicView
getScrollbarDimensions(). Method in class sun.awt.otk.ContainerViewImpl
NO scrollbars associated with the view, hence it always returns null.
getScrollbarDimensions(). Method in interface sun.awt.otk.View
An accessor method for the scrollbar dimensions associated with this view.
getScrollbarDisplayPolicy(). Method in class java.awt.ScrollPane
Returns the display policy for the scrollbars.
getScrollbarDisplayPolicy(). Method in class sun.awt.otk.ScrollPaneModel
Returns the display policy for the scrollbars.
getScrollbarVisibility(). Method in class java.awt.TextArea
Gets an enumerated value that indicates which scroll bars the text area uses.
getScrollbarVisibility(). Method in class sun.awt.otk.TextAreaModel
Get the value of the scrollbar visibility flag.
getScrollIncrement(FontMetrics). Method in class sun.awt.otk.MultiLineTextPane
Returns the current scroll increment.
getScrollPosition(). Method in class java.awt.ScrollPane
Returns the current x,y position within the child which is displayed at the 0,0 location of the scrolled panel's view port.
getSeconds(). Method in class java.util.Date
Returns the number of seconds past the minute represented by this date.
getSecurityContext(). Method in class java.lang.SecurityManager
Creates an object that encapsulates the current execution environment.
getSecurityManager(). Static method in class java.lang.System
Gets the system security interface.
getSelectedCheckbox(). Method in class java.awt.CheckboxGroup
Gets the current choice from this check box group.
getSelectedIndex(). Method in class java.awt.Choice
Returns the index of the currently selected item.
getSelectedIndex(). Method in class java.awt.List
Gets the index of the selected item on the list,
getSelectedIndexes(). Method in class java.awt.List
Gets the selected indexes on the list.
getSelectedIndexes(). Method in class sun.awt.otk.ListModel
Retrieves the indexes of the selected items.
getSelectedIndexes(). Method in interface java.awt.peer.ListPeer
getSelectedItem(). Method in class java.awt.Choice
Gets a representation of the current choice as a string.
getSelectedItem(). Method in interface sun.awt.otk.DragMenu
Get the currently selected item from the menu.
getSelectedItem(). Method in class java.awt.List
Get the selected item on this scrolling list.
getSelectedItem(). Method in class sun.awt.otk.ListModel
Retrieves the selected item if this list is in a single-selection mode.
getSelectedItems(). Method in class java.awt.List
Get the selected items on this scrolling list.
getSelectedObjects(). Method in class java.awt.Checkbox
Returns the an array (length 1) containing the checkbox label or null if the checkbox is not selected.
getSelectedObjects(). Method in class java.awt.CheckboxMenuItem
Returns the an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
getSelectedObjects(). Method in class java.awt.Choice
Returns an array (length 1) containing the currently selected item.
getSelectedObjects(). Method in interface java.awt.ItemSelectable
Returns the selected items or null if no items are selected.
getSelectedObjects(). Method in class java.awt.List
Returns the selected items on the list in an array of Objects.
getSelectedText(). Method in class java.awt.TextComponent
Gets the selected text from the text that is presented by this text component.
getSelectionEnd(). Method in class java.awt.TextComponent
Gets the end position of the selected text in this text component.
getSelectionEnd(). Method in class sun.awt.otk.TextComponentModel
Get the end of the current selection.
getSelectionEnd(). Method in interface java.awt.peer.TextComponentPeer
getSelectionEnd(). Method in class sun.awt.otk.TextComponentPeerModel
Get the end of the current selection.
getSelectionEnd(). Method in interface sun.awt.otk.TextComponentView
Get the end of the current selection.
getSelectionEnd(). Method in interface sun.awt.otk.TextPane
Get the end of the current selection.
getSelectionEnd(). Method in class sun.awt.otk.TextPaneImpl
Get the end of the current selection.
getSelectionStart(). Method in class java.awt.TextComponent
Gets the start position of the selected text in this text component.
getSelectionStart(). Method in class sun.awt.otk.TextComponentModel
Get the start of the current selection.
getSelectionStart(). Method in interface java.awt.peer.TextComponentPeer
getSelectionStart(). Method in class sun.awt.otk.TextComponentPeerModel
Get the start of the current selection.
getSelectionStart(). Method in interface sun.awt.otk.TextComponentView
Get the start of the current selection.
getSelectionStart(). Method in interface sun.awt.otk.TextPane
Get the start of the current selection.
getSelectionStart(). Method in class sun.awt.otk.TextPaneImpl
Get the start of the current selection.
getSentenceInstance(). Static method in class java.text.BreakIterator
Create BreakIterator for sentence-breaks using default locale Returns an instance of a BreakIterator implementing sentence breaks.
getSentenceInstance(Locale). Static method in class java.text.BreakIterator
Create BreakIterator for sentence-breaks using specified locale Returns an instance of a BreakIterator implementing sentence breaks.
getSerialVersionUID(). Method in class java.io.ObjectStreamClass
Return the serialVersionUID for this class.
getShort(Object). Method in class java.lang.reflect.Field
Get the value of a field as a short on specified object.
getShort(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a short.
getShortcut(). Method in class java.awt.MenuItem
Get the MenuShortcut object associated with this menu item,
getShortcutMenuItem(MenuShortcut). Method in class java.awt.MenuBar
Gets the instance of MenuItem associated with the specified MenuShortcut object, or null if none has been specified.
getShortDescription(). Method in class java.beans.FeatureDescriptor
getShortMonths(). Method in class java.text.DateFormatSymbols
Gets short month strings.
getShortWeekdays(). Method in class java.text.DateFormatSymbols
Gets short weekday strings.
getSigners(). Method in class java.lang.Class
Get the signers of this class.
getSize(). Method in class java.awt.Component
Returns the size of this component in the form of a Dimension object.
getSize(). Method in class java.awt.Dimension
Gets the size of this Dimension object.
getSize(). Method in interface sun.porting.graphicssystem.Drawable
Get the size of this Drawable.
getSize(). Method in class java.awt.Font
Gets the point size of the font.
getSize(). Method in class java.awt.Rectangle
Gets the size (width and height) of this rectangle.
getSize(). Method in class sun.awt.otk.ScrollPaneModel
Returns the size of this scroll pane in the form of a Dimension object.
getSize(). Method in interface sun.awt.otk.TextPane
Get the current size of the textpane.
getSize(). Method in class sun.awt.otk.TextPaneImpl
Get the current size of the textpane.
getSize(). Method in class java.util.zip.ZipEntry
Returns the uncompressed size of the entry data, or -1 if not known.
getSoLinger(). Method in class java.net.Socket
Returns setting for SO_LINGER.
getSoTimeout(). Method in class java.net.DatagramSocket
Retrive setting for SO_TIMEOUT.
getSoTimeout(). Method in class java.net.ServerSocket
Retrive setting for SO_TIMEOUT.
getSoTimeout(). Method in class java.net.Socket
Returns setting for SO_TIMEOUT.
getSource(). Method in class java.util.EventObject
getSource(). Method in class java.awt.Image
Gets the object that produces the pixels for the image.
getSource(). Method in class sun.awt.image.Image
Gets the object that produces the pixels for the image.
getSourceString(). Method in class java.text.CollationKey
Returns the String that this CollationKey represents.
getStartIndex(). Method in class sun.awt.otk.StateChangeNotification
Get the start value of the StateChangeNotification.
getState(). Method in class java.awt.Checkbox
Determines whether this check box is in the "on" or "off" state.
getState(). Method in class java.awt.CheckboxMenuItem
Determines whether the state of this check box menu item is "on" or "off."
getState(). Method in class sun.awt.otk.CheckboxModel
Determines whether this checkbox peer is in the "on" or "off" state.
getStateChange(). Method in class java.awt.event.ItemEvent
Returns the state change type which generated the event.
getStatus(). Method in class java.awt.image.PixelGrabber
Return the status of the pixels.
getStrength(). Method in class java.text.Collator
Returns this Collator's strength property.
getString(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getStringArray(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getStrippedText(). Method in class sun.awt.otk.TextData
Get text from the data buffer and strip CR and LF from end of data.
getStrippedText(int, int). Method in class sun.awt.otk.TextCharData
Return data as char array removing linebreak characters at end.
getStrippedText(int, int). Method in class sun.awt.otk.TextData
Get the stated number of characters from the data buffer starting at the given position, and strip CR and LF from end of data.
getStyle(). Method in class java.awt.Font
Gets the style of the font.
getSuperclass(). Method in class java.lang.Class
If this object represents any class other than the class Object, then the object that represents the superclass of that class is returned.
getSurface(). Method in interface sun.awt.DrawingSurfaceInfo
Returns an implementation-specific object which describes a handle to the physical drawing surface on which this screen object resides.
getSurface(). Method in class sun.awt.aw.Window
Get the drawing surface corresponding to the window.
getSystemClipboard(). Method in class sun.awt.otk.ObjectToolkit
Gets an instance of the system clipboard which interfaces with clipboard facilities provided by the native platform.
getSystemClipboard(). Method in class java.awt.Toolkit
Gets an instance of the system clipboard which interfaces with clipboard facilities provided by the native platform.
getSystemEventQueue(). Method in class java.awt.Toolkit
Get the application's or applet's EventQueue instance.
getSystemEventQueueImpl(). Method in class sun.awt.SunToolkit
getSystemEventQueueImpl(). Method in class java.awt.Toolkit
getSystemResource(String). Static method in class java.lang.ClassLoader
Find a resource with a given name.
getSystemResourceAsStream(String). Static method in class java.lang.ClassLoader
Get an InputStream on a given resource..
getTabbedLength(char[]). Method in class sun.awt.otk.TextPaneImpl
Calculate tabified length of characters.
getTags(). Method in interface java.beans.PropertyEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tags.
getTags(). Method in class java.beans.PropertyEditorSupport
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
getTarget(). Method in class sun.awt.otk.ComponentModel
Get the corresponding AWT Component.
getTarget(). Method in class sun.awt.otk.MenuComponentModel
Get the target associated with this peer.
getTargetException(). Method in class java.lang.reflect.InvocationTargetException
Get the thrown target exception.
getTcpNoDelay(). Method in class java.net.Socket
Tests if TCP_NODELAY is enabled.
getText(). Method in class java.text.BreakIterator
Get the text being scanned
getText(). Method in class java.awt.Label
Gets the text of this label.
getText(). Method in class sun.awt.otk.ListItem
Retrieves list item's label.
getText(). Method in class java.awt.TextComponent
Gets the text that is presented by this text component.
getText(). Method in class sun.awt.otk.TextComponentModel
Get the text from the data buffer.
getText(). Method in interface java.awt.peer.TextComponentPeer
getText(). Method in class sun.awt.otk.TextData
Get the text from the data buffer.
getText(). Method in interface sun.awt.otk.TextDataInterface
Get the text from the data buffer.
getText(int, int). Method in class sun.awt.otk.TextData
Get the stated number of characters from the data buffer starting at the given position.
getText(int, int). Method in interface sun.awt.otk.TextDataInterface
Get the stated number of characters from the data buffer starting at the given position.
getTextPane(). Method in interface sun.awt.otk.TextComponentView
Get the textpane contained in this view.
getTextString(). Method in class sun.awt.otk.TextData
Get the text from the data buffer as a string.
getTextString(). Method in interface sun.awt.otk.TextDataInterface
Get the text from the data buffer as a string.
getTextString(int, int). Method in class sun.awt.otk.TextData
Get a string containing the stated number of characters from the data buffer starting at the given position.
getTextString(int, int). Method in interface sun.awt.otk.TextDataInterface
Get a string containing the stated number of characters from the data buffer starting at the given position.
getThreadGroup(). Method in class java.lang.SecurityManager
Returns the thread group into which to instantiate any new thread being created at the time this is being called.
getThreadGroup(). Method in class java.lang.Thread
Returns this thread's thread group.
getTime(). Method in class java.util.Calendar
Gets this Calendar's current time.
getTime(). Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this date.
getTime(). Method in class java.util.zip.ZipEntry
Returns the modification time of the entry, or -1 if not specified.
getTimeInMillis(). Method in class java.util.Calendar
Gets this Calendar's current time as a long.
getTimeInstance(). Static method in class java.text.DateFormat
Gets the time formatter with the default formatting style for the default locale.
getTimeInstance(int). Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the default locale.
getTimeInstance(int, Locale). Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the given locale.
getTimeZone(). Method in class java.util.Calendar
Gets the time zone.
getTimeZone(). Method in class java.text.DateFormat
Gets the time zone.
getTimeZone(String). Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTimezoneOffset(). Method in class java.util.Date
Returns the local time-zone offset.
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.
getTitle(). Method in class sun.awt.otk.TopLevelWindowModel
Gets the title of this TopLevelWindow.
getToolkit(). Method in class sun.awt.otk.BasicView
An accessor method for the toolkit with which this view is associated.
getToolkit(). Method in class java.awt.Component
Gets the toolkit of this component.
getToolkit(). Method in class sun.awt.otk.ComponentModel
Gets the toolkit of this component.
getToolkit(). Method in interface java.awt.peer.ComponentPeer
getToolkit(). Method in class sun.awt.otk.ContainerViewImpl
Returns a handle to the toolkit.
getToolkit(). Method in class sun.awt.otk.MenuComponentModel
Get the toolkit used to create this model.
getToolkit(). Method in interface sun.awt.otk.View
An accessor method for the toolkit with which this view is associated.
getToolkit(). Method in class java.awt.Window
Returns the toolkit of this frame.
getTopView(). Method in class sun.awt.otk.TextComponentModel
Get the top most view.
getTotalIn(). Method in class java.util.zip.Deflater
Returns the total number of bytes input so far.
getTotalIn(). Method in class java.util.zip.Inflater
Returns the total number of bytes input so far.
getTotalOut(). Method in class java.util.zip.Deflater
Returns the total number of bytes output so far.
getTotalOut(). Method in class java.util.zip.Inflater
Returns the total number of bytes output so far.
getTransferData(DataFlavor). Method in class java.awt.datatransfer.StringSelection
If the data was requested in the "java.lang.String" flavor, return the String representing the selection.
getTransferData(DataFlavor). Method in interface java.awt.datatransfer.Transferable
Returns an object which represents the data to be transferred.
getTransferDataFlavors(). Method in class java.awt.datatransfer.StringSelection
Returns the array of flavors in which it can provide the data.
getTransferDataFlavors(). Method in interface java.awt.datatransfer.Transferable
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
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.
getTreeLock(). Method in class java.awt.Component
Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations.
getTreeLock(). Method in class java.awt.MenuComponent
Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations.
getTTL(). Method in class java.net.DatagramSocketImpl
Retrieve the TTL (time-to-live) option.
getTTL(). Method in class java.net.MulticastSocket
Get the default time-to-live for multicast packets sent out on the socket.
getType(). Method in class java.awt.Cursor
Returns the type for this cursor.
getType(). Method in class java.lang.reflect.Field
Returns a Class object that identifies the declared type for the field represented by this Field object.
getType(). Method in class sun.awt.otk.StateChangeNotification
Get the type of the StateChangeNotification.
getType(char). Static method in class java.lang.Character
Returns a value indicating a character category.
getUnitIncrement(). Method in interface java.awt.Adjustable
Gets the unit value increment for the adjustable object.
getUnitIncrement(). Method in class sun.awt.otk.AdjustableObject
Retrieves the unit value increment for the adjustable object.
getUnitIncrement(). Method in class java.awt.Scrollbar
Gets the unit increment for this scrollbar.
getUpdateRect(). Method in class java.awt.event.PaintEvent
Returns the rectangle representing the area which needs to be repainted in response to this event.
getUpdateRect(). Method in class sun.awt.otk.RepaintEvent
Returns the rectangle representing the area which needs to be repainted in response to this event.
getURL(). Method in class java.net.URLConnection
Returns the value of this URLConnection's URL field.
getUseCaches(). Method in class java.net.URLConnection
Returns the value of this URLConnection's useCaches field.
getUserData(). Method in class sun.awt.aw.Window
Return the window's "user data" field.
getUserData(). Method in interface sun.porting.windowsystem.Window
Return the window's "user data" field.
getVAdjustable(). Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the vertical scrollbar.
getVAdjustable(). Method in class sun.awt.otk.ScrollPaneModel
Returns the Adjustable object which represents the state of the vertical scrollbar.
getValidationID(). Method in interface sun.porting.graphicssystem.GeometryProvider
Get the validation identifier.
getValidationID(). Method in class sun.awt.aw.Window
Get the validation identifier.
getValue(). Method in interface java.awt.Adjustable
Gets the current value of the adjustable object.
getValue(). Method in class sun.awt.otk.AdjustableObject
Retrieves the current value of the adjustable object.
getValue(). Method in class java.awt.event.AdjustmentEvent
Returns the current value in the adjustment event.
getValue(). Method in class java.util.zip.Adler32
Returns checksum value.
getValue(). Method in interface java.util.zip.Checksum
Returns the current checksum value.
getValue(). Method in class java.util.zip.CRC32
Returns CRC-32 value.
getValue(). Method in interface java.beans.PropertyEditor
getValue(). Method in class java.beans.PropertyEditorSupport
getValue(). Method in class java.awt.Scrollbar
Gets the current value of this scroll bar.
getValue(String). Method in class java.beans.FeatureDescriptor
Retrieve a named attribute with this feature.
getVariant(). Method in class java.util.Locale
Getter for programmatic name of field.
getVgap(). Method in class java.awt.BorderLayout
Returns the vertical gap between components.
getVgap(). Method in class java.awt.CardLayout
Gets the vertical gap between components.
getVgap(). Method in class java.awt.FlowLayout
Gets the vertical gap between components.
getVgap(). Method in class java.awt.GridLayout
Gets the vertical gap between components.
getView(int). Method in class sun.awt.otk.ContainerViewImpl
Returns the view at the "index"th location.
getViewCount(). Method in class sun.awt.otk.ContainerViewImpl
getViewportSize(). Method in class java.awt.ScrollPane
Returns the current size of the scroll pane's view port.
getViews(). Method in class sun.awt.otk.ContainerViewImpl
Gets the list of view stored in the Container.
getVirtualKeyboard(VirtualKeyboardInputMethod, TextComponentModel). Method in class sun.awt.otk.ObjectToolkit
Returns a VirtualKeyboardViewIntf object.
getVirtualKeyboardActivator(). Method in class sun.awt.otk.ObjectToolkit
Returns a VirtualKeyboardActivator object.
getVirtualKeyboardModel(VirtualKeyboardInputMethod). Method in class sun.awt.otk.ObjectToolkit
Creates a VirtualKeybaordModel.
getVisible(). Method in class sun.awt.otk.MenuShowEvent
getVisible(). Method in class java.awt.Scrollbar
getVisibleAmount(). Method in interface java.awt.Adjustable
Gets the length of the propertional indicator.
getVisibleAmount(). Method in class sun.awt.otk.AdjustableObject
Retrieves the length of the propertional indicator.
getVisibleAmount(). Method in class java.awt.Scrollbar
Gets the visible amount of this scroll bar.
getVisibleIndex(). Method in class java.awt.List
Gets the index of the item that was last made visible by the method makeVisible.
getVKSet(). Method in class sun.awt.otk.VirtualKey
Sets the key set for this key.
getVScrollbarWidth(). Method in class java.awt.ScrollPane
Returns the width that would be occupied by a vertical scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getVScrollbarWidth(). Method in class sun.awt.otk.ScrollPaneModel
Retrieves the width of the scroll pane's vertical scroll bar.
getVScrollbarWidth(). Method in interface java.awt.peer.ScrollPanePeer
getWarningString(). Method in class java.awt.Window
Gets the warning string that is displayed with this window.
getWeekdays(). Method in class java.text.DateFormatSymbols
Gets weekday strings.
getWhen(). Method in class java.awt.event.InputEvent
Returns the timestamp of when this event occurred.
getWhen(). Method in class sun.awt.otk.MenuShowEvent
getWidth(). Method in class sun.awt.image.Image
Return the width of the original image source.
getWidth(). Method in class java.awt.image.PixelGrabber
Get the width of the pixel buffer (after adjusting for image width).
getWidth(). Method in class sun.awt.image.PixelStore
getWidth(ImageObserver). Method in class java.awt.Image
Determines the width of the image.
getWidth(ImageObserver). Method in class sun.awt.image.Image
Return the width of the original image source.
getWidths(). Method in class java.awt.FontMetrics
Gets the advance widths of the first 256 characters in the Font.
getWindow(). Method in class sun.awt.otk.WindowActivationVetoException
Returns the window for which this exception occurred.
getWindow(). Method in class java.awt.event.WindowEvent
Returns the window where this event originated.
getWordInstance(). Static method in class java.text.BreakIterator
Create BreakIterator for word-breaks using default locale.
getWordInstance(Locale). Static method in class java.text.BreakIterator
Create BreakIterator for word-breaks using specified locale.
getWordWrap(). Method in class sun.awt.otk.TextData
Get the current word wrap value.
getWordWrap(). Method in interface sun.awt.otk.TextDataInterface
Get the current word wrap value.
getWriteMethod(). Method in class java.beans.PropertyDescriptor
getX(). Method in class java.awt.event.MouseEvent
Returns the x position of the event relative to the source component.
getY(). Method in class java.awt.event.MouseEvent
Returns the y position of the event relative to the source component.
getYear(). Method in class java.util.Date
Returns the year represented by this date, minus 1900.
getZeroDigit(). Method in class java.text.DecimalFormatSymbols
character used for zero.
getZoneStrings(). Method in class java.text.DateFormatSymbols
Gets timezone strings.
gfxSys. Variable in class sun.porting.windowsystem.WindowSystem
GifImageDecoder(InputStreamImageSource, InputStream). Constructor for class sun.awt.image.GifImageDecoder
GOT_FOCUS. Static variable in class java.awt.Event
A component gained the focus.
gotFocus(Event, Object). Method in class java.awt.Component
gotoLine(int). Method in interface sun.awt.otk.TextPane
Go to the indicated line.
gotoLine(int). Method in class sun.awt.otk.TextPaneImpl
Go to the indicated line.
gotoPosition(int). Method in interface sun.awt.otk.TextPane
Go to the indicated position.
gotoPosition(int). Method in class sun.awt.otk.TextPaneImpl
Go to the indicated position.
grabInput(int). Method in class sun.awt.aw.Window
Make this window grab all input.
grabInput(int). Method in interface sun.porting.windowsystem.Window
Make this window grab all input.
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.
GRAPHICS_INVALID_FLAG. Static variable in interface sun.porting.windowsystem.EventHandler
Indicates that some change or another happened at the graphics layer which has made the current state of the This is a bit that can be logically OR-ed with the other flags.
graphicsChange(long, Region, int). Method in interface sun.porting.windowsystem.EventHandler
Called when a change occurred in the graphics system, e.g.
graphicsChange(long, Region, int). Method in class sun.awt.aw.WindowSystem
Handle a graphicsChange event.
GraphicsSystem(). Constructor for class sun.porting.graphicssystem.GraphicsSystem
gray. Static variable in class java.awt.Color
The color gray.
green. Static variable in class java.awt.Color
The color green.
GregorianCalendar(). Constructor for class java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default locale.
GregorianCalendar(int, int, int). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(Locale). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default locale.
GregorianCalendar(TimeZone, Locale). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GridBagConstraints(). Constructor for class java.awt.GridBagConstraints
Creates a GridBagConstraint object with all of its fields set to their default value.
GridBagLayout(). Constructor for class java.awt.GridBagLayout
Creates a grid bag layout manager.
gridheight. Variable in class java.awt.GridBagConstraints
Specifies the number of cells in a column for the component's display area.
GridLayout(). Constructor for class java.awt.GridLayout
Creates a grid layout with a default of one column per component, in a single row.
GridLayout(int, int). Constructor for class java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
GridLayout(int, int, int, int). Constructor for class java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
gridwidth. Variable in class java.awt.GridBagConstraints
Specifies the number of cells in a row for the component's display area.
gridx. Variable in class java.awt.GridBagConstraints
Specifies the cell at the left of the component's display area, where the leftmost cell has gridx = 0.
gridy. Variable in class java.awt.GridBagConstraints
Specifies the cell at the top of the component's display area, where the topmost cell has gridy = 0.
grow(int, int). Method in class java.awt.Rectangle
Grows the rectangle both horizontally and vertically.
growLinesArray(int). Method in class sun.awt.otk.TextData
make room for given number of additional lines in array.
guessContentTypeFromName(String). Static method in class java.net.URLConnection
Tries to determine the content type of an object, based on the specified "file" component of a URL.
guessContentTypeFromStream(InputStream). Static method in class java.net.URLConnection
Tries to determine the type of an input stream based on the characters at the beginning of the input stream.
GZIP_MAGIC. Static variable in class java.util.zip.GZIPInputStream
GZIP header magic number.
GZIPInputStream(InputStream). Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with a default buffer size.
GZIPInputStream(InputStream, int). Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with the specified buffer size.
GZIPOutputStream(OutputStream). Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size.
GZIPOutputStream(OutputStream, int). Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size.

H

HAND_CURSOR. Static variable in class java.awt.Cursor
The hand cursor type.
HAND_CURSOR. Static variable in class java.awt.Frame
handleAWTEvent(Model, AWTEvent). Method in class sun.awt.otk.BasicView
Handle an AWT event by delivering it to each of the controllers in turn until one of them handles it.
handleEvent(AWTEvent). Method in class sun.awt.otk.ComponentModel
Called from AWT when this component receives an event.
handleEvent(AWTEvent). Method in interface java.awt.peer.ComponentPeer
handleEvent(Event). Method in class java.awt.Component
handleEvent(int, long, int, int, int, int, int). Method in class sun.awt.otk.BasicView
The direct event delivery path to the View, always used for window-related events and also used for input events if the View is not associated with an awt.Component.
handleEvent(int, long, int, int, int, int, int). Method in class sun.awt.otk.ComponentView
The handleEvent method is overridden to translate most window-related events to corresponding AWT events and post them to the target.
handleEvent(int, long, int, int, int, int, int). Method in class sun.awt.otk.ContainerViewImpl
The direct event delivery path to the View, always used for window-related events and also used for input events if the View is not associated with an awt.Component.
handleEvent(int, long, int, int, int, int, int). Method in class sun.awt.otk.ModalContainerViewImpl
When this method is invoked, this implies that this modal container has done a grab and is therefore receiving all events.
handleEvent(int, long, int, int, int, int, int). Method in interface sun.awt.otk.View
The direct event delivery path to the View, always used for window-related events and also used for input events if the View is not associated with an awt.Component.
handleEvent(int, long, int, int, int, int, int). Method in class sun.awt.otk.VirtualKeySet
The direct event delivery path to the View, always used for window-related events and also used for input events if the View is not associated with an awt.Component.
handleEvent(View, AWTEvent). Method in interface sun.awt.otk.Controller
Handle an event that occurred on the indicated view.
handleEvent(View, AWTEvent). Method in class sun.awt.otk.CvtVirtual
We over-ride this method because InputController will only handle InputEvents and VirtualComponentEvent is an instance of ComponentEvent.
handleEvent(View, AWTEvent). Method in class sun.awt.otk.InputController
This a "generic" handleEvent that does re-evaluation of an incoming AWT event and calles controller's handleEvent with correct values.
handleEvent(View, AWTEvent). Method in class sun.awt.otk.MouseGobbler
Handle an AWT event that landed on the given view.
handleEvent(View, AWTEvent). Method in class sun.awt.otk.TextComponentController
We over-ride this method because InputController will only handle InputEvents and VirtualComponentEvent is an instance of ComponentEvent.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.ArmableMouseController
Processes mouse events on behalf of the Armable view to which it has been attached.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.ArmOnPress
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.Backspace
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.BasicView
Handle an event by delivering it to each of the controllers in turn until one of them handles it.
handleEvent(View, int, long, int, int, int, int, int). Method in interface sun.awt.otk.Controller
Handle an event that occurred on the indicated view.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.CutAndPaste
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.CvtVirtual
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.DragMenuMouseController
Handle an event.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.HorizArrows
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.HorizPage
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.InputController
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.ListMouseController
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.MouseGobbler
Handle an event which landed on the given view.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.Scroll
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.SimpleController
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.TextCatchall
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.TextFilter
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.TextPassThru
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.TextScroll
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.TriggerOnEnterKey
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.TriggerOnRelease
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.VertArrows
Implementation of this method is called after InputEvent was re-evaluated.
handleEvent(View, int, long, int, int, int, int, int). Method in class sun.awt.otk.VertPage
Implementation of this method is called after InputEvent was re-evaluated.
handleGetObject(String). Method in class java.util.ListResourceBundle
Override of ResourceBundle, same semantics
handleGetObject(String). Method in class java.util.PropertyResourceBundle
Override of ResourceBundle, same semantics
handleGetObject(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
handleInputEvent(View, int, long, int, int, int, int, int). Method in interface sun.awt.otk.GenericInputHandler
handleKeyEvent(KeyEvent). Method in class sun.awt.ArrowKeyFocusManager
handleKeyEvent(KeyEvent). Method in interface sun.awt.FocusManagement
handleKeyEvent(KeyEvent). Method in class sun.awt.TabFocusManager
handleLeftArrowKey(int). Method in class sun.awt.otk.TextPaneImpl
Move left one character using iterators so internationalization is supported.
handleMouseEvent(int, long, int, int, int, int, int). Method in class sun.awt.otk.MultiLineTextPane
Handle all mouse events for the textpane.
handleMouseEvent(int, long, int, int, int, int, int). Method in class sun.awt.otk.RandomSelectionTextPane
Handle all mouse events for the textpane.
handleMouseEvent(int, long, int, int, int, int, int). Method in interface sun.awt.otk.TextPane
Handle mouse events.
handleMouseEvent(int, long, int, int, int, int, int). Method in class sun.awt.otk.TextPaneImpl
Handle all mouse events for the textpane.
handleMultipleMouseClicks(int, int, int). Method in class sun.awt.otk.TextPaneImpl
Implement handling of multiple mouse clicks.
handleRightArrowKey(int). Method in class sun.awt.otk.TextPaneImpl
Move right one character using iterators so internationalization is supported.
handleVerticalScrolling(Graphics, int). Method in class sun.awt.otk.MultiLineTextPane
Scrolls vertically if necessary.
handleVerticalScrolling(Graphics, int). Method in class sun.awt.otk.TextPaneImpl
Scrolls vertically if necessary.
handleViewEvent(Model, ViewEvent). Method in class sun.awt.otk.BasicView
Called when a viewEvent was passed in to updateDependent()
hasChanged(). Method in class java.util.Observable
Tests if this object has changed.
hasError(). Method in class sun.awt.image.Image
hasFocus(). Method in class sun.awt.otk.BasicView
Query whether this View has focus or not.
hasGrab(). Method in class sun.awt.aw.Window
Determine whether this window owns an input grab.
hasGrab(). Method in interface sun.porting.windowsystem.Window
Determine whether this window (actually its top-level ancestor) owns the input grab.
hashCode(). Method in class java.util.BitSet
Gets the hashcode.
hashCode(). Method in class java.lang.Boolean
Returns a hash code for this Boolean.
hashCode(). Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode(). Method in class java.lang.Character
Returns a hash code for this Character.
hashCode(). Method in class java.text.ChoiceFormat
Generates a hash code for the message format object.
hashCode(). Method in class java.text.CollationKey
Creates a hash code for this CollationKey.
hashCode(). Method in class java.text.Collator
Generates the hash code for this Collator.
hashCode(). Method in class java.awt.Color
Computes the hash code for this color.
hashCode(). Method in class java.lang.reflect.Constructor
Returns a hashcode for this Constructor.
hashCode(). Method in class java.util.Date
Returns a hash code value for this object.
hashCode(). Method in class java.text.DateFormat
Overrides hashCode
hashCode(). Method in class java.text.DateFormatSymbols
Override hashCode.
hashCode(). Method in class java.text.DecimalFormat
Overrides hashCode
hashCode(). Method in class java.text.DecimalFormatSymbols
Override hashCode
hashCode(). Method in class java.lang.Double
Returns a hashcode for this Double.
hashCode(). Method in class java.lang.reflect.Field
Returns a hashcode for this Field.
hashCode(). Method in class java.lang.Float
Returns a hashcode for this Float.
hashCode(). Method in class java.awt.Font
Returns a hashcode for this font.
hashCode(). Method in class java.util.GregorianCalendar
Override hashCode.
hashCode(). Method in class java.net.InetAddress
Returns a hashcode for this IP address.
hashCode(). Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode(). Method in class java.util.Locale
Override hashCode.
hashCode(). Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode(). Method in class java.text.MessageFormat
Generates a hash code for the message format object.
hashCode(). Method in class java.lang.reflect.Method
Returns a hashcode for this Method.
hashCode(). Method in class java.text.NumberFormat
Overrides hashCode
hashCode(). Method in class java.lang.Object
Returns a hash code value for the object.
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.text.RuleBasedCollator
Generates the hash code for the table-based collation object
hashCode(). Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode(). Method in class java.text.SimpleDateFormat
Override hashCode.
hashCode(). Method in class java.util.SimpleTimeZone
Override hashCode.
hashCode(). Method in class java.lang.String
Returns a hashcode for this string.
hashCode(). Method in class java.text.StringCharacterIterator
Compute a hashcode for this enumeration
hashCode(). Method in class java.net.URL
Creates an integer suitable for hash table indexing.
Hashtable(). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor.
Hashtable(int). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor.
Hashtable(int, float). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
hasInputFocus(). Method in class sun.awt.aw.Window
Determine whether this window has the input focus.
hasInputFocus(). Method in interface sun.porting.windowsystem.Window
Determine whether this window has the keyboard input focus.
hasMoreElements(). Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreElements(). Method in class java.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreTokens(). Method in class java.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
headerComplete(). Method in class sun.awt.image.ImageDecoder
height. Variable in class java.awt.Dimension
The height dimension.
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 sun.awt.image.ImageRepresentation
height. Variable in class java.awt.Rectangle
The height of the rectangle.
height. Variable in class sun.awt.otk.TextPaneImpl
My height
hide(). Method in class java.awt.Component
hide(). Method in class sun.awt.otk.ComponentModel
hide(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setVisible(boolean).
hide(). Method in interface sun.awt.otk.VirtualKeyboardViewIntf
Hide the component.
hideTextPopup(). Method in class sun.awt.otk.VirtualKeyboardInputMethod
This method is called when the virtual keyboard needs be hidden.
HOME. Static variable in class java.awt.Event
The Home key, a non-ASCII action key.
home(). Method in interface sun.awt.otk.TextPane
Move to the beginning of the data buffer.
home(). Method in class sun.awt.otk.TextPaneImpl
Move to the beginning of the data buffer.
homeOfLine(). Method in interface sun.awt.otk.TextPane
Move to the start of the current line.
homeOfLine(). Method in class sun.awt.otk.TextPaneImpl
Move to the start of the current line.
HorizArrows(). Constructor for class sun.awt.otk.HorizArrows
HORIZONTAL. Static variable in interface java.awt.Adjustable
The horizontal orientation.
HORIZONTAL. Static variable in class java.awt.GridBagConstraints
Resize the component horizontally but not vertically.
HORIZONTAL. Static variable in class java.awt.Scrollbar
A constant that indicates a horizontal scroll bar.
HorizPage(). Constructor for class sun.awt.otk.HorizPage
hotX. Variable in class sun.porting.graphicssystem.CursorImage
The x coordinate of the cursor hot spot, i.e.
hotY. Variable in class sun.porting.graphicssystem.CursorImage
The y coordinate of the cursor hot spot, i.e.
HOUR. Static variable in class java.util.Calendar
Useful constant for date and time.
HOUR0_FIELD. Static variable in class java.text.DateFormat
Useful constant for zero-based HOUR field alignment.
HOUR1_FIELD. Static variable in class java.text.DateFormat
Useful constant for one-based HOUR field alignment.
HOUR_OF_DAY. Static variable in class java.util.Calendar
Useful constant for date and time.
HOUR_OF_DAY0_FIELD. Static variable in class java.text.DateFormat
Useful constant for zero-based HOUR_OF_DAY field alignment.
HOUR_OF_DAY1_FIELD. Static variable in class java.text.DateFormat
Useful constant for one-based HOUR_OF_DAY field alignment.
HSBtoRGB(float, float, float). Static method in class java.awt.Color
Converts the components of a color, as specified by the HSB model, to an equivalent set of values for the RGB model.
HTTP_ACCEPTED. Static variable in class java.net.HttpURLConnection
HTTP_BAD_GATEWAY. Static variable in class java.net.HttpURLConnection
HTTP_BAD_METHOD. Static variable in class java.net.HttpURLConnection
HTTP_BAD_REQUEST. Static variable in class java.net.HttpURLConnection
4XX: client error
HTTP_CLIENT_TIMEOUT. Static variable in class java.net.HttpURLConnection
HTTP_CONFLICT. Static variable in class java.net.HttpURLConnection
HTTP_CREATED. Static variable in class java.net.HttpURLConnection
HTTP_ENTITY_TOO_LARGE. Static variable in class java.net.HttpURLConnection
HTTP_FORBIDDEN. Static variable in class java.net.HttpURLConnection
HTTP_GATEWAY_TIMEOUT. Static variable in class java.net.HttpURLConnection
HTTP_GONE. Static variable in class java.net.HttpURLConnection
HTTP_INTERNAL_ERROR. Static variable in class java.net.HttpURLConnection
HTTP_LENGTH_REQUIRED. Static variable in class java.net.HttpURLConnection
HTTP_MOVED_PERM. Static variable in class java.net.HttpURLConnection
HTTP_MOVED_TEMP. Static variable in class java.net.HttpURLConnection
HTTP_MULT_CHOICE. Static variable in class java.net.HttpURLConnection
3XX: relocation/redirect
HTTP_NO_CONTENT. Static variable in class java.net.HttpURLConnection
HTTP_NOT_ACCEPTABLE. Static variable in class java.net.HttpURLConnection
HTTP_NOT_AUTHORITATIVE. Static variable in class java.net.HttpURLConnection
HTTP_NOT_FOUND. Static variable in class java.net.HttpURLConnection
HTTP_NOT_MODIFIED. Static variable in class java.net.HttpURLConnection
HTTP_OK. Static variable in class java.net.HttpURLConnection
2XX: generally "OK"
HTTP_PARTIAL. Static variable in class java.net.HttpURLConnection
HTTP_PAYMENT_REQUIRED. Static variable in class java.net.HttpURLConnection
HTTP_PRECON_FAILED. Static variable in class java.net.HttpURLConnection
HTTP_PROXY_AUTH. Static variable in class java.net.HttpURLConnection
HTTP_REQ_TOO_LONG. Static variable in class java.net.HttpURLConnection
HTTP_RESET. Static variable in class java.net.HttpURLConnection
HTTP_SEE_OTHER. Static variable in class java.net.HttpURLConnection
HTTP_SERVER_ERROR. Static variable in class java.net.HttpURLConnection
5XX: server error
HTTP_UNAUTHORIZED. Static variable in class java.net.HttpURLConnection
HTTP_UNAVAILABLE. Static variable in class java.net.HttpURLConnection
HTTP_UNSUPPORTED_TYPE. Static variable in class java.net.HttpURLConnection
HTTP_USE_PROXY. Static variable in class java.net.HttpURLConnection
HTTP_VERSION. Static variable in class java.net.HttpURLConnection
HttpURLConnection(URL). Constructor for class java.net.HttpURLConnection
Constructor for the URLStreamHandler.
HUFFMAN_ONLY. Static variable in class java.util.zip.Deflater
Compression strategy for Huffman coding only.

I

ICON_COLOR_16x16. Static variable in interface java.beans.BeanInfo
Constant to indicate a 16 x 16 color icon.
ICON_COLOR_32x32. Static variable in interface java.beans.BeanInfo
Constant to indicate a 32 x 32 color icon.
ICON_MONO_16x16. Static variable in interface java.beans.BeanInfo
Constant to indicate a 16 x 16 monochrome icon.
ICON_MONO_32x32. Static variable in interface java.beans.BeanInfo
Constant to indicate a 32 x 32 monochrome icon.
id. Variable in class java.awt.AWTEvent
id. Variable in class java.awt.Event
Indicates which type of event the event is, and which other Event variables are relevant for the event.
IDENTICAL. Static variable in class java.text.Collator
Collator strength value.
identityHashCode(Object). Static method in class java.lang.System
Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IEEEremainder(double, double). Static method in class java.lang.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
ifModifiedSince. Variable in class java.net.URLConnection
Some protocols support skipping the fetching of the object unless the object has been modified more recently than a certain time.
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 an IllegalAccessException without a detail message.
IllegalAccessException(String). Constructor for class java.lang.IllegalAccessException
Constructs an 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.
IllegalComponentStateException(). Constructor for class java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with no detail message.
IllegalComponentStateException(String). Constructor for class java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException 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.
IllegalStateException(). Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String). Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException 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. Variable in class sun.porting.graphicssystem.CursorImage
An image which contains the shape of the cursor.
Image(). Constructor for class java.awt.Image
Image(). Constructor for class sun.awt.image.Image
Image(Component, int, int). Constructor for class sun.awt.image.Image
Construct an image for offscreen rendering to be used with a given Component.
Image(ImageProducer). Constructor for class sun.awt.image.Image
Construct an image from an ImageProducer object.
IMAGEABORTED. Static variable in interface java.awt.image.ImageConsumer
The image creation process was deliberately aborted.
imageComplete(). Method in class sun.awt.image.PixelStore
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.
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 sun.awt.image.ImageRepresentation
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, boolean). Method in class sun.awt.image.ImageDecoder
ImageDecoder(InputStreamImageSource, InputStream). Constructor for class sun.awt.image.ImageDecoder
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
ImageFormatException(String). Constructor for class sun.awt.image.ImageFormatException
ImageRepresentation(Image, int, int, int). Constructor for class sun.awt.image.ImageRepresentation
Create an ImageRepresentation for the given Image scaled to the given width and height and dithered or converted to a ColorModel appropriate for the given image tag.
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.
ImageWatched(). Constructor for class sun.awt.image.ImageWatched
imListener. Variable in class sun.awt.otk.InputMethodAdapter
implAccept(Socket). Method in class java.net.ServerSocket
Subclasses of ServerSocket use this method to override accept() to return their own subclass of socket.
in. Static variable in class java.io.FileDescriptor
A handle to the standard input stream.
in. Variable in class java.io.FilterInputStream
The underlying input stream.
in. Variable in class java.io.FilterReader
The underlying character-input stream, or null if the stream has been closed
in. Variable in class java.io.PipedInputStream
in. Static variable in class java.lang.System
The "standard" input stream.
INACTIVE_CAPTION. Static variable in class java.awt.SystemColor
The array index for the inactive caption background color.
INACTIVE_CAPTION_BORDER. Static variable in class java.awt.SystemColor
The array index for the inactive caption border color.
INACTIVE_CAPTION_TEXT. Static variable in class java.awt.SystemColor
The array index for the inactive caption text color.
inactiveCaption. Static variable in class java.awt.SystemColor
The background color for inactive captions in window borders.
inactiveCaptionBorder. Static variable in class java.awt.SystemColor
The border color for inactive captios in window borders.
inactiveCaptionText. Static variable in class java.awt.SystemColor
The text color for inactive captions in window borders.
inCheck. Variable in class java.lang.SecurityManager
This field is true if there is a security check in progress; false otherwise.
inClass(String). Method in class java.lang.SecurityManager
Tests if the specified String is in this Class.
inClassLoader(). Method in class java.lang.SecurityManager
Tests if 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.
inDaylightTime(Date). Method in class java.util.SimpleTimeZone
Overrides TimeZone Queries if the given date is in Daylight Savings Time.
inDaylightTime(Date). Method in class java.util.TimeZone
Queries if the given date is in Daylight Savings Time in this time zone.
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.
IndexedPropertyDescriptor(String, Class). Constructor for class java.beans.IndexedPropertyDescriptor
This constructor constructs an IndexedPropertyDescriptor for a property that follows the standard Java conventions by having getFoo and setFoo accessor methods, for both indexed access and array access.
IndexedPropertyDescriptor(String, Class, String, String, String, String). Constructor for class java.beans.IndexedPropertyDescriptor
This constructor takes the name of a simple property, and method names for reading and writing the property, both indexed and non-indexed.
IndexedPropertyDescriptor(String, Method, Method, Method, Method). Constructor for class java.beans.IndexedPropertyDescriptor
This constructor takes the name of a simple property, and Method objects for reading and writing the property.
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 the specified index.
indexOf(Object). Method in interface sun.awt.otk.OrderedList
indexOf(Object). Method in class java.util.Vector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object, int). Method in class java.util.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
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, starting at the specified index.
IndexOutOfBoundsException(). Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String). Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
inf. Variable in class java.util.zip.InflaterInputStream
Decompressor for this stream.
inflate(byte[]). Method in class java.util.zip.Inflater
Uncompresses bytes into specified buffer.
inflate(byte[], int, int). Method in class java.util.zip.Inflater
Uncompresses bytes into specified buffer.
Inflater(). Constructor for class java.util.zip.Inflater
Creates a new decompressor.
Inflater(boolean). Constructor for class java.util.zip.Inflater
Creates a new decompressor.
InflaterInputStream(InputStream). Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with a default decompressor and buffer size.
InflaterInputStream(InputStream, Inflater). Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and a default buffer size.
InflaterInputStream(InputStream, Inflater, int). Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and buffer size.
info. Static variable in class java.awt.SystemColor
The background color for info(help) text.
INFO. Static variable in class java.awt.SystemColor
The array index for the info background color.
INFO_TEXT. Static variable in class java.awt.SystemColor
The array index for the info text color.
infoText. Static variable in class java.awt.SystemColor
The text color for info(help) text.
init(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
initComplete(). Method in class sun.awt.otk.ComponentModel
Notifies this ComponentModel that its view initialization is complete, so it is now "safe" to make its view(s) visible.
initComplete(). Method in class sun.awt.otk.DialogModel
Notifies this DialogModel that its view initialization is complete, so it is now "safe" to make its view(s) visible.
initComplete(). Method in interface sun.awt.otk.Model
Called when view initialization is complete to give the model the opportunity to set visibility.
initComplete(). Method in class sun.awt.otk.ObservableModel
Called when view initialization is complete to give the model the opportunity to set visibility.
initGraphics(Graphics). Method in class sun.awt.image.Image
INPUT_METHOD_TEXT_CHANGED. Static variable in class sun.awt.otk.InputMethodAdapter
Constants that specifies the type of input method event that is to be sent using the postInputMethodEvent method.
inputContext. Variable in class sun.awt.im.InputMethod
InputContext(). Constructor for class sun.awt.im.InputContext
Constructs an InputContext.
InputController(). Constructor for class sun.awt.otk.InputController
Empty default constructor
inputMethod. Variable in class sun.awt.otk.VirtualKeyboardInputMethod
InputMethod(). Constructor for class sun.awt.im.InputMethod
Constructs a new input method.
InputMethodAdapter(). Constructor for class sun.awt.im.InputMethodAdapter
InputMethodAdapter(). Constructor for class sun.awt.otk.InputMethodAdapter
InputMethodContext(). Constructor for class sun.awt.im.InputMethodContext
inputMethodCreationFailed. Variable in class sun.awt.otk.VirtualKeyboardInputMethod
inputMethodTextChanged(String, String, int). Method in interface sun.awt.otk.InputMethodListener
Invoked when the text entered through an input method has changed.
inputMethodTextChanged(String, String, int). Method in class sun.awt.otk.TextComponentModel
Invoked when the text entered through an input method has changed.
inputMethodTextChanged(String, String, int). Method in interface sun.awt.otk.TextComponentView
Invoked when the text entered through an input method has changed.
inputMethodTextChanged(String, String, int). Method in interface sun.awt.otk.TextPane
Invoked when the text entered through an input method has changed.
inputMethodTextChanged(String, String, int). Method in class sun.awt.otk.TextPaneImpl
Invoked when the text entered through an input method has changed.
InputStream(). Constructor for class java.io.InputStream
InputStreamImageSource(). Constructor for class sun.awt.image.InputStreamImageSource
InputStreamReader(InputStream). Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String). Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
INSERT. Static variable in class java.awt.Event
The Insert key, a non-ASCII action key.
insert(char[], int). Method in class sun.awt.otk.TextCharData
Insert the given char array at given position.
insert(char[], int). Method in interface sun.awt.otk.TextDataInterface
Insert the given char array at given position.
insert(int, boolean). Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char). Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, char[]). Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, double). Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
insert(int, float). Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, int). Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long). Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, Object). Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String). Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insert(MenuItem, int). Method in class java.awt.Menu
Inserts a menu item into this menu at the specified position.
insert(String, int). Method in class java.awt.Choice
Inserts the item into this choice at the specified position.
insert(String, int). Method in class java.awt.Menu
Inserts a menu item with the specified label into this menu at the specified position.
insert(String, int). Method in class java.awt.TextArea
Inserts the specified text at the specified position in this text area.
insert(String, int). Method in class sun.awt.otk.TextAreaModel
Insert the text "txt on position "pos" in the array lines.
insert(String, int). Method in interface java.awt.peer.TextAreaPeer
insert(String, int). Method in class sun.awt.otk.TextData
Insert the given string at given position.
insert(String, int). Method in interface sun.awt.otk.TextDataInterface
Insert the given string at given position.
insertElementAt(Object, int). Method in interface sun.awt.otk.OrderedList
insertElementAt(Object, int). Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
insertImpl(char[], int). Method in class sun.awt.otk.TextCharData
Concrete insert() implementation.
insertImpl(char[], int). Method in class sun.awt.otk.TextRandomData
Concrete insert() implementation.
insertImpl(char[], int, boolean). Method in class sun.awt.otk.TextRandomData
Concrete insert() implementation.
insertImpl(String, int). Method in class sun.awt.otk.TextPaneImpl
Insert given text at specified position.
insertSeparator(int). Method in class java.awt.Menu
Inserts a separator at the specified position.
insertSoftBreak(int). Method in class sun.awt.otk.TextRandomData
Adds a soft line break at the given location.
insertSoftBreaks(int). Method in class sun.awt.otk.RandomSelectionTextPane
Append the given number of special random selection line break characters into the data buffer.
insertText(String, int). Method in class java.awt.TextArea
insertText(String, int). Method in class sun.awt.otk.TextAreaModel
Insert the text "txt on position "pos" in the array lines.
insertText(String, int). Method in interface java.awt.peer.TextAreaPeer
DEPRECATED: Replaced by insert(String, int).
insets. Variable in class java.awt.GridBagConstraints
This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area.
insets. Variable in class sun.awt.otk.TextPaneImpl
Area that we don't draw text in.
insets(). Method in class java.awt.Container
insets(). Method in class sun.awt.otk.ContainerModel
insets(). Method in interface java.awt.peer.ContainerPeer
DEPRECATED: Replaced by getInsets().
Insets(int, int, int, int). Constructor for class java.awt.Insets
Creates and initializes a new Insets object with the specified top, left, bottom, and right insets.
insetsChanged(Model, Insets). Method in class sun.awt.otk.ComponentView
Called when insets have been changed on the component.
inside(int, int). Method in class java.awt.Component
inside(int, int). Method in class java.awt.Polygon
inside(int, int). Method in class java.awt.Rectangle
insideMenu(int, int). Method in interface sun.awt.otk.DragMenu
Hit testing.
instantiate(ClassLoader, String). Static method in class java.beans.Beans
Instantiate a bean.
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 a newly allocated Integer object that represents the primitive int argument.
Integer(String). Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the value represented by the string.
INTEGER_FIELD. Static variable in class java.text.NumberFormat
Field constant used to construct a FieldPosition object.
INTERFACE. Static variable in class java.lang.reflect.Modifier
intern(). Method in class java.lang.String
Returns a canonical representation for the string object.
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.
internalGet(int). Method in class java.util.Calendar
Gets the value for a given time field.
interrupt(). Method in class java.lang.Thread
Interrupts this thread.
interrupted(). Static method in class java.lang.Thread
Tests if the current thread has 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 InterruptedIOException with no detail message.
InterruptedIOException(String). Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
intersect(int, int, int, int). Method in interface sun.porting.graphicssystem.Region
Do a destructive intersection operation with a region described by the rectangle (x,y,w,h).
intersect(int, int, int, int). Method in class sun.porting.utils.RegionImpl
intersect(Rectangle). Method in interface sun.porting.graphicssystem.Region
Do a destructive intersection operation with a region described by the given Rectangle.
intersect(Rectangle). Method in class sun.porting.utils.RegionImpl
intersect(Region). Method in interface sun.porting.graphicssystem.Region
Do a destructive intersection operation with the given region.
intersect(Region). Method in class sun.porting.utils.RegionImpl
intersection(Rectangle). Method in class java.awt.Rectangle
Computes the intersection of this rectangle with the specified rectangle.
intersects(Rectangle). Method in class java.awt.Rectangle
Determines whether this rectangle and the specified rectangle intersect.
IntrospectionException(String). Constructor for class java.beans.IntrospectionException
intValue(). Method in class java.lang.Byte
Returns the value of this Byte as an int.
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 specified number as an int.
intValue(). Method in class java.lang.Short
Returns the value of this Short as an int.
invalidate(). Method in class java.awt.Component
Invalidates this component.
invalidate(). Method in class java.awt.Container
Invalidates the container.
invalidateClip(). Method in class sun.awt.aw.Window
Invalidate the clip by incrementing the validation count.
invalidateLayout(Container). Method in class java.awt.BorderLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container). Method in class java.awt.CardLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container). Method in class java.awt.GridBagLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container). Method in interface java.awt.LayoutManager2
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
InvalidClassException(String). Constructor for class java.io.InvalidClassException
Report a InvalidClassException for the specified reason.
InvalidClassException(String, String). Constructor for class java.io.InvalidClassException
InvalidObjectException(String). Constructor for class java.io.InvalidObjectException
Constructs an InvalidObjectException with a detail message.
invisible(boolean). Method in class sun.awt.aw.Window
Indicate that this window is being made fully invisible.
InvocationTargetException(). Constructor for class java.lang.reflect.InvocationTargetException
InvocationTargetException(Throwable). Constructor for class java.lang.reflect.InvocationTargetException
Constructs a InvocationTargetException with a target exception.
InvocationTargetException(Throwable, String). Constructor for class java.lang.reflect.InvocationTargetException
Constructs a InvocationTargetException with a target exception and a detail message.
invoke(Object, Object[]). Method in class java.lang.reflect.Method
Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
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
This field specifies the internal padding of the component, how much space to add to the minimum width of the component.
ipady. Variable in class java.awt.GridBagConstraints
This field specifies the internal padding, that is, how much space to add to the minimum height of the component.
isAbstract(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the abstract modifier.
isActionKey(). Method in class java.awt.event.KeyEvent
Returns whether or not the key in this event is an "action" key, as defined in Event.java.
isActionKey(int). Static method in class sun.awt.otk.ObjectToolkit
Determine if given keyCode is an action key.
isActive(). Method in class java.applet.Applet
Determines if this applet is active.
isActive(). Method in interface java.applet.AppletStub
Determines if the applet is active.
isAlive(). Method in class java.lang.Thread
Tests if this thread is alive.
isAltDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Alt modifier is down on this event.
isAncestorOf(Component). Method in class java.awt.Container
Checks if the component is contained in the component hierarchy of this container.
isArmed(). Method in interface sun.awt.otk.Armable
Return the current arming state of the view.
isArmed(). Method in interface sun.awt.otk.ItemSelectable
Return the current arming state of the view.
isArray(). Method in class java.lang.Class
If this Class object represents an array type, returns true, otherwise returns false.
isAssignableFrom(Class). Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isBold(). Method in class java.awt.Font
Indicates whether the font's style is bold.
isBound(). Method in class java.beans.PropertyDescriptor
Updates to "bound" properties will cause a "PropertyChange" event to get fired when the property is changed.
isComposing(). Method in interface sun.awt.otk.TextPane
isComposing(). Method in class sun.awt.otk.TextPaneImpl
Returns true if we're currently in compose mode.
isConstrained(). Method in class java.beans.PropertyDescriptor
Attempted updates to "Constrained" properties will cause a "VetoableChange" event to get fired when the property is changed.
isConsumed(). Method in class java.awt.AWTEvent
isConsumed(). Method in class java.awt.event.InputEvent
Returns whether or not this event has been consumed.
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 sun.awt.image.ImageDecoder
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.
isConsumer(ImageConsumer). Method in class sun.awt.image.InputStreamImageSource
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 class sun.awt.image.OffScreenImageSource
isControlDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Control modifier is down on this event.
isControlDown(int). Static method in class sun.awt.otk.ObjectToolkit
Determine if given modifier has the control bits turned on.
isCursorAllowed(). Method in class sun.awt.EmbeddedFrame
Is the Frame.setCursor allowed for the embedded frame (currently only used in Win32)
isCursorVisible(). Method in class sun.porting.graphicssystem.GraphicsSystem
Query the visibility of the cursor.
isCursorVisible(). Method in class sun.porting.windowsystem.WindowSystem
Query the visibility of the cursor.
isDaemon(). Method in class java.lang.Thread
Tests if this thread is a daemon thread.
isDaemon(). Method in class java.lang.ThreadGroup
Tests if this thread group is a daemon thread group.
isDataFlavorSupported(DataFlavor). Method in class java.awt.datatransfer.StringSelection
Returns whether the requested flavor is supported by this object.
isDataFlavorSupported(DataFlavor). Method in interface java.awt.datatransfer.Transferable
Returns whether or not the specified data flavor is supported for this object.
isDecimalSeparatorAlwaysShown(). Method in class java.text.DecimalFormat
Allows you to get the behavior of the decimal separator with integers.
isDefaultView(View). Method in interface sun.awt.otk.Model
Query whether a given view is the defaultView.
isDefaultView(View). Method in class sun.awt.otk.ObservableModel
Query whether a given view is the defaultView.
isDefined(char). Static method in class java.lang.Character
Determines if a character has a defined meaning in Unicode.
isDesignTime(). Static method in class java.beans.Beans
Test if we are in design-mode.
isDestroyed(). Method in class java.lang.ThreadGroup
Tests if this thread group has been destroyed.
isDigit(char). Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirectory(). Method in class java.util.zip.ZipEntry
Returns true if this is a directory entry.
isDoubleBuffered(). Method in class java.awt.Component
Returns true if all the drawing done during the update and paint methods is automatically double buffered.
isDoubleBuffered(). Method in class sun.awt.otk.ComponentModel
Returns true if all the drawing done during the update and paint methods is automatically double buffered.
isDoubleBuffered(). Method in interface java.awt.peer.ComponentPeer
isEditable(). Method in class java.awt.TextComponent
Indicates whether or not this text component is editable.
isEditable(). Method in class sun.awt.otk.TextComponentModel
Get the value of the edit mode.
isEmpty(). Method in class java.util.Dictionary
Tests if this dictionary maps no keys to value.
isEmpty(). Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty(). Method in class java.awt.Rectangle
Determines whether this rectangle is empty.
isEmpty(). Method in interface sun.porting.graphicssystem.Region
Is the region empty?
isEmpty(). Method in class sun.porting.utils.RegionImpl
isEmpty(). Method in class java.util.Vector
Tests if this vector has no components.
isEnabled(). Method in class java.awt.Component
Determines whether this component is enabled.
isEnabled(). Method in class sun.awt.otk.ComponentModel
Determines whether this component is enabled.
isEnabled(). Method in class sun.awt.otk.LabelMenuItem
Determines if this menu item is enabled or not.
isEnabled(). Method in class java.awt.MenuItem
Checks whether this menu item is enabled.
isEnabled(). Method in class sun.awt.otk.MenuItemModel
Get the enabled state for this item
isEnabled(). Method in interface sun.awt.otk.MenuItemOperations
Check the enabled state of this menu item.
isEnabled(). Method in class sun.awt.otk.MenuModel
Get the enabled state for this menu.
isEnabled(). Method in interface sun.awt.otk.Model
Is the model interested in processing input events?
isEnabled(). Method in class sun.awt.otk.ObservableModel
Is the model interested in processing input events?
isEnabled(). Method in class sun.awt.otk.VirtualKey
Gets the enabled state of the key.
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 tracked by this media tracker with the specified identifier.
isExcluded(char). Method in class sun.awt.FontDescriptor
Return true if the character is exclusion character.
isExpert(). Method in class java.beans.FeatureDescriptor
The "expert" flag is used to distinguish between those features that are intended for expert users from those that are intended for normal users.
isFinal(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the final modifier.
isFocusTraversable(). Method in class sun.awt.otk.BasicView
Query whether this View should accept the keyboard focus during traversal.
isFocusTraversable(). Method in class java.awt.Component
Returns the value of a flag that indicates whether this component can be traversed using Tab or Shift-Tab keyboard focus traversal.
isFocusTraversable(). Method in class sun.awt.otk.ComponentModel
Determines whether this component's default view's focus can be traversed using the focus traversal mechanism.
isFocusTraversable(). Method in interface java.awt.peer.ComponentPeer
isFocusTraversable(). Method in class sun.awt.otk.ContainerViewImpl
Query whether this View should accept the keyboard focus during traversal.
isFocusTraversable(). Method in class sun.awt.otk.MouseGobbler
isFocusTraversable(). Method in interface sun.awt.otk.View
Query whether this View should accept the keyboard focus during traversal.
isGroupingUsed(). Method in class java.text.NumberFormat
Returns true if grouping is used in this format.
isGuiAvailable(). Static method in class java.beans.Beans
isHidden(). Method in class java.beans.FeatureDescriptor
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
isIdentifierIgnorable(char). Static method in class java.lang.Character
Determines if the specified character should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
isInDefaultEventSet(). Method in class java.beans.EventSetDescriptor
Report if an event set is in the "default set".
isIndexSelected(int). Method in class java.awt.List
Determines if the specified item in this scrolling list is selected.
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.
isInGrabStack(Window). Method in class sun.awt.aw.WindowSystem
Determine whether this window is in the stack of windows that have grabbed input.
isInstance(Object). Method in class java.lang.Class
This method is the dynamic equivalent of the Java language instanceof operator.
isInstanceOf(Object, Class). Static method in class java.beans.Beans
Check if a bean can be viewed as a given target type.
isInterface(). Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isInterface(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the interface modifier.
isInterrupted(). Method in class java.lang.Thread
Tests if the current thread has been interrupted.
isISOControl(char). Static method in class java.lang.Character
Determines if the specified character is an ISO control character.
isItalic(). Method in class java.awt.Font
Indicates whether the font's style is italic.
isJavaIdentifierPart(char). Static method in class java.lang.Character
Determines if the specified character may be part of a Java identifier as other than the first character.
isJavaIdentifierStart(char). Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Java identifier.
isJavaLetter(char). Static method in class java.lang.Character
Determines if the specified character is a "Java" letter, that is, the character is permissible as the first character in an identifier in the Java language.
isJavaLetterOrDigit(char). Static method in class java.lang.Character
Determines if the specified character is a "Java" letter or digit, that is, the character is permissible as a non-initial character in an identifier in the Java language.
isLeapYear(int). Method in class java.util.GregorianCalendar
Determines if the given year is a leap year.
isLenient(). Method in class java.util.Calendar
Tell whether date/time interpretation is to be lenient.
isLenient(). Method in class java.text.DateFormat
Tell whether date/time parsing is to be lenient.
isLetter(char). Static method in class java.lang.Character
Determines if the specified character is a letter.
isLetterOrDigit(char). Static method in class java.lang.Character
Determines if the specified character is a letter or digit.
isLineVisible(int). Method in interface sun.awt.otk.TextPane
Check to see if line is currently visible.
isLineVisible(int). Method in class sun.awt.otk.TextPaneImpl
Get the number of lines in the textpane.
isLowerCase(char). Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isMapped(). Method in class sun.awt.aw.Window
Query the map state of the window
isMapped(). Method in interface sun.porting.windowsystem.Window
Query the map state of the window
isMetaDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Meta modifier is down on this event.
isMimeTypeEqual(DataFlavor). Method in class java.awt.datatransfer.DataFlavor
Convenience function equivalent to calling: isMimeTypeEqual(dataFlavor.getMimeType());
isMimeTypeEqual(String). Method in class java.awt.datatransfer.DataFlavor
Is the string representation of the MIME type passed in equivalent to the MIME type of this DataFlavor.
isModal(). Method in class java.awt.Dialog
Indicates whether the dialog is modal.
isModal(). Method in class sun.awt.otk.DialogModel
Indicates whether the dialog is modal.
isMulticastAddress(). Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a IP multicast address.
isMultipleMode(). Method in class java.awt.List
Determines whether this list allows multiple selections.
isMultipleMode(). Method in class sun.awt.otk.ListModel
Retrieves current selection mode.
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.
isNative(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the native modifier.
isPaintable(). Method in interface java.beans.PropertyEditor
isPaintable(). Method in class java.beans.PropertyEditorSupport
isParseIntegerOnly(). Method in class java.text.NumberFormat
Returns true if this format will parse numbers as integers only.
isPlain(). Method in class java.awt.Font
Indicates whether the font's style is plain.
isPopupTrigger(). Method in class java.awt.event.MouseEvent
Returns whether or not this mouse event is the popup-menu trigger event for the platform.
isPressed(). Method in class sun.awt.otk.VirtualKey
Determines whether the key is pressed.
isPrimitive(). Method in class java.lang.Class
Determines if the specified Class object represents a primitive Java type.
isPrivate(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the private modifier.
isProtected(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the protected modifier.
isPublic(int). Static method in class java.lang.reflect.Modifier
Return true if the specified integer includes the public modifier.
isRearmable(). Method in interface sun.awt.otk.Armable
Return true if the current view has been armed and then disarmed.
isRearmable(). Method in interface sun.awt.otk.ItemSelectable
Determines if the current view has been armed and then disarmed.
isRectangle(). Method in interface sun.porting.graphicssystem.Region
Does the region represent a simple rectangle?
isRectangle(). Method in class sun.porting.utils.RegionImpl
isResizable(). Method in class java.awt.Dialog
Indicates whether this dialog window is resizable.
isResizable(). Method in class sun.awt.EmbeddedFrame
Indicates whether this frame is resizable.
isResizable(). Method in class java.awt.Frame
Indicates whether this frame is resizable.
isResizable(). Method in class sun.awt.otk.TopLevelWindowModel
Indicates whether this TopLevelWindow is resizable.
isSelected(). Method in class sun.awt.otk.ListItem
Retrieves list item's selection state.
isSelected(int). Method in class java.awt.List
isSeparator(). Method in class sun.awt.otk.LabelMenuItem
Determines if this menu item is a separator.
isSeparator(). Method in interface sun.awt.otk.MenuItemOperations
isSeparator(). Method in class sun.awt.otk.MenuModel
Query whether this is a separator.
isSet. Variable in class java.util.Calendar
The flags which tell if a specified time field for the calendar is set.
isSet(int). Method in class java.util.Calendar
Determines if the given time field has a value set.
isShiftDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Shift modifier is down on this event.
isShowing(). Method in class java.awt.Component
Determines whether this component is showing on screen.
isShowing(). Method in class java.awt.Window
Checks if this Window is showing on screen.
isSpace(char). Static method in class java.lang.Character
Determines if the specified character is ISO-LATIN-1 white space.
isSpaceChar(char). Static method in class java.lang.Character
Determines if the specified character is a Unicode space character.
isStatic(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the static modifier.
isSynchronized(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the synchronized modifier.
isTearOff(). Method in class java.awt.Menu
Indicates whether this menu is a tear-off menu.
isTemporary(). Method in class java.awt.event.FocusEvent
Returns whether or not this focus change event is a temporary change.
isTimeSet. Variable in class java.util.Calendar
The flag which indicates if the current time is set for the calendar.
isTitleCase(char). Static method in class java.lang.Character
Determines if the specified character is a titlecase character.
isTopView(View). Method in class sun.awt.otk.TextComponentModel
isTransient(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the transient modifier.
isUnicast(). Method in class java.beans.EventSetDescriptor
Normally event sources are multicast.
isUnicodeIdentifierPart(char). Static method in class java.lang.Character
Determines if the specified character may be part of a Unicode identifier as other than the first character.
isUnicodeIdentifierStart(char). Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Unicode identifier.
isUpperCase(char). Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isValid(). Method in class java.awt.Component
Determines whether this component is valid.
isValidLine(int). Method in class sun.awt.otk.TextData
Check if the given line is valid.
isValidLine(int). Method in interface sun.awt.otk.TextDataInterface
Check if the given line is valid.
isValidPosition(int). Method in class sun.awt.otk.TextCharData
Check if the given position is valid.
isValidPosition(int). Method in interface sun.awt.otk.TextDataInterface
Check if the given position is valid.
isVirtualKeyboardRequired(). Method in class sun.awt.otk.ObjectToolkit
Returns whether a virtual keyboard is required or not.
isVisible(). Method in class sun.awt.otk.BasicView
Query the visible state of this view.
isVisible(). Method in class java.awt.Component
Determines whether this component is visible.
isVisible(). Method in class sun.awt.otk.ComponentModel
Determines whether this component is visible.
isVisible(). Method in class sun.awt.otk.ContainerViewImpl
Returns the visible state of the container as a boolean.
isVisible(). Method in interface sun.awt.otk.View
Query the visible state of this view.
isVisible(). Method in interface sun.awt.otk.VirtualKeyboardViewIntf
Is the virtual component visible?
isVolatile(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the volatile modifier.
isWatcher(ImageObserver). Method in class sun.awt.image.ImageWatched
isWhitespace(char). Static method in class java.lang.Character
Determines if the specified character is white space according to Java.
ITALIAN. Static variable in class java.util.Locale
Useful constant for language.
ITALIC. Static variable in class java.awt.Font
The italicized style constant.
ITALY. Static variable in class java.util.Locale
Useful constant for country.
ITEM_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting item events.
ITEM_FIRST. Static variable in class java.awt.event.ItemEvent
Marks the first integer id for the range of item event ids.
ITEM_LAST. Static variable in class java.awt.event.ItemEvent
Marks the last integer id for the range of item event ids.
ITEM_STATE_CHANGED. Static variable in class java.awt.event.ItemEvent
The item state changed event type.
itemChanged(MenuItemOperations). Method in class sun.awt.otk.ChoiceModel
Notifies the ChoiceModel that an item has changed.
itemChanged(MenuItemOperations). Method in interface sun.awt.otk.MenuItemOwner
Called when an item in the menu has been changed.
itemChanged(MenuItemOperations). Method in class sun.awt.otk.MenuModel
A notification method used when a single item is changed.
ItemEvent(ItemSelectable, int, Object, int). Constructor for class java.awt.event.ItemEvent
Constructs a ItemSelectEvent object with the specified ItemSelectable source, type, item, and item select state.
itemStateChanged(ItemEvent). Method in class java.awt.AWTEventMulticaster
Handles the itemStateChanged event by invoking the itemStateChanged methods on listener-a and listener-b.
itemStateChanged(ItemEvent). Method in interface java.awt.event.ItemListener
Invoked when an item's state has been changed.

J

JANUARY. Static variable in class java.util.Calendar
Useful constant for month.
JAPAN. Static variable in class java.util.Locale
Useful constant for country.
JAPANESE. Static variable in class java.util.Locale
Useful constant for language.
join(). Method in class java.lang.Thread
Waits for this thread to die.
join(InetAddress). Method in class java.net.DatagramSocketImpl
Join the multicast group.
join(long). Method in class java.lang.Thread
Waits at most millis milliseconds for this thread to die.
join(long, int). Method in class java.lang.Thread
Waits at most millis milliseconds plus nanos nanoseconds for this thread to die.
joinGroup(InetAddress). Method in class java.net.MulticastSocket
Joins a multicast group.
JPEGImageDecoder(InputStreamImageSource, InputStream). Constructor for class sun.awt.image.JPEGImageDecoder
JULY. Static variable in class java.util.Calendar
Useful constant for month.
JUNE. Static variable in class java.util.Calendar
Useful constant for month.

K

key. Variable in class java.awt.Event
The key code of the key that was pressed in a keyboard event.
KEY_ACTION. Static variable in class java.awt.Event
The user has pressed a non-ASCII action key.
KEY_ACTION_RELEASE. Static variable in class java.awt.Event
The user has released a non-ASCII action key.
KEY_EVENT_END. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Delimiting number: a key event will be less than KEY_EVENT_END.
KEY_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting key events.
KEY_EVENT_START. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Delimiting number: a key event will be greater than KEY_EVENT_START.
KEY_FIRST. Static variable in class java.awt.event.KeyEvent
Marks the first integer id for the range of key event ids.
KEY_LAST. Static variable in class java.awt.event.KeyEvent
Marks the last integer id for the range of key event ids.
KEY_PRESS. Static variable in class java.awt.Event
The user has pressed a normal key.
KEY_PRESSED. Static variable in class java.awt.event.KeyEvent
The key pressed event type.
KEY_PRESSED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for a key press corresponding to a typewriter-style keyboard.
KEY_RELEASE. Static variable in class java.awt.Event
The user has released a normal key.
KEY_RELEASED. Static variable in class java.awt.event.KeyEvent
The key released event type.
KEY_RELEASED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for a key press corresponding to a typewriter-style keyboard.
KEY_TYPED. Static variable in class java.awt.event.KeyEvent
The key typed event type.
KEY_TYPED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for an event indicating that a character was typed.
KeyAdapter(). Constructor for class java.awt.event.KeyAdapter
keyboardActivator. Variable in class sun.awt.otk.VirtualKeyboardInputMethod
keyboardEventOccurred(long, int, int, char). Method in interface sun.porting.windowsystem.EventHandler
Called when an event on a key object (typewriter-style keyboard key, button on a remote control, etc) has occurred.
keyboardEventOccurred(long, int, int, char). Method in class sun.awt.aw.WindowSystem
Called when an event on a key object (typewriter-style keyboard key, button on a remote control, etc) has occurred.
keyboardEventOccurred(Window, long, int, int, char). Method in class sun.awt.otk.ObjectToolkit
This method gets called in response to key events that occur in the underlying window system.
keyboardEventOccurred(Window, long, int, int, char). Method in interface sun.porting.toolkit.ToolkitEventHandler
Called by the window system in order to deliver a keyboard event.
keyDown(Event, int). Method in class java.awt.Component
keyEquals(int, char). Method in class sun.awt.otk.VirtualKey
Compares this VirtualKey object against a key code and character for equality.
KeyEvent(Component, int, long, int, int). Constructor for class java.awt.event.KeyEvent
KeyEvent(Component, int, long, int, int, char). Constructor for class java.awt.event.KeyEvent
Constructs a KeyEvent object with the specified source component, type, modifiers, and key.
keyPressed(). Method in class sun.awt.otk.VirtualKey
Called when a key pressed event occurs for the key.
keyPressed(KeyEvent). Method in class java.awt.AWTEventMulticaster
Handles the keyPressed event by invoking the keyPressed methods on listener-a and listener-b.
keyPressed(KeyEvent). Method in class java.awt.event.KeyAdapter
keyPressed(KeyEvent). Method in interface java.awt.event.KeyListener
Invoked when a key has been pressed.
keyPressed(VirtualKey). Method in class sun.awt.otk.VirtualKeySet
keyReleased(). Method in class sun.awt.otk.VirtualKey
Called when a key released event occurs for the key.
keyReleased(KeyEvent). Method in class java.awt.AWTEventMulticaster
Handles the keyReleased event by invoking the keyReleased methods on listener-a and listener-b.
keyReleased(KeyEvent). Method in class java.awt.event.KeyAdapter
keyReleased(KeyEvent). Method in interface java.awt.event.KeyListener
Invoked when a key has been released.
keyReleased(VirtualKey). Method in class sun.awt.otk.VirtualKeySet
keys(). Method in class java.util.Dictionary
Returns an enumeration of the keys in this dictionary.
keys(). Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
keyTyped(). Method in class sun.awt.otk.VirtualKey
Called when a key typed event occurs for the key.
keyTyped(KeyEvent). Method in class java.awt.AWTEventMulticaster
Handles the keyTyped event by invoking the keyTyped methods on listener-a and listener-b.
keyTyped(KeyEvent). Method in class java.awt.event.KeyAdapter
keyTyped(KeyEvent). Method in interface java.awt.event.KeyListener
Invoked when a key has been typed.
keyTyped(VirtualKey). Method in class sun.awt.otk.VirtualKeySet
keyUp(Event, int). Method in class java.awt.Component
KOREA. Static variable in class java.util.Locale
Useful constant for country.
KOREAN. Static variable in class java.util.Locale
Useful constant for language.

L

label. Variable in class sun.awt.otk.LabelMenuItem
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, left justified.
Label(String, int). Constructor for class java.awt.Label
Constructs a new label that presents the specified string of text with the specified alignment.
LabelledComponentModel(Component, ObjectToolkit). Constructor for class sun.awt.otk.LabelledComponentModel
Constructs LabelledComponentModel with specified (in the target) text/label and alignment.
LabelMenuItem(String). Constructor for class sun.awt.otk.LabelMenuItem
Creates new LabelMenuItem with a specified label.
LabelMenuItem(String, MenuItemOwner). Constructor for class sun.awt.otk.LabelMenuItem
Creates new LabelMenuItem with a specified label and owner.
last(). Method in class java.text.BreakIterator
Return the last boundary.
last(). Method in interface java.text.CharacterIterator
Set the position to getEndIndex()-1, return the character at that position.
last(). Method in class java.text.StringCharacterIterator
Set the position to getEndIndex() and return the character at that position.
last(Container). Method in class java.awt.CardLayout
Flips to the last card of the container.
lastElement(). Method in class java.util.Vector
Returns the last component of the vector.
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, searching backward starting at the specified index.
lastIndexOf(Object). Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int). Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(String). Method in class java.lang.String
Returns the index within this string of the rightmost 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.
lastKey. Variable in class sun.awt.otk.VirtualKeySet
lastPageFirst(). Method in class java.awt.PrintJob
Returns true if the last page will be printed first.
layout(). Method in class java.awt.Component
layout(). Method in class java.awt.Container
layout(). Method in class java.awt.ScrollPane
layoutContainer(Container). Method in class java.awt.BorderLayout
Lays out the container argument using this border layout.
layoutContainer(Container). Method in class java.awt.CardLayout
Lays out the specified container using this card layout.
layoutContainer(Container). Method in class java.awt.FlowLayout
Lays out the container.
layoutContainer(Container). Method in class java.awt.GridBagLayout
Lays out the specified container using this grid bag layout.
layoutContainer(Container). Method in class java.awt.GridLayout
Lays out the specified container using this layout.
layoutContainer(Container). Method in interface java.awt.LayoutManager
Lays out the container in the specified panel.
layoutInfo. Variable in class java.awt.GridBagLayout
leave(InetAddress). Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(InetAddress). Method in class java.net.MulticastSocket
Leave a multicast group.
LEFT. Static variable in class java.awt.Event
The Left Arrow key, a non-ASCII action key.
LEFT. Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be left-justified.
left. Variable in class java.awt.Insets
The inset from the left.
LEFT. Static variable in class java.awt.Label
Indicates that the label should be left justified.
LEFT_ALIGNMENT. Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
leftPad. Variable in class sun.awt.otk.TextPaneImpl
Padding from the left that is used for deteriming the start of text.
len. Variable in class java.util.zip.InflaterInputStream
Length of input buffer.
length. Variable in class sun.awt.CharsetString
Length of the string we represent.
length. Variable in class java.io.OptionalDataException
The number of bytes of primitive data available to be read in the current buffer.
length(). Method in class java.lang.String
Returns the length of this string.
length(). Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
LETTER_NUMBER. Static variable in class java.lang.Character
lightGray. Static variable in class java.awt.Color
The color light gray.
LINE_SEPARATOR. Static variable in class java.lang.Character
lineDown(). Method in class sun.awt.otk.SingleLineTextPane
This method either moves the cursor or the textpane down one line.
lineDown(boolean). Method in class sun.awt.otk.RandomSelectionTextPane
This method either moves the cursor or the textpane down one line.
lineDown(boolean). Method in interface sun.awt.otk.TextPane
This method either moves the cursor or the textpane down one line.
lineDown(boolean). Method in class sun.awt.otk.TextPaneImpl
This method either moves the cursor or the textpane down one line.
lineno(). Method in class java.io.StreamTokenizer
Return the current line number.
LineNumberInputStream(InputStream). Constructor for class java.io.LineNumberInputStream
Constructs a newline number input stream that reads its input from the specified input stream.
LineNumberReader(Reader). Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, using the default input-buffer size.
LineNumberReader(Reader, int). Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, reading characters into a buffer of the given size.
lineNumberToY(int). Method in interface sun.awt.otk.TextPane
Get the y-coordinate to draw text on for the first line.
lineNumberToY(int). Method in class sun.awt.otk.TextPaneImpl
Return the y co-ordinate of the given line number.
lines. Variable in class sun.awt.otk.TextData
Array used for storing indices into the data buffer that signify the start of every line
linesInWindow(). Method in class sun.awt.otk.SingleLineTextPane
Get the number of lines in the textpane.
linesInWindow(). Method in interface sun.awt.otk.TextPane
Get the number of lines in the textpane.
linesInWindow(). Method in class sun.awt.otk.TextPaneImpl
Get the number of lines in the textpane.
linesInWindow(FontMetrics). Method in class sun.awt.otk.SingleLineTextPane
Get the number of lines in the textpane.
linesInWindow(FontMetrics). Method in class sun.awt.otk.TextPaneImpl
Get the number of lines in the textpane.
lineUp(). Method in class sun.awt.otk.SingleLineTextPane
This method either moves the cursor or the textpane up one line.
lineUp(boolean). Method in interface sun.awt.otk.TextPane
This method either moves the cursor or the textpane up one line.
lineUp(boolean). Method in class sun.awt.otk.TextPaneImpl
This method either moves the cursor or the textpane up one line.
lineWidth. Variable in class sun.awt.otk.TextData
Width of a line - this really corresponds to the width of a line in components displaying this data.
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(). Method in class java.awt.Component
Prints a listing of this component to the standard system output stream System.out.
List(). Constructor for class java.awt.List
Creates a new scrolling list.
list(). Method in class java.lang.ThreadGroup
Prints information about this thread group to the standard output.
List(int). Constructor for class java.awt.List
Creates a new scrolling list initialized with the specified number of visible lines.
List(int, boolean). Constructor for class java.awt.List
Creates a new scrolling list initialized to display the specified number of rows.
list(PrintStream). Method in class java.awt.Component
Prints a listing of this component to the specified output stream.
list(PrintStream). Method in class java.util.Properties
Prints this property list out to the specified output stream.
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 a listing of this container to the specified output stream.
list(PrintWriter). Method in class java.awt.Component
Prints a listing to the specified print writer.
list(PrintWriter). Method in class java.util.Properties
Prints this property list out to the specified output stream.
list(PrintWriter, int). Method in class java.awt.Component
Prints out a list, starting at the specified indention, to the specified print writer.
list(PrintWriter, int). Method in class java.awt.Container
Prints out a list, starting at the specified indention, to the specified print writer.
LIST_DESELECT. Static variable in class java.awt.Event
An item in a list has been deselected.
LIST_SELECT. Static variable in class java.awt.Event
An item in a list has been selected.
listen(int). Method in class java.net.SocketImpl
Sets the maximum queue length for incoming connection indications (a request to connect) to the count argument.
ListModel(List, ObjectToolkit). Constructor for class sun.awt.otk.ListModel
Constructs a new ListModel instance.
ListModel(List, ObjectToolkit, OrderedList). Constructor for class sun.awt.otk.ListModel
Constructs a new ListModel instance.
ListMouseController(boolean). Constructor for class sun.awt.otk.ListMouseController
Constructs ListMouseController which will or will not consume mouse events.
ListResourceBundle(). Constructor for class java.util.ListResourceBundle
ln2baseline(FontMetrics, int). Method in class sun.awt.otk.TextPaneImpl
Return the y position for the baseline for line ln.
ln2baseline(Graphics, int). Method in class sun.awt.otk.TextPaneImpl
Return the y co-ordinate for the baseline for line ln.
ln2y(FontMetrics, int). Method in class sun.awt.otk.TextPaneImpl
Return the y co-ordinate of the given line number.
ln2y(Graphics, int). Method in class sun.awt.otk.TextPaneImpl
Return the y co-ordinate of the given line number.
load(InputStream). Method in class java.util.Properties
Reads a property list from an input stream.
load(String). Method in class java.lang.Runtime
Loads the specified filename as a dynamic library.
load(String). Static method in class java.lang.System
Loads the specified filename as a dynamic library.
LOAD_FILE. Static variable in class java.awt.Event
A file loading event.
loadClass(String). Method in class java.lang.ClassLoader
Requests the class loader to load and resolve a class with the specified name.
loadClass(String, boolean). Method in class java.lang.ClassLoader
Resolves the specified name to a Class.
loadImage(String). Method in class java.beans.SimpleBeanInfo
This is a utility method to help in loading icon images.
LOADING. Static variable in class java.awt.MediaTracker
Flag indicating some media is currently being loaded.
loadKeySet(String, Locale). Method in class sun.awt.otk.VirtualKeySet
loadLibrary(String). Method in class java.lang.Runtime
Loads the dynamic library with the specified library name.
loadLibrary(String). Static method in class java.lang.System
Loads the system library specified by the libname argument.
loadSystemColors(int[]). Method in class java.awt.Toolkit
Fills in the integer array that is supplied as an argument with the current system color values.
Locale(String, String). Constructor for class java.util.Locale
Construct a locale from language, country.
Locale(String, String, String). Constructor for class java.util.Locale
Construct a locale from language, country, variant.
LocaleData(). Constructor for class java.text.resources.LocaleData
LocaleElements(). Constructor for class java.text.resources.LocaleElements
LocaleElements_ar(). Constructor for class java.text.resources.LocaleElements_ar
LocaleElements_be(). Constructor for class java.text.resources.LocaleElements_be
LocaleElements_bg(). Constructor for class java.text.resources.LocaleElements_bg
LocaleElements_ca(). Constructor for class java.text.resources.LocaleElements_ca
LocaleElements_cs(). Constructor for class java.text.resources.LocaleElements_cs
LocaleElements_da(). Constructor for class java.text.resources.LocaleElements_da
LocaleElements_de(). Constructor for class java.text.resources.LocaleElements_de
LocaleElements_de_AT(). Constructor for class java.text.resources.LocaleElements_de_AT
LocaleElements_de_AT_EURO(). Constructor for class java.text.resources.LocaleElements_de_AT_EURO
LocaleElements_de_CH(). Constructor for class java.text.resources.LocaleElements_de_CH
LocaleElements_de_DE_EURO(). Constructor for class java.text.resources.LocaleElements_de_DE_EURO
LocaleElements_de_LU(). Constructor for class java.text.resources.LocaleElements_de_LU
LocaleElements_de_LU_EURO(). Constructor for class java.text.resources.LocaleElements_de_LU_EURO
LocaleElements_el(). Constructor for class java.text.resources.LocaleElements_el
LocaleElements_en(). Constructor for class java.text.resources.LocaleElements_en
LocaleElements_en_AU(). Constructor for class java.text.resources.LocaleElements_en_AU
LocaleElements_en_CA(). Constructor for class java.text.resources.LocaleElements_en_CA
LocaleElements_en_GB(). Constructor for class java.text.resources.LocaleElements_en_GB
LocaleElements_en_IE(). Constructor for class java.text.resources.LocaleElements_en_IE
LocaleElements_en_IE_EURO(). Constructor for class java.text.resources.LocaleElements_en_IE_EURO
LocaleElements_en_NZ(). Constructor for class java.text.resources.LocaleElements_en_NZ
LocaleElements_en_ZA(). Constructor for class java.text.resources.LocaleElements_en_ZA
LocaleElements_es(). Constructor for class java.text.resources.LocaleElements_es
LocaleElements_es_AR(). Constructor for class java.text.resources.LocaleElements_es_AR
LocaleElements_es_BO(). Constructor for class java.text.resources.LocaleElements_es_BO
LocaleElements_es_CL(). Constructor for class java.text.resources.LocaleElements_es_CL
LocaleElements_es_CO(). Constructor for class java.text.resources.LocaleElements_es_CO
LocaleElements_es_CR(). Constructor for class java.text.resources.LocaleElements_es_CR
LocaleElements_es_DO(). Constructor for class java.text.resources.LocaleElements_es_DO
LocaleElements_es_EC(). Constructor for class java.text.resources.LocaleElements_es_EC
LocaleElements_es_ES_EURO(). Constructor for class java.text.resources.LocaleElements_es_ES_EURO
LocaleElements_es_GT(). Constructor for class java.text.resources.LocaleElements_es_GT
LocaleElements_es_HN(). Constructor for class java.text.resources.LocaleElements_es_HN
LocaleElements_es_MX(). Constructor for class java.text.resources.LocaleElements_es_MX
LocaleElements_es_NI(). Constructor for class java.text.resources.LocaleElements_es_NI
LocaleElements_es_PA(). Constructor for class java.text.resources.LocaleElements_es_PA
LocaleElements_es_PE(). Constructor for class java.text.resources.LocaleElements_es_PE
LocaleElements_es_PR(). Constructor for class java.text.resources.LocaleElements_es_PR
LocaleElements_es_PY(). Constructor for class java.text.resources.LocaleElements_es_PY
LocaleElements_es_SV(). Constructor for class java.text.resources.LocaleElements_es_SV
LocaleElements_es_UY(). Constructor for class java.text.resources.LocaleElements_es_UY
LocaleElements_es_VE(). Constructor for class java.text.resources.LocaleElements_es_VE
LocaleElements_et(). Constructor for class java.text.resources.LocaleElements_et
LocaleElements_fi(). Constructor for class java.text.resources.LocaleElements_fi
LocaleElements_fi_FI_EURO(). Constructor for class java.text.resources.LocaleElements_fi_FI_EURO
LocaleElements_fr(). Constructor for class java.text.resources.LocaleElements_fr
LocaleElements_fr_BE(). Constructor for class java.text.resources.LocaleElements_fr_BE
LocaleElements_fr_BE_EURO(). Constructor for class java.text.resources.LocaleElements_fr_BE_EURO
LocaleElements_fr_CA(). Constructor for class java.text.resources.LocaleElements_fr_CA
LocaleElements_fr_CH(). Constructor for class java.text.resources.LocaleElements_fr_CH
LocaleElements_fr_FR_EURO(). Constructor for class java.text.resources.LocaleElements_fr_FR_EURO
LocaleElements_fr_LU(). Constructor for class java.text.resources.LocaleElements_fr_LU
LocaleElements_fr_LU_EURO(). Constructor for class java.text.resources.LocaleElements_fr_LU_EURO
LocaleElements_hr(). Constructor for class java.text.resources.LocaleElements_hr
LocaleElements_hu(). Constructor for class java.text.resources.LocaleElements_hu
LocaleElements_is(). Constructor for class java.text.resources.LocaleElements_is
LocaleElements_it(). Constructor for class java.text.resources.LocaleElements_it
LocaleElements_it_CH(). Constructor for class java.text.resources.LocaleElements_it_CH
LocaleElements_it_IT_EURO(). Constructor for class java.text.resources.LocaleElements_it_IT_EURO
LocaleElements_iw(). Constructor for class java.text.resources.LocaleElements_iw
LocaleElements_ja(). Constructor for class java.text.resources.LocaleElements_ja
LocaleElements_ko(). Constructor for class java.text.resources.LocaleElements_ko
LocaleElements_lt(). Constructor for class java.text.resources.LocaleElements_lt
LocaleElements_lv(). Constructor for class java.text.resources.LocaleElements_lv
LocaleElements_mk(). Constructor for class java.text.resources.LocaleElements_mk
LocaleElements_nl(). Constructor for class java.text.resources.LocaleElements_nl
LocaleElements_nl_BE(). Constructor for class java.text.resources.LocaleElements_nl_BE
LocaleElements_nl_BE_EURO(). Constructor for class java.text.resources.LocaleElements_nl_BE_EURO
LocaleElements_nl_NL_EURO(). Constructor for class java.text.resources.LocaleElements_nl_NL_EURO
LocaleElements_no(). Constructor for class java.text.resources.LocaleElements_no
LocaleElements_no_NO_NY(). Constructor for class java.text.resources.LocaleElements_no_NO_NY
LocaleElements_pl(). Constructor for class java.text.resources.LocaleElements_pl
LocaleElements_pt(). Constructor for class java.text.resources.LocaleElements_pt
LocaleElements_pt_BR(). Constructor for class java.text.resources.LocaleElements_pt_BR
LocaleElements_pt_PT_EURO(). Constructor for class java.text.resources.LocaleElements_pt_PT_EURO
LocaleElements_ro(). Constructor for class java.text.resources.LocaleElements_ro
LocaleElements_ru(). Constructor for class java.text.resources.LocaleElements_ru
LocaleElements_sh(). Constructor for class java.text.resources.LocaleElements_sh
LocaleElements_sk(). Constructor for class java.text.resources.LocaleElements_sk
LocaleElements_sl(). Constructor for class java.text.resources.LocaleElements_sl
LocaleElements_sq(). Constructor for class java.text.resources.LocaleElements_sq
LocaleElements_sr(). Constructor for class java.text.resources.LocaleElements_sr
LocaleElements_sv(). Constructor for class java.text.resources.LocaleElements_sv
LocaleElements_th(). Constructor for class java.text.resources.LocaleElements_th
LocaleElements_tr(). Constructor for class java.text.resources.LocaleElements_tr
LocaleElements_uk(). Constructor for class java.text.resources.LocaleElements_uk
LocaleElements_zh(). Constructor for class java.text.resources.LocaleElements_zh
LocaleElements_zh_TW(). Constructor for class java.text.resources.LocaleElements_zh_TW
localPort. Variable in class java.net.DatagramSocketImpl
localport. Variable in class java.net.SocketImpl
The local port number to which this socket is connected.
locate(int, int). Method in class java.awt.Component
locate(int, int). Method in class java.awt.Container
location(). Method in class java.awt.Component
location(int, int). Method in class java.awt.GridBagLayout
Determines which cell in the layout grid contains the point specified by (x, y).
lock. Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock. Variable in class java.io.Writer
The object used to synchronize operations on this stream.
lock(). Method in interface sun.awt.DrawingSurfaceInfo
Lock the current state of the drawing surface in preparation for drawing to it and return an integer "change identifier" which can be used to determine when changes have occured to the drawing surface specification and when to retrieve new extent and physical handle data.
lock(). Method in class sun.awt.aw.Window
Lock the current drawing surface.
log(double). Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
LONG. Static variable in class java.text.DateFormat
Constant for long style pattern.
Long(long). Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
Long(String). Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the value represented by the string.
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.Byte
Returns the value of this Byte as a long.
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 specified number as a long.
longValue(). Method in class java.lang.Short
Returns the value of this Short as a long.
lookup(Class). Static method in class java.io.ObjectStreamClass
Find the descriptor for a class that can be serialized.
lookupConstraints(Component). Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
loop(). Method in interface java.applet.AudioClip
Starts playing this audio clip in a loop.
LOST_FOCUS. Static variable in class java.awt.Event
A component lost the focus.
lostFocus(Event, Object). Method in class java.awt.Component
lostOwnership(Clipboard, Transferable). Method in interface java.awt.datatransfer.ClipboardOwner
Notifies this object that it is no longer the owner of the contents of the clipboard.
lostOwnership(Clipboard, Transferable). Method in class java.awt.datatransfer.StringSelection
lostOwnership(Clipboard, Transferable). Method in class sun.awt.otk.TextPaneImpl
Selection support
LOWERCASE_LETTER. Static variable in class java.lang.Character
lowerCaseMode(boolean). Method in class java.io.StreamTokenizer
Determines whether or not word token are automatically lowercased.

M

magenta. Static variable in class java.awt.Color
The color magenta.
makeActive(WindowModel, WindowModel). Method in class sun.awt.otk.SimpleStackActivationPolicy
Makes the specified window the active window by posting a WINDOW_ACTIVATED WindowEvent to the EventQueue; also deactivates the previously active window by posting a WINDOW_DEACTIVATED WindowEvent to the EventQueue.
makeCanvasModel(Component). Method in class sun.awt.otk.ObjectToolkit
Creates a CanvasModel.
makeCheckboxModel(Checkbox). Method in class sun.awt.otk.ObjectToolkit
Creates a CheckboxModel.
makeChoiceModel(Choice). Method in class sun.awt.otk.ObjectToolkit
Creates a ChoiceModel.
makeColorModel(Color, Color). Static method in class sun.porting.utils.BitmapImageSource
Create an IndexColorModel of size 2 that translates color 0 to the given background color and color 1 to the given foreground color.
makeComponentModel(Component). Method in class sun.awt.otk.ObjectToolkit
Creates a ComponentModel.
makeContainerModel(Container). Method in class sun.awt.otk.ObjectToolkit
Creates a ContainerModel.
makeCursorImage(Image, int, int). Method in class sun.porting.graphicssystem.GraphicsSystem
Create a new CursorImage object.
makeCursorImage(Image, int, int). Method in class sun.porting.windowsystem.WindowSystem
Create a new CursorImage object.
makeDialogModel(Dialog). Method in class sun.awt.otk.ObjectToolkit
Creates a DialogModel.
makeDrawableImage(Component, int, int). Method in class sun.porting.graphicssystem.GraphicsSystem
Get an Image object for use as an offscreen drawing area related to the given component.
makeDrawableImage(Component, int, int). Method in class sun.porting.windowsystem.WindowSystem
Get an Image object for use as an offscreen drawing area.
makeFrameModel(Frame). Method in class sun.awt.otk.ObjectToolkit
Creates a FrameModel.
makeImageRep(). Method in class sun.awt.image.Image
makeLabelledComponentModel(Component). Method in class sun.awt.otk.ObjectToolkit
Creates a LabelledComponentModel.
makeListModel(List). Method in class sun.awt.otk.ObjectToolkit
Creates a ListModel.
makeMenuItemModel(MenuItem). Method in class sun.awt.otk.ObjectToolkit
Creates a MenuItemModel.
makeMultiCharsetString(char[], int, int). Method in class sun.awt.PlatformFont
make a array of CharsetString with given char array.
makeMultiCharsetString(String). Method in class sun.awt.PlatformFont
make a array of CharsetString with given String.
makeObservableModel(). Method in class sun.awt.otk.ObjectToolkit
makePopupMenuModel(PopupMenu). Method in class sun.awt.otk.ObjectToolkit
Creates a PopupMeuModel.
makeRegion(int, int, int, int). Method in class sun.porting.graphicssystem.GraphicsSystem
Get a new rectangular Region.
makeRegion(int, int, int, int). Method in class sun.porting.windowsystem.WindowSystem
Get a new rectangular region.
makeScrollPaneModel(ScrollPane). Method in class sun.awt.otk.ObjectToolkit
Creates a ScrollPaneModel.
makeStore(int, int). Method in class sun.awt.image.GifImageDecoder
makeStore(int, int). Method in class sun.awt.image.XbmImageDecoder
makeStore(int, int, boolean). Method in class sun.awt.image.JPEGImageDecoder
makeTextAreaModel(TextArea). Method in class sun.awt.otk.ObjectToolkit
Creates a TextAreaModel.
makeTextFieldModel(TextField). Method in class sun.awt.otk.ObjectToolkit
Creates a TextFieldModel.
makeTopLevelWindow(int, int, int, int, int). Method in interface sun.porting.windowsystem.WindowFactory
Create a new top-level window of the given type and having the specified dimensions.
makeTopLevelWindow(int, int, int, int, int). Method in class sun.awt.aw.WindowSystem
Create a new top-level window of the given type and having the specified dimensions.
makeTopLevelWindow(int, int, int, int, int). Method in class sun.porting.windowsystem.WindowSystem
Create a new top-level window of the given type and having the specified dimensions.
makeVisible(int). Method in class java.awt.List
Makes the item at the specified index visible.
makeVisible(int). Method in class sun.awt.otk.ListModel
Notifies dependents with an Integer as an argument which is equal to the index of the item that has to be visible.
makeVisible(int). Method in interface java.awt.peer.ListPeer
makeWindow(Window, int, int, int, int). Method in interface sun.porting.windowsystem.WindowFactory
Create a new window as a child of the given parent window, and having the specified dimensions.
makeWindow(Window, int, int, int, int). Method in class sun.awt.aw.WindowSystem
Create a new window as a child of the given parent window, and having the specified dimensions.
makeWindow(Window, int, int, int, int). Method in class sun.porting.windowsystem.WindowSystem
Create a new window as a child of the given parent window, and having the specified dimensions.
makeWindowModel(Window). Method in class sun.awt.otk.ObjectToolkit
Creates a WindowModel.
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.
map(). Method in class sun.awt.aw.Window
Make this window visible.
map(). Method in interface sun.porting.windowsystem.Window
Make this window visible.
mapLocked(). Method in class sun.awt.aw.Window
Helper routine; map the window.
MARCH. Static variable in class java.util.Calendar
Useful constant for month.
mark. Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int). Method in class java.io.BufferedInputStream
Marks the current position in this input stream.
mark(int). Method in class java.io.BufferedReader
Mark the present position in the stream.
mark(int). Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int). Method in class java.io.CharArrayReader
Mark the present position in the stream.
mark(int). Method in class java.io.FilterInputStream
Marks the current position in this input stream.
mark(int). Method in class java.io.FilterReader
Mark the present position in the stream.
mark(int). Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int). Method in class java.io.LineNumberInputStream
Marks the current position in this input stream.
mark(int). Method in class java.io.LineNumberReader
Mark the present position in the stream.
mark(int). Method in class java.io.Reader
Mark the present position in the stream.
mark(int). Method in class java.io.StringReader
Mark the present position in the stream.
markedPos. Variable in class java.io.CharArrayReader
Position of mark in buffer
marklimit. Variable in class java.io.BufferedInputStream
The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail.
markpos. Variable in class java.io.BufferedInputStream
The value of the pos field at the time the last mark method was called.
markSupported(). Method in class java.io.BufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported(). Method in class java.io.BufferedReader
Tell whether this stream supports the mark() operation, which it does.
markSupported(). Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported(). Method in class java.io.CharArrayReader
Tell whether this stream supports the mark() operation, which it does.
markSupported(). Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported(). Method in class java.io.FilterReader
Tell whether this stream supports the mark() operation.
markSupported(). Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported(). Method in class java.io.PushbackInputStream
Tests if this input stream supports the mark and reset methods, which it does not.
markSupported(). Method in class java.io.PushbackReader
Tell whether this stream supports the mark() operation, which it does not.
markSupported(). Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported(). Method in class java.io.StringReader
Tell whether this stream supports the mark() operation, which it does.
MATH_SYMBOL. Static variable in class java.lang.Character
max(double, double). Static method in class java.lang.Math
Returns the greater of two double values.
max(float, float). Static method in class java.lang.Math
Returns the greater of two float values.
max(int, int). Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long). Static method in class java.lang.Math
Returns the greater of two long values.
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.Byte
The maximum value a Byte can have.
MAX_VALUE. Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE. Static variable in class java.lang.Double
The largest positive value of type double.
MAX_VALUE. Static variable in class java.lang.Float
The largest positive value of type float.
MAX_VALUE. Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE. Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE. Static variable in class java.lang.Short
The maximum value a Short can have.
MAXGRIDSIZE. Static variable in class java.awt.GridBagLayout
The maximum number of grid positions (both horizontally and vertically) that can be laid out by the grid bag layout.
maximumLayoutSize(Container). Method in class java.awt.BorderLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container). Method in class java.awt.CardLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container). Method in class java.awt.GridBagLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container). Method in interface java.awt.LayoutManager2
Returns the maximum size of this component.
maxLength(int, int). Method in class sun.awt.otk.TextPaneImpl
Return the length of the widest line in given range.
MAY. Static variable in class java.util.Calendar
Useful constant for month.
mayIntersect(int, int, int, int). Method in interface sun.porting.graphicssystem.Region
A quick, bounding box overlap test to see whether this region occupies the same general space as a rectangle described by the given (x,y,w,h) tuple.
mayIntersect(int, int, int, int). Method in class sun.porting.utils.RegionImpl
mayIntersect(Rectangle). Method in interface sun.porting.graphicssystem.Region
A quick, bounding box overlap test to see whether this region occupies the same general space as the given rectangle r.
mayIntersect(Rectangle). Method in class sun.porting.utils.RegionImpl
mayIntersect(Region). Method in interface sun.porting.graphicssystem.Region
A quick, bounding box overlap test to see whether this region occupies the same general space as the given region r.
mayIntersect(Region). Method in class sun.porting.utils.RegionImpl
MediaTracker(Component). Constructor for class java.awt.MediaTracker
Creates a media tracker to track images for a given component.
MEDIUM. Static variable in class java.text.DateFormat
Constant for medium style pattern.
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. Static variable in class java.awt.SystemColor
The array index for the menu background color.
menu. Static variable in class java.awt.SystemColor
The background color for menus.
Menu(). Constructor for class java.awt.Menu
Constructs a new menu with an empty label.
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.
MENU_TEXT. Static variable in class java.awt.SystemColor
The array index for the menu text color.
MenuBar(). Constructor for class java.awt.MenuBar
Creates a new menu bar.
MenuComponent(). Constructor for class java.awt.MenuComponent
MenuComponentModel(MenuComponent, ObjectToolkit). Constructor for class sun.awt.otk.MenuComponentModel
MenuItem(). Constructor for class java.awt.MenuItem
Constructs a new MenuItem with an empty label and no keyboard shortcut.
MenuItem(String). Constructor for class java.awt.MenuItem
Constructs a new MenuItem with the specified label and no keyboard shortcut.
MenuItem(String, MenuShortcut). Constructor for class java.awt.MenuItem
Create a menu item with an associated keyboard shortcut.
MenuItemModel(MenuItem). Constructor for class sun.awt.otk.MenuItemModel
MenuModel(Menu, ObjectToolkit). Constructor for class sun.awt.otk.MenuModel
Create a new model, obtaining the list of items from the target.
MenuModel(Menu, ObjectToolkit, OrderedList). Constructor for class sun.awt.otk.MenuModel
Create a new MenuModel using the specified list of items.
MenuShortcut(int). Constructor for class java.awt.MenuShortcut
Constructs a new MenuShortcut for the specified key.
MenuShortcut(int, boolean). Constructor for class java.awt.MenuShortcut
Constructs a new MenuShortcut for the specified key.
MenuShowEvent(View, long, boolean). Constructor for class sun.awt.otk.MenuShowEvent
Create a new MenuShowEvent with the specified target.
menuShownAt. Variable in class sun.awt.otk.MouseGobbler
The time at which the menu was shown.
menuText. Static variable in class java.awt.SystemColor
The text color for menus.
MessageFormat(String). Constructor for class java.text.MessageFormat
Constructs with the specified pattern.
META_MASK. Static variable in class java.awt.event.ActionEvent
The meta modifier constant.
META_MASK. Static variable in class java.awt.Event
This flag indicates that the Meta key was down when the event occurred.
META_MASK. Static variable in class java.awt.event.InputEvent
The meta key modifier constant.
metaDown(). Method in class java.awt.Event
Checks if the Meta key is down.
method. Variable in class java.net.HttpURLConnection
MethodDescriptor(Method). Constructor for class java.beans.MethodDescriptor
MethodDescriptor(Method, ParameterDescriptor[]). Constructor for class java.beans.MethodDescriptor
mightHaveMultiFontMetrics(). Method in class sun.awt.PlatformFont
Is it possible that this font's metrics require the multi-font calls? This might be true, for example, if the font supports kerning.
MILLISECOND. Static variable in class java.util.Calendar
Useful constant for date and time.
MILLISECOND_FIELD. Static variable in class java.text.DateFormat
Useful constant for MILLISECOND field alignment.
min(double, double). Static method in class java.lang.Math
Returns the smaller of two double values.
min(float, float). Static method in class java.lang.Math
Returns the smaller of two float values.
min(int, int). Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long). Static method in class java.lang.Math
Returns the smaller of two long values.
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.Byte
The minimum value a Byte can have.
MIN_VALUE. Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE. Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE. Static variable in class java.lang.Float
The smallest positive value of type float.
MIN_VALUE. Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE. Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE. Static variable in class java.lang.Short
The minimum value a Short can have.
minimumLayoutSize(Container). Method in class java.awt.BorderLayout
Determines the minimum size of the target container using this layout manager.
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
Determines the minimum size of the target container using this grid bag layout.
minimumLayoutSize(Container). Method in class java.awt.GridLayout
Determines the minimum size of the container argument using this grid layout.
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
minimumSize(). Method in class sun.awt.otk.ComponentModel
minimumSize(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by getMinimumSize().
minimumSize(). Method in class java.awt.Container
minimumSize(). Method in class java.awt.List
minimumSize(). Method in class java.awt.TextArea
minimumSize(). Method in class java.awt.TextField
minimumSize(int). Method in class java.awt.List
minimumSize(int). Method in class sun.awt.otk.ListModel
DEPRECATED: Replaced by getMinimumSize(int rows).
minimumSize(int). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by getMinimumSize(int).
minimumSize(int). Method in class java.awt.TextField
minimumSize(int). Method in class sun.awt.otk.TextFieldModel
Get the minimum size for this component based on the given number of columns.
minimumSize(int). Method in interface java.awt.peer.TextFieldPeer
DEPRECATED: Replaced by getMinimumSize(int).
minimumSize(int, int). Method in class java.awt.TextArea
minimumSize(int, int). Method in class sun.awt.otk.TextAreaModel
Get the minimum size for this component based on the given number of rows and columns.
minimumSize(int, int). Method in interface java.awt.peer.TextAreaPeer
DEPRECATED: Replaced by getMinimumSize(int, int).
MINSIZE. Static variable in class java.awt.GridBagLayout
The smallest grid that can be laid out by the grid bag layout.
MINUTE. Static variable in class java.util.Calendar
Useful constant for date and time.
MINUTE_FIELD. Static variable in class java.text.DateFormat
Useful constant for MINUTE field alignment.
MissingResourceException(String, String, String). Constructor for class java.util.MissingResourceException
Constructs a MissingResourceException with the specified information.
ModalContainerViewImpl(ObjectToolkit, ContainerView, Rectangle, Insets). Constructor for class sun.awt.otk.ModalContainerViewImpl
Creates a ModalContainerViewImpl object residing in the specified toolkit with initial bounds and insets as indicated and parented to the ContainerView specified.
ModalContainerViewImpl(ObjectToolkit, ContainerView, Rectangle, Insets, int). Constructor for class sun.awt.otk.ModalContainerViewImpl
Create a ModalContainerViewImpl object as a view residing in the specified toolkit.
ModalContainerViewImpl(ObjectToolkit, Rectangle, Insets). Constructor for class sun.awt.otk.ModalContainerViewImpl
Creates a ModalContainerViewImpl object residing in the specified toolkit with initial bounds and insets as indicated.
model. Variable in class sun.awt.otk.TextData
My text component
model. Variable in class sun.awt.otk.TextPaneImpl
Modifier(). Constructor for class java.lang.reflect.Modifier
MODIFIER_LETTER. Static variable in class java.lang.Character
MODIFIER_SYMBOL. Static variable in class java.lang.Character
modifiers. Variable in class java.awt.Event
The state of the modifier keys.
MONDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
MONTH_FIELD. Static variable in class java.text.DateFormat
Useful constant for MONTH field alignment.
MOUSE_CLICKED. Static variable in class java.awt.event.MouseEvent
The mouse clicked event type.
MOUSE_DOWN. Static variable in class java.awt.Event
The user has pressed the mouse button.
MOUSE_DRAG. Static variable in class java.awt.Event
The user has moved the mouse with a button pressed.
MOUSE_DRAGGED. Static variable in class java.awt.event.MouseEvent
The mouse dragged event type.
MOUSE_ENTER. Static variable in class java.awt.Event
The mouse has entered a component.
MOUSE_ENTERED. Static variable in class java.awt.event.MouseEvent
The mouse entered event type.
MOUSE_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting mouse events.
MOUSE_EXIT. Static variable in class java.awt.Event
The mouse has exited a component.
MOUSE_EXITED. Static variable in class java.awt.event.MouseEvent
The mouse exited event type.
MOUSE_FIRST. Static variable in class java.awt.event.MouseEvent
Marks the first integer id for the range of mouse event ids.
MOUSE_LAST. Static variable in class java.awt.event.MouseEvent
Marks the last integer id for the range of mouse event ids.
MOUSE_MOTION_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting mouse motion events.
MOUSE_MOVE. Static variable in class java.awt.Event
The mouse has moved with no button pressed.
MOUSE_MOVED. Static variable in class java.awt.event.MouseEvent
The mouse moved event type.
MOUSE_PRESSED. Static variable in class java.awt.event.MouseEvent
The mouse pressed event type.
MOUSE_RELEASED. Static variable in class java.awt.event.MouseEvent
The mouse released event type.
MOUSE_UP. Static variable in class java.awt.Event
The user has released the mouse button.
MouseAdapter(). Constructor for class java.awt.event.MouseAdapter
mouseClicked(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseClicked event by invoking the mouseClicked methods on listener-a and listener-b.
mouseClicked(MouseEvent). Method in class java.awt.event.MouseAdapter
mouseClicked(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when the mouse has been clicked on a component.
mouseDown(Event, int, int). Method in class java.awt.Component
mouseDrag(Event, int, int). Method in class java.awt.Component
mouseDragged(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseDragged event by invoking the mouseDragged methods on listener-a and listener-b.
mouseDragged(MouseEvent). Method in class java.awt.event.MouseMotionAdapter
mouseDragged(MouseEvent). Method in interface java.awt.event.MouseMotionListener
Invoked when a mouse button is pressed on a component and then dragged.
mouseEnter(Event, int, int). Method in class java.awt.Component
mouseEntered(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseEntered event by invoking the mouseEntered methods on listener-a and listener-b.
mouseEntered(MouseEvent). Method in class java.awt.event.MouseAdapter
mouseEntered(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when the mouse enters a component.
MouseEvent(Component, int, long, int, int, int, int, boolean). Constructor for class java.awt.event.MouseEvent
Constructs a MouseEvent object with the specified source component, type, modifiers, coordinates, and click count.
mouseExit(Event, int, int). Method in class java.awt.Component
mouseExited(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseExited event by invoking the mouseExited methods on listener-a and listener-b.
mouseExited(MouseEvent). Method in class java.awt.event.MouseAdapter
mouseExited(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when the mouse exits a component.
MouseGobbler(). Constructor for class sun.awt.otk.MouseGobbler
Create a new MouseGobbler with the default timeout interval.
MouseGobbler(long). Constructor for class sun.awt.otk.MouseGobbler
Create a new MouseGobbler with the specified timeout interval.
MouseMotionAdapter(). Constructor for class java.awt.event.MouseMotionAdapter
mouseMove(Event, int, int). Method in class java.awt.Component
mouseMoved(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseMoved event by invoking the mouseMoved methods on listener-a and listener-b.
mouseMoved(MouseEvent). Method in class java.awt.event.MouseMotionAdapter
mouseMoved(MouseEvent). Method in interface java.awt.event.MouseMotionListener
Invoked when the mouse button has been moved on a component (with no buttons no down).
mousePressed(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mousePressed event by invoking the mousePressed methods on listener-a and listener-b.
mousePressed(MouseEvent). Method in class java.awt.event.MouseAdapter
mousePressed(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been pressed on a component.
mouseReleased(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseReleased event by invoking the mouseReleased methods on listener-a and listener-b.
mouseReleased(MouseEvent). Method in class java.awt.event.MouseAdapter
mouseReleased(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been released on a component.
mouseUp(Event, int, int). Method in class java.awt.Component
move(int, int). Method in class java.awt.Component
move(int, int). Method in class java.awt.Point
Moves this point to the specificed location in the (xy) coordinate plane.
move(int, int). Method in class java.awt.Rectangle
MOVE_CURSOR. Static variable in class java.awt.Cursor
The move cursor type.
MOVE_CURSOR. Static variable in class java.awt.Frame
movedRight. Variable in class sun.awt.otk.TextPaneImpl
Number of pixels we've moved to the right as result of horizontal scrolling.
moveFeedback(Window, int, int, int, int). Method in interface sun.porting.windowsystem.WindowManagementFeedback
Resize the feedback rectangle to the given dimensions.
moveFeedback(Window, int, int, int, int). Method in class sun.awt.aw.WindowSystem
Resize the feedback rectangle to the given dimensions.
moveLeftChar(). Method in interface sun.awt.otk.TextPane
Move to the left by one character.
moveLeftChar(). Method in class sun.awt.otk.TextPaneImpl
Move to the left by one character.
moveRightChar(). Method in interface sun.awt.otk.TextPane
Move to the right by one character.
moveRightChar(). Method in class sun.awt.otk.TextPaneImpl
Move to the right by one character.
mpos. Variable in class sun.awt.otk.TextPaneImpl
The current mouse position.
msg. Variable in class sun.awt.otk.VirtualComponentEvent
MULTI_CLICK_THRESHOLD. Variable in class sun.awt.otk.ObjectToolkit
MulticastSocket(). Constructor for class java.net.MulticastSocket
Create a multicast socket.
MulticastSocket(int). Constructor for class java.net.MulticastSocket
Create a multicast socket and bind it to a specific port.
MultiLineTextPane(BasicView, TextComponentModel, ObjectToolkit, ColorPolicy, Insets, int, int). Constructor for class sun.awt.otk.MultiLineTextPane
Create a new MultiLineTextPane instance.

N

N_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The north-resize cursor type.
N_RESIZE_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
A NaN value of type double.
NaN. Static variable in class java.lang.Float
The NaN value of type float.
NATIVE. Static variable in class java.lang.reflect.Modifier
NE_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The north-east-resize cursor type.
NE_RESIZE_CURSOR. Static variable in class java.awt.Frame
needsDictionary(). Method in class java.util.zip.Inflater
Returns true if a preset dictionary is needed for decompression.
needsGui(). Method in interface java.beans.Visibility
needsInput(). Method in class java.util.zip.Deflater
Returns true if the input data buffer is empty and setInput() should be called in order to provide more input.
needsInput(). Method in class java.util.zip.Inflater
Returns true if no data remains in the input buffer.
NEGATIVE_INFINITY. Static variable in class java.lang.Double
The negative infinity of type double.
NEGATIVE_INFINITY. Static variable in class java.lang.Float
The negative infinity of type float.
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.
newInfo(Image, int, int, int, int, int). Method in class sun.awt.image.ImageWatched
newInstance(). Method in class java.lang.Class
Creates a new instance of a class.
newInstance(Class, int). Static method in class java.lang.reflect.Array
Creates a new array with the specified component type and length.
newInstance(Class, int[]). Static method in class java.lang.reflect.Array
Creates a new array with the specified component type and dimensions.
newInstance(Object[]). Method in class java.lang.reflect.Constructor
Uses the constructor represented by this Constructor object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.
newLine(). Method in class java.io.BufferedWriter
Write a line separator.
newmodel. Variable in class java.awt.image.RGBImageFilter
newPixels(). Method in class java.awt.image.MemoryImageSource
Send a whole new buffer of pixels to any ImageConsumers that are currently interested in the data for this image and notify them that an animation frame is complete.
newPixels(byte[], ColorModel, int, int). Method in class java.awt.image.MemoryImageSource
Change to a new byte array to hold the pixels for this image.
newPixels(int, int, int, int). Method in class java.awt.image.MemoryImageSource
Send a rectangular region of the buffer of pixels to any ImageConsumers that are currently interested in the data for this image and notify them that an animation frame is complete.
newPixels(int, int, int, int, boolean). Method in class java.awt.image.MemoryImageSource
Send a rectangular region of the buffer of pixels to any ImageConsumers that are currently interested in the data for this image.
newPixels(int[], ColorModel, int, int). Method in class java.awt.image.MemoryImageSource
Change to a new int array to hold the pixels for this image.
next(). Method in class java.text.BreakIterator
Return the boundary following the current boundary.
next(). Method in interface java.text.CharacterIterator
Increment the iterator's index by one and return the character at the new index.
next(). Method in class java.text.CollationElementIterator
Get the ordering priority of the next character in the string.
next(). Method in class java.text.StringCharacterIterator
Increment the iterator's index by one and return the character at the new index.
next(Container). Method in class java.awt.CardLayout
Flips to the next card of the specified container.
next(int). Method in class java.text.BreakIterator
Return the nth boundary from the current boundary
next(int). Method in class java.util.Random
Generates the next pseudorandom number.
nextBreakChar(int, int, String). Method in class sun.awt.otk.TextCharData
Given start and end index in data buffer, return index of first line break character encountered.
nextBytes(byte[]). Method in class java.util.Random
Generates a user specified number of random bytes.
nextConsumer(ImageConsumerQueue). Method in class sun.awt.image.ImageDecoder
nextDouble(). Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextDouble(double). Static method in class java.text.ChoiceFormat
Finds the least double greater than d.
nextDouble(double, boolean). Static method in class java.text.ChoiceFormat
nextElement(). Method in interface java.util.Enumeration
Returns the next element of this enumeration.
nextElement(). Method in class java.util.StringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
nextFloat(). Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextFocus(). Method in class java.awt.Component
nextGaussian(). Method in class java.util.Random
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
nextInt(). Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextLong(). Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextToken(). Method in class java.io.StreamTokenizer
Parses the next token from the input stream of this tokenizer.
nextToken(). Method in class java.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(String). Method in class java.util.StringTokenizer
Returns the next token in this string tokenizer's string.
NO_ACTION. Static variable in interface sun.awt.otk.ItemSelectable
NO_COMPRESSION. Static variable in class java.util.zip.Deflater
Compression level for no compression.
NO_DECOMPOSITION. Static variable in class java.text.Collator
Decomposition mode value.
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.
NON_SPACING_MARK. Static variable in class java.lang.Character
nonConsumingController. Static variable in class sun.awt.otk.ArmableMouseController
nonConsumingController. Static variable in class sun.awt.otk.DragMenuMouseController
An instance of a controller which does not consume a mouse event unless it has performed an action associated with that event.
nonConsumingController. Static variable in class sun.awt.otk.ListMouseController
Instance of ListMouseController that does not consumes mouse events.
NONE. Static variable in interface sun.porting.windowsystem.EventHandler
Neither press nor release.
NONE. Static variable in class java.awt.GridBagConstraints
Do not resize the component.
NORM_PRIORITY. Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
normalizeMimeType(String). Method in class java.awt.datatransfer.DataFlavor
Called for each MIME type string to give DataFlavor subtypes the opportunity to change how the normalization of MIME types is accomplished.
normalizeMimeTypeParameter(String, String). Method in class java.awt.datatransfer.DataFlavor
Called on DataFlavor for every MIME Type parameter to allow DataFlavor subclasses to handle special parameters like the text/plain charset parameters, whose values are case insensitive.
NoRouteToHostException(). Constructor for class java.net.NoRouteToHostException
Construct a new NoRouteToHostException with no detailed message.
NoRouteToHostException(String). Constructor for class java.net.NoRouteToHostException
Constructs a new NoRouteToHostException with the specified detail message as to why the remote host cannot be reached.
NORTH. Static variable in class java.awt.BorderLayout
The north layout constraint (top of container).
NORTH. Static variable in class java.awt.GridBagConstraints
Put the component at the top of its display area, centered horizontally.
NORTHEAST. Static variable in class java.awt.GridBagConstraints
Put the component at the top-right corner of its display area.
NORTHWEST. Static variable in class java.awt.GridBagConstraints
Put the component at the top-left corner of its display area.
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 with no detail message.
NoSuchFieldError(String). Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with the specified detail message.
NoSuchFieldException(). Constructor for class java.lang.NoSuchFieldException
Constructor.
NoSuchFieldException(String). Constructor for class java.lang.NoSuchFieldException
Constructor with a detail message.
NoSuchMethodError(). Constructor for class java.lang.NoSuchMethodError
NoSuchMethodError(String). Constructor for class java.lang.NoSuchMethodError
Constructs a NoSuchMethodException with the specified 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.
NotActiveException(). Constructor for class java.io.NotActiveException
Constructor to create a new NotActiveException with no reason.
NotActiveException(String). Constructor for class java.io.NotActiveException
Constructor to create a new NotActiveException with the reason given.
notify(). Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notify(UpdateClient). Method in class sun.awt.ScreenUpdater
Notify the screen updater that a client needs updating.
notify(UpdateClient, long). Method in class sun.awt.ScreenUpdater
notify(UpdateClient, long, Object). Method in class sun.awt.ScreenUpdater
notifyAll(). Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyDependents(). Method in interface sun.awt.otk.Subject
Notify all the dependents that a change has occurred on this Subject.
notifyDependents(). Method in class sun.awt.otk.SubjectImpl
Notify all the dependents that a change has occurred on this Subject.
notifyDependents(int, int, int). Method in class sun.awt.otk.TextComponentModel
Create a new StateChangeNotification and notify dependents that a change has occured.
notifyDependents(Object). Method in class sun.awt.otk.ObservableModel
Notify dependents that a change has occurred, supplying the provided (optional) argument during the notification.
notifyDependents(Object). Method in interface sun.awt.otk.Subject
Notify all dependents that a change has occurred on the Subject.
notifyDependents(Object). Method in class sun.awt.otk.SubjectImpl
Notify all dependents that a change has occurred on the Subject.
notifyObservers(). Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object). Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
NotSerializableException(). Constructor for class java.io.NotSerializableException
NotSerializableException(String). Constructor for class java.io.NotSerializableException
NOVEMBER. Static variable in class java.util.Calendar
Useful constant for month.
npoints. Variable in class java.awt.Polygon
The total number of points.
nrOfLines. Variable in class sun.awt.otk.TextData
Number of lines in the data buffer
NULL_BOUNDS. Static variable in class sun.awt.otk.BasicView
A minimal rectangle used to create BasicView objects with unspecified bounds.
NULL_MODE. Static variable in class sun.awt.otk.VirtualKeySet
NULLORDER. Static variable in class java.text.CollationElementIterator
Null order which indicates the end of string is reached by the cursor.
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.
NUM_COLORS. Static variable in class java.awt.SystemColor
The number of system colors in the array.
NUM_LOCK. Static variable in class java.awt.Event
The Num Lock key, a non-ASCII action key.
Number(). Constructor for class java.lang.Number
numberFormat. Variable in class java.text.DateFormat
The number formatter that DateFormat uses to format numbers in dates and times.
NumberFormat(). Constructor for class java.text.NumberFormat
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
If the current token is a number, this field contains the value of that number.
NW_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The north-west-resize cursor type.
NW_RESIZE_CURSOR. Static variable in class java.awt.Frame

O

Object(). Constructor for class java.lang.Object
ObjectInputStream(InputStream). Constructor for class java.io.ObjectInputStream
Create an ObjectInputStream that reads from the specified InputStream.
ObjectOutputStream(OutputStream). Constructor for class java.io.ObjectOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
ObjectStreamException(). Constructor for class java.io.ObjectStreamException
Create an ObjectStreamException.
ObjectStreamException(String). Constructor for class java.io.ObjectStreamException
Create an ObjectStreamException with the specified argument.
ObjectToolkit(). Constructor for class sun.awt.otk.ObjectToolkit
Creates an ObjectToolkit, and registers itself with the underlying window system as a ToolkitEventHandler.
obscured(int, int, int, int). Method in class sun.awt.aw.Window
Indicate that this window is being obscured in the given area.
Observable(). Constructor for class java.util.Observable
Construct an Observable with zero Observers
ObservableModel(). Constructor for class sun.awt.otk.ObservableModel
Create a new ObservableModel.
OCTOBER. Static variable in class java.util.Calendar
Useful constant for month.
OffScreenImageSource(Component, int, int). Constructor for class sun.awt.image.OffScreenImageSource
offscreenInit(Color). Method in class sun.awt.image.ImageRepresentation
Initialize this ImageRepresentation object to act as the destination drawable for this OffScreen Image.
offset. Variable in class sun.awt.CharsetString
Offset within charsetChars of first character
okToUseGui(). Method in interface java.beans.Visibility
This method instructs the bean that it is OK to use the Gui.
oldComposeEnd. Variable in class sun.awt.otk.TextPaneImpl
oldComposeStart. Variable in class sun.awt.otk.TextPaneImpl
onScreen(). Method in class sun.awt.aw.Window
Test for whether the window is currently on the screen (i.e.
openConnection(). Method in class java.net.URL
Returns a URLConnection object that represents a connection to the remote object referred to by the URL.
openConnection(URL). Method in class java.net.URLStreamHandler
Opens a connection to the object referenced by the URL argument.
openStream(). Method in class java.net.URL
Opens a connection to this URL and returns an InputStream for reading from that connection.
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 the character argument is "ordinary" in this tokenizer.
ordinaryChars(int, int). Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are "ordinary" in this tokenizer.
origmodel. Variable in class java.awt.image.RGBImageFilter
OTHER_LETTER. Static variable in class java.lang.Character
OTHER_NUMBER. Static variable in class java.lang.Character
OTHER_PUNCTUATION. Static variable in class java.lang.Character
OTHER_SYMBOL. Static variable in class java.lang.Character
out. Static variable in class java.io.FileDescriptor
A handle to the standard output stream.
out. Variable in class java.io.FilterOutputStream
The underlying output stream.
out. Variable in class java.io.FilterWriter
The underlying character-output stream.
out. Variable in class java.io.PipedInputStream
out. Static variable in class java.lang.System
The "standard" 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.
outpixbuf. Variable in class java.awt.image.ReplicateScaleFilter
OutputStream(). Constructor for class java.io.OutputStream
OutputStreamWriter(OutputStream). Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String). Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.
owner. Variable in class java.awt.datatransfer.Clipboard
owner. Variable in class sun.awt.otk.LabelMenuItem

P

pack(). Method in class sun.awt.otk.ContainerViewImpl
Causes subcomponents of the containuer to be laid out at their preferred size.
pack(). Method in class java.awt.Window
Causes subcomponents of this window to be laid out at their preferred size.
pageDown(). Method in class sun.awt.otk.SingleLineTextPane
Move down one page.
pageDown(). Method in interface sun.awt.otk.TextPane
Move down one page.
pageDown(). Method in class sun.awt.otk.TextPaneImpl
Move down one page.
pageUp(). Method in class sun.awt.otk.SingleLineTextPane
Move up one page.
pageUp(). Method in interface sun.awt.otk.TextPane
Move up one page.
pageUp(). Method in class sun.awt.otk.TextPaneImpl
Move up one page.
PAINT. Static variable in class java.awt.event.PaintEvent
The paint event type.
paint(Graphics). Method in class java.awt.Canvas
This method is called to repaint this canvas.
paint(Graphics). Method in class java.awt.Component
Paints this component.
paint(Graphics). Method in class sun.awt.otk.ComponentModel
Paints this component's default view.
paint(Graphics). Method in interface java.awt.peer.ComponentPeer
paint(Graphics). Method in class java.awt.Container
Paints the container.
PAINT_FIRST. Static variable in class java.awt.event.PaintEvent
Marks the first integer id for the range of paint event ids.
PAINT_LAST. Static variable in class java.awt.event.PaintEvent
Marks the last integer id for the range of paint event ids.
paintAll(Graphics). Method in class java.awt.Component
Paints this component and all of its subcomponents.
paintBottomHalfLine(int). Method in class sun.awt.otk.MultiLineTextPane
Paint the given line in the bottom half line window.
paintChangedLines(int, int). Method in class sun.awt.otk.MultiLineTextPane
Paint lines that have changed in the given range.
paintChangedLines(int, int). Method in class sun.awt.otk.SingleLineTextPane
The text has been changed, scrollTo selection start.
paintChangedLines(int, int). Method in class sun.awt.otk.TextPaneImpl
Paint lines that have changed in the given range.
paintComponent(). Method in interface sun.awt.otk.TextPane
Repaint the textpane.
paintComponent(). Method in class sun.awt.otk.TextPaneImpl
Repaint the textpane.
paintComponent(Graphics). Method in interface sun.awt.otk.TextPane
Repaint the textpane using the given Graphic.
paintComponent(Graphics). Method in class sun.awt.otk.TextPaneImpl
Method for isntructing the component to completely paint itself.
paintComponents(Graphics). Method in class java.awt.Container
Paints each of the components in this container.
PaintEvent(Component, int, Rectangle). Constructor for class java.awt.event.PaintEvent
Constructs a PaintEvent object with the specified source component and type.
paintKey(Graphics). Method in class sun.awt.otk.VirtualKey
Paints the key.
paintKeys(Graphics). Method in class sun.awt.otk.VirtualKeySet
paintLine(Graphics, FontMetrics, Font, Color, Color, int, int, boolean, int, String). Method in class sun.awt.otk.TextPaneImpl
Draw the line to the screen.
paintLine(Graphics, int). Method in class sun.awt.otk.MultiLineTextPane
Draw the string to the screen.
paintLine(Graphics, int). Method in class sun.awt.otk.TextPaneImpl
Draw the string to the screen.
paintLine(Graphics, String, boolean). Method in class sun.awt.otk.TextPaneImpl
Draw the string to the screen as the first line in textpane.
paintLine(String, boolean). Method in class sun.awt.otk.TextPaneImpl
Draw the string to the screen as the first line in textpane.
paintLines(Graphics, int, int). Method in class sun.awt.otk.MultiLineTextPane
Paint lines in the given range (inclusive).
paintLines(Graphics, int, int). Method in class sun.awt.otk.SingleLineTextPane
Paint lines in the given range (inclusive).
paintLines(Graphics, int, int). Method in class sun.awt.otk.TextPaneImpl
Paint lines in the given range (inclusive).
paintLines(int, int). Method in interface sun.awt.otk.TextPane
Paint the lines in the given range (inclusive).
paintLines(int, int). Method in class sun.awt.otk.TextPaneImpl
Paint the lines in the given range (inclusive).
paintString(Graphics, FontMetrics, Font, int, int, String, int, int, Color, Color). Method in class sun.awt.otk.TextPaneImpl
Paint the string.
paintTopHalfLine(int). Method in class sun.awt.otk.MultiLineTextPane
Paint the given line in the top half line window.
paintValue(Graphics, Rectangle). Method in interface java.beans.PropertyEditor
Paint a representation of the value into a given area of screen real estate.
paintValue(Graphics, Rectangle). Method in class java.beans.PropertyEditorSupport
Paint a representation of the value into a given area of screen real estate.
paintView(Model, Graphics). Method in class sun.awt.otk.BasicView
Called when null was passed in to updateDependent()
paintView(Model, Graphics). Method in class sun.awt.otk.ComponentView
Default handling for a repaint on a Component.
paintView(Model, Graphics). Method in class sun.awt.otk.ModalContainerViewImpl
clears the contents of the window.
paintView(Model, Graphics). Method in class sun.awt.otk.VirtualKeySet
Panel(). Constructor for class java.awt.Panel
Creates a new panel using the default layout manager.
Panel(LayoutManager). Constructor for class java.awt.Panel
Creates a new panel with the specified layout manager.
PARAGRAPH_SEPARATOR. Static variable in class java.lang.Character
ParameterDescriptor(). Constructor for class java.beans.ParameterDescriptor
paramString(). Method in class java.awt.event.ActionEvent
paramString(). Method in class java.awt.event.AdjustmentEvent
paramString(). Method in class java.awt.AWTEvent
paramString(). Method in class java.awt.Button
Returns the parameter string representing the state of this button.
paramString(). Method in class java.awt.Checkbox
Returns the parameter string representing the state of this check box.
paramString(). Method in class java.awt.CheckboxMenuItem
Returns the parameter string representing the state of this check box menu item.
paramString(). Method in class java.awt.Choice
Returns the parameter string representing the state of this choice menu.
paramString(). Method in class java.awt.Component
Returns the parameter string representing the state of this component.
paramString(). Method in class java.awt.event.ComponentEvent
paramString(). Method in class java.awt.Container
Returns the parameter string representing the state of this container.
paramString(). Method in class java.awt.event.ContainerEvent
paramString(). Method in class java.awt.Dialog
Returns the parameter string representing the state of this dialog window.
paramString(). Method in class java.awt.Event
Returns the parameter string representing this event.
paramString(). Method in class java.awt.event.FocusEvent
paramString(). Method in class java.awt.Frame
Returns the parameter String of this Frame.
paramString(). Method in class java.awt.event.ItemEvent
paramString(). Method in class java.awt.event.KeyEvent
paramString(). Method in class java.awt.Label
Returns the parameter string representing the state of this label.
paramString(). Method in class java.awt.List
Returns the parameter string representing the state of this scrolling list.
paramString(). Method in class java.awt.Menu
Gets the parameter string representing the state of this menu.
paramString(). Method in class java.awt.MenuComponent
Returns the parameter string representing the state of this menu component.
paramString(). Method in class java.awt.MenuItem
Returns the parameter string representing the state of this menu item.
paramString(). Method in class java.awt.MenuShortcut
paramString(). Method in class java.awt.event.MouseEvent
paramString(). Method in class java.awt.event.PaintEvent
paramString(). Method in class java.awt.Scrollbar
Returns the parameter string representing the state of this scroll bar.
paramString(). Method in class java.awt.ScrollPane
Returns the parameter string representing the state of this container.
paramString(). Method in class java.awt.TextArea
Returns the parameter string representing the state of this text area.
paramString(). Method in class java.awt.TextComponent
Returns the parameter string representing the state of this text component.
paramString(). Method in class java.awt.event.TextEvent
paramString(). Method in class java.awt.TextField
Returns the parameter string representing the state of this text field.
paramString(). Method in class java.awt.event.WindowEvent
parent. Variable in class java.util.ResourceBundle
The parent bundle is consulted by getObject when this bundle does not contain a particular resource.
parentOf(ThreadGroup). Method in class java.lang.ThreadGroup
Tests if this thread group is either the thread group argument or one of its ancestor thread groups.
parse(String). Static method in class java.util.Date
Given a string representing a time, parse it and return the time value.
parse(String). Method in class java.text.DateFormat
Parse a date/time string.
parse(String). Method in class java.text.MessageFormat
Parses the string.
parse(String). Method in class java.text.NumberFormat
Convenience method.
parse(String, ParsePosition). Method in class java.text.ChoiceFormat
Returns a Long if possible (e.g.
parse(String, ParsePosition). Method in class java.text.DateFormat
Parse a date/time string according to the given parse position.
parse(String, ParsePosition). Method in class java.text.DecimalFormat
Returns a Long if possible (e.g.
parse(String, ParsePosition). Method in class java.text.MessageFormat
Parses the string.
parse(String, ParsePosition). Method in class java.text.NumberFormat
Returns a Long if possible (e.g.
parse(String, ParsePosition). Method in class java.text.SimpleDateFormat
Overrides DateFormat
parseByte(String). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
ParseException(String, int). Constructor for class java.text.ParseException
Constructs a ParseException with the specified detail message and offset.
parseInt(String). Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseInt(String, int). Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseLong(String). Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseLong(String, int). Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseNumbers(). Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed by this tokenizer.
parseObject(String). Method in class java.text.Format
Parses a string to produce an object.
parseObject(String, ParsePosition). Method in class java.text.DateFormat
Parse a date/time string into an Object.
parseObject(String, ParsePosition). Method in class java.text.Format
Parses a string to produce an object.
parseObject(String, ParsePosition). Method in class java.text.MessageFormat
Parses the string.
parseObject(String, ParsePosition). Method in class java.text.NumberFormat
Parses a string to produce an object.
ParsePosition(int). Constructor for class java.text.ParsePosition
Create a new ParsePosition with the given initial index.
parseShort(String). Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int). Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseURL(URL, String, int, int). Method in class java.net.URLStreamHandler
Parses the string representation of a URL into a URL object.
partialScrolling. Variable in class sun.awt.otk.MultiLineTextPane
This tells us whether we're scrolling at line or halfline granularity.
pasteFromClipboard(). Method in interface sun.awt.otk.TextPane
Paste the contents of the clipboard onto the current selection.
pasteFromClipboard(). Method in class sun.awt.otk.TextPaneImpl
Paste the contents of the clipboard onto the current selection.
pasteOnSelection(String). Method in interface sun.awt.otk.TextPane
Paste the contents of the string onto the current selection.
pasteOnSelection(String). Method in class sun.awt.otk.TextPaneImpl
Paste the contents of the string onto the current selection.
PAUSE. Static variable in class java.awt.Event
The Pause key, a non-ASCII action key.
peek(). Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peek(InetAddress). Method in class java.net.DatagramSocketImpl
Peek at the packet to see who it is from.
peekEvent(). Method in class java.awt.EventQueue
Return the first event without removing it.
peekEvent(int). Method in class java.awt.EventQueue
peerMap. Static variable in class sun.awt.SunToolkit
performActionOnItem(). Method in interface sun.awt.otk.ItemSelectable
Some of the actions have to be performed independently of view's armed state.
PGDN. Static variable in class java.awt.Event
The Page Down key, a non-ASCII action key.
PGUP. Static variable in class java.awt.Event
The Page Up key, a non-ASCII action key.
PI. Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
pink. Static variable in class java.awt.Color
The color pink.
PIPE_SIZE. Static variable in class java.io.PipedInputStream
PipedInputStream(). Constructor for class java.io.PipedInputStream
Creates a piped input stream that is not yet connected to a piped output stream.
PipedInputStream(PipedOutputStream). Constructor for class java.io.PipedInputStream
Creates a piped input stream connected to the specified piped output stream.
PipedOutputStream(). Constructor for class java.io.PipedOutputStream
Creates a piped output stream that is not yet connected to a piped input stream.
PipedOutputStream(PipedInputStream). Constructor for class java.io.PipedOutputStream
Creates a piped output stream connected to the specified piped input stream.
PipedReader(). Constructor for class java.io.PipedReader
Create a reader that is not yet connected to a piped writer.
PipedReader(PipedWriter). Constructor for class java.io.PipedReader
Create a reader for the specified piped character-output stream.
PipedWriter(). Constructor for class java.io.PipedWriter
Create a writer that is not yet connected to a piped reader.
PipedWriter(PipedReader). Constructor for class java.io.PipedWriter
Create a writer for the specified piped character-input stream.
pixel_bits. Variable in class java.awt.image.ColorModel
PixelGrabber(Image, int, int, int, int, boolean). 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.
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.
PixelStore(). Constructor for class sun.awt.image.PixelStore
PixelStore(int, int). Constructor for class sun.awt.image.PixelStore
PixelStore(int, int, ColorModel). Constructor for class sun.awt.image.PixelStore
PixelStore32(). Constructor for class sun.awt.image.PixelStore32
PixelStore32(int, int). Constructor for class sun.awt.image.PixelStore32
PixelStore32(int, int, ColorModel). Constructor for class sun.awt.image.PixelStore32
PixelStore8(). Constructor for class sun.awt.image.PixelStore8
PixelStore8(int, int). Constructor for class sun.awt.image.PixelStore8
PixelStore8(int, int, ColorModel). Constructor for class sun.awt.image.PixelStore8
PLAIN. Static variable in class java.awt.Font
The plain style constant.
plainTextFlavor. Static variable in class java.awt.datatransfer.DataFlavor
The DataFlavor representing plain text with unicode encoding, where:

representationClass = InputStream
mimeType = "text/plain; charset=unicode"

PlatformFont(String, int). Constructor for class sun.awt.PlatformFont
play(). Method in interface java.applet.AudioClip
Starts playing this audio clip.
play(URL). Method in class java.applet.Applet
Plays the audio clip at the specified absolute URL.
play(URL, String). Method in class java.applet.Applet
Plays the audio clip given the URL and a specifier that is relative to it.
playNotAllowedSound(). Method in interface sun.awt.otk.TextComponentView
Make sound that signifies an operation that cannot be completed.
PM. Static variable in class java.util.Calendar
Useful constant for hour in 12-hour clock.
Point(). Constructor for class java.awt.Point
Constructs and initializes a point at the origin (0, 0) of the coordinate space.
Point(int, int). Constructor for class java.awt.Point
Constructs and initializes a point at the specified (xy) location in the coordinate space.
Point(Point). Constructor for class java.awt.Point
Constructs and initializes a point with the same location as the specified Point object.
POINTER_DRAGGED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for a drag, i.e.
POINTER_EVENT_END. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Delimiting number: a pointer event will be less than POINTER_EVENT_END.
POINTER_EVENT_START. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Delimiting number: a pointer event will be greater than POINTER_EVENT_START.
POINTER_MOVED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for a position change.
POINTER_PRESSED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for a pointer press (i.e.
POINTER_RELEASED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for a pointer release (i.e.
pointerEventOccurred(long, int, int, int, int). Method in interface sun.porting.windowsystem.EventHandler
Called when an event on a pointing object (e.g.
pointerEventOccurred(long, int, int, int, int). Method in class sun.awt.aw.WindowSystem
Called when an event on a pointing object (a mouse, track ball, joystick etc) has occurred.
pointerEventOccurred(Window, long, int, int, int, int). Method in class sun.awt.otk.ObjectToolkit
This method gets called in response to pointer/mouse events that occur in the underlying window system.
pointerEventOccurred(Window, long, int, int, int, int). Method in interface sun.porting.toolkit.ToolkitEventHandler
Called by the window system in order to deliver a pointer event.
pointerPressed(). Method in class sun.awt.otk.VirtualKey
Called when a pointer pressed event occurs for the key.
pointerPressed(VirtualKey). Method in class sun.awt.otk.VirtualKeySet
pointerReleased(). Method in class sun.awt.otk.VirtualKey
Called when a pointer released event occurs for the key.
pointerReleased(VirtualKey). Method in class sun.awt.otk.VirtualKeySet
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
Removes the object at the top of this stack and returns that object as the value of this function.
popActiveWindow(WindowModel). Method in class sun.awt.otk.SimpleStackActivationPolicy
"Pops" the specified window off the window stack.
PopupMenu(). Constructor for class java.awt.PopupMenu
Creates a new popup menu.
PopupMenu(String). Constructor for class java.awt.PopupMenu
Creates a new popup menu with the specified name.
PopupMenuModel(PopupMenu, ObjectToolkit). Constructor for class sun.awt.otk.PopupMenuModel
port. Variable in class java.net.SocketImpl
The port number on the remote host to which this socket is connected.
pos. Variable in class java.io.BufferedInputStream
The current position in the buffer.
pos. Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
pos. Variable in class java.io.CharArrayReader
Current buffer position
pos. Variable in class java.io.PushbackInputStream
The position within the pushback buffer from which the next byte will be read.
pos. Variable in class java.io.StringBufferInputStream
The index of the next character to read from the input stream buffer.
pos2x(FontMetrics, int, char[]). Method in class sun.awt.otk.SingleLineTextPane
return the x coordinate of the given character.
pos2x(FontMetrics, int, char[]). Method in class sun.awt.otk.TextPaneImpl
Return the x coordinate of the given character.
pos2x(FontMetrics, int, String). Method in class sun.awt.otk.TextPaneImpl
Return the x coordinate of the given character.
pos2x(int, char[]). Method in class sun.awt.otk.TextPaneImpl
Return the x coordinate of the given character.
positionCursor(int). Method in class sun.awt.otk.TextPaneImpl
Position cursor.
POSITIVE_INFINITY. Static variable in class java.lang.Double
The positive infinity of type double.
POSITIVE_INFINITY. Static variable in class java.lang.Float
The positive infinity of type float.
postActionEvent(int, String). Method in class sun.awt.otk.ComponentModel
Post an ActionEvent to the EventQueue.
postActionPerformed(). Method in class sun.awt.otk.LabelledComponentModel
Posts action event as a result of some feel specific action on the view.
postBufferedData(String). Method in class sun.awt.otk.VirtualKeyboardInputMethod
This method posts the buffered data to client component.
postEvent(AWTEvent). Method in class java.awt.EventQueue
Post a 1.1-style event to the EventQueue.
postEvent(AWTEvent). Static method in class sun.awt.otk.ObjectToolkit
Posts an AWTEvent in the system event queue.
postEvent(Event). Method in class java.awt.Component
postEvent(Event). Method in class java.awt.MenuComponent
Posts the specified event to the menu.
postEvent(Event). Method in interface java.awt.MenuContainer
postEvent(Event). Method in class java.awt.Window
postInputMethodEvent(int, String, String, int). Method in class sun.awt.otk.InputMethodAdapter
Posts the InputMethodEvent to the InputMethodListener.
postItemStateChangeEvent(). Method in class sun.awt.otk.CheckboxModel
Posts item event as a result of some feel specific action on the view.
postMenuShowEvent(AWTEvent). Method in class sun.awt.otk.ChoiceModel
Posts a MenuShowEvent to the EventQueue.
postMenuShowEvent(AWTEvent). Method in interface sun.awt.otk.MenuItemOwner
Post an event originating from this owner.
postMenuShowEvent(AWTEvent). Method in class sun.awt.otk.MenuModel
Post the given menu show event via the AWT event queue.
pow(double, double). Static method in class java.lang.Math
Returns of value of the first argument raised to the power of the second argument.
PRC. Static variable in class java.util.Locale
Useful constant for country.
predefined. Static variable in class java.awt.Cursor
preferredLayoutSize(Container). Method in class java.awt.BorderLayout
Determines the preferred size of the target container using this layout manager, based on the components in the container.
preferredLayoutSize(Container). Method in class java.awt.CardLayout
Determines the preferred size of the container argument using this card layout.
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
Determines the preferred size of the target container using this grid bag layout.
preferredLayoutSize(Container). Method in class java.awt.GridLayout
Determines the preferred size of the container argument using this grid layout.
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
preferredSize(). Method in class sun.awt.otk.ComponentModel
preferredSize(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by getPreferredSize().
preferredSize(). Method in class java.awt.Container
preferredSize(). Method in class java.awt.List
preferredSize(). Method in class java.awt.TextArea
preferredSize(). Method in class java.awt.TextField
preferredSize(int). Method in class java.awt.List
preferredSize(int). Method in class sun.awt.otk.ListModel
DEPRECATED: Replaced by getPreferredSize().
preferredSize(int). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by getPreferredSize(int).
preferredSize(int). Method in class java.awt.TextField
preferredSize(int). Method in class sun.awt.otk.TextFieldModel
Get the minimum size for this component based on the given number of columns.
preferredSize(int). Method in interface java.awt.peer.TextFieldPeer
DEPRECATED: Replaced by getPreferredSize(int).
preferredSize(int, int). Method in class java.awt.TextArea
preferredSize(int, int). Method in class sun.awt.otk.TextAreaModel
Get the preferred size for this component based on the given number of rows and columns.
preferredSize(int, int). Method in interface java.awt.peer.TextAreaPeer
DEPRECATED: Replaced by getPreferredSize(int, int).
preload(ImageObserver). Method in class sun.awt.image.Image
prepare(ImageObserver). Method in class sun.awt.image.ImageRepresentation
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 sun.awt.otk.ComponentModel
Triggers the loading of image data for an image.
prepareImage(Image, int, int, ImageObserver). Method in interface java.awt.peer.ComponentPeer
prepareImage(Image, int, int, ImageObserver). Method in class sun.awt.otk.ObjectToolkit
Prepares an image for rendering.
prepareImage(Image, int, int, ImageObserver). Method in class java.awt.Toolkit
Prepares an image for rendering.
prepareScrImage(Image, int, int, ImageObserver). Method in class sun.porting.graphicssystem.GraphicsSystem
Prepares an image for rendering.
prepareScrImage(Image, int, int, ImageObserver). Method in class sun.porting.windowsystem.WindowSystem
Prepares an image for rendering.
PRESSED. Static variable in interface sun.porting.windowsystem.EventHandler
An actuator was pressed.
previous(). Method in class java.text.BreakIterator
Return the boundary preceding the current boundary.
previous(). Method in interface java.text.CharacterIterator
Decrement the iterator's index by one and return the character at the new index.
previous(). Method in class java.text.StringCharacterIterator
Decrement the iterator's index by one and return the character at the new index.
previous(Container). Method in class java.awt.CardLayout
Flips to the previous card of the specified container.
previousDouble(double). Static method in class java.text.ChoiceFormat
Finds the greatest double less than d.
PRIMARY. Static variable in class java.text.Collator
Collator strength value.
primaryOrder(int). Static method in class java.text.CollationElementIterator
Get the primary order of a collation order.
print(boolean). Method in class java.io.PrintStream
Print a boolean value.
print(boolean). Method in class java.io.PrintWriter
Print a boolean.
print(char). Method in class java.io.PrintStream
Print a character.
print(char). Method in class java.io.PrintWriter
Print a character.
print(char[]). Method in class java.io.PrintStream
Print an array of characters.
print(char[]). Method in class java.io.PrintWriter
Print an array of chracters.
print(double). Method in class java.io.PrintStream
Print a double-precision floating-point number.
print(double). Method in class java.io.PrintWriter
Print a double.
print(float). Method in class java.io.PrintStream
Print a floating-point number.
print(float). Method in class java.io.PrintWriter
Print a float.
print(Graphics). Method in class java.awt.Component
Prints this component.
print(Graphics). Method in class sun.awt.otk.ComponentModel
Prints this component.
print(Graphics). Method in interface java.awt.peer.ComponentPeer
print(Graphics). Method in class java.awt.Container
Prints the container.
print(int). Method in class java.io.PrintStream
Print an integer.
print(int). Method in class java.io.PrintWriter
Print an integer.
print(long). Method in class java.io.PrintStream
Print a long integer.
print(long). Method in class java.io.PrintWriter
Print a long.
print(Object). Method in class java.io.PrintStream
Print an object.
print(Object). Method in class java.io.PrintWriter
Print an object.
print(String). Method in class java.io.PrintStream
Print a string.
print(String). Method in class java.io.PrintWriter
Print a String.
PRINT_SCREEN. Static variable in class java.awt.Event
The Print Screen key, a non-ASCII action key.
printAll(Graphics). Method in class java.awt.Component
Prints this component and all of its subcomponents.
printComponents(Graphics). Method in class java.awt.Container
Prints each of the components in this container.
printComponents(Graphics). Method in class java.awt.ScrollPane
Prints the component in this scroll pane.
PrintJob(). Constructor for class java.awt.PrintJob
printLines(String). Method in class sun.awt.otk.TextData
Prints out lines array.
printLines(String, int). Method in class sun.awt.otk.TextData
Prints out lines array.
printLines(String, int, int). Method in class sun.awt.otk.TextData
Prints out lines array.
printLines(String, int, int). Method in class sun.awt.otk.TextRandomData
Prints out lines array.
println(). Method in class java.io.PrintStream
Finish the current line by writing a line separator.
println(). Method in class java.io.PrintWriter
Finish the line.
println(boolean). Method in class java.io.PrintStream
Print a boolean, and then finish the line.
println(boolean). Method in class java.io.PrintWriter
Print a boolean, and then finish the line.
println(char). Method in class java.io.PrintStream
Print a character, and then finish the line.
println(char). Method in class java.io.PrintWriter
Print a character, and then finish the line.
println(char[]). Method in class java.io.PrintStream
Print an array of characters, and then finish the line.
println(char[]). Method in class java.io.PrintWriter
Print an array of characters, and then finish the line.
println(double). Method in class java.io.PrintStream
Print a double, and then finish the line.
println(double). Method in class java.io.PrintWriter
Print a double, and then finish the line.
println(float). Method in class java.io.PrintStream
Print a float, and then finish the line.
println(float). Method in class java.io.PrintWriter
Print a float, and then finish the line.
println(int). Method in class java.io.PrintStream
Print an integer, and then finish the line.
println(int). Method in class java.io.PrintWriter
Print an integer, and then finish the line.
println(long). Method in class java.io.PrintStream
Print a long, and then finish the line.
println(long). Method in class java.io.PrintWriter
Print a long, and then finish the line.
println(Object). Method in class java.io.PrintStream
Print an Object, and then finish the line.
println(Object). Method in class java.io.PrintWriter
Print an Object, and then finish the line.
println(String). Method in class java.io.PrintStream
Print a String, and then finish the line.
println(String). Method in class java.io.PrintWriter
Print a String, and then finish the line.
printStackTrace(). Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream). Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter). Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the specified print writer.
PrintStream(OutputStream). Constructor for class java.io.PrintStream
Create a new print stream.
PrintStream(OutputStream, boolean). Constructor for class java.io.PrintStream
Create a new PrintStream.
PrintWriter(OutputStream). Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
PrintWriter(OutputStream, boolean). Constructor for class java.io.PrintWriter
Create a new PrintWriter from an existing OutputStream.
PrintWriter(Writer). Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing.
PrintWriter(Writer, boolean). Constructor for class java.io.PrintWriter
Create a new PrintWriter.
PRIVATE. Static variable in class java.lang.reflect.Modifier
PRIVATE_USE. Static variable in class java.lang.Character
Process(). Constructor for class java.lang.Process
processActionEvent(ActionEvent). Method in class java.awt.Button
Processes action events occurring on this button by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent). Method in class java.awt.List
Processes action events occurring on this component by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent). Method in class java.awt.MenuItem
Processes action events occurring on this menu item, by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent). Method in class java.awt.TextField
Processes action events occurring on this text field by dispatching them to any registered ActionListener objects.
processAdjustmentEvent(AdjustmentEvent). Method in class java.awt.Scrollbar
Processes adjustment events occurring on this scrollbar by dispatching them to any registered AdjustmentListener objects.
processComponentEvent(ComponentEvent). Method in class java.awt.Component
Processes component events occurring on this component by dispatching them to any registered ComponentListener objects.
processContainerEvent(ContainerEvent). Method in class java.awt.Container
Processes container events occurring on this container by dispatching them to any registered ContainerListener objects.
processEvent(AWTEvent). Method in class java.awt.Button
Processes events on this button.
processEvent(AWTEvent). Method in class java.awt.Checkbox
Processes events on this check box.
processEvent(AWTEvent). Method in class java.awt.CheckboxMenuItem
Processes events on this check box menu item.
processEvent(AWTEvent). Method in class java.awt.Choice
Processes events on this choice.
processEvent(AWTEvent). Method in class java.awt.Component
Processes events occurring on this component.
processEvent(AWTEvent). Method in class java.awt.Container
Processes events on this container.
processEvent(AWTEvent). Method in class java.awt.List
Processes events on this scrolling list.
processEvent(AWTEvent). Method in class java.awt.MenuComponent
Processes events occurring on this menu component.
processEvent(AWTEvent). Method in class java.awt.MenuItem
Processes events on this menu item.
processEvent(AWTEvent). Method in class java.awt.Scrollbar
Processes events on this scroll bar.
processEvent(AWTEvent). Method in class java.awt.TextComponent
Processes events on this textcomponent.
processEvent(AWTEvent). Method in class java.awt.TextField
Processes events on this text field.
processEvent(AWTEvent). Method in class java.awt.Window
Processes events on this window.
processFocusEvent(FocusEvent). Method in class java.awt.Component
Processes focus events occurring on this component by dispatching them to any registered FocusListener objects.
processItemEvent(ItemEvent). Method in class java.awt.Checkbox
Processes item events occurring on this check box by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent). Method in class java.awt.CheckboxMenuItem
Processes item events occurring on this check box menu item by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent). Method in class java.awt.Choice
Processes item events occurring on this Choice menu by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent). Method in class java.awt.List
Processes item events occurring on this list by dispatching them to any registered ItemListener objects.
processKeyEvent(KeyEvent). Method in class java.awt.Component
Processes key events occurring on this component by dispatching them to any registered objects.
processMouseEvent(MouseEvent). Method in class java.awt.Component
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
processMouseMotionEvent(MouseEvent). Method in class java.awt.Component
Processes mouse motion events occurring on this component by dispatching them to any registered MouseMotionListener objects.
processTextEvent(TextEvent). Method in class java.awt.TextComponent
Processes text events occurring on this text component by dispatching them to any registered TextListener objects.
processWindowEvent(WindowEvent). Method in class java.awt.Window
Processes window events occurring on this window by dispatching them to any registered WindowListener objects.
produceImage(). Method in class sun.awt.image.GifImageDecoder
produce an image from the stream.
produceImage(). Method in class sun.awt.image.ImageDecoder
produceImage(). Method in class sun.awt.image.JPEGImageDecoder
produce an image from the stream.
produceImage(). Method in class sun.awt.image.XbmImageDecoder
produce an image from the stream.
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 with no default values.
Properties(Properties). Constructor for class java.util.Properties
Creates an empty property list with the specified defaults.
propertyChange(PropertyChangeEvent). Method in interface java.beans.PropertyChangeListener
This method gets called when a bound property is changed.
PropertyChangeEvent(Object, String, Object, Object). Constructor for class java.beans.PropertyChangeEvent
PropertyChangeSupport(Object). Constructor for class java.beans.PropertyChangeSupport
PropertyDescriptor(String, Class). Constructor for class java.beans.PropertyDescriptor
Constructs a PropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods.
PropertyDescriptor(String, Class, String, String). Constructor for class java.beans.PropertyDescriptor
This constructor takes the name of a simple property, and method names for reading and writing the property.
PropertyDescriptor(String, Method, Method). Constructor for class java.beans.PropertyDescriptor
This constructor takes the name of a simple property, and Method objects for reading and writing the property.
PropertyEditorManager(). Constructor for class java.beans.PropertyEditorManager
PropertyEditorSupport(). Constructor for class java.beans.PropertyEditorSupport
Constructor for use by derived PropertyEditor classes.
PropertyEditorSupport(Object). Constructor for class java.beans.PropertyEditorSupport
Constructor for use when a PropertyEditor is delegating to us.
propertyNames(). Method in class java.util.Properties
Returns an enumeration of all the keys in this property list, including the keys in the default property list.
PropertyResourceBundle(InputStream). Constructor for class java.util.PropertyResourceBundle
Creates a property resource
PropertyVetoException(String, PropertyChangeEvent). Constructor for class java.beans.PropertyVetoException
props. Variable in class sun.awt.PlatformFont
PROTECTED. Static variable in class java.lang.reflect.Modifier
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.
PUBLIC. Static variable in interface java.lang.reflect.Member
Identifies the set of all public members of a class or interface, including inherited members.
PUBLIC. Static variable in class java.lang.reflect.Modifier
push(Object). Method in class java.util.Stack
Pushes an item onto the top of this stack.
pushActiveWindow(WindowModel). Method in class sun.awt.otk.SimpleStackActivationPolicy
Pushes the specified window onto the window stack and makes it the active window.
pushBack(). Method in class java.io.StreamTokenizer
Causes the next call to the nextToken method of this tokenizer to return the current value in the ttype field, and not to modify the value in the nval or sval field.
PushbackInputStream(InputStream). Constructor for class java.io.PushbackInputStream
Creates a new pushback input stream with a one-byte pushback buffer.
PushbackInputStream(InputStream, int). Constructor for class java.io.PushbackInputStream
Creates a new pushback input stream with a pushback buffer of the specified size.
PushbackReader(Reader). Constructor for class java.io.PushbackReader
Create a new pushback reader with a one-character pushback buffer.
PushbackReader(Reader, int). Constructor for class java.io.PushbackReader
Create a new pushback reader with a pushback buffer of the given size.
put(Object, Object). Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(Object, Object). Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
putNextEntry(ZipEntry). Method in class java.util.zip.ZipOutputStream
Begins writing a new ZIP file entry and positions the stream to the start of the entry data.

Q

quoteChar(int). Method in class java.io.StreamTokenizer
Specifies that matching pairs of this character delimit string constants in this tokenizer.

R

random(). Static method in class java.lang.Math
Returns a random number between 0.0 and 1.0.
Random(). Constructor for class java.util.Random
Creates a new random number generator.
Random(long). Constructor for class java.util.Random
Creates a new random number generator using a single long seed.
RANDOMPIXELORDER. Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a random order.
randomSelectionMode. Static variable in class sun.awt.otk.RandomSelectionTextPane
When true, a pointer pressed on textRect but off the text causes implicit line return markers to be added to the text data.
randomSelectionMode. Static variable in class sun.awt.otk.TextRandomData
When true, a pointer pressed on textRect but off the text causes implicit line return markers to be added to the text data.
RandomSelectionTextPane(BasicView, TextComponentModel, ObjectToolkit, ColorPolicy, Insets, int, int). Constructor for class sun.awt.otk.RandomSelectionTextPane
Create a new RandomSelectionTextPane instance.
read(). Method in class java.io.BufferedInputStream
Reads the next byte of data from this buffered input stream.
read(). Method in class java.io.BufferedReader
Read a single character.
read(). Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.CharArrayReader
Read a single character.
read(). Method in class java.util.zip.CheckedInputStream
Reads a byte.
read(). Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.FilterReader
Read a single character.
read(). Method in class java.util.zip.InflaterInputStream
Reads a byte of uncompressed data.
read(). Method in class java.io.InputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.InputStreamReader
Read a single character.
read(). Method in class java.io.LineNumberInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.LineNumberReader
Read a single character.
read(). Method in interface java.io.ObjectInput
Reads a byte of data.
read(). Method in class java.io.ObjectInputStream
Reads a byte of data.
read(). Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read(). Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.PushbackReader
Read a single character.
read(). Method in class java.io.Reader
Read a single character.
read(). Method in class java.io.SequenceInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.StringBufferInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.StringReader
Read a single character.
read(byte[]). Method in class java.io.DataInputStream
Reads up to byte.length bytes of data from this data input stream into an array of bytes.
read(byte[]). Method in class java.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[]). Method in class java.io.InputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[]). Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.BufferedInputStream
Reads bytes into a portion of an array.
read(byte[], int, int). Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read(byte[], int, int). Method in class java.util.zip.CheckedInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.DataInputStream
Reads up to len bytes of data from this data input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.util.zip.GZIPInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int). Method in class java.util.zip.InflaterInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int). Method in class java.io.InputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.LineNumberInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.ObjectInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.PipedInputStream
Reads up to len bytes of data from this piped input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.PushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.SequenceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.StringBufferInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.util.zip.ZipInputStream
Reads from the current ZIP entry into an array of bytes.
read(char[]). Method in class java.io.Reader
Read characters into an array.
read(char[], int, int). Method in class java.io.BufferedReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.CharArrayReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.FilterReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.LineNumberReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.PipedReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.PushbackReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.Reader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.StringReader
Read characters into a portion of an array.
readBoolean(). Method in interface java.io.DataInput
Reads a boolean value from the input stream.
readBoolean(). Method in class java.io.DataInputStream
Reads a boolean from this data input stream.
readBoolean(). Method in class java.io.ObjectInputStream
Reads in a boolean.
readByte(). Method in interface java.io.DataInput
Reads a signed 8-bit value from the input stream.
readByte(). Method in class java.io.DataInputStream
Reads a signed 8-bit value from this data input stream.
readByte(). Method in class java.io.ObjectInputStream
Reads an 8 bit byte.
readChar(). Method in interface java.io.DataInput
Reads a Unicode char value from the input stream.
readChar(). Method in class java.io.DataInputStream
Reads a Unicode character from this data input stream.
readChar(). Method in class java.io.ObjectInputStream
Reads a 16 bit char.
readDouble(). Method in interface java.io.DataInput
Reads a double value from the input stream.
readDouble(). Method in class java.io.DataInputStream
Reads a double from this data input stream.
readDouble(). Method in class java.io.ObjectInputStream
Reads a 64 bit double.
Reader(). Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object). Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readExternal(ObjectInput). Method in interface java.io.Externalizable
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readFloat(). Method in interface java.io.DataInput
Reads a float value from the input stream.
readFloat(). Method in class java.io.DataInputStream
Reads a float from this data input stream.
readFloat(). Method in class java.io.ObjectInputStream
Reads a 32 bit float.
readFully(byte[]). Method in interface java.io.DataInput
Reads b.length bytes into the byte array.
readFully(byte[]). Method in class java.io.DataInputStream
Reads b.length bytes from this data input stream into the byte array.
readFully(byte[]). Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in interface java.io.DataInput
Reads b.length bytes into the byte array.
readFully(byte[], int, int). Method in class java.io.DataInputStream
Reads exactly len bytes from this data input stream into the byte array.
readFully(byte[], int, int). Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readInt(). Method in interface java.io.DataInput
Reads an int value from the input stream.
readInt(). Method in class java.io.DataInputStream
Reads a signed 32-bit integer from this data input stream.
readInt(). Method in class java.io.ObjectInputStream
Reads a 32 bit int.
readLine(). Method in class java.io.BufferedReader
Read a line of text.
readLine(). Method in interface java.io.DataInput
Reads the next line of text from the input stream.
readLine(). Method in class java.io.DataInputStream
Reads the next line of text from this data input stream.
readLine(). Method in class java.io.LineNumberReader
Read a line of text.
readLine(). Method in class java.io.ObjectInputStream
Reads in a line that has been terminated by a \n, \r, \r\n or EOF.
readLong(). Method in interface java.io.DataInput
Reads a long value from the input stream.
readLong(). Method in class java.io.DataInputStream
Reads a signed 64-bit integer from this data input stream.
readLong(). Method in class java.io.ObjectInputStream
Reads a 64 bit long.
readObject(). Method in interface java.io.ObjectInput
Read and return an object.
readObject(). Method in class java.io.ObjectInputStream
Read an object from the ObjectInputStream.
readShort(). Method in interface java.io.DataInput
Reads a 16-bit value from the input stream.
readShort(). Method in class java.io.DataInputStream
Reads a signed 16-bit number from this data input stream.
readShort(). Method in class java.io.ObjectInputStream
Reads a 16 bit short.
readStreamHeader(). Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
readUnsignedByte(). Method in interface java.io.DataInput
Reads an unsigned 8-bit value from the input stream.
readUnsignedByte(). Method in class java.io.DataInputStream
Reads an unsigned 8-bit number from this data input stream.
readUnsignedByte(). Method in class java.io.ObjectInputStream
Reads an unsigned 8 bit byte.
readUnsignedShort(). Method in interface java.io.DataInput
Reads an unsigned 16-bit value from the input stream.
readUnsignedShort(). Method in class java.io.DataInputStream
Reads an unsigned 16-bit number from this data input stream.
readUnsignedShort(). Method in class java.io.ObjectInputStream
Reads an unsigned 16 bit short.
readUTF(). Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF(). Method in class java.io.DataInputStream
Reads in a string that has been encoded using a modified UTF-8 format from this data input stream.
readUTF(). Method in class java.io.ObjectInputStream
Reads a UTF format String.
readUTF(DataInput). Static method in class java.io.DataInputStream
Reads in a string from the specified data input stream.
ready(). Method in class java.io.BufferedReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.CharArrayReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.FilterReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.PushbackReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.Reader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.StringReader
Tell whether this stream is ready to be read.
receive(DatagramPacket). Method in class java.net.DatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket). Method in class java.net.DatagramSocketImpl
Receive the datagram packet.
receive(int). Method in class java.io.PipedInputStream
Receives a byte of data.
reconstitute(). Method in class sun.awt.image.PixelStore
reconstruct(int). Method in class sun.awt.image.ImageRepresentation
recordPixels(int, int, int, int). Method in class sun.awt.image.PixelStore
Rectangle(). Constructor for class java.awt.Rectangle
Constructs a new rectangle whose top-left corner is at (0, 0) in the coordinate space, and whose width and height are zero.
Rectangle(Dimension). Constructor for class java.awt.Rectangle
Constructs a new rectangle whose top left corner is (0, 0) and whose width and height are specified by the dimension argument.
Rectangle(int, int). Constructor for class java.awt.Rectangle
Constructs a new rectangle whose top-left corner is at (0, 0) in the coordinate space, and whose width and height are specified by the arguments of the same name.
Rectangle(int, int, int, int). Constructor for class java.awt.Rectangle
Constructs a new rectangle whose top-left corner is specified as (xy) and whose width and height are specified by the arguments of the same name.
Rectangle(Point). Constructor for class java.awt.Rectangle
Constructs a new rectangle whose top-left corner is the specified point, and whose width and height are zero.
Rectangle(Point, Dimension). Constructor for class java.awt.Rectangle
Constructs a new rectangle whose top-left corner is specified by the point argument, and whose width and height are specified by the dimension argument.
Rectangle(Rectangle). Constructor for class java.awt.Rectangle
Constructs a new rectangle, initialized to match the values of the specificed rectangle.
red. Static variable in class java.awt.Color
The color red.
refresh(Region, boolean). Method in class sun.awt.aw.Window
Repaint all windows in the given region.
RegionImpl(). Constructor for class sun.porting.utils.RegionImpl
RegionImpl(int, int, int, int). Constructor for class sun.porting.utils.RegionImpl
regionMatches(boolean, int, String, int, int). Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(int, String, int, int). Method in class java.lang.String
Tests if two string regions are equal.
registerEditor(Class, Class). Static method in class java.beans.PropertyEditorManager
Register an editor class to be used to editor values of a given target class.
registerEventHandler(EventHandler). Method in class sun.porting.graphicssystem.GraphicsSystem
Register a callback handler for receiving events.
registerToolkitEventHandler(ToolkitEventHandler). Method in class sun.awt.aw.WindowSystem
Register a callback handler for receiving events.
registerToolkitEventHandler(ToolkitEventHandler). Method in class sun.porting.windowsystem.WindowSystem
Register a callback handler for receiving events.
registerValidation(ObjectInputValidation, int). Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is returned.
rehash(). Method in class java.util.Hashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
RELATIVE. Static variable in class java.awt.GridBagConstraints
Specify that this component is the next-to-last component in its column or row (gridwidth, gridheight), or that this component be placed next to the previously added component (gridx, gridy).
RELEASE_THRESHOLD. Static variable in class sun.awt.otk.TextCharData
After deleting data, decrease the buffer size if we are less than the specified percentage of previous length.
RELEASED. Static variable in interface sun.porting.windowsystem.EventHandler
An actuator was released.
releaseGrab(). Method in class sun.awt.aw.Window
Make this window release a grab.
releaseGrab(). Method in interface sun.porting.windowsystem.Window
Make this window (or its top-level ancestor) release the grab.
releaseGrabbingWindow(Window). Method in class sun.awt.aw.WindowSystem
Release the grab held by the given window.
REMAINDER. Static variable in class java.awt.GridBagConstraints
Specify that this component is the last component in its column or row.
remove(ActionListener, ActionListener). Static method in class java.awt.AWTEventMulticaster
Removes the old action-listener from action-listener-l and returns the resulting multicast listener.
remove(AdjustmentListener, AdjustmentListener). Static method in class java.awt.AWTEventMulticaster
Removes the old adjustment-listener from adjustment-listener-l and returns the resulting multicast listener.
remove(Component). Method in class java.awt.Container
Removes the specified component from this container.
remove(ComponentListener, ComponentListener). Static method in class java.awt.AWTEventMulticaster
Removes the old component-listener from component-listener-l and returns the resulting multicast listener.
remove(ContainerListener, ContainerListener). Static method in class java.awt.AWTEventMulticaster
Removes the old container-listener from container-listener-l and returns the resulting multicast listener.
remove(EventListener). Method in class java.awt.AWTEventMulticaster
Removes a listener from this multicaster and returns the resulting multicast listener.
remove(FocusListener, FocusListener). Static method in class java.awt.AWTEventMulticaster
Removes the old focus-listener from focus-listener-l and returns the resulting multicast listener.
remove(int). Method in class java.awt.Choice
Removes an item from the choice menu at the specified position.
remove(int). Method in class sun.awt.otk.ChoiceModel
Removes an item from the choice.
remove(int). Method in interface java.awt.peer.ChoicePeer
remove(int). Method in class java.awt.Container
Removes the component, specified by index, from this container.
remove(int). Method in class sun.awt.otk.ContainerViewImpl
Removes the view at location - "index"
remove(int). Method in class java.awt.List
Remove the item at the specified position from this scrolling list.
remove(int). Method in class java.awt.Menu
Removes the menu item at the specified index from this menu.
remove(int). Method in class java.awt.MenuBar
Removes the menu located at the specified index from this menu bar.
remove(ItemListener, ItemListener). Static method in class java.awt.AWTEventMulticaster
Removes the old item-listener from item-listener-l and returns the resulting multicast listener.
remove(KeyListener, KeyListener). Static method in class java.awt.AWTEventMulticaster
Removes the old key-listener from key-listener-l and returns the resulting multicast listener.
remove(MenuComponent). Method in class java.awt.Component
Removes the specified popup menu from the component.
remove(MenuComponent). Method in class sun.awt.EmbeddedFrame
Removes the specified menu bar from this frame.
remove(MenuComponent). Method in class java.awt.Frame
Removes the specified menu bar from this frame.
remove(MenuComponent). Method in class java.awt.Menu
Removes the specified menu item from this menu.
remove(MenuComponent). Method in class java.awt.MenuBar
Removes the specified menu component from this menu bar.
remove(MenuComponent). Method in interface java.awt.MenuContainer
remove(MouseListener, MouseListener). Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-listener from mouse-listener-l and returns the resulting multicast listener.
remove(MouseMotionListener, MouseMotionListener). Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-motion-listener from mouse-motion-listener-l and returns the resulting multicast listener.
remove(Object). Method in class java.util.Dictionary
Removes the key (and its corresponding value) from this dictionary.
remove(Object). Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove(String). Method in class java.awt.Choice
Remove the first occurrence of item from the Choice menu.
remove(String). Method in class java.awt.List
Removes the first occurrence of an item from the list.
remove(TextListener, TextListener). Static method in class java.awt.AWTEventMulticaster
remove(View). Method in class sun.awt.otk.ContainerViewImpl
Removes the specified view.
remove(WindowListener, WindowListener). Static method in class java.awt.AWTEventMulticaster
Removes the old window-listener from window-listener-l and returns the resulting multicast listener.
removeActionListener(ActionListener). Method in class java.awt.Button
Removes the specified action listener so that it no longer receives action events from this button.
removeActionListener(ActionListener). Method in class java.awt.List
Removes the specified action listener so that it no longer receives action events from this list.
removeActionListener(ActionListener). Method in class java.awt.MenuItem
Removes the specified action listener so it no longer receives action events from this menu item.
removeActionListener(ActionListener). Method in class java.awt.TextField
Removes the specified action listener so that it no longer receives action events from this text field.
removeAdjustmentListener(AdjustmentListener). Method in interface java.awt.Adjustable
Removes an adjustment listener.
removeAdjustmentListener(AdjustmentListener). Method in class sun.awt.otk.AdjustableObject
Removes a listener from receiving adjustment events.
removeAdjustmentListener(AdjustmentListener). Method in class java.awt.Scrollbar
Removes the specified adjustment listener so that it no longer receives instances of AdjustmentEvent from this scroll bar.
removeAll(). Method in class java.awt.Choice
Removes all items from the choice menu.
removeAll(). Method in class java.awt.Container
Removes all the components from this container.
removeAll(). Method in class sun.awt.otk.ContainerViewImpl
Removes all views.
removeAll(). Method in class java.awt.List
Removes all items from this list.
removeAll(). Method in class sun.awt.otk.ListModel
Removes all items from the list.
removeAll(). Method in interface java.awt.peer.ListPeer
removeAll(). Method in class java.awt.Menu
Removes all items from this menu.
removeAllElements(). Method in interface sun.awt.otk.OrderedList
removeAllElements(). Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeClient(UpdateClient). Method in class sun.awt.ScreenUpdater
Remove any pending entries for the specified client.
removeComponentListener(ComponentListener). Method in class java.awt.Component
Removes the specified component listener so that it no longer receives component events from this component.
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 sun.awt.image.ImageDecoder
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.
removeConsumer(ImageConsumer). Method in class sun.awt.image.InputStreamImageSource
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 class sun.awt.image.OffScreenImageSource
removeContainerListener(ContainerListener). Method in class java.awt.Container
Removes the specified container listener so it no longer receives container events from this container.
removeController(Controller). Method in class sun.awt.otk.BasicView
Remove a Controller which was previously added to this view.
removeController(Controller). Method in class sun.awt.otk.ContainerViewImpl
Remove a Controller which was previously added to this view.
removeController(Controller). Method in interface sun.awt.otk.View
Remove a Controller which was previously added to this view.
removeControllers(). Method in class sun.awt.otk.BasicView
Remove all Controllers which were previously added to this view.
removeControllers(). Method in class sun.awt.otk.ContainerViewImpl
Remove all Controllers which were previously added to this view.
removeControllers(). Method in interface sun.awt.otk.View
Remove all Controllers which were previously added to this view.
removeDependent(Dependent). Method in interface sun.awt.otk.Subject
Remove a Dependent from this Subject.
removeDependent(Dependent). Method in class sun.awt.otk.SubjectImpl
Remove a Dependent from this Subject.
removeDependent(Dependent). Method in class sun.awt.otk.TextComponentModel
Remove a Dependent from this Subject.
removeDependents(). Method in interface sun.awt.otk.Subject
Remove all dependents from this Subject.
removeDependents(). Method in class sun.awt.otk.SubjectImpl
Remove all dependents from this Subject.
removeElement(Object). Method in class java.util.Vector
Removes the first occurrence of the argument from this vector.
removeElementAt(int). Method in interface sun.awt.otk.OrderedList
removeElementAt(int). Method in class java.util.Vector
Deletes the component at the specified index.
removeFloatingView(View). Method in class sun.awt.otk.SimpleStackActivationPolicy
Removes a floating view from this activation policy object's list of windows that always stay on top.
removeFloatingView(View). Method in interface sun.awt.otk.WindowActivationPolicy
Removes a floating view from this activation policy object's list of windows that always stay on top.
removeFocusListener(FocusListener). Method in class java.awt.Component
Removes the specified focus listener so that it no longer receives focus events from this component.
removeImage(Image). Method in class java.awt.MediaTracker
Remove the specified image from this media tracker.
removeImage(Image, int). Method in class java.awt.MediaTracker
Remove the specified image from the specified tracking ID of this media tracker.
removeImage(Image, int, int, int). Method in class java.awt.MediaTracker
Remove the specified image with the specified width, height, and ID from this media tracker.
removeInternal(EventListener, EventListener). Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener after removing the old listener from listener-l.
removeItemListener(ItemListener). Method in class java.awt.Checkbox
Removes the specified item listener so that the item listener no longer receives item events from this check box.
removeItemListener(ItemListener). Method in class java.awt.CheckboxMenuItem
Removes the specified item listener so that it no longer receives item events from this check box menu item.
removeItemListener(ItemListener). Method in class java.awt.Choice
Removes the specified item listener so that it no longer receives item events from this Choice menu.
removeItemListener(ItemListener). Method in interface java.awt.ItemSelectable
Removes an item listener.
removeItemListener(ItemListener). Method in class java.awt.List
Removes the specified item listener so that it no longer receives item events from this list.
removeKeyListener(KeyListener). Method in class java.awt.Component
Removes the specified key listener so that it no longer receives key events from this component.
removeKeyListener(View). Method in class sun.awt.otk.ModalContainerViewImpl
Remove a view that had previously registered interest in being notified when key events occur.
removeKeySet(String). Method in class sun.awt.otk.VirtualKeyboardModel
Remove a key set to the internal lists.
removeKeySet(String, Locale). Method in class sun.awt.otk.VirtualKeyboardModel
Remove a key set to the internal lists.
removeLayoutComponent(Component). Method in class java.awt.BorderLayout
Removes the specified component from this border 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 this 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.
removeMouseListener(MouseListener). Method in class java.awt.Component
Removes the specified mouse listener so that it no longer receives mouse events from this component.
removeMouseMotionListener(MouseMotionListener). Method in class java.awt.Component
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.
removeNotify(). Method in class java.awt.Component
Notifies this component that it has been removed from its container and if a peers exists, it destroys it.
removeNotify(). Method in class java.awt.Container
Notifies this container and all of its subcomponents to remove their peers.
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.
removePropertyChangeListener(PropertyChangeListener). Method in interface java.beans.Customizer
Remove a listener for the PropertyChange event.
removePropertyChangeListener(PropertyChangeListener). Method in class java.beans.PropertyChangeSupport
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener). Method in interface java.beans.PropertyEditor
Remove a listener for the PropertyChange event.
removePropertyChangeListener(PropertyChangeListener). Method in class java.beans.PropertyEditorSupport
Remove a listener for the PropertyChange event.
removeTextListener(TextListener). Method in class java.awt.TextComponent
Removes the specified text event listener so that it no longer receives text events from this textcomponent
removeVetoableChangeListener(VetoableChangeListener). Method in class java.beans.VetoableChangeSupport
Remove a VetoableChangeListener from the listener list.
removeWatcher(ImageObserver). Method in class sun.awt.image.ImageRepresentation
removeWatcher(ImageObserver). Method in class sun.awt.image.ImageWatched
removeWindowListener(WindowListener). Method in class java.awt.Window
Removes the specified window listener so that it no longer receives window events from this window.
repaint(). Method in class java.awt.Component
Repaints this component.
repaint(int, int, int, int). Method in class java.awt.Component
Repaints the specified rectangle of this 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 the specified rectangle of this component within tm milliseconds.
repaint(long, int, int, int, int). Method in class sun.awt.otk.ComponentModel
Makes a request to repaint this component's default view.
repaint(long, int, int, int, int). Method in interface java.awt.peer.ComponentPeer
RepaintEvent(Component, int, WindowSystem, Region). Constructor for class sun.awt.otk.RepaintEvent
Constructs a RepaintEvent object with the specified source component, type, and clip region.
replace(char, char). Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(String, int, int). Method in class sun.awt.otk.TextCharData
Replace the data between the given indices with the iven text.
replace(String, int, int). Method in interface sun.awt.otk.TextDataInterface
Replace the data between the given indices with the iven text.
replaceItem(String, int). Method in class java.awt.List
Replaces the item at the specified index in the scrolling list with the new string.
replaceObject(Object). Method in class java.io.ObjectOutputStream
This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
replaceRange(String, int, int). Method in class java.awt.TextArea
Replaces text between the indicated start and end positions with the specified replacement text.
replaceRange(String, int, int). Method in class sun.awt.otk.TextAreaModel
Replace the text between the position "s" and "e" with "text".
replaceRange(String, int, int). Method in interface java.awt.peer.TextAreaPeer
replaceRange(String, int, int). Method in class sun.awt.otk.TextPaneImpl
Replace the text between the position "s" and "e" with "txt".
replaceText(String, int, int). Method in class java.awt.TextArea
replaceText(String, int, int). Method in class sun.awt.otk.TextAreaModel
Replace the text between the position "s" and "e" with "text".
replaceText(String, int, int). Method in interface java.awt.peer.TextAreaPeer
DEPRECATED: Replaced by ReplaceRange(String, int, int).
replay(ImageProducer, ImageConsumer). Method in class sun.awt.image.PixelStore
replay(ImageProducer, ImageConsumer, boolean). Method in class sun.awt.image.PixelStore
replayConsumer(ImageConsumer). Method in class sun.awt.image.GifImageDecoder
replayConsumer(ImageConsumer). Method in class sun.awt.image.ImageDecoder
ReplicateScaleFilter(int, int). Constructor for class java.awt.image.ReplicateScaleFilter
Constructs a ReplicateScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
requestFocus(). Method in class sun.awt.otk.BasicView
Request that the keyboard focus be transferred to the window associated with this View.
requestFocus(). Method in class java.awt.Component
Requests that this component get the input focus.
requestFocus(). Method in class sun.awt.otk.ComponentModel
Requests that this component's default view get the input focus.
requestFocus(). Method in interface java.awt.peer.ComponentPeer
requestFocus(). Method in class sun.awt.otk.ComponentView
This is an override of the method in BasicView; it checks if component is enabled before actually requesting focus
requestFocus(). Method in class sun.awt.otk.ContainerViewImpl
Draws focus to this container.
requestFocus(). Method in interface sun.awt.otk.View
Request that the keyboard focus be transferred to the window associated with this View.
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 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.
requestTopDownLeftRightResend(ImageConsumer). Method in class sun.awt.image.InputStreamImageSource
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 class sun.awt.image.OffScreenImageSource
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.
RESERVED_ID_MAX. Static variable in class java.awt.AWTEvent
The maximum value for reserved AWT event IDs.
reset(). Method in class java.util.zip.Adler32
Resets checksum to initial value.
reset(). Method in class java.io.BufferedInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset(). Method in class java.io.BufferedReader
Reset the stream to the most recent mark.
reset(). Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset(). Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the ouput stream is discarded.
reset(). Method in class java.io.CharArrayReader
Reset the stream to the most recent mark, or to the beginning if it has never been marked.
reset(). Method in class java.io.CharArrayWriter
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset(). Method in interface java.util.zip.Checksum
Resets the checksum to its initial value.
reset(). Method in class java.text.CollationElementIterator
Resets the cursor to the beginning of the string.
reset(). Method in class java.util.zip.CRC32
Resets CRC-32 to initial value.
reset(). Method in class java.util.zip.Deflater
Resets deflater so that a new set of input data can be processed.
reset(). Method in class java.io.FilterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset(). Method in class java.io.FilterReader
Reset the stream.
reset(). Method in class java.util.zip.Inflater
Resets inflater so that a new set of input data can be processed.
reset(). Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset(). Method in class java.io.LineNumberInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset(). Method in class java.io.LineNumberReader
Reset the stream to the most recent mark.
reset(). Method in class java.io.ObjectOutputStream
Reset will disregard the state of any objects already written to the stream.
reset(). Method in class java.io.Reader
Reset the stream.
reset(). Method in class java.io.StringBufferInputStream
Resets the input stream to begin reading from the first character of this input stream's underlying buffer.
reset(). Method in class java.io.StringReader
Reset the stream to the most recent mark, or to the beginning of the string if it has never been marked.
reset(). Method in class sun.awt.otk.VirtualKey
Resets the internal states of the key.
reset(). Method in class sun.awt.otk.VirtualKeyboardModel
Resets the default key set.
reset(). Method in class sun.awt.otk.VirtualKeySet
reset(int, boolean). Method in class sun.awt.otk.VirtualKeySet
resetSoftBreaks(). Method in class sun.awt.otk.TextRandomData
Reset the soft breaks array.
resetState(long). Method in class sun.awt.otk.MouseGobbler
Reset the state.
resetSyntax(). Method in class java.io.StreamTokenizer
Resets this tokenizer's syntax table so that all characters are "ordinary." See the ordinaryChar method for more information on a character being ordinary.
reshape(int, int, int, int). Method in class java.awt.Component
reshape(int, int, int, int). Method in class sun.awt.otk.ComponentModel
reshape(int, int, int, int). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setBounds(int, int, int, int).
reshape(int, int, int, int). Method in class java.awt.Rectangle
reshape(int, int, int, int). Method in class sun.awt.aw.Window
Change this window's position and or size.
resize(Dimension). Method in class java.applet.Applet
Requests that this applet be resized.
resize(Dimension). Method in class java.awt.Component
resize(int, int). Method in class java.applet.Applet
Requests that this applet be resized.
resize(int, int). Method in class java.awt.Component
resize(int, int). Method in class java.awt.Rectangle
resize(int, int). Method in class sun.awt.aw.WindowSystem
Change the size of the root window.
resizeScrollbars(). Method in class sun.awt.otk.MultiLineTextPane
Tell the peer to resize scrollbars.
resizeScrollbars(). Method in class sun.awt.otk.SingleLineTextPane
Tell the peer to resize scrollbars.
resizeScrollbars(). Method in class sun.awt.otk.TextPaneImpl
Tell the peer to resize scrollbars.
resizeScrollbars(int, int, int, int, int, int, int, int). Method in interface sun.awt.otk.TextPaneScroller
resolveClass(Class). Method in class java.lang.ClassLoader
Resolves the class so that an instance of the class can be created, or so that one of its methods can be called.
resolveClass(ObjectStreamClass). Method in class java.io.ObjectInputStream
Subclasses may implement this method to allow classes to be fetched from an alternate source.
resolveObject(Object). Method in class java.io.ObjectInputStream
This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
ResourceBundle(). Constructor for class java.util.ResourceBundle
responseCode. Variable in class java.net.HttpURLConnection
responseMessage. Variable in class java.net.HttpURLConnection
resume(). Method in class java.lang.Thread
Resumes a suspended thread.
resume(). Method in class java.lang.ThreadGroup
Resumes all processes in this thread group.
reverse(). Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
RGBImageFilter(). Constructor for class java.awt.image.RGBImageFilter
RGBtoHSB(int, int, int, float[]). Static method in class java.awt.Color
Converts the components of a color, as specified by the RGB model, to an equivalent set of values for hue, saturation, and brightness, the three components of the HSB model.
RIGHT. Static variable in class java.awt.Event
The Right Arrow key, a non-ASCII action key.
RIGHT. Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be right-justified.
right. Variable in class java.awt.Insets
The inset from the right.
RIGHT. Static variable in class java.awt.Label
Indicates that the label should be right justified.
RIGHT_ALIGNMENT. Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
rightPad. Variable in class sun.awt.otk.TextPaneImpl
Padding from the right that is used for deteriming the end of text.
rint(double). Static method in class java.lang.Math
returns the closest integer to the argument.
roll(int, boolean). Method in class java.util.Calendar
Time Field Rolling function.
roll(int, boolean). Method in class java.util.GregorianCalendar
Overrides Calendar Time Field Rolling function.
round(double). Static method in class java.lang.Math
Returns the closest long to the argument.
round(float). Static method in class java.lang.Math
Returns the closest int to the argument.
rowHeights. Variable in class java.awt.GridBagLayout
rowWeights. Variable in class java.awt.GridBagLayout
RuleBasedCollator(String). Constructor for class java.text.RuleBasedCollator
RuleBasedCollator constructor.
run(). Method in class sun.awt.AWTFinalizer
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run(). Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run(). Method in class sun.awt.ScreenUpdater
The main body of the screen updater.
run(). Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
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.
runFinalizersOnExit(boolean). Static method in class java.lang.Runtime
Enable or disable finalization on exit; doing so specifies that the finalizers of all objects that have finalizers that have not yet been automatically invoked are to be run before the Java runtime exits.
runFinalizersOnExit(boolean). Static method in class java.lang.System
Enable or disable finalization on exit; doing so specifies that the finalizers of all objects that have finalizers that have not yet been automatically invoked are to be run before the Java runtime exits.
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.

S

S_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The south-resize cursor type.
S_RESIZE_CURSOR. Static variable in class java.awt.Frame
sameFile(URL). Method in class java.net.URL
Compares two URLs, excluding the "ref" fields.
SampleInputMethod(). Constructor for class sun.awt.otk.SampleInputMethod
Constructs a new input method.
SATURDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
SAVE. Static variable in class java.awt.FileDialog
This constant value indicates that the purpose of the file dialog window is to locate a file to which to write.
save(ObjectOutputStream, String, EventListener). Static method in class java.awt.AWTEventMulticaster
save(OutputStream, String). Method in class java.util.Properties
Stores this property list to the specified output stream.
SAVE_FILE. Static variable in class java.awt.Event
A file saving event.
saveInternal(ObjectOutputStream, String). Method in class java.awt.AWTEventMulticaster
sawPress. Variable in class sun.awt.otk.MouseGobbler
Internal state variable, set to true when a mouse press was observed.
SCALE_AREA_AVERAGING. Static variable in class java.awt.Image
Use the Area Averaging image scaling algorithm.
SCALE_DEFAULT. Static variable in class java.awt.Image
Use the default image-scaling algorithm.
SCALE_FAST. Static variable in class java.awt.Image
Choose an image-scaling algorithm that gives higher priority to scaling speed than smoothness of the scaled image.
SCALE_REPLICATE. Static variable in class java.awt.Image
Use the image scaling algorithm embodied in the ReplicateScaleFilter class.
SCALE_SMOOTH. Static variable in class java.awt.Image
Choose an image-scaling algorithm that gives higher priority to image smoothness than scaling speed.
Scroll(). Constructor for class sun.awt.otk.Scroll
SCROLL_ABSOLUTE. Static variable in class java.awt.Event
The user has moved the bubble (thumb) in a scroll bar, moving to an "absolute" position, rather than to an offset from the last postion.
SCROLL_BEGIN. Static variable in class java.awt.Event
The scroll begin event.
SCROLL_END. Static variable in class java.awt.Event
The scroll end event.
SCROLL_LINE_DOWN. Static variable in class java.awt.Event
The user has activated the line down area of a scroll bar.
SCROLL_LINE_UP. Static variable in class java.awt.Event
The user has activated the line up area of a scroll bar.
SCROLL_LOCK. Static variable in class java.awt.Event
The Scroll Lock key, a non-ASCII action key.
SCROLL_PAGE_DOWN. Static variable in class java.awt.Event
The user has activated the page down area of a scroll bar.
SCROLL_PAGE_UP. Static variable in class java.awt.Event
The user has activated the page up area of a scroll bar.
scrollAbsolute(int, boolean). Method in class sun.awt.otk.MultiLineTextPane
Scroll the text to the position "pos" regardless of whether it is already on the screen or not.
scrollAbsolute(int, boolean). Method in class sun.awt.otk.SingleLineTextPane
Scroll the text to the position "pos" regardless of whether it is already on the screen or not.
scrollAbsolute(int, boolean). Method in class sun.awt.otk.TextPaneImpl
Scroll the text to the position "pos" regardless of whether it is already on the screen or not.
SCROLLBAR. Static variable in class java.awt.SystemColor
The array index for the scrollbar background color.
scrollbar. Static variable in class java.awt.SystemColor
The background color for scrollbars.
Scrollbar(). Constructor for class java.awt.Scrollbar
Constructs a new vertical scroll bar.
Scrollbar(int). Constructor for class java.awt.Scrollbar
Constructs a new scroll bar with the specified orientation.
Scrollbar(int, int, int, int, int). Constructor for class java.awt.Scrollbar
Constructs a new scroll bar with the specified orientation, initial value, page size, and minimum and maximum values.
SCROLLBARS_ALWAYS. Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbars should always be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_AS_NEEDED. Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbar should be shown only when the size of the child exceeds the size of the scrollpane in the horizontal/vertical dimension.
SCROLLBARS_BOTH. Static variable in class java.awt.TextArea
Create and display both vertical and horizontal scrollbars.
SCROLLBARS_HORIZONTAL_ONLY. Static variable in class java.awt.TextArea
Create and display horizontal scrollbar only.
SCROLLBARS_NEVER. Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbars should never be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_NONE. Static variable in class java.awt.TextArea
Do not create or display any scrollbars for the text area.
SCROLLBARS_VERTICAL_ONLY. Static variable in class java.awt.TextArea
Create and display vertical scrollbar only.
scrollHorizontal(Graphics, int). Method in class sun.awt.otk.TextPaneImpl
Scroll horizontaly.
ScrollPane(). Constructor for class java.awt.ScrollPane
Create a new scrollpane container with a scrollbar display policy of "as needed".
ScrollPane(int). Constructor for class java.awt.ScrollPane
Create a new scrollpane container.
ScrollPaneModel(ScrollPane, ObjectToolkit). Constructor for class sun.awt.otk.ScrollPaneModel
Constructs a new ScrollPaneModel instance.
scrollTo(int). Method in interface sun.awt.otk.TextComponentView
Scroll the text to the position "pos".
scrollTo(int, boolean). Method in class sun.awt.otk.SingleLineTextPane
Scroll the text to the position "pos".
scrollTo(int, boolean). Method in class sun.awt.otk.TextPaneImpl
Scroll the text to the position "pos".
scrollVertical(Graphics, int). Method in class sun.awt.otk.MultiLineTextPane
Scroll the text "ml" times vertical.
SE_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The south-east-resize cursor type.
SE_RESIZE_CURSOR. Static variable in class java.awt.Frame
search(Object). Method in class java.util.Stack
Returns where an object is on this stack.
SECOND. Static variable in class java.util.Calendar
Useful constant for date and time.
SECOND_FIELD. Static variable in class java.text.DateFormat
Useful constant for SECOND field alignment.
SECONDARY. Static variable in class java.text.Collator
Collator strength value.
secondaryOrder(int). Static method in class java.text.CollationElementIterator
Get the secondary order of a collation order.
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.
SELECT. Static variable in class sun.awt.otk.StateChangeNotification
select(int). Method in class java.awt.Choice
Sets the selected item in this Choice menu to be the item at the specified position.
select(int). Method in class sun.awt.otk.ChoiceModel
Selects an item in the choice.
select(int). Method in interface java.awt.peer.ChoicePeer
select(int). Method in class java.awt.List
Selects the item at the specified index in the scrolling list.
select(int). Method in class sun.awt.otk.ListModel
Selects an item in the list.
select(int). Method in interface java.awt.peer.ListPeer
select(int, boolean). Method in class sun.awt.otk.ListModel
This version of select is called in response to the user input.
select(int, int). Method in class java.awt.TextComponent
Selects the text between the specified start and end positions.
select(int, int). Method in interface java.awt.peer.TextComponentPeer
select(int, int). Method in class sun.awt.otk.TextComponentPeerModel
select the text between the given range.
select(int, int). Method in interface sun.awt.otk.TextComponentView
select the text between the given range.
select(int, int). Method in interface sun.awt.otk.TextPane
Select the text between the given range.
select(int, int). Method in class sun.awt.otk.TextPaneImpl
Select the text between the given range.
select(String). Method in class java.awt.Choice
Sets the selected item in this Choice menu to be the item whose name is equal to the specified string.
SELECT_CHANGE. Static variable in class sun.awt.otk.StateChangeNotification
SELECT_MODE. Static variable in class sun.awt.otk.StateChangeNotification
selectAll(). Method in class java.awt.TextComponent
Selects all the text in this text component.
selectAll(). Method in interface sun.awt.otk.TextPane
Select all the text.
selectAll(). Method in class sun.awt.otk.TextPaneImpl
Select all text.
SELECTED. Static variable in class java.awt.event.ItemEvent
The item selected state change type.
selected. Variable in class sun.awt.otk.TextPaneImpl
Are we currently selected, i.e.
selectLine(int). Method in interface sun.awt.otk.TextPane
Select one white-space delimited line.
selectLine(int). Method in class sun.awt.otk.TextPaneImpl
Select a line around the given position.
selectWord(int). Method in interface sun.awt.otk.TextPane
Select one white-space delimited word.
selectWord(int). Method in class sun.awt.otk.TextPaneImpl
Select one white-space delimited word.
selEnd. Variable in class sun.awt.otk.TextPaneImpl
End of currently selected text.
selEnd. Variable in class sun.awt.otk.VirtualComponentSelInfo
selStart. Variable in class sun.awt.otk.TextPaneImpl
Start of currently selected text.
selStart. Variable in class sun.awt.otk.VirtualComponentSelInfo
send(DatagramPacket). Method in class java.net.DatagramSocket
Sends a datagram packet from this socket.
send(DatagramPacket). Method in class java.net.DatagramSocketImpl
Sends a datagram packet.
send(DatagramPacket, byte). Method in class java.net.MulticastSocket
Sends a datagram packet to the destination, with a TTL (time- to-live) other than the default for the socket.
sendActionEvent(). Method in class sun.awt.otk.TextComponentModel
Post an ACTION_PERFORMED event to the AWT component.
sendHeaderInfo(int, int, boolean, boolean). Method in class sun.awt.image.JPEGImageDecoder
sendHideEvent(VirtualComponentMessage). Method in class sun.awt.otk.TextComponentModel
Post a VIRTUAL_COMPONENT_HIDE event to the associated virtual component, like virtual keyboard or text popup.
sendKeyEvent(VirtualKey, int). Method in class sun.awt.otk.VirtualKeyboardModel
Sends a key event to the client component.
sendKeyEvent(VirtualKey, int). Method in class sun.awt.otk.VirtualKeySet
sendNotifications(StateChangeNotification). Method in class sun.awt.otk.TextData
Mechanism for notifying Dependents of state changes.
sendPixels(byte[], int). Method in class sun.awt.image.JPEGImageDecoder
sendPixels(int[], int). Method in class sun.awt.image.JPEGImageDecoder
sendShowEvent(VirtualComponentMessage). Method in class sun.awt.otk.ComponentModel
Posts a VIRTUAL_COMPONENT_SHOW VirtualComponentEvent to the EventQueue.
sendShowEvent(VirtualComponentMessage). Method in class sun.awt.otk.TextComponentModel
Post a VIRTUAL_COMPONENT_SHOW event to the associated virtual component, like virtual keyboard or text popup.
SEPARATOR. Static variable in class sun.awt.otk.MenuItemModel
A place-holder in menu item lists, indicating a separator.
SEPTEMBER. Static variable in class java.util.Calendar
Useful constant for month.
SequenceInputStream(Enumeration). Constructor for class java.io.SequenceInputStream
Constructs a new sequence input stream initialized to the specified enumeration of input streams.
SequenceInputStream(InputStream, InputStream). Constructor for class java.io.SequenceInputStream
Constructs a new sequence input stream initialized to read first from the input stream s1, and then from the input stream s2.
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 and binds it to the specified local port number.
ServerSocket(int, int, InetAddress). Constructor for class java.net.ServerSocket
Create a server with the specified port, listen backlog, and local IP address to bind to.
set(int). Method in class java.util.BitSet
Sets a bit.
set(int, int). Method in class java.util.Calendar
Sets the time field with the given value.
set(int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, and date.
set(int, int, int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, and minute.
set(int, int, int, int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, minute, and second.
set(Object, int, Object). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified new value.
set(Object, Object). Method in class java.lang.reflect.Field
Sets the field represented by this Field object on the specified object argument to the specified new value.
set(String, String, int, String, String). Method in class java.net.URL
Sets the fields of the URL.
setActionCommand(String). Method in class java.awt.Button
Sets the command name for the action event fired by this button.
setActionCommand(String). Method in class java.awt.MenuItem
Sets the command name of the action event that is fired by this menu item.
setActivationPolicy(WindowActivationPolicy). Static method in class sun.awt.otk.WindowModel
Sets the window activation policy for all WindowModels.
setAddress(InetAddress). Method in class java.net.DatagramPacket
setAlignment(int). Method in class java.awt.FlowLayout
Sets the alignment for this layout.
setAlignment(int). Method in class java.awt.Label
Sets the alignment for this label to the specified alignment.
setAlignment(int). Method in class sun.awt.otk.LabelledComponentModel
Sets the alignment for this label's peer to the specified one.
setAlignment(int). Method in interface java.awt.peer.LabelPeer
setAllowUserInteraction(boolean). Method in class java.net.URLConnection
Set the value of the allowUserInteraction field of this URLConnection.
setAmPmStrings(String[]). Method in class java.text.DateFormatSymbols
Sets ampm strings.
setAnimated(boolean). Method in class java.awt.image.MemoryImageSource
Change this memory image into a multi-frame animation or a single-frame static image depending on the animated parameter.
setArmed(boolean). Method in interface sun.awt.otk.Armable
Set the arming state.
setAsText(String). Method in interface java.beans.PropertyEditor
Set the property value by parsing a given String.
setAsText(String). Method in class java.beans.PropertyEditorSupport
Set the property value by parsing a given String.
setBackground(Color). Method in class java.awt.Component
Sets the background color of this component.
setBackground(Color). Method in class sun.awt.otk.ComponentModel
Sets the background color of this component.
setBackground(Color). Method in interface java.awt.peer.ComponentPeer
setBackground(Color). Method in class sun.awt.otk.ContainerModel
Sets the background color of this container, and its children.
setBackgroundColor(Color). Method in class sun.awt.otk.ContainerViewImpl
Sets the background color of the container.
setBackgroundColor(Color). Method in class sun.awt.aw.Window
Set the background color for the window (i.e.
setBackgroundColor(Color). Method in interface sun.porting.windowsystem.Window
Set the background color for the window (i.e.
setBeanInfoSearchPath(String[]). Static method in class java.beans.Introspector
Change the list of package names that will be used for finding BeanInfo classes.
setBlockIncrement(int). Method in interface java.awt.Adjustable
Sets the block value increment for the adjustable object.
setBlockIncrement(int). Method in class sun.awt.otk.AdjustableObject
Sets the block value increment for the adjustable object.
setBlockIncrement(int). Method in class java.awt.Scrollbar
Sets the block increment for this scroll bar.
setBoolean(Object, boolean). Method in class java.lang.reflect.Field
Set the value of a field as a boolean on specified object.
setBoolean(Object, int, boolean). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified boolean value.
setBound(boolean). Method in class java.beans.PropertyDescriptor
Updates to "bound" properties will cause a "PropertyChange" event to get fired when the property is changed.
setBounds(int, int, int, int). Method in class sun.awt.otk.BasicView
Set the bounds of the view, relative to the view's parent.
setBounds(int, int, int, int). Method in class java.awt.Component
Moves and resizes this component.
setBounds(int, int, int, int). Method in class sun.awt.otk.ComponentModel
Moves and resizes this component.
setBounds(int, int, int, int). Method in interface java.awt.peer.ComponentPeer
setBounds(int, int, int, int). Method in class sun.awt.otk.ContainerViewImpl
Sets the bounds of the container.
setBounds(int, int, int, int). Method in class sun.awt.otk.MultiLineTextPane
Set the bounds of the textpane.
setBounds(int, int, int, int). Method in class java.awt.Rectangle
Sets the bounding rectangle of this rectangle to the specified values for x, y, width, and height.
setBounds(int, int, int, int). Method in interface sun.awt.otk.TextPane
Set the bounds of the textpane.
setBounds(int, int, int, int). Method in class sun.awt.otk.TextPaneImpl
Set the bounds of the textpane.
setBounds(int, int, int, int). Method in interface sun.awt.otk.View
Set the bounds of the view, relative to the view's parent.
setBounds(int, int, int, int). Method in class sun.awt.otk.VirtualKey
Gets the key code for this key.
setBounds(int, int, int, int). Method in class sun.awt.aw.Window
Set the location and/or size of the window.
setBounds(int, int, int, int). Method in interface sun.porting.windowsystem.Window
Set the location and/or size of the window.
setBounds(Rectangle). Method in class java.awt.Component
Moves and resizes this component to conform to the new bounding rectangle r.
setBounds(Rectangle). Method in class java.awt.Rectangle
Sets the bounding rectangle of this rectangle to match the specified rectangle.
setByte(Object, byte). Method in class java.lang.reflect.Field
Set the value of a field as a byte on specified object.
setByte(Object, int, byte). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified boolean value.
setCalendar(Calendar). Method in class java.text.DateFormat
Set the calendar to be used by this date format.
setCaretPosition(int). Method in class java.awt.TextComponent
Sets the position of the text insertion caret for this text component.
setCaretPosition(int). Method in interface java.awt.peer.TextComponentPeer
setCaretPosition(int). Method in class sun.awt.otk.TextComponentPeerModel
Set the current caret position.
setCaretPosition(int). Method in interface sun.awt.otk.TextComponentView
Set the current caret position.
setCaretPosition(int). Method in interface sun.awt.otk.TextPane
Set the current caret position.
setCaretPosition(int). Method in class sun.awt.otk.TextPaneImpl
Set the current caret position.
setChanged(). Method in class java.util.Observable
Indicates that this object has changed.
setChar(Object, char). Method in class java.lang.reflect.Field
Set the value of a field as a char on specified object.
setChar(Object, int, char). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified byte value.
setCharAt(int, char). Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setCheckboxGroup(CheckboxGroup). Method in class java.awt.Checkbox
Sets this check box's group to be the specified check box group.
setCheckboxGroup(CheckboxGroup). Method in class sun.awt.otk.CheckboxModel
Sets the checkbox peer's checkbox group
setCheckboxGroup(CheckboxGroup). Method in interface java.awt.peer.CheckboxPeer
setChildBackground(Color). Method in class sun.awt.otk.ScrollPaneModel
Sets the background color of the scroll pane's child component.
setChoices(double[], String[]). Method in class java.text.ChoiceFormat
Set the choices to be used in formatting.
setClientComponent(Component). Method in class sun.awt.otk.InputMethodAdapter
Sets the client component for the input method.
setClip(int, int, int, int). Method in class java.awt.Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape). Method in class java.awt.Graphics
Sets the current clipping area to an arbitrary clip shape.
setColor(Color). Method in class java.awt.Graphics
Sets this graphics context's current color to the specified color.
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.
setColorModel(ColorModel). Method in class sun.awt.image.ImageDecoder
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 sun.awt.image.ImageRepresentation
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 sun.awt.image.PixelStore
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.
setColumns(int). Method in class java.awt.GridLayout
Sets the number of columns in this layout to the specified value.
setColumns(int). Method in class java.awt.TextArea
Sets the number of columns for this text area.
setColumns(int). Method in class java.awt.TextField
Sets the number of columns in this text field.
setComment(String). Method in class java.util.zip.ZipEntry
Sets the optional comment string for the entry.
setComment(String). Method in class java.util.zip.ZipOutputStream
Sets the ZIP file comment.
setConstrained(boolean). Method in class java.beans.PropertyDescriptor
Attempted updates to "Constrained" properties will cause a "VetoableChange" event to get fired when the property is changed.
setConstraints(Component, GridBagConstraints). Method in class java.awt.GridBagLayout
Sets the constraints for the specified component in this layout.
setContentHandlerFactory(ContentHandlerFactory). Static method in class java.net.URLConnection
Sets the ContentHandlerFactory of an application.
setContents(Transferable, ClipboardOwner). Method in class java.awt.datatransfer.Clipboard
Sets the current contents of the clipboard to the specified transferable object and registers the specified clipboard owner as the owner of the new contents.
setCrc(long). Method in class java.util.zip.ZipEntry
Sets the CRC-32 checksum of the uncompressed entry data.
setCurrent(Checkbox). Method in class java.awt.CheckboxGroup
setCursor(Cursor). Method in class java.awt.Component
Set the cursor image to a predefined cursor.
setCursor(Cursor). Method in class sun.awt.otk.ComponentModel
Sets the cursor image to a predefined cursor.
setCursor(Cursor). Method in interface java.awt.peer.ComponentPeer
setCursor(int). Method in class java.awt.Frame
setCursorAllowed(boolean). Method in class sun.awt.EmbeddedFrame
Sets whether or not Frame.setCursor works for the embedded frame (currently only used in Win32)
setCursorImage(CursorImage). Method in class sun.porting.graphicssystem.GraphicsSystem
Set the cursor image to match the supplied CursorImage object.
setCursorImage(CursorImage). Method in class sun.awt.aw.Window
Set the cursor image associated with this window.
setCursorImage(CursorImage). Method in interface sun.porting.windowsystem.Window
Set the cursor image to match the one supplied.
setCursorImage(CursorImage). Method in class sun.awt.aw.WindowSystem
Set the cursor image to match the one supplied.
setCursorImage(CursorImage). Method in class sun.porting.windowsystem.WindowSystem
Set the cursor image to match the supplied CursorImage.
setCursorVisibility(boolean). Method in class sun.porting.graphicssystem.GraphicsSystem
Set the visibility of the cursor.
setCursorVisibility(boolean). Method in class sun.porting.windowsystem.WindowSystem
Set the visibility of the cursor.
setDaemon(boolean). Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setDaemon(boolean). Method in class java.lang.ThreadGroup
Changes the daemon status of this thread group.
setData(byte[]). Method in class java.net.DatagramPacket
setDate(int). Method in class java.util.Date
Sets the day of the month of this date to the specified value.
setDateFormatSymbols(DateFormatSymbols). Method in class java.text.SimpleDateFormat
Allows you to set the date/time formatting data.
setDecimalFormatSymbols(DecimalFormatSymbols). Method in class java.text.DecimalFormat
Sets the decimal format symbols, which is generally not changed by the programmer or user.
setDecimalSeparator(char). Method in class java.text.DecimalFormatSymbols
setDecimalSeparatorAlwaysShown(boolean). Method in class java.text.DecimalFormat
Allows you to set the behavior of the decimal separator with integers.
setDecomposition(int). Method in class java.text.Collator
Set the decomposition mode of this Collator.
setDefault(Locale). Static method in class java.util.Locale
Sets the default.
setDefault(TimeZone). Static method in class java.util.TimeZone
Sets time zone to using the given TimeZone.
setDefaultAllowUserInteraction(boolean). Static method in class java.net.URLConnection
Sets the default value of the allowUserInteraction field for all future URLConnection objects to the specified value.
setDefaultKeySet(String). Method in class sun.awt.otk.VirtualKeyboardModel
Make a key set the default key set.
setDefaultKeySet(String, Locale). Method in class sun.awt.otk.VirtualKeyboardModel
Make a key set the default key set.
setDefaultRequestProperty(String, String). Static method in class java.net.URLConnection
Sets the default value of a general request property.
setDefaultUseCaches(boolean). Method in class java.net.URLConnection
Sets the default value of the useCaches field to the specified value.
setDefaultView(View). Method in class sun.awt.otk.ChoiceModel
Sets the default view.
setDefaultView(View). Method in class sun.awt.otk.ComponentModel
Set the default view.
setDefaultView(View). Method in class sun.awt.otk.LabelledComponentModel
Sets and initializes the default view.
setDefaultView(View). Method in class sun.awt.otk.MenuComponentModel
Set the default view associated with this model.
setDefaultView(View). Method in class sun.awt.otk.MenuModel
Set the default view associated with this model.
setDefaultView(View). Method in interface sun.awt.otk.Model
Set the default view.
setDefaultView(View). Method in class sun.awt.otk.ObservableModel
Set the default view.
setDefaultView(View). Method in class sun.awt.otk.TextComponentModel
We over-ride this method to set the top view to be the default view if there is now top view defined.
setDefaultView(View). Method in class sun.awt.otk.WindowModel
Set the default view.
setDesignTime(boolean). Static method in class java.beans.Beans
Used to indicate whether of not we are running in an application builder environment.
setDictionary(byte[]). Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[]). Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDictionary(byte[], int, int). Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[], int, int). Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDigit(char). Method in class java.text.DecimalFormatSymbols
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 interface java.awt.image.ImageConsumer
The dimensions of the source image are reported using the setDimensions method call.
setDimensions(int, int). Method in class sun.awt.image.ImageDecoder
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 sun.awt.image.ImageRepresentation
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 class sun.awt.image.PixelStore
setDimensions(int, int). Method in class sun.awt.image.PixelStore32
setDimensions(int, int). Method in class sun.awt.image.PixelStore8
setDimensions(int, int). Method in class java.awt.image.ReplicateScaleFilter
Override the dimensions of the source image and pass the dimensions of the new scaled size to the ImageConsumer.
setDirectory(String). Method in class java.awt.FileDialog
Sets the directory of this file dialog window to be the specified directory.
setDisplayName(String). Method in class java.beans.FeatureDescriptor
setDoInput(boolean). Method in class java.net.URLConnection
Sets the value of the doInput field for this URLConnection to the specified value.
setDoOutput(boolean). Method in class java.net.URLConnection
Sets the value of the doOutput field for this URLConnection to the specified value.
setDouble(Object, double). Method in class java.lang.reflect.Field
Set the value of a field as a double on specified object.
setDouble(Object, int, double). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified double value.
setDragController(Controller). Method in class sun.awt.otk.BasicView
Designates an already added controller as the drag controller.
setDragController(Controller). Method in class sun.awt.otk.ContainerViewImpl
Designates an already added controller as the drag controller.
setDragController(Controller). Method in interface sun.awt.otk.View
Designates an already added controller as the drag controller.
setEchoChar(char). Method in class java.awt.TextField
Sets the echo character for this text field.
setEchoChar(char). Method in class sun.awt.otk.TextFieldModel
Set the echo character to use when in echo mode.
setEchoChar(char). Method in interface java.awt.peer.TextFieldPeer
setEchoCharacter(char). Method in class java.awt.TextField
setEchoCharacter(char). Method in class sun.awt.otk.TextFieldModel
Set the echo character to use when in echo mode.
setEchoCharacter(char). Method in interface java.awt.peer.TextFieldPeer
DEPRECATED: Replaced by setEchoChar(char echoChar).
setEditable(boolean). Method in class java.awt.TextComponent
Sets the flag that determines whether or not this text component is editable.
setEditable(boolean). Method in interface java.awt.peer.TextComponentPeer
setEditable(boolean). Method in class sun.awt.otk.TextComponentPeerModel
Set the editable flag.
setEditable(boolean). Method in interface sun.awt.otk.TextComponentView
Set the editable flag.
setEditable(boolean). Method in interface sun.awt.otk.TextPane
Set the editable flag.
setEditable(boolean). Method in class sun.awt.otk.TextPaneImpl
Set the editable flag.
setEditorSearchPath(String[]). Static method in class java.beans.PropertyEditorManager
Change the list of package names that will be used for finding property editors.
setElementAt(Object, int). Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEmpty(). Method in interface sun.porting.graphicssystem.Region
Set the region to an empty region.
setEmpty(). Method in class sun.porting.utils.RegionImpl
setEnabled(boolean). Method in class java.awt.Component
Enables or disables this component, depending on the value of the parameter b.
setEnabled(boolean). Method in class sun.awt.otk.ComponentModel
Enables or disables this component, depending on the value of the parameter b.
setEnabled(boolean). Method in interface java.awt.peer.ComponentPeer
setEnabled(boolean). Method in class sun.awt.otk.LabelMenuItem
Enables or disables the menu item.
setEnabled(boolean). Method in class java.awt.MenuItem
Sets whether or not this menu item can be chosen.
setEnabled(boolean). Method in class sun.awt.otk.MenuItemModel
Set this menu item's enable state
setEnabled(boolean). Method in interface sun.awt.otk.MenuItemOperations
Set the enabled state for this menu item.
setEnabled(boolean). Method in interface java.awt.peer.MenuItemPeer
setEnabled(boolean). Method in class sun.awt.otk.MenuModel
Set the enabled state on the menu.
setEnabled(boolean). Method in class sun.awt.otk.VirtualKey
Sets the enabled state of the key.
setEndRule(int, int, int, int). Method in class java.util.SimpleTimeZone
Sets the daylight savings ending rule.
setEras(String[]). Method in class java.text.DateFormatSymbols
Sets era strings.
setErr(PrintStream). Static method in class java.lang.System
Reassigns the "standard" error output stream.
setError(). Method in class java.io.PrintStream
Indicate that an error has occurred.
setError(). Method in class java.io.PrintWriter
Indicate that an error has occurred.
setExpert(boolean). Method in class java.beans.FeatureDescriptor
The "expert" flag is used to distinguish between features that are intended for expert users from those that are intended for normal users.
setExtra(byte[]). Method in class java.util.zip.ZipEntry
Sets the optional extra field data for the entry.
setFile(String). Method in class java.awt.FileDialog
Sets the selected file for this file dialog window to be the specified file.
setFileNameMap(FileNameMap). Static method in class java.net.URLConnection
Sets the FileNameMap.
setFirstDayOfWeek(int). Method in class java.util.Calendar
Sets what the first day of the week is; e.g., Sunday in US, Monday in France.
setFloat(Object, float). Method in class java.lang.reflect.Field
Set the value of a field as a float on specified object.
setFloat(Object, int, float). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified float value.
setFocus(boolean). Method in class sun.awt.otk.SingleLineTextPane
Notification mechanism of focus changes.
setFocus(boolean). Method in interface sun.awt.otk.TextPane
Handle focus changes.
setFocus(boolean). Method in class sun.awt.otk.TextPaneImpl
Notification mechanism of focus changes.
setFocusOwner(Component). Method in interface sun.awt.FocusManagement
setFocusOwner(Component). Method in class sun.awt.TabFocusManager
setFocusWindow(Window). Method in class sun.awt.aw.WindowSystem
Set the focus window to the given window.
setFollowRedirects(boolean). Static method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFont(Font). Method in class java.awt.Component
Sets the font of this component.
setFont(Font). Method in class sun.awt.otk.ComponentModel
Sets the component's font.
setFont(Font). Method in interface java.awt.peer.ComponentPeer
setFont(Font). Method in class java.awt.Graphics
Sets this graphics context's font to the specified font.
setFont(Font). Method in class java.awt.MenuComponent
Sets the font to be used for this menu component to the specified font.
setFont(Font). Method in class sun.awt.otk.MenuComponentModel
set the font used to draw into this MenuComponent.
setForeground(Color). Method in class java.awt.Component
Sets the foreground color of this component.
setForeground(Color). Method in class sun.awt.otk.ComponentModel
Sets the foreground color of this component.
setForeground(Color). Method in interface java.awt.peer.ComponentPeer
setFormat(int, Format). Method in class java.text.MessageFormat
Sets formats individually to use on parameters.
setFormats(Format[]). Method in class java.text.MessageFormat
Sets formats to use on parameters.
setFullBufferUpdates(boolean). Method in class java.awt.image.MemoryImageSource
Specify whether this animated memory image should always be updated by sending the complete buffer of pixels whenever there is a change.
setGrabbingWindow(Window, int). Method in class sun.awt.aw.WindowSystem
Assign the input grab to the given window.
setGregorianChange(Date). Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setGroupingSeparator(char). Method in class java.text.DecimalFormatSymbols
setGroupingSize(int). Method in class java.text.DecimalFormat
Set the grouping size.
setGroupingUsed(boolean). Method in class java.text.NumberFormat
Set whether or not grouping will be used in this format.
setGuiAvailable(boolean). Static method in class java.beans.Beans
Used to indicate whether of not we are running in an environment where GUI interaction is available.
setHelpMenu(Menu). Method in class java.awt.MenuBar
Sets the help menu on this menu bar to be the specified menu.
setHgap(int). Method in class java.awt.BorderLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.CardLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.FlowLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.GridLayout
Sets the horizontal gap between components to the specified value.
setHidden(boolean). Method in class java.beans.FeatureDescriptor
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
setHints(int). Method in class java.awt.image.AreaAveragingScaleFilter
Detect if the data is being delivered with the necessary hints to allow the averaging algorithm to do its work.
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.
setHints(int). Method in class sun.awt.image.ImageDecoder
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 sun.awt.image.ImageRepresentation
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 class sun.awt.image.PixelStore
setHours(int). Method in class java.util.Date
Sets the hour of this date to the specified value.
setHumanPresentableName(String). Method in class java.awt.datatransfer.DataFlavor
Sets the human presentable name for the data format that this DataFlavor represents.
setIconImage(Image). Method in class sun.awt.EmbeddedFrame
Sets the image to display when this frame is iconized.
setIconImage(Image). Method in class java.awt.Frame
Sets the image to display when this frame is iconized.
setIconImage(Image). Method in class sun.awt.otk.FrameModel
Sets the image to display when this frame is iconified.
setIconImage(Image). Method in interface java.awt.peer.FramePeer
setID(String). Method in class java.util.TimeZone
Sets the time zone ID.
setIfModifiedSince(long). Method in class java.net.URLConnection
Sets the value of the ifModifiedSince field of this URLConnection to the specified value.
setIn(InputStream). Static method in class java.lang.System
Reassigns the "standard" input stream.
setInDefaultEventSet(boolean). Method in class java.beans.EventSetDescriptor
Mark an event set as being in the "default" set (or not).
setIndex(int). Method in interface java.text.CharacterIterator
Set the position to the specified position in the text and return that character.
setIndex(int). Method in class java.text.ParsePosition
Set the current parse position.
setIndex(int). Method in class java.text.StringCharacterIterator
Set the position to specified position in the text and return that character.
setInfinity(String). Method in class java.text.DecimalFormatSymbols
setInput(byte[]). Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[]). Method in class java.util.zip.Inflater
Sets input data for decompression.
setInput(byte[], int, int). Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[], int, int). Method in class java.util.zip.Inflater
Sets input data for decompression.
setInputContext(InputMethodContext). Method in class sun.awt.im.InputMethod
Sets the input context which can dispatch input method events to the client component.
setInputContext(InputMethodContext). Method in class sun.awt.otk.VirtualKeyboardInputMethod
Sets the input context which can dispatch input method events to the client component.
setInputMethodListener(InputMethodListener). Method in class sun.awt.otk.InputMethodAdapter
Sets the InputMethodListener for the input method.
setInsets(Insets). Method in class sun.awt.otk.ContainerViewImpl
Set new Insets
setInsets(View, int, int, int, int). Method in class sun.awt.otk.ContainerModel
Sets new Insets for this container.
setInt(Object, int). Method in class java.lang.reflect.Field
Set the value of a field as an int on specified object.
setInt(Object, int, int). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified int value.
setInterface(InetAddress). Method in class java.net.MulticastSocket
Set the outgoing network interface for multicast packets on this socket, to other than the system default.
setKeyChar(char). Method in class java.awt.event.KeyEvent
setKeyCode(int). Method in class java.awt.event.KeyEvent
setKeySet(VirtualKeySet). Method in class sun.awt.otk.VirtualKey
Sets the key set for this key.
setLabel(String). Method in class java.awt.Button
Sets the button's label to be the specified string.
setLabel(String). Method in interface java.awt.peer.ButtonPeer
setLabel(String). Method in class java.awt.Checkbox
Sets this check box's label to be the string argument.
setLabel(String). Method in interface java.awt.peer.CheckboxPeer
setLabel(String). Method in class sun.awt.otk.LabelledComponentModel
Alias for ButtonPeer/CheckboxPeer interfaces
setLabel(String). Method in class sun.awt.otk.LabelMenuItem
Sets the menu item's label.
setLabel(String). Method in class java.awt.MenuItem
Sets the label for this menu item to the specified label.
setLabel(String). Method in interface sun.awt.otk.MenuItemOperations
Set the label associated with this menu item.
setLabel(String). Method in interface java.awt.peer.MenuItemPeer
setLabel(String). Method in class sun.awt.otk.MenuModel
Set the label (i.e.
setLayout(LayoutManager). Method in class java.awt.Container
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class java.awt.ScrollPane
Sets the layout manager for this container.
setLength(int). Method in class java.net.DatagramPacket
setLength(int). Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLenient(boolean). Method in class java.util.Calendar
Specify whether or not date/time interpretation is to be lenient.
setLenient(boolean). Method in class java.text.DateFormat
Specify whether or not date/time parsing is to be lenient.
setLevel(int). Method in class java.util.zip.Deflater
Sets the current compression level to the specified value.
setLevel(int). Method in class java.util.zip.ZipOutputStream
Sets the compression level for subsequent entries which are DEFLATED.
setLineIncrement(int). Method in class java.awt.Scrollbar
setLineIncrement(int). Method in interface java.awt.peer.ScrollbarPeer
setLineNumber(int). Method in class java.io.LineNumberInputStream
Sets the line number to the specified argument.
setLineNumber(int). Method in class java.io.LineNumberReader
Set the current line number.
setLineWidth(int). Method in class sun.awt.otk.TextData
Set the line width in the data buffer to correspond to the width of a line in component displaying this data.
setLineWidth(int). Method in interface sun.awt.otk.TextDataInterface
Set the line width in the data buffer to correspond to the width of a line in component displaying this data.
setLocale(Locale). Method in class java.awt.Component
Sets the locale of this component.
setLocale(Locale). Method in class java.text.MessageFormat
Constructs with the specified pattern and formats for the arguments in that pattern.
setLocalPatternChars(String). Method in class java.text.DateFormatSymbols
Sets localized date-time pattern characters.
setLocation(int, int). Method in class java.awt.Component
Moves this component to a new location.
setLocation(int, int). Method in class java.awt.Point
Changes the point to have the specificed location.
setLocation(int, int). Method in class java.awt.Rectangle
Moves the rectangle to the specified location.
setLocation(Point). Method in class java.awt.Component
Moves this component to a new location.
setLocation(Point). Method in class java.awt.Point
Sets the location of the point to the specificed location.
setLocation(Point). Method in class java.awt.Rectangle
Moves the rectangle to the specified location.
setLong(Object, int, long). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified long value.
setLong(Object, long). Method in class java.lang.reflect.Field
Set the value of a field as a long on specified object.
setMaximum(int). Method in interface java.awt.Adjustable
Sets the maximum value of the adjustable object.
setMaximum(int). Method in class sun.awt.otk.AdjustableObject
Sets the maximum value of the adjustable object.
setMaximum(int). Method in class java.awt.Scrollbar
Sets the maximum value of this scroll bar.
setMaximumFractionDigits(int). Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumIntegerDigits(int). Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaxPriority(int). Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMenuBar(MenuBar). Method in class sun.awt.EmbeddedFrame
Sets the menu bar for this frame to the specified menu bar.
setMenuBar(MenuBar). Method in class java.awt.Frame
Sets the menu bar for this frame to the specified menu bar.
setMenuBar(MenuBar). Method in class sun.awt.otk.FrameModel
Sets this frame's menu bar.
setMenuBar(MenuBar). Method in interface java.awt.peer.FramePeer
setMethod(int). Method in class java.util.zip.ZipEntry
Sets the compression method for the entry.
setMethod(int). Method in class java.util.zip.ZipOutputStream
Sets the default compression method for subsequent entries.
setMinimalDaysInFirstWeek(int). Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call the method with value 1.
setMinimum(int). Method in interface java.awt.Adjustable
Sets the minimum value of the adjustable object.
setMinimum(int). Method in class sun.awt.otk.AdjustableObject
Sets the minimum value of the adjustable object.
setMinimum(int). Method in class java.awt.Scrollbar
Sets the minimum value of this scroll bar.
setMinimumFractionDigits(int). Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumIntegerDigits(int). Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinusSign(char). Method in class java.text.DecimalFormatSymbols
setMinutes(int). Method in class java.util.Date
Sets the minutes of this date to the specified value.
setModal(boolean). Method in class java.awt.Dialog
Specifies whether this dialog is modal.
setModifiers(int). Method in class java.awt.event.KeyEvent
Change the modifiers for a KeyEvent.
setModifiers(int, boolean). Method in class sun.awt.otk.VirtualKeySet
setMonth(int). Method in class java.util.Date
Sets the month of this date to the specified value.
setMonths(String[]). Method in class java.text.DateFormatSymbols
Sets month strings.
setMultipleMode(boolean). Method in class java.awt.List
Sets the flag that determines whether this list allows multiple selections.
setMultipleMode(boolean). Method in class sun.awt.otk.ListModel
Sets selection mode.
setMultipleMode(boolean). Method in interface java.awt.peer.ListPeer
setMultipleSelections(boolean). Method in class java.awt.List
setMultipleSelections(boolean). Method in class sun.awt.otk.ListModel
DEPRECATED: Replaced by setMultipleMode().
setMultipleSelections(boolean). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by setMultipleMode(boolean).
setMultiplier(int). Method in class java.text.DecimalFormat
Set the multiplier for use in percent, permill, etc.
setName(String). Method in class java.awt.Component
Sets the name of the component to the specified string.
setName(String). Method in class java.beans.FeatureDescriptor
setName(String). Method in class java.awt.MenuComponent
Sets the name of the component to the specified string.
setName(String). Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setNaN(String). Method in class java.text.DecimalFormatSymbols
setNegativePrefix(String). Method in class java.text.DecimalFormat
Set the negative prefix.
setNegativeSuffix(String). Method in class java.text.DecimalFormat
Set the positive suffix.
setNextFinalizeable(AWTFinalizeable). Method in interface sun.awt.AWTFinalizeable
setNextFinalizeable(AWTFinalizeable). Method in class sun.awt.image.ImageRepresentation
setNumberFormat(NumberFormat). Method in class java.text.DateFormat
Allows you to set the number formatter.
setObject(Object). Method in interface java.beans.Customizer
Set the object to be customized.
setOrientation(int). Method in class java.awt.Scrollbar
Sets the orientation for this scroll bar.
setOut(PrintStream). Static method in class java.lang.System
Reassigns the "standard" output stream.
setOwner(MenuItemOwner). Method in class sun.awt.otk.LabelMenuItem
Sets menu item owner for that menu item.
setOwner(MenuItemOwner). Method in interface sun.awt.otk.MenuItemOperations
Set the owner of this menu item.
setOwner(MenuItemOwner). Method in class sun.awt.otk.MenuModel
Set the owner.
setPageIncrement(int). Method in class java.awt.Scrollbar
setPageIncrement(int). Method in interface java.awt.peer.ScrollbarPeer
setPaintMode(). Method in class java.awt.Graphics
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
setParent(ResourceBundle). Method in class java.util.ResourceBundle
Set the parent bundle of this bundle.
setParseIntegerOnly(boolean). Method in class java.text.NumberFormat
Sets whether or not numbers should be parsed as integers only.
setPatternSeparator(char). Method in class java.text.DecimalFormatSymbols
setPeer(ComponentPeer). Method in class sun.awt.EmbeddedFrame
setPercent(char). Method in class java.text.DecimalFormatSymbols
setPerMill(char). Method in class java.text.DecimalFormatSymbols
setPixels(int, int, int, int, byte[], int, int). Method in class sun.awt.image.PixelStore
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.AreaAveragingScaleFilter
Combine the components for the delivered byte pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete.
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 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, byte[], int, int). Method in class sun.awt.image.ImageDecoder
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 sun.awt.image.ImageRepresentation
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.ReplicateScaleFilter
Choose which rows and columns of the delivered byte pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
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, int[], int, int). Method in class java.awt.image.AreaAveragingScaleFilter
Combine the components for the delivered int pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete.
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 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 sun.awt.image.ImageDecoder
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 sun.awt.image.ImageRepresentation
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.ReplicateScaleFilter
Choose which rows and columns of the delivered int pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
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, int[], int, int). Method in class sun.awt.image.PixelStore
setPort(int). Method in class java.net.DatagramPacket
setPositivePrefix(String). Method in class java.text.DecimalFormat
Set the positive prefix.
setPositiveSuffix(String). Method in class java.text.DecimalFormat
Set the positive suffix.
setPressed(boolean). Method in class sun.awt.otk.VirtualKey
Sets the pressed state of the key.
setPriority(int). Method in class java.lang.Thread
Changes the priority of this thread.
setPropagationId(Object). Method in class java.beans.PropertyChangeEvent
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 interface java.awt.image.ImageConsumer
Sets the extensible list of properties associated with this image.
setProperties(Hashtable). Method in class sun.awt.image.ImageDecoder
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 sun.awt.image.ImageRepresentation
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 class sun.awt.image.PixelStore
setProperties(Hashtable). Method in class java.awt.image.ReplicateScaleFilter
Passes along the properties from the source object after adding a property indicating the scale applied.
setProperties(Properties). Static method in class java.lang.System
Sets the system properties to the Properties argument.
setPropertyEditorClass(Class). Method in class java.beans.PropertyDescriptor
Normally PropertyEditors will be found using the PropertyEditorManager.
setRawOffset(int). Method in class java.util.SimpleTimeZone
Overrides TimeZone Sets the base time zone offset to GMT.
setRawOffset(int). Method in class java.util.TimeZone
Sets the base time zone offset to GMT.
setRequestMethod(String). Method in class java.net.HttpURLConnection
Set the method for the URL request, one of: are legal, subject to protocol restrictions.
setRequestProperty(String, String). Method in class java.net.URLConnection
Sets the general request property.
setResizable(boolean). Method in class java.awt.Dialog
Sets the resizable flag.
setResizable(boolean). Method in interface java.awt.peer.DialogPeer
setResizable(boolean). Method in class sun.awt.EmbeddedFrame
Sets the resizable flag, which determines whether this frame is resizable.
setResizable(boolean). Method in class java.awt.Frame
Sets the resizable flag, which determines whether this frame is resizable.
setResizable(boolean). Method in interface java.awt.peer.FramePeer
setResizable(boolean). Method in class sun.awt.otk.TopLevelWindowModel
Sets this TopLevelWindow's resizable property.
setRows(int). Method in class java.awt.GridLayout
Sets the number of rows in this layout to the specified value.
setRows(int). Method in class java.awt.TextArea
Sets the number of rows for this text area.
setScrollPosition(int, int). Method in class java.awt.ScrollPane
Scrolls to the specified position within the child component.
setScrollPosition(int, int). Method in class sun.awt.otk.ScrollPaneModel
Scrolls to a position within the child component in the scroll pane.
setScrollPosition(int, int). Method in interface java.awt.peer.ScrollPanePeer
setScrollPosition(Point). Method in class java.awt.ScrollPane
Scrolls to the specified position within the child component.
setSeconds(int). Method in class java.util.Date
Sets the seconds of this date to the specified value.
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 this random number generator using a single long seed.
setSelected(boolean). Method in class sun.awt.otk.ListItem
Sets selection state of this list item.
setSelectedCheckbox(Checkbox). Method in class java.awt.CheckboxGroup
Sets the currently selected check box in this group to be the specified check box.
setSelectedItem(MenuItemOperations). Method in interface sun.awt.otk.DragMenu
Set the selected item in the menu.
setSelectionEnd(int). Method in class java.awt.TextComponent
Sets the selection end for this text component to the specified position.
setSelectionStart(int). Method in class java.awt.TextComponent
Sets the selection start for this text component to the specified position.
setShort(Object, int, short). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified short value.
setShort(Object, short). Method in class java.lang.reflect.Field
Set the value of a field as a short on specified object.
setShortcut(MenuShortcut). Method in class java.awt.MenuItem
Set the MenuShortcut object associated with this menu item.
setShortDescription(String). Method in class java.beans.FeatureDescriptor
You can associate a short descriptive string with a feature.
setShortMonths(String[]). Method in class java.text.DateFormatSymbols
Sets short month strings.
setShortWeekdays(String[]). Method in class java.text.DateFormatSymbols
Sets short weekday strings.
setSigners(Class, Object[]). Method in class java.lang.ClassLoader
Sets the signers of a class.
setSize(Dimension). Method in class java.awt.Component
Resizes this component so that it has width d.width and height d.height.
setSize(Dimension). Method in class java.awt.Dimension
Set the size of this Dimension object to the specified size.
setSize(Dimension). Method in class java.awt.Rectangle
Sets the size of this rectangle to match the specified dimension.
setSize(int). Method in class java.util.Vector
Sets the size of this vector.
setSize(int, int). Method in class java.awt.Component
Resizes this component so that it has width width and height.
setSize(int, int). Method in class java.awt.Dimension
Set the size of this Dimension object to the specified width and height.
setSize(int, int). Method in class java.awt.Rectangle
Sets the size of this rectangle to the specified width and height.
setSize(long). Method in class java.util.zip.ZipEntry
Sets the uncompressed size of the entry data.
setSocketFactory(SocketImplFactory). Static method in class java.net.ServerSocket
Sets the server socket implementation factory for the application.
setSocketImplFactory(SocketImplFactory). Static method in class java.net.Socket
Sets the client socket implementation factory for the application.
setSoLinger(boolean, int). Method in class java.net.Socket
Enable/disable SO_LINGER with the specified linger time.
setSoTimeout(int). Method in class java.net.DatagramSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int). Method in class java.net.ServerSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int). Method in class java.net.Socket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setStackingOrder(int). Method in class sun.awt.aw.Window
Move this window so that it is Nth in its list of siblings.
setStackingOrder(int). Method in interface sun.porting.windowsystem.Window
Move this window so that it is Nth in its list of siblings.
setStackOrder(int). Method in class sun.awt.otk.BasicView
Set the stacking order (Z coordinate) of this view with respect to its siblings.
setStackOrder(int). Method in class sun.awt.otk.ContainerViewImpl
setStackOrder(int). Method in interface sun.awt.otk.View
Set the stacking order (Z coordinate) of this view with respect to its siblings.
setStartRule(int, int, int, int). Method in class java.util.SimpleTimeZone
Sets the daylight savings starting rule.
setStartYear(int). Method in class java.util.SimpleTimeZone
Sets the daylight savings starting year.
setState(boolean). Method in class java.awt.Checkbox
Sets the state of this check box to the specified state.
setState(boolean). Method in class java.awt.CheckboxMenuItem
Sets this check box menu item to the specifed state.
setState(boolean). Method in interface java.awt.peer.CheckboxMenuItemPeer
setState(boolean). Method in class sun.awt.otk.CheckboxModel
Sets the checkbox peer's check state
setState(boolean). Method in interface java.awt.peer.CheckboxPeer
setStrategy(int). Method in class java.util.zip.Deflater
Sets the compression strategy to the specified value.
setStrength(int). Method in class java.text.Collator
Sets this Collator's strength property.
setStub(AppletStub). Method in class java.applet.Applet
Sets this applet's stub.
setTcpNoDelay(boolean). Method in class java.net.Socket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setText(CharacterIterator). Method in class java.text.BreakIterator
Set a new text for scanning.
setText(String). Method in class java.text.BreakIterator
Set a new text string to be scanned.
setText(String). Method in class java.awt.Label
Sets the text for this label to the specified text.
setText(String). Method in class sun.awt.otk.LabelledComponentModel
Sets labelled component (button, label, checkbox) peer's text or label to a new value
setText(String). Method in interface java.awt.peer.LabelPeer
setText(String). Method in class sun.awt.otk.TextCharData
Set the text in the data buffer to given text string.
setText(String). Method in class java.awt.TextComponent
Sets the text that is presented by this text component to be the specified text.
setText(String). Method in class sun.awt.otk.TextComponentModel
Set the text of the data buffer.
setText(String). Method in interface java.awt.peer.TextComponentPeer
setText(String). Method in interface sun.awt.otk.TextDataInterface
Set the text in the data buffer to given text string.
setTextImpl(String). Method in class sun.awt.otk.TextCharData
Concrete setText implementation.
setTime(Date). Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long). Method in class java.util.Date
Sets this date to represent the specified number of milliseconds since January 1, 1970, 00:00:00 GMT.
setTime(long). Method in class java.util.zip.ZipEntry
Sets the modification time of the entry.
setTimeInMillis(long). Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeZone(TimeZone). Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTimeZone(TimeZone). Method in class java.text.DateFormat
Sets the time zone for the calendar of this DateFormat object.
setTitle(String). Method in class java.awt.Dialog
Sets the title of the Dialog.
setTitle(String). Method in interface java.awt.peer.DialogPeer
setTitle(String). Method in class sun.awt.EmbeddedFrame
Block modifying any frame attributes, since they aren't applicable for EmbeddedFrames.
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.FramePeer
setTitle(String). Method in class sun.awt.otk.TopLevelWindowModel
Sets this TopLevelWindow's title.
setTTL(byte). Method in class java.net.DatagramSocketImpl
Set the TTL (time-to-live) option.
setTTL(byte). Method in class java.net.MulticastSocket
Set the default time-to-live for multicast packets sent out on this socket.
setUnicast(boolean). Method in class java.beans.EventSetDescriptor
Mark an event set as unicast (or not).
setUnitIncrement(Adjustable, int). Method in class sun.awt.otk.ScrollPaneModel
Sets the scroll pane's unit increment.
setUnitIncrement(Adjustable, int). Method in interface java.awt.peer.ScrollPanePeer
setUnitIncrement(int). Method in interface java.awt.Adjustable
Sets the unit value increment for the adjustable object.
setUnitIncrement(int). Method in class sun.awt.otk.AdjustableObject
Sets the unit value increment for the adjustable object.
setUnitIncrement(int). Method in class java.awt.Scrollbar
Sets the unit increment for this scroll bar.
setUpdateRect(Rectangle). Method in class java.awt.event.PaintEvent
Sets the rectangle representing the area which needs to be repainted in response to this event.
setUpdateRect(Rectangle). Method in class sun.awt.otk.RepaintEvent
Sets the rectangle representing the area which needs to be repainted in response to this event
setURL(URL, String, String, int, String, String). Method in class java.net.URLStreamHandler
Sets the fields of the URL argument to the indicated values.
setURLStreamHandlerFactory(URLStreamHandlerFactory). Static method in class java.net.URL
Sets an application's URLStreamHandlerFactory.
setUseCaches(boolean). Method in class java.net.URLConnection
Sets the value of the useCaches field of this URLConnection to the specified value.
setUserData(Object). Method in class sun.awt.aw.Window
Set the window's "user data" field to the given object.
setUserData(Object). Method in interface sun.porting.windowsystem.Window
Set the window's "user data" field to the given object.
setValue(Adjustable, int). Method in class sun.awt.otk.ScrollPaneModel
Sets the value of an adjustable in this scroll pane.
setValue(Adjustable, int). Method in interface java.awt.peer.ScrollPanePeer
setValue(int). Method in interface java.awt.Adjustable
Sets the current value of the adjustable object.
setValue(int). Method in class sun.awt.otk.AdjustableObject
Sets the current value of the adjustable object.
setValue(int). Method in class java.awt.Scrollbar
Sets the value of this scroll bar to the specified value.
setValue(Object). Method in interface java.beans.PropertyEditor
Set (or change) the object that is to be edited.
setValue(Object). Method in class java.beans.PropertyEditorSupport
Set (or change) the object that is to be edited.
setValue(String, Object). Method in class java.beans.FeatureDescriptor
Associate a named attribute with this feature.
setValues(int, int, int, int). Method in class java.awt.Scrollbar
Sets the values of four properties for this scroll bar.
setValues(int, int, int, int). Method in interface java.awt.peer.ScrollbarPeer
setVgap(int). Method in class java.awt.BorderLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.CardLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.FlowLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.GridLayout
Sets the vertical gap between components to the specified value.
setVisible(boolean). Method in class sun.awt.otk.BasicView
Set the visible state of this view.
setVisible(boolean). Method in class java.awt.Component
Shows or hides this component depending on the value of parameter b.
setVisible(boolean). Method in class sun.awt.otk.ComponentModel
Shows or hides this component's default view, depending on the value of parameter b.
setVisible(boolean). Method in interface java.awt.peer.ComponentPeer
setVisible(boolean). Method in class sun.awt.otk.ContainerViewImpl
Sets the visible state of the container.
setVisible(boolean). Method in class sun.awt.otk.ModalContainerViewImpl
setVisiblle() is responsible for implementing the the modal behaviour.
setVisible(boolean). Method in interface sun.awt.otk.View
Set the visible state of this view.
setVisible(boolean). Method in class sun.awt.otk.VirtualKeyboardActivator
Sets the visible state of the window and ensures that this window is always at the top of the stacking order to ensure that when it is visible, it is never eclipsed by another window.
setVisible(boolean). Method in class sun.awt.otk.WindowModel
Shows or hides this window's default view, depending on the value of parameter b.
setVisibleAmount(int). Method in interface java.awt.Adjustable
Sets the length of the proportionl indicator of the adjustable object.
setVisibleAmount(int). Method in class sun.awt.otk.AdjustableObject
Sets the length of the proportional indicator of the adjustable object.
setVisibleAmount(int). Method in class java.awt.Scrollbar
Sets the visible amount of this scroll bar.
setWeekdays(String[]). Method in class java.text.DateFormatSymbols
Sets weekday strings.
setWindowFactory(WindowFactory). Method in class sun.awt.aw.WindowSystem
Change the factory object used to create windows.
setWindowFactory(WindowFactory). Method in class sun.porting.windowsystem.WindowSystem
Change the factory object used to create windows.
setWordWrap(boolean). Method in class sun.awt.otk.TextCharData
Set the current wordwrap flag.
setWordWrap(boolean). Method in class sun.awt.otk.TextData
Set the current wordwrap flag.
setWordWrap(boolean). Method in interface sun.awt.otk.TextDataInterface
Set the current wordwrap flag.
setXORMode(Color). Method in class java.awt.Graphics
Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color.
setYear(int). Method in class java.util.Date
Sets the year of this date to be the specified value plus 1900.
setZeroDigit(char). Method in class java.text.DecimalFormatSymbols
setZoneStrings(String[][]). Method in class java.text.DateFormatSymbols
Sets timezone strings.
SHIFT_MASK. Static variable in class java.awt.event.ActionEvent
The shift modifier constant.
SHIFT_MASK. Static variable in class java.awt.Event
This flag indicates that the Shift key was down when the event occurred.
SHIFT_MASK. Static variable in class java.awt.event.InputEvent
The shift key modifier constant.
shiftDown(). Method in class java.awt.Event
Checks if the Shift key is down.
SHORT. Static variable in class java.text.DateFormat
Constant for short style pattern.
Short(short). Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
Short(String). Constructor for class java.lang.Short
Constructs a Short object initialized to the value specified by the String parameter.
shortcuts(). Method in class java.awt.MenuBar
Gets an enumeration of all menu shortcuts this menu bar is managing.
shortValue(). Method in class java.lang.Byte
Returns the value of this Byte as a short.
shortValue(). Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue(). Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue(). Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue(). Method in class java.lang.Long
Returns the value of this Long as a short.
shortValue(). Method in class java.lang.Number
Returns the value of the specified number as a short.
shortValue(). Method in class java.lang.Short
Returns the value of this Short as a short.
show(). Method in class java.awt.Component
show(). Method in class sun.awt.otk.ComponentModel
show(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setVisible(boolean).
show(). Method in class java.awt.Dialog
Shows the dialog.
show(). Method in class java.awt.Window
Shows this window, and brings it to the front.
show(AWTEvent). Method in interface sun.awt.otk.VirtualKeyboardViewIntf
Show the component.
show(boolean). Method in class java.awt.Component
show(Component, int, int). Method in class java.awt.PopupMenu
Shows the popup menu at the x, y position relative to an origin component.
show(Container, String). Method in class java.awt.CardLayout
Flips to the component that was added to this layout with the specified name, using addLayoutComponent.
show(Event). Method in class sun.awt.otk.PopupMenuModel
show(Event). Method in interface java.awt.peer.PopupMenuPeer
showBottomHalfLine. Variable in class sun.awt.otk.MultiLineTextPane
Whether to show bottom half line or not
showDocument(URL). Method in interface java.applet.AppletContext
Replaces the Web page currently being viewed with the given URL.
showDocument(URL, String). Method in interface java.applet.AppletContext
Requests that the browser or applet viewer show the Web page indicated by the url argument.
showKeyboard(). Method in class sun.awt.otk.VirtualKeyboardActivator
This method generates and posts VirtualComponentView.VIRTUAL_COMPONENT_SHOW event.
showStatus(String). Method in class java.applet.Applet
Requests that the argument string be displayed in the "status window".
showStatus(String). Method in interface java.applet.AppletContext
Requests that the argument string be displayed in the "status window".
showTextPopup(AWTEvent). Method in class sun.awt.otk.VirtualKeyboardInputMethod
This method is called when the virtual keyboard needs be shown.
showTopHalfLine. Variable in class sun.awt.otk.MultiLineTextPane
Whether to show top half line or not
SimpleBeanInfo(). Constructor for class java.beans.SimpleBeanInfo
SimpleController(). Constructor for class sun.awt.otk.SimpleController
SimpleDateFormat(). Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the default pattern for the default locale.
SimpleDateFormat(String). Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern in the default locale.
SimpleDateFormat(String, DateFormatSymbols). Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern and locale-specific symbol data.
SimpleDateFormat(String, Locale). Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern and locale.
SimpleStackActivationPolicy(). Constructor for class sun.awt.otk.SimpleStackActivationPolicy
Constructs a new SimpleStackActivationPolicy object.
SimpleTimeZone(int, String). Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT and time zone ID.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int). Constructor for class java.util.SimpleTimeZone
Construct a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, time to start and end the daylight time.
SIMPLIFIED_CHINESE. Static variable in class java.util.Locale
Useful constant for language.
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.
SingleLineTextPane(BasicView, TextComponentModel, ObjectToolkit, ColorPolicy, Insets, int, int). Constructor for class sun.awt.otk.SingleLineTextPane
Create a new SingleLineTextPane instance.
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.util.BitSet
Calculates and returns the set's size in bits.
size(). Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size(). Method in class java.io.CharArrayWriter
Returns the current size of the buffer.
size(). Method in class java.awt.Component
size(). Method in class java.io.DataOutputStream
Returns the number of bytes written to this data output stream.
size(). Method in class java.util.Dictionary
Returns the number of keys in this dictionary.
size(). Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size(). Method in interface sun.awt.otk.OrderedList
size(). Method in class java.util.Vector
Returns the number of components in this vector.
SIZE_CHANGE_FLAG. Static variable in interface sun.porting.windowsystem.EventHandler
Indicates that the size of the root window area has changed.
skip(long). Method in class java.io.BufferedInputStream
Skips over and discards n bytes of data from the input stream.
skip(long). Method in class java.io.BufferedReader
Skip characters.
skip(long). Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long). Method in class java.io.CharArrayReader
Skip characters.
skip(long). Method in class java.util.zip.CheckedInputStream
Skips specified number of bytes of input.
skip(long). Method in class java.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long). Method in class java.io.FilterReader
Skip characters.
skip(long). Method in class java.util.zip.InflaterInputStream
Skips specified number of bytes of uncompressed data.
skip(long). Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long). Method in class java.io.LineNumberInputStream
Skips over and discards n bytes of data from the input stream.
skip(long). Method in class java.io.LineNumberReader
Skip characters.
skip(long). Method in interface java.io.ObjectInput
Skips n bytes of input.
skip(long). Method in class java.io.Reader
Skip characters.
skip(long). Method in class java.io.StringBufferInputStream
Skips n bytes of input from this input stream.
skip(long). Method in class java.io.StringReader
Skip characters.
skip(long). Method in class java.util.zip.ZipInputStream
Skips specified number of bytes in the current ZIP entry.
skipBytes(int). Method in interface java.io.DataInput
Skips exactly n bytes of input.
skipBytes(int). Method in class java.io.DataInputStream
Skips exactly n bytes of input in the underlying input stream.
skipBytes(int). Method in class java.io.ObjectInputStream
Skips bytes, block until all bytes are skipped.
slashSlashComments(boolean). Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C++-style comments.
slashStarComments(boolean). Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C-style comments.
sleep(long). Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
sleep(long, int). Static method in class java.lang.Thread
Causes the currently executing thread to sleep (cease execution) for the specified number of milliseconds plus the specified number of nanoseconds.
SMUDGE_FACTOR. Variable in class sun.awt.otk.ObjectToolkit
Socket(). Constructor for class java.net.Socket
Creates an unconnected socket, with the system-default type of SocketImpl.
Socket(InetAddress, int). Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number at the specified IP address.
Socket(InetAddress, int, boolean). Constructor for class java.net.Socket
Creates a socket and connects it to the specified port number at the specified IP address.
Socket(InetAddress, int, InetAddress, int). Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote address on the specified remote port.
Socket(SocketImpl). Constructor for class java.net.Socket
Creates an unconnected Socket with a user-specified SocketImpl.
Socket(String, int). Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(String, int, boolean). Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(String, int, InetAddress, int). Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote host on the specified remote port.
SocketException(). Constructor for class java.net.SocketException
Constructs a new ProtocolException with no detail message.
SocketException(String). Constructor for class java.net.SocketException
Constructs a new ProtocolException with the specified detail message.
SocketImpl(). Constructor for class java.net.SocketImpl
SOFT_LIST_GROWTH. Static variable in class sun.awt.otk.TextRandomData
Number of entries to grow the softBreaks list with when it overflows
SOMEBITS. Static variable in interface java.awt.image.ImageObserver
More pixels needed for drawing a scaled variation of the image are available.
source. Variable in class java.util.EventObject
SOUTH. Static variable in class java.awt.BorderLayout
The south layout constraint (bottom of container).
SOUTH. Static variable in class java.awt.GridBagConstraints
Put the component at the bottom of its display area, centered horizontally.
SOUTHEAST. Static variable in class java.awt.GridBagConstraints
Put the component at the bottom-right corner of its display area.
SOUTHWEST. Static variable in class java.awt.GridBagConstraints
Put the component at the bottom-left corner of its display area.
SPACE_SEPARATOR. Static variable in class java.lang.Character
sqrt(double). Static method in class java.lang.Math
Returns the square root of a double value.
srccols. Variable in class java.awt.image.ReplicateScaleFilter
srcHeight. Variable in class java.awt.image.ReplicateScaleFilter
srcrows. Variable in class java.awt.image.ReplicateScaleFilter
srcWidth. Variable in class java.awt.image.ReplicateScaleFilter
Stack(). Constructor for class java.util.Stack
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 by the browser or applet viewer to inform this applet that it should start its execution.
start(). Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
start(). Method in class sun.awt.aw.WindowSystem
Start this WindowSystem running, create a top-level window, etc.
start(). Method in class sun.porting.windowsystem.WindowSystem
Start the window system running.
START_PUNCTUATION. Static variable in class java.lang.Character
startFeedback(Window, int, int, int, int). Method in interface sun.porting.windowsystem.WindowManagementFeedback
Start window management feedback using a rectangle of the given dimensions.
startFeedback(Window, int, int, int, int). Method in class sun.awt.aw.WindowSystem
Start window management feedback using a rectangle of the given dimensions.
startGrabbing(). Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to start fetching the pixels.
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 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.
startProduction(ImageConsumer). Method in class sun.awt.image.InputStreamImageSource
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 class sun.awt.image.OffScreenImageSource
startScrolling(int, int, int). Method in interface sun.awt.otk.Scrollable
Start scrolling the view.
startsWith(String). Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(String, int). Method in class java.lang.String
Tests if this string starts with the specified prefix.
STATE_CHANGED. Static variable in interface sun.awt.otk.ItemSelectable
StateChangeNotification(int). Constructor for class sun.awt.otk.StateChangeNotification
Create a new StateChangeNotification instance.
StateChangeNotification(int, int, int). Constructor for class sun.awt.otk.StateChangeNotification
Create a new StateChangeNotification instance.
StateChangeNotification(StateChangeNotification). Constructor for class sun.awt.otk.StateChangeNotification
Clone constructor.
STATIC. Static variable in class java.lang.reflect.Modifier
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
DEPRECATED: Replaced by getStatus().
statusAll(boolean). Method in class java.awt.MediaTracker
Calculates and returns the bitwise inclusive OR of the status of all media that are tracked by this media tracker.
statusID(int, boolean). Method in class java.awt.MediaTracker
Calculates and returns the bitwise inclusive OR of the status of all media with the specified identifier that are tracked by this media tracker.
stop(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it should stop its execution.
stop(). Method in interface java.applet.AudioClip
Stops playing this audio clip.
stop(). Method in class java.lang.Thread
Forces the thread to stop executing.
stop(). Method in class java.lang.ThreadGroup
Stops all processes in this thread group.
stop(Throwable). Method in class java.lang.Thread
Forces the thread to stop executing.
stopScrolling(). Method in interface sun.awt.otk.Scrollable
Stop scrolling the view.
STORED. Static variable in class java.util.zip.ZipEntry
Compression method for uncompressed entries.
STORED. Static variable in class java.util.zip.ZipOutputStream
Compression method for uncompressed (STORED) entries.
StreamCorruptedException(). Constructor for class java.io.StreamCorruptedException
Create a StreamCorruptedException with no reason.
StreamCorruptedException(String). Constructor for class java.io.StreamCorruptedException
Create a StreamCorruptedException with a reason.
StreamTokenizer(InputStream). Constructor for class java.io.StreamTokenizer
Creates a stream tokenizer that parses the specified input stream.
StreamTokenizer(Reader). Constructor for class java.io.StreamTokenizer
Create a tokenizer that parses the given character stream.
String(). Constructor for class java.lang.String
Allocates a new String containing no characters.
String(byte[]). Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(byte[], int). Constructor for class java.lang.String
Allocates a new String containing characters constructed from an array of 8-bit integer values.
String(byte[], int, int). Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[], int, int, int). Constructor for class java.lang.String
Allocates a new String constructed from a subarray of an array of 8-bit integer values.
String(byte[], int, int, String). Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String). Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(char[]). Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int). Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(String). Constructor for class java.lang.String
Allocates a new string that contains the same sequence of characters as the string argument.
String(StringBuffer). Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringBuffer(). Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int). Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String). Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument.
StringBufferInputStream(String). Constructor for class java.io.StringBufferInputStream
Creates a string input stream to read data from the specified string.
StringCharacterIterator(String). Constructor for class java.text.StringCharacterIterator
Construct an iterator with an initial index of 0.
StringCharacterIterator(String, int). Constructor for class java.text.StringCharacterIterator
Construct an iterator with the specified initial index.
StringCharacterIterator(String, int, int, int). Constructor for class java.text.StringCharacterIterator
Construct an iterator over the given range of the given string, with the index set at the specified position.
stringFlavor. Static variable in class java.awt.datatransfer.DataFlavor
The DataFlavor representing a Java Unicode String class, where:

representationClass = java.lang.String
/** The DataFlavor representing a Java Unicode String class, where:

representationClass = java.lang.String
mimeType = "application/x-java-serialized-object"

StringIndexOutOfBoundsException(). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringReader(String). Constructor for class java.io.StringReader
Create a new string reader.
StringSelection(String). Constructor for class java.awt.datatransfer.StringSelection
Creates a transferable object capable of transferring the specified string in plain text format.
StringTokenizer(String). Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String). Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, boolean). Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
stringWidth(String). Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified String in this Font.
StringWriter(). Constructor for class java.io.StringWriter
Create a new string writer, using the default initial string-buffer size.
StringWriter(int). Constructor for class java.io.StringWriter
Create a new string writer, using the specified initial string-buffer size.
strip(String). Method in class sun.awt.otk.TextPaneImpl
Remove CR, LF from end of given string.
style. Variable in class java.awt.Font
The style of the font.
styleStr(int). Static method in class sun.awt.PlatformFont
styleString. Variable in class sun.awt.PlatformFont
SubjectImpl(). Constructor for class sun.awt.otk.SubjectImpl
Create a new Subject with no Dependents.
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 a new string that is a substring of this string.
substring(int, int). Method in class java.lang.String
Returns a new string that is a substring of this string.
subtract(int, int, int, int). Method in interface sun.porting.graphicssystem.Region
Do a destructive subtraction, removing the rectangle (x,y,w,h) from the current region.
subtract(int, int, int, int). Method in class sun.porting.utils.RegionImpl
subtract(Rectangle). Method in interface sun.porting.graphicssystem.Region
Do a destructive subtraction, removing the given Rectangle.
subtract(Rectangle). Method in class sun.porting.utils.RegionImpl
subtract(Region). Method in interface sun.porting.graphicssystem.Region
Do a destructive subtract operation with the given region.
subtract(Region). Method in class sun.porting.utils.RegionImpl
SUNDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
SunToolkit(). Constructor for class sun.awt.SunToolkit
supportsCustomEditor(). Method in interface java.beans.PropertyEditor
supportsCustomEditor(). Method in class java.beans.PropertyEditorSupport
supportsInlineEdit(). Method in class sun.awt.otk.SingleLineTextPane
Determines if the textpane needs assistance with inline editing.
supportsInlineEdit(). Method in class sun.awt.otk.TextAreaModel
Since our TextArea peer supports inline editing, we simply return true.
supportsInlineEdit(). Method in class sun.awt.otk.TextComponentModel
supportsInlineEdit(). Method in interface sun.awt.otk.TextComponentView
supportsInlineEdit(). Method in class sun.awt.otk.TextFieldModel
Query our view to find out if it supports inline editing.
supportsInlineEdit(). Method in interface sun.awt.otk.TextPane
supportsInlineEdit(). Method in class sun.awt.otk.TextPaneImpl
Whether we support inline editing, i.e.
SURROGATE. Static variable in class java.lang.Character
suspend(). Method in class java.lang.Thread
Suspends this thread.
suspend(). Method in class java.lang.ThreadGroup
Suspends all processes in this thread group.
sval. Variable in class java.io.StreamTokenizer
If the current token is a word token, this field contains a string giving the characters of the word token.
SW_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The south-west-resize cursor type.
SW_RESIZE_CURSOR. Static variable in class java.awt.Frame
sync(). Method in class java.io.FileDescriptor
Force all system buffers to synchronize with the underlying device.
sync(). Method in class sun.porting.graphicssystem.GraphicsSystem
Synchronizes the graphics state.
sync(). Method in class sun.awt.otk.ObjectToolkit
Synchronizes the window system.
sync(). Method in class java.awt.Toolkit
Synchronizes this toolkit's graphics state.
sync(). Method in class sun.porting.windowsystem.WindowSystem
Synchronizes the graphics state.
SyncFailedException(String). Constructor for class java.io.SyncFailedException
Constructs an SyncFailedException with a detail message.
SYNCHRONIZED. Static variable in class java.lang.reflect.Modifier

T

TAB. Static variable in class java.awt.Event
The Tab key.
tabChar. Static variable in class sun.awt.otk.TextCharData
Default character used for calculating width of a character when tabbing.
tabChar. Variable in class sun.awt.otk.TextPaneImpl
Default character used for calculating width of a character when tabbing.
TabFocusManager(Container). Constructor for class sun.awt.TabFocusManager
tabWidth. Static variable in class sun.awt.otk.TextCharData
Default number of tabChar used when calculating widht of a tab.
tabWidth. Variable in class sun.awt.otk.TextPaneImpl
Default number of tabChar used when calculating widht of a tab.
TAIWAN. Static variable in class java.util.Locale
Useful constant for country.
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.
targetDisposedPeer(Object, Object). Static method in class sun.awt.otk.ObjectToolkit
Remove the assoicated between the target and the peer.
targetDisposedPeer(Object, Object). Static method in class sun.awt.SunToolkit
targetToPeer(Object). Static method in class sun.awt.otk.ObjectToolkit
targetToPeer(Object). Static method in class sun.awt.SunToolkit
TERTIARY. Static variable in class java.text.Collator
Collator strength value.
tertiaryOrder(int). Static method in class java.text.CollationElementIterator
Get the tertiary order of a collation order.
TEXT. Static variable in class java.awt.SystemColor
The array index for the text background color.
text. Static variable in class java.awt.SystemColor
The background color for text components.
TEXT_CURSOR. Static variable in class java.awt.Cursor
The text cursor type.
TEXT_CURSOR. Static variable in class java.awt.Frame
TEXT_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting text events.
TEXT_FIRST. Static variable in class java.awt.event.TextEvent
Marks the first integer id for the range of adjustment event ids.
TEXT_GROWTH_PAD. Static variable in class sun.awt.otk.TextCharData
Number of entries to grow the lines array when it runs out of space
TEXT_HIGHLIGHT. Static variable in class java.awt.SystemColor
The array index for the text highlight color.
TEXT_HIGHLIGHT_TEXT. Static variable in class java.awt.SystemColor
The array index for the text highlight text color.
TEXT_INACTIVE_TEXT. Static variable in class java.awt.SystemColor
The array index for the text inactive text color.
TEXT_LAST. Static variable in class java.awt.event.TextEvent
Marks the last integer id for the range of adjustment event ids.
TEXT_TEXT. Static variable in class java.awt.SystemColor
The array index for the text text color.
TEXT_VALUE_CHANGED. Static variable in class java.awt.event.TextEvent
The adjustment value changed event.
TextArea(). Constructor for class java.awt.TextArea
Constructs a new text area.
TextArea(int, int). Constructor for class java.awt.TextArea
Constructs a new empty TextArea with the specified number of rows and columns.
TextArea(String). Constructor for class java.awt.TextArea
Constructs a new text area with the specified text.
TextArea(String, int, int). Constructor for class java.awt.TextArea
Constructs a new text area with the specified text, and with the specified number of rows and columns.
TextArea(String, int, int, int). Constructor for class java.awt.TextArea
Constructs a new text area with the specified text, and with the rows, columns, and scroll bar visibility as specified.
TextAreaModel(TextArea, ObjectToolkit). Constructor for class sun.awt.otk.TextAreaModel
Constructs a new TextAreaPeer instance.
TextCatchall(). Constructor for class sun.awt.otk.TextCatchall
TextCharData(TextComponentModel, String, int, boolean). Constructor for class sun.awt.otk.TextCharData
Create a TextData buffer that uses an array of char's to store data.
TextComponentController(). Constructor for class sun.awt.otk.TextComponentController
Empty default constructor
TextComponentModel(Component, ObjectToolkit). Constructor for class sun.awt.otk.TextComponentModel
Constructs a new TextComponentModel instance.
TextComponentPeerModel(Component, ObjectToolkit). Constructor for class sun.awt.otk.TextComponentPeerModel
Constructs a new TextComponentPeerModel instance.
TextData(TextComponentModel, String, int, boolean). Constructor for class sun.awt.otk.TextData
Create a TextData buffer.
textDebugging. Static variable in class sun.awt.otk.TextComponentController
TextEvent(Object, int). Constructor for class java.awt.event.TextEvent
Constructs a TextEvent object with the specified TextComponent source, and type.
TextField(). Constructor for class java.awt.TextField
Constructs a new text field.
TextField(int). Constructor for class java.awt.TextField
Constructs a new empty TextField with the specified number of columns.
TextField(String). Constructor for class java.awt.TextField
Constructs a new text field initialized with the specified text.
TextField(String, int). Constructor for class java.awt.TextField
Constructs a new text field initialized with the specified text to be displayed, and wide enough to hold the specified number of characters.
TextFieldModel(TextField, ObjectToolkit). Constructor for class sun.awt.otk.TextFieldModel
Constructs a new TextFieldPeer instance.
TextFilter(). Constructor for class sun.awt.otk.TextFilter
textHighlight. Static variable in class java.awt.SystemColor
The background color for highlighted text.
textHighlightText. Static variable in class java.awt.SystemColor
The text color for highlighted text.
textInactiveText. Static variable in class java.awt.SystemColor
The text color for inactive text.
textLength. Variable in class sun.awt.otk.TextData
Number of unicode characters in the data buffer
textListener. Variable in class java.awt.TextComponent
TextPaneImpl(BasicView, TextComponentModel, ObjectToolkit, ColorPolicy, Insets, int, int). Constructor for class sun.awt.otk.TextPaneImpl
Create a new TextPane instance.
TextPassThru(). Constructor for class sun.awt.otk.TextPassThru
textPopup. Variable in class sun.awt.otk.VirtualKeyboardInputMethod
textPopupCreationFailed. Variable in class sun.awt.otk.VirtualKeyboardInputMethod
TextRandomData(TextComponentModel, String, int, boolean). Constructor for class sun.awt.otk.TextRandomData
Create a TextData buffer that supports the random selection mode.
textRect. Variable in class sun.awt.otk.TextPaneImpl
Bounds of the rectangle that the text is blatted into.
TextScroll(). Constructor for class sun.awt.otk.TextScroll
textText. Static variable in class java.awt.SystemColor
The text color for text components.
textValueChanged(TextEvent). Method in class java.awt.AWTEventMulticaster
textValueChanged(TextEvent). Method in interface java.awt.event.TextListener
Invoked when the value of the text has changed.
theEventQueue. Static variable in class sun.awt.SunToolkit
Thread(). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable, String). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(String). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, Runnable). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, Runnable, String). Constructor for class java.lang.Thread
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group.
Thread(ThreadGroup, String). Constructor for class java.lang.Thread
Allocates a new Thread object.
ThreadDeath(). Constructor for class java.lang.ThreadDeath
ThreadGroup(String). Constructor for class java.lang.ThreadGroup
Constructs a new thread group.
ThreadGroup(ThreadGroup, String). Constructor for class java.lang.ThreadGroup
Creates a new 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.
THURSDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
time. Variable in class java.util.Calendar
The current time set for the calendar.
timeout. Variable in class sun.awt.otk.MouseGobbler
The timeout used to decide which mode the menu is being used in.
TimeZone(). Constructor for class java.util.TimeZone
TIMEZONE_FIELD. Static variable in class java.text.DateFormat
Useful constant for TIMEZONE field alignment.
TITLECASE_LETTER. Static variable in class java.lang.Character
tk. Variable in class sun.awt.otk.ComponentModel
The toolkit.
tk. Variable in class sun.awt.otk.TextPaneImpl
toBack(). Method in class java.awt.Window
Sends this window to the back.
toBack(). Method in class sun.awt.otk.WindowModel
Moves the window's default view behind all other windows.
toBack(). Method in interface java.awt.peer.WindowPeer
toBinaryString(int). Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toBinaryString(long). Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 2.
toByteArray(). Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toByteArray(). Method in class java.text.CollationKey
Converts the CollationKey to a sequence of bits.
toCharArray(). Method in class java.io.CharArrayWriter
Returns a copy of the input data.
toCharArray(). Method in class java.lang.String
Converts this string to a new character array.
toExternalForm(). Method in class java.net.URL
Constructs a string representation of this URL.
toExternalForm(URL). Method in class java.net.URLStreamHandler
Converts a URL of a specific protocol to a String.
toFront(). Method in class java.awt.Window
Brings this window to the front.
toFront(). Method in class sun.awt.otk.WindowModel
Moves the window's default view in front of all other windows.
toFront(). Method in interface java.awt.peer.WindowPeer
toGMTString(). Method in class java.util.Date
Creates a string representation of this date.
toHexString(int). Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toHexString(long). Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 16.
toLocaleString(). Method in class java.util.Date
Creates a string representation of this date in an implementation-dependent form.
toLocalizedPattern(). Method in class java.text.DecimalFormat
Synthesizes a localized pattern string that represents the current state of this Format object.
toLocalizedPattern(). Method in class java.text.SimpleDateFormat
Return a localized pattern string describing this date format.
toLowerCase(). Method in class java.lang.String
Converts this String to lowercase.
toLowerCase(char). Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toLowerCase(Locale). Method in class java.lang.String
Converts all of the characters in this String to lower case using the rules of the given locale.
toOctalString(int). Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
toOctalString(long). Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 8.
Toolkit(). Constructor for class java.awt.Toolkit
TooManyListenersException(). Constructor for class java.util.TooManyListenersException
Constructs a TooManyListenersException with no detail message.
TooManyListenersException(String). Constructor for class java.util.TooManyListenersException
Constructs a TooManyListenersException with the specified detail message.
top. Variable in class java.awt.Insets
The inset from the top.
TOP_ALIGNMENT. Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY().
TOP_LEVEL_DIALOG. Static variable in interface sun.porting.windowsystem.WindowFactory
The window type for a dialog frame (corresponds to java.awt.Dialog and java.awt.FileDialog).
TOP_LEVEL_FRAME. Static variable in interface sun.porting.windowsystem.WindowFactory
The window type for a top-level frame (corresponds to java.awt.Frame).
TOP_LEVEL_FRAMELESS. Static variable in interface sun.porting.windowsystem.WindowFactory
The window type for a frameless, top-level window, e.g.
toPattern(). Method in class java.text.ChoiceFormat
Gets the pattern.
toPattern(). Method in class java.text.DecimalFormat
Synthesizes a pattern string that represents the current state of this Format object.
toPattern(). Method in class java.text.MessageFormat
Gets the pattern.
toPattern(). Method in class java.text.SimpleDateFormat
Return a pattern string describing this date format.
TOPDOWNLEFTRIGHT. Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in top-down, left-to-right order.
topHalfRect. Variable in class sun.awt.otk.MultiLineTextPane
Bounds of top half line
TopLevelWindowModel(Window, ObjectToolkit). Constructor for class sun.awt.otk.TopLevelWindowModel
Constructs a new TopLevelWindowModel instance.
topLine. Variable in class sun.awt.otk.TextPaneImpl
Index of top line that is visible, this is always maintained.
toString(). Method in class java.awt.AWTEvent
Returns a string representation of the object.
toString(). Method in class java.util.BitSet
Converts the BitSet to a String.
toString(). Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString(). Method in class java.awt.BorderLayout
Returns a string representation of the state of this border layout.
toString(). Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString(). Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString(). Method in class java.util.Calendar
Return a string representation of this calendar.
toString(). Method in class java.awt.CardLayout
Returns a string representation of the state of this card layout.
toString(). Method in class java.lang.Character
Returns a String object representing this character's value.
toString(). Method in class java.io.CharArrayWriter
Converts input data to a string.
toString(). Method in class java.awt.CheckboxGroup
Returns a string representation of this check box group, including the value of its current selection.
toString(). Method in class java.lang.Class
Converts the object to a string.
toString(). Method in class java.awt.Color
Creates a string that represents this color and indicates the values of its RGB components.
toString(). Method in class java.awt.Component
Returns a string representation of this component and its values.
toString(). Method in class java.lang.reflect.Constructor
Return a string describing this Constructor.
toString(). Method in class java.util.Date
Creates a canonical string representation of the date.
toString(). Method in class java.awt.Dimension
Returns a string that represents this Dimension object's values.
toString(). Method in class java.lang.Double
Returns a String representation of this Double object.
toString(). Method in class java.awt.Event
Returns a representation of this event's values as a string.
toString(). Method in class java.util.EventObject
Returns a string representation of the object.
toString(). Method in class java.lang.reflect.Field
Return a string describing this Field.
toString(). Method in class java.lang.Float
Returns a String representation of this Float object.
toString(). Method in class java.awt.FlowLayout
Returns a string representation of this FlowLayout object and its values.
toString(). Method in class java.awt.Font
Converts this object to a String representation.
toString(). Method in class java.awt.FontMetrics
Returns a representation of this FontMetric object's values as a string.
toString(). Method in class java.awt.Graphics
Returns a String object representing this Graphics object's value.
toString(). Method in class java.awt.GridBagLayout
Returns a string representation of this grid bag layout's values.
toString(). Method in class java.awt.GridLayout
Returns the string representation of this grid layout's values.
toString(). Method in class java.util.Hashtable
Returns a rather long string representation of this hashtable.
toString(). Method in class java.net.InetAddress
Converts this IP address to a String.
toString(). Method in class java.awt.Insets
Returns a String object representing this Insets object's values.
toString(). Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(). Method in class java.util.Locale
Getter for the programmatic name of the entire locale, with the language, country and variant separated by underbars.
toString(). Method in class java.lang.Long
Returns a String object representing this Long's value.
toString(). Method in class java.awt.MenuComponent
Returns a representation of this menu component as a string.
toString(). Method in class java.awt.MenuShortcut
Returns an internationalized description of the MenuShortcut.
toString(). Method in class java.lang.reflect.Method
Returns a string describing this Method.
toString(). Method in class java.lang.Object
Returns a string representation of the object.
toString(). Method in class java.io.ObjectStreamClass
Return a string describing this ObjectStreamClass.
toString(). Method in class java.awt.Point
Returns a representation of this point and its location in the (xy) coordinate space as a string.
toString(). Method in class java.awt.Rectangle
Returns a string representation of this rectangle and its values.
toString(). Method in class sun.porting.utils.RegionImpl
Returns a string representation of the object.
toString(). Method in class java.net.ServerSocket
Returns the implementation address and implementation port of this socket as a String.
toString(). Method in class java.lang.Short
Returns a String object representing this Short's value.
toString(). Method in class java.util.SimpleTimeZone
Return a string representation of this time zone.
toString(). Method in class java.net.Socket
Converts this 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.io.StreamTokenizer
Returns the string representation of the current stream token.
toString(). Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString(). Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString(). Method in class java.io.StringWriter
Return the buffer's current value as a string.
toString(). Method in class java.awt.SystemColor
Returns the String representation of this Color's values.
toString(). Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's name, priority, and thread group.
toString(). Method in class java.lang.ThreadGroup
Returns a string representation of this Thread group.
toString(). Method in class java.lang.Throwable
Returns a short description of this throwable object.
toString(). Method in class java.net.URL
Constructs a string representation of this URL.
toString(). Method in class java.net.URLConnection
Returns a String representation of this URL connection.
toString(). Method in class java.util.Vector
Returns a string representation of this vector.
toString(). Method in class sun.awt.otk.VirtualComponentEvent
Returns a string representation of the object.
toString(). Method in class sun.awt.aw.Window
Create a String representation of this Window (for debugging).
toString(). Method in class java.util.zip.ZipEntry
Returns a string representation of the ZIP entry.
toString(byte). Static method in class java.lang.Byte
Returns a new String object representing the specified Byte.
toString(double). Static method in class java.lang.Double
Creates a string representation of the double argument.
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
Creates a newly allocated string.
toString(int). Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString(int). Static method in class java.lang.reflect.Modifier
Return a string describing the access modifier flags in the specified modifier.
toString(int, int). Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
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
Creates a string representation of the first argument in the radix specified by the second argument.
toString(short). Static method in class java.lang.Short
Returns a new String object representing the specified Short.
toString(String). Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the specified character encoding.
totalMemory(). Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
toTitleCase(char). Static method in class java.lang.Character
Converts the character argument to titlecase.
toUpperCase(). Method in class java.lang.String
Converts this string to uppercase.
toUpperCase(char). Static method in class java.lang.Character
Converts the character argument to uppercase.
toUpperCase(Locale). Method in class java.lang.String
Converts all of the characters in this String to upper case using the rules of the given locale.
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.
TRACK. Static variable in class java.awt.event.AdjustmentEvent
The absolute tracking adjustment type.
TRADITIONAL_CHINESE. Static variable in class java.util.Locale
Useful constant for language.
transferFocus(). Method in class java.awt.Component
Transfers the focus to the next component.
transferFocus(Component, int). Method in class sun.awt.ArrowKeyFocusManager
TRANSIENT. Static variable in class java.lang.reflect.Modifier
translate(int, int). Method in class java.awt.Event
Translates this event so that its x and y coordinates are increased by dx and dy, respectively.
translate(int, int). Method in class java.awt.Graphics
Translates the origin of the graphics context to the point (xy) in the current coordinate system.
translate(int, int). Method in class java.awt.Point
Translates this point, at location (xy), by dx along the x axis and dy along the y axis so that it now represents the point (x + dx, y + dy).
translate(int, int). Method in class java.awt.Polygon
Translates the vertices by deltaX along the x axis and by deltaY along the y axis.
translate(int, int). Method in class java.awt.Rectangle
Translates the rectangle the indicated distance, to the right along the x coordinate axis, and downward along the y coordinate axis.
translate(int, int). Method in interface sun.porting.graphicssystem.Region
Translate the entire region by the vector (dx, dy).
translate(int, int). Method in class sun.porting.utils.RegionImpl
translatePixels(int[], int, int). Static method in class sun.porting.utils.BitmapImageSource
Translate bitmap image data into byte image data.
translatePoint(int, int). Method in class java.awt.event.MouseEvent
Translates the coordinate position of the event by x, y.
TriggerOnEnterKey(). Constructor for class sun.awt.otk.TriggerOnEnterKey
TriggerOnRelease(). Constructor for class sun.awt.otk.TriggerOnRelease
trim(). Method in class java.lang.String
Removes white space from both ends of this string.
trimToSize(). Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TRUE. Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
TT_EOF. Static variable in class java.io.StreamTokenizer
A constant indicating that the end of the stream has been read.
TT_EOL. Static variable in class java.io.StreamTokenizer
A constant indicating that the end of the line has been read.
TT_NUMBER. Static variable in class java.io.StreamTokenizer
A constant indicating that a number token has been read.
TT_WORD. Static variable in class java.io.StreamTokenizer
A constant indicating that a word token has been read.
ttype. Variable in class java.io.StreamTokenizer
After a call to the nextToken method, this field contains the type of the token just read.
TUESDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
TYPE. Static variable in class java.lang.Boolean
The Class object representing the primitive type boolean.
TYPE. Static variable in class java.lang.Byte
The Class object representing the primitive type byte.
TYPE. Static variable in class java.lang.Character
The Class object representing the primitive type char.
TYPE. Static variable in class java.lang.Double
The Class object representing the primitive type double.
TYPE. Static variable in class java.lang.Float
The Class object representing the primitive type float.
TYPE. Static variable in class java.lang.Integer
The Class object representing the primitive type int.
TYPE. Static variable in class java.lang.Long
The Class object representing the primitive type long.
TYPE. Static variable in class java.lang.Short
The Class object representing the primitive type short.
TYPE. Static variable in class java.lang.Void
The Class object representing the primitive Java type void.
TYPED. Static variable in interface sun.porting.windowsystem.EventHandler
The TYPED event is used to deliver translated characters into the system.

U

UK. Static variable in class java.util.Locale
Useful constant for country.
UNASSIGNED. Static variable in class java.lang.Character
uncaughtException(Thread, Throwable). Method in class java.lang.ThreadGroup
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception.
UNDECIMBER. Static variable in class java.util.Calendar
Useful constant for month.
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(int, int, int, int). Method in interface sun.porting.graphicssystem.Region
Do a destructive union operation with the rectangle (x,y,w,h).
union(int, int, int, int). Method in class sun.porting.utils.RegionImpl
union(Rectangle). Method in class java.awt.Rectangle
Computes the union of this rectangle with the specified rectangle.
union(Rectangle). Method in interface sun.porting.graphicssystem.Region
Do a destructive union operation with the given Rectangle.
union(Rectangle). Method in class sun.porting.utils.RegionImpl
union(Region). Method in interface sun.porting.graphicssystem.Region
Do a destructive union operation with the given region.
union(Region). Method in class sun.porting.utils.RegionImpl
UNIT_DECREMENT. Static variable in class java.awt.event.AdjustmentEvent
The unit decrement adjustment type.
UNIT_INCREMENT. Static variable in class java.awt.event.AdjustmentEvent
The unit increment adjustment type.
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.
unlock(). Method in interface sun.awt.DrawingSurfaceInfo
Unlock the drawing surface and allow other threads to access or change its composition.
unlock(). Method in class sun.awt.aw.Window
Unlock the drawing surface and allow other threads to access or change its composition.
unmap(). Method in class sun.awt.aw.Window
Make this window invisible.
unmap(). Method in interface sun.porting.windowsystem.Window
Make this window invisible.
unmapLocked(). Method in class sun.awt.aw.Window
Helper routine; unmap the window.
unread(byte[]). Method in class java.io.PushbackInputStream
Pushes back an array of bytes by copying it to the front of the pushback buffer.
unread(byte[], int, int). Method in class java.io.PushbackInputStream
Pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(char[]). Method in class java.io.PushbackReader
Push back an array of characters by copying it to the front of the pushback buffer.
unread(char[], int, int). Method in class java.io.PushbackReader
Push back a portion of an array of characters by copying it to the front of the pushback buffer.
unread(int). Method in class java.io.PushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
unread(int). Method in class java.io.PushbackReader
Push back a single 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.
UnsupportedEncodingException(). Constructor for class java.io.UnsupportedEncodingException
no detailed message
UnsupportedEncodingException(String). Constructor for class java.io.UnsupportedEncodingException
detailed message
UnsupportedFlavorException(DataFlavor). Constructor for class java.awt.datatransfer.UnsupportedFlavorException
Constructs an UnsupportedFlavorException.
UnsupportedOperationException(). Constructor for class java.lang.UnsupportedOperationException
UnsupportedOperationException(String). Constructor for class java.lang.UnsupportedOperationException
UP. Static variable in class java.awt.Event
The Up Arrow key, a non-ASCII action key.
UPDATE. Static variable in class java.awt.event.PaintEvent
The update event type.
UPDATE. Static variable in class sun.awt.otk.ViewEvent
update(). Method in class sun.awt.otk.VirtualKey
Notifies the key that conditions it may have used to set its internal state have changed.
update(byte[]). Method in class java.util.zip.Adler32
Updates checksum with specified array of bytes.
update(byte[]). Method in class java.util.zip.CRC32
Updates CRC-32 with specified array of bytes.
update(byte[], int, int). Method in class java.util.zip.Adler32
Updates checksum with specified array of bytes.
update(byte[], int, int). Method in interface java.util.zip.Checksum
Updates the current checksum with the specified array of bytes.
update(byte[], int, int). Method in class java.util.zip.CRC32
Updates CRC-32 with specified array of bytes.
update(Graphics). Method in class java.awt.Component
Updates this component.
update(Graphics). Method in class java.awt.Container
Updates the container.
update(int). Method in class java.util.zip.Adler32
Updates checksum with specified byte.
update(int). Method in interface java.util.zip.Checksum
Updates the current checksum with the specified byte.
update(int). Method in class java.util.zip.CRC32
Updates CRC-32 with specified byte.
update(Observable, Object). Method in interface java.util.Observer
This method is called whenever the observed object is changed.
updateClient(Object). Method in class sun.awt.otk.BasicView
The Updateclient interface, used to support the ScreenUpdater.
updateClient(Object). Method in class sun.awt.otk.ComponentView
This is an override of the method in BasicView; the implementation of updateClient on a ComponentPeer posts an UPDATE event to the target Component.
updateClient(Object). Method in class sun.awt.otk.ContainerViewImpl
The Updateclient interface, used to support the ScreenUpdater.
updateClient(Object). Method in interface sun.awt.UpdateClient
updateClient(Object). Method in interface sun.awt.otk.View
The UpdateClient interface, used to support the ScreenUpdater.
updateDependent(Object). Method in class sun.awt.otk.VirtualKeySet
updateDependent(Subject, Object). Method in class sun.awt.otk.BasicView
The notification method for the Dependent interface.
updateDependent(Subject, Object). Method in class sun.awt.otk.ComponentView
The notification method for the Dependent interface.
updateDependent(Subject, Object). Method in class sun.awt.otk.ContainerViewImpl
The notification method for the Dependent interface.
updateDependent(Subject, Object). Method in interface sun.awt.otk.Dependent
The notification method for the Dependent interface.
updateDependent(Subject, Object). Method in interface sun.awt.otk.TextPane
Callback used by our Subject to notify us of changes.
updateDependent(Subject, Object). Method in class sun.awt.otk.TextPaneImpl
Callback used by our data buffer (TextData) of changes via StateChangeNotification objects.
updateDependent(Subject, Object). Method in interface sun.awt.otk.View
The notification method for the Dependent interface.
updateHalfLines(). Method in class sun.awt.otk.MultiLineTextPane
Determine if the top and bottom half lines need to be repainted, and then issue the appropriate paint calls.
updateKeys(). Method in class sun.awt.otk.VirtualKeySet
updateLinesArray(int, boolean). Method in class sun.awt.otk.TextCharData
Update lines array from the specified lineNumber.
updateLinesArray(int, boolean). Method in class sun.awt.otk.TextData
Update the lines array from the data buffer.
updateLinesArray(int, boolean). Method in class sun.awt.otk.TextRandomData
Update lines array from the specified lineNumber.
updater. Static variable in class sun.awt.ScreenUpdater
The screen updater.
UPPERCASE_LETTER. Static variable in class java.lang.Character
url. Variable in class java.net.URLConnection
The URL represents the remote object on the World Wide Web to which this connection is opened.
URL(String). Constructor for class java.net.URL
Creates a URL object from the String representation.
URL(String, String, int, String). Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, and file.
URL(String, String, String). Constructor for class java.net.URL
Creates an absolute URL from the specified protocol name, host name, and file name.
URL(URL, String). Constructor for class java.net.URL
Creates a URL by parsing the specification spec within a specified context.
URLConnection(URL). Constructor for class java.net.URLConnection
Constructs a URL connection to the specified URL.
URLImageSource(String). Constructor for class sun.awt.image.URLImageSource
URLImageSource(URL). Constructor for class sun.awt.image.URLImageSource
URLImageSource(URL, URLConnection). Constructor for class sun.awt.image.URLImageSource
URLImageSource(URLConnection). Constructor for class sun.awt.image.URLImageSource
URLStreamHandler(). Constructor for class java.net.URLStreamHandler
US. Static variable in class java.util.Locale
Useful constant for country.
useCaches. Variable in class java.net.URLConnection
If true, the protocol is allowed to use caching whenever it can.
useDaylightTime(). Method in class java.util.SimpleTimeZone
Overrides TimeZone Queries if this time zone uses Daylight Savings Time.
useDaylightTime(). Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
useDefaultCursor(). Method in class sun.awt.aw.Window
Use the system-specific default cursor.
usesShiftModifier(). Method in class java.awt.MenuShortcut
Return whether this MenuShortcut must be invoked using the SHIFT key.
usingProxy(). Method in class java.net.HttpURLConnection
Indicates if the connection is going through a proxy.
UTC(int, int, int, int, int, int). Static method in class java.util.Date
Determines the date and time based on the arguments.
UTFDataFormatException(). Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with no detail message.
UTFDataFormatException(String). Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.

V

valid(). Method in class java.io.FileDescriptor
Tests if this file descriptor object is valid.
validate(). Method in class java.awt.Component
Ensures that this component has a valid layout.
validate(). Method in class java.awt.Container
Validates this container and all of its subcomponents.
validateObject(). Method in interface java.io.ObjectInputValidation
Validates the object
validateTree(). Method in class java.awt.Container
Recursively descends the container tree and recomputes the layout for any subtrees marked as needing it (those marked as invalid).
valueOf(boolean). Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char). Static method in class java.lang.String
Returns the string representation of the char * argument.
valueOf(char[]). Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int). Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(double). Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(float). Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(int). Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long). Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(Object). Static method in class java.lang.String
Returns the string representation of the Object argument.
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.Byte
Assuming the specified String represents a byte, returns a new Byte object initialized to that value.
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
Returns a new Integer object initialized to the value of the specified String.
valueOf(String). Static method in class java.lang.Long
Returns a new long object initialized to the value of the specified String.
valueOf(String). Static method in class java.lang.Short
Assuming the specified String represents a short, returns a new Short object initialized to that value.
valueOf(String, int). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns a new Byte object initialized to that value.
valueOf(String, int). Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String, int). Static method in class java.lang.Long
Returns a new long object initialized to the value of the specified String.
valueOf(String, int). Static method in class java.lang.Short
Assuming the specified String represents a short, returns a new Short 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 initial capacity.
Vector(int, int). Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
VerifyError(). Constructor for class java.lang.VerifyError
Constructs an VerifyError with no detail message.
VerifyError(String). Constructor for class java.lang.VerifyError
Constructs an VerifyError with the specified detail message.
VertArrows(). Constructor for class sun.awt.otk.VertArrows
VERTICAL. Static variable in interface java.awt.Adjustable
The vertical orientation.
VERTICAL. Static variable in class java.awt.GridBagConstraints
Resize the component vertically but not horizontally.
VERTICAL. Static variable in class java.awt.Scrollbar
A constant that indicates a vertical scroll bar.
VertPage(). Constructor for class sun.awt.otk.VertPage
vetoableChange(PropertyChangeEvent). Method in interface java.beans.VetoableChangeListener
This method gets called when a constrained property is changed.
VetoableChangeSupport(Object). Constructor for class java.beans.VetoableChangeSupport
view. Variable in class sun.awt.otk.TextPaneImpl
ViewEvent(View, int, Object). Constructor for class sun.awt.otk.ViewEvent
VIRTUAL_COMPONENT_FIRST. Static variable in class sun.awt.otk.VirtualComponentEvent
Marks the first integer id for the range of component event ids.
VIRTUAL_COMPONENT_HIDE. Static variable in class sun.awt.otk.VirtualComponentEvent
The component hide command event type.
VIRTUAL_COMPONENT_LAST. Static variable in class sun.awt.otk.VirtualComponentEvent
VIRTUAL_COMPONENT_MOVED. Static variable in class sun.awt.otk.VirtualComponentEvent
The component moved event type.
VIRTUAL_COMPONENT_RESIZED. Static variable in class sun.awt.otk.VirtualComponentEvent
The component resized event type.
VIRTUAL_COMPONENT_SHOW. Static variable in class sun.awt.otk.VirtualComponentEvent
The component show command event type.
VirtualComponentEvent(Component, int). Constructor for class sun.awt.otk.VirtualComponentEvent
Constructs a ComponentEvent object with the specified source component and type.
VirtualComponentEvent(Component, int, VirtualComponentMessage). Constructor for class sun.awt.otk.VirtualComponentEvent
Constructs a ComponentEvent object with the specified source component, type, and message object..
VirtualComponentSelInfo(int, int, int). Constructor for class sun.awt.otk.VirtualComponentSelInfo
Constructs a VirtualComponentSelInfo object with the specified start, end, and caret position.
VirtualKey(char, int, int, Rectangle). Constructor for class sun.awt.otk.VirtualKey
Constructs a VirtualKey object with the specified character, key code, allowed modes, and bounds.
VirtualKeyboardActivator(ObjectToolkit, ContainerView, Rectangle, Insets, int). Constructor for class sun.awt.otk.VirtualKeyboardActivator
Creates the virtual keyboard activator window.
VirtualKeyboardInputMethod(). Constructor for class sun.awt.otk.VirtualKeyboardInputMethod
Constructs a new virtual keyboard input method.
VirtualKeyboardModel(VirtualKeyboardInputMethod). Constructor for class sun.awt.otk.VirtualKeyboardModel
Create a virtual keyboard model.
VirtualKeyEvent(Component, int, long, int, int, char). Constructor for class sun.awt.otk.VirtualKeyEvent
virtualKeys. Variable in class sun.awt.otk.VirtualKeySet
VirtualKeySet(VirtualKeyboardModel, ObjectToolkit, ContainerView, Rectangle, Insets, String). Constructor for class sun.awt.otk.VirtualKeySet
VirtualKeySet(VirtualKeyboardModel, ObjectToolkit, ContainerView, Rectangle, Insets, String, Locale). Constructor for class sun.awt.otk.VirtualKeySet
virtualKeySets. Variable in class sun.awt.otk.VirtualKeyboardModel
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.
VK_0. Static variable in class java.awt.event.KeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39)
VK_1. Static variable in class java.awt.event.KeyEvent
VK_2. Static variable in class java.awt.event.KeyEvent
VK_3. Static variable in class java.awt.event.KeyEvent
VK_4. Static variable in class java.awt.event.KeyEvent
VK_5. Static variable in class java.awt.event.KeyEvent
VK_6. Static variable in class java.awt.event.KeyEvent
VK_7. Static variable in class java.awt.event.KeyEvent
VK_8. Static variable in class java.awt.event.KeyEvent
VK_9. Static variable in class java.awt.event.KeyEvent
VK_A. Static variable in class java.awt.event.KeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A)
VK_ACCEPT. Static variable in class java.awt.event.KeyEvent
VK_ADD. Static variable in class java.awt.event.KeyEvent
VK_ALT. Static variable in class java.awt.event.KeyEvent
VK_B. Static variable in class java.awt.event.KeyEvent
VK_BACK_QUOTE. Static variable in class java.awt.event.KeyEvent
VK_BACK_SLASH. Static variable in class java.awt.event.KeyEvent
VK_BACK_SPACE. Static variable in class java.awt.event.KeyEvent
VK_C. Static variable in class java.awt.event.KeyEvent
VK_CANCEL. Static variable in class java.awt.event.KeyEvent
VK_CAPS_LOCK. Static variable in class java.awt.event.KeyEvent
VK_CLEAR. Static variable in class java.awt.event.KeyEvent
VK_CLOSE_BRACKET. Static variable in class java.awt.event.KeyEvent
VK_COMMA. Static variable in class java.awt.event.KeyEvent
VK_CONTROL. Static variable in class java.awt.event.KeyEvent
VK_CONVERT. Static variable in class java.awt.event.KeyEvent
VK_D. Static variable in class java.awt.event.KeyEvent
VK_DECIMAL. Static variable in class java.awt.event.KeyEvent
VK_DELETE. Static variable in class java.awt.event.KeyEvent
VK_DIVIDE. Static variable in class java.awt.event.KeyEvent
VK_DOWN. Static variable in class java.awt.event.KeyEvent
VK_E. Static variable in class java.awt.event.KeyEvent
VK_END. Static variable in class java.awt.event.KeyEvent
VK_ENTER. Static variable in class java.awt.event.KeyEvent
Virtual key codes.
VK_EQUALS. Static variable in class java.awt.event.KeyEvent
VK_ESCAPE. Static variable in class java.awt.event.KeyEvent
VK_F. Static variable in class java.awt.event.KeyEvent
VK_F1. Static variable in class java.awt.event.KeyEvent
VK_F10. Static variable in class java.awt.event.KeyEvent
VK_F11. Static variable in class java.awt.event.KeyEvent
VK_F12. Static variable in class java.awt.event.KeyEvent
VK_F2. Static variable in class java.awt.event.KeyEvent
VK_F3. Static variable in class java.awt.event.KeyEvent
VK_F4. Static variable in class java.awt.event.KeyEvent
VK_F5. Static variable in class java.awt.event.KeyEvent
VK_F6. Static variable in class java.awt.event.KeyEvent
VK_F7. Static variable in class java.awt.event.KeyEvent
VK_F8. Static variable in class java.awt.event.KeyEvent
VK_F9. Static variable in class java.awt.event.KeyEvent
VK_FINAL. Static variable in class java.awt.event.KeyEvent
for Asian Keyboard
VK_G. Static variable in class java.awt.event.KeyEvent
VK_H. Static variable in class java.awt.event.KeyEvent
VK_HELP. Static variable in class java.awt.event.KeyEvent
VK_HOME. Static variable in class java.awt.event.KeyEvent
VK_I. Static variable in class java.awt.event.KeyEvent
VK_INSERT. Static variable in class java.awt.event.KeyEvent
VK_J. Static variable in class java.awt.event.KeyEvent
VK_K. Static variable in class java.awt.event.KeyEvent
VK_KANA. Static variable in class java.awt.event.KeyEvent
VK_KANJI. Static variable in class java.awt.event.KeyEvent
VK_L. Static variable in class java.awt.event.KeyEvent
VK_LEFT. Static variable in class java.awt.event.KeyEvent
VK_M. Static variable in class java.awt.event.KeyEvent
VK_META. Static variable in class java.awt.event.KeyEvent
VK_MODECHANGE. Static variable in class java.awt.event.KeyEvent
VK_MULTIPLY. Static variable in class java.awt.event.KeyEvent
VK_N. Static variable in class java.awt.event.KeyEvent
VK_NONCONVERT. Static variable in class java.awt.event.KeyEvent
VK_NUM_LOCK. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD0. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD1. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD2. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD3. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD4. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD5. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD6. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD7. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD8. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD9. Static variable in class java.awt.event.KeyEvent
VK_O. Static variable in class java.awt.event.KeyEvent
VK_OPEN_BRACKET. Static variable in class java.awt.event.KeyEvent
VK_P. Static variable in class java.awt.event.KeyEvent
VK_PAGE_DOWN. Static variable in class java.awt.event.KeyEvent
VK_PAGE_UP. Static variable in class java.awt.event.KeyEvent
VK_PAUSE. Static variable in class java.awt.event.KeyEvent
VK_PERIOD. Static variable in class java.awt.event.KeyEvent
VK_PRINTSCREEN. Static variable in class java.awt.event.KeyEvent
VK_Q. Static variable in class java.awt.event.KeyEvent
VK_QUOTE. Static variable in class java.awt.event.KeyEvent
VK_R. Static variable in class java.awt.event.KeyEvent
VK_RIGHT. Static variable in class java.awt.event.KeyEvent
VK_S. Static variable in class java.awt.event.KeyEvent
VK_SCROLL_LOCK. Static variable in class java.awt.event.KeyEvent
VK_SEMICOLON. Static variable in class java.awt.event.KeyEvent
VK_SEPARATER. Static variable in class java.awt.event.KeyEvent
VK_SHIFT. Static variable in class java.awt.event.KeyEvent
VK_SLASH. Static variable in class java.awt.event.KeyEvent
VK_SPACE. Static variable in class java.awt.event.KeyEvent
VK_SUBTRACT. Static variable in class java.awt.event.KeyEvent
VK_T. Static variable in class java.awt.event.KeyEvent
VK_TAB. Static variable in class java.awt.event.KeyEvent
VK_U. Static variable in class java.awt.event.KeyEvent
VK_UNDEFINED. Static variable in class java.awt.event.KeyEvent
KEY_TYPED events do not have a defined keyCode.
VK_UP. Static variable in class java.awt.event.KeyEvent
VK_V. Static variable in class java.awt.event.KeyEvent
VK_W. Static variable in class java.awt.event.KeyEvent
VK_X. Static variable in class java.awt.event.KeyEvent
VK_Y. Static variable in class java.awt.event.KeyEvent
VK_Z. Static variable in class java.awt.event.KeyEvent
vkim. Variable in class sun.awt.otk.VirtualKeyboardModel
VOLATILE. Static variable in class java.lang.reflect.Modifier

W

W_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The west-resize cursor type.
W_RESIZE_CURSOR. Static variable in class java.awt.Frame
wait(). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
wait(long). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
wait(long, int). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
WAIT_CURSOR. Static variable in class java.awt.Cursor
The wait cursor type.
WAIT_CURSOR. Static variable in class java.awt.Frame
waitFor(). Method in class java.lang.Process
Waits for the subprocess to complete.
waitForAll(). Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker.
waitForAll(long). Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker.
waitForID(int). Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker with the specified identifier.
waitForID(int, long). Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker with the specified identifier.
watchers. Variable in class sun.awt.image.ImageWatched
WEDNESDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
WEEK_OF_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
WEEK_OF_MONTH_FIELD. Static variable in class java.text.DateFormat
Useful constant for WEEK_OF_MONTH field alignment.
WEEK_OF_YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
WEEK_OF_YEAR_FIELD. Static variable in class java.text.DateFormat
Useful constant for WEEK_OF_YEAR field alignment.
weightx. Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra horizontal space.
weighty. Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra vertical space.
WEST. Static variable in class java.awt.BorderLayout
The west layout constraint (right side of container).
WEST. Static variable in class java.awt.GridBagConstraints
Put the component on the left side of its display area, centered vertically.
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 all characters c in the range low <= c <= high are white space characters.
width. Variable in class java.awt.Dimension
The width dimension.
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 sun.awt.image.ImageRepresentation
width. Variable in class java.awt.Rectangle
The width of the rectangle.
width. Variable in class sun.awt.otk.TextPaneImpl
My width
win. Variable in class sun.awt.otk.BasicView
The actual window used to represent this View.
window. Static variable in class java.awt.SystemColor
The background color for windows.
WINDOW. Static variable in class java.awt.SystemColor
The array index for the window background color.
Window(Frame). Constructor for class java.awt.Window
Constructs a new invisible window.
Window(WindowSystem, Window, int, int, int, int). Constructor for class sun.awt.aw.Window
Construct a window with the given parent, location and size.
WINDOW_ACTIVATED. Static variable in class java.awt.event.WindowEvent
The window activated event type.
WINDOW_BORDER. Static variable in class java.awt.SystemColor
The array index for the window border color.
WINDOW_CLOSED. Static variable in class java.awt.event.WindowEvent
The window closed event type.
WINDOW_CLOSING. Static variable in class java.awt.event.WindowEvent
The window closing event type.
WINDOW_DAMAGED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for indicating that a region of a window needs to be repainted.
WINDOW_DEACTIVATED. Static variable in class java.awt.event.WindowEvent
The window deactivated event type.
WINDOW_DEICONIFIED. Static variable in class java.awt.event.WindowEvent
The window deiconified event type.
WINDOW_DEICONIFY. Static variable in class java.awt.Event
The user has asked the window manager to de-iconify the window.
WINDOW_DESTROY. Static variable in class java.awt.Event
The user has asked the window manager to kill the window.
WINDOW_ENTERED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for indicating that the pointing device has entered the window.
WINDOW_EVENT_END. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Delimiting number: a window event will be less than WINDOW_EVENT_END.
WINDOW_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting window events.
WINDOW_EVENT_START. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Delimiting number: a window event will be greater than WINDOW_EVENT_START.
WINDOW_EXITED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for indicating that the pointing device has left the window.
WINDOW_EXPOSE. Static variable in class java.awt.Event
The user has asked the window manager to expose the window.
WINDOW_FIRST. Static variable in class java.awt.event.WindowEvent
Marks the first integer id for the range of window event ids.
WINDOW_GOT_FOCUS. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for indicating that a window has been assigned keyboard focus.
WINDOW_ICONIFIED. Static variable in class java.awt.event.WindowEvent
The window iconified event type.
WINDOW_ICONIFY. Static variable in class java.awt.Event
The user has asked the window manager to iconify the window.
WINDOW_INVISIBLE. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for indicating that a mapped window has been clipped and/or completely covered by one or more other windows (this could include its children).
WINDOW_LAST. Static variable in class java.awt.event.WindowEvent
Marks the last integer id for the range of window event ids.
WINDOW_LOST_FOCUS. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for indicating that a window no longer has the keyboard focus.
WINDOW_MAPPED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for indicating that a window has been mapped (made visible).
WINDOW_MOVED. Static variable in class java.awt.Event
The user has asked the window manager to move the window.
WINDOW_OPENED. Static variable in class java.awt.event.WindowEvent
The window opened event type.
WINDOW_RESHAPED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for indicating that a window has been reshaped (moved and/or resized).
WINDOW_TEXT. Static variable in class java.awt.SystemColor
The array index for the window text color.
WINDOW_UNMAPPED. Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for indicating that a window has been unmapped (made invisible).
windowActivated(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowActivated event by invoking the windowActivated methods on listener-a and listener-b.
windowActivated(WindowEvent). Method in class java.awt.event.WindowAdapter
windowActivated(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is activated.
WindowActivationVetoException(Object). Constructor for class sun.awt.otk.WindowActivationVetoException
Constructs a WindowActivationVetoException with the given window and no specified detail message.
WindowActivationVetoException(Object, String). Constructor for class sun.awt.otk.WindowActivationVetoException
Constructs a WindowActivationVetoException with the specified window and detail message.
WindowAdapter(). Constructor for class java.awt.event.WindowAdapter
windowBorder. Static variable in class java.awt.SystemColor
The border color for windows.
windowClosed(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowClosed event by invoking the windowClosed methods on listener-a and listener-b.
windowClosed(WindowEvent). Method in class java.awt.event.WindowAdapter
windowClosed(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window has been closed.
windowClosing(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowClosing event by invoking the windowClosing methods on listener-a and listener-b.
windowClosing(WindowEvent). Method in class java.awt.event.WindowAdapter
windowClosing(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is in the process of being closed.
windowDeactivated(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowDeactivated event by invoking the windowDeactivated methods on listener-a and listener-b.
windowDeactivated(WindowEvent). Method in class java.awt.event.WindowAdapter
windowDeactivated(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is de-activated.
windowDeiconified(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowDeiconfied event by invoking the windowDeiconified methods on listener-a and listener-b.
windowDeiconified(WindowEvent). Method in class java.awt.event.WindowAdapter
windowDeiconified(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is de-iconified.
WindowEvent(Window, int). Constructor for class java.awt.event.WindowEvent
Constructs a WindowEvent object with the specified source window and type.
windowEventOccurred(Window, long, int, int, int, int, int). Method in class sun.awt.otk.ObjectToolkit
This method gets called in response to window events that occur in the underlying window system.
windowEventOccurred(Window, long, int, int, int, int, int). Method in interface sun.porting.toolkit.ToolkitEventHandler
Called by the window system in order to deliver a window event.
windowEventOccurred(Window, long, int, int, int, int, int). Method in class sun.awt.aw.WindowSystem
Handle a window event on the given window.
windowFactory. Variable in class sun.awt.aw.WindowSystem
The window factory object that this WindowSystem is using to create new windows.
windowIconified(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowIconified event by invoking the windowIconified methods on listener-a and listener-b.
windowIconified(WindowEvent). Method in class java.awt.event.WindowAdapter
windowIconified(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is iconified.
WindowModel(Window, ObjectToolkit). Constructor for class sun.awt.otk.WindowModel
Constructs a new WindowModel instance.
windowOpened(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowOpened event by invoking the windowOpened methods on listener-a and listener-b.
windowOpened(WindowEvent). Method in class java.awt.event.WindowAdapter
windowOpened(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window has been opened.
windowRestacked(WindowModel, int). Method in class sun.awt.otk.SimpleStackActivationPolicy
Notifies this window activation policy object that the position of this window has changed in the stack of currently visible windows.
windowRestacked(WindowModel, int). Method in interface sun.awt.otk.WindowActivationPolicy
Notifies the WindowActivationPolicy object that the position of this window has changed in the stack of currently visible windows.
windowStackingChanged(int). Method in class sun.awt.otk.WindowModel
Notifies the WindowActivationPolicy object that the position of this window has changed in the stack of currently visible windows.
WindowSystem(). Constructor for class sun.awt.aw.WindowSystem
Create a new WindowSystem instance.
WindowSystem(). Constructor for class sun.porting.windowsystem.WindowSystem
Make a new WindowSystem object
WindowSystem(GraphicsSystem). Constructor for class sun.porting.windowsystem.WindowSystem
Make a new WindowSystem object running on top of the specified GraphicsSystem.
WindowSystem(int, int). Constructor for class sun.awt.aw.WindowSystem
Create a new WindowSystem instance, with a root of the given size.
windowText. Static variable in class java.awt.SystemColor
The text color for windows.
windowVisibilityChanged(boolean). Method in class sun.awt.otk.WindowModel
Notifies the WindowActivationPolicy object that the visibility state of this window's default view has changed.
windowVisibilityChanged(WindowModel, boolean). Method in class sun.awt.otk.SimpleStackActivationPolicy
Notifies this window activation policy object that the visibility state of the given window has changed.
windowVisibilityChanged(WindowModel, boolean). Method in interface sun.awt.otk.WindowActivationPolicy
Notifies the WindowActivationPolicy object that the visibility state of the given window has changed.
winSys. Variable in class sun.awt.otk.ObjectToolkit
wordChars(int, int). Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are word constituents.
wordEnd. Variable in class sun.awt.otk.TextPaneImpl
End of last selected word.
wordLine. Variable in class sun.awt.otk.TextPaneImpl
Line number of last selected word.
wordSelection. Static variable in class sun.awt.otk.TextPaneImpl
When true, a pointer pressed on text results in the surrounding white space delimited word to be selected.
wordStart. Variable in class sun.awt.otk.TextPaneImpl
Start of last selected word.
wordwrap. Variable in class sun.awt.otk.TextData
Wordwrap mode
wrapLineDecrement. Static variable in class sun.awt.otk.TextCharData
The following value controls the number of lines that are looked at "before" the insertion/deletion point to properly handle wordwrap.
write(byte[]). Method in interface java.io.DataOutput
Writes b.length bytes from the specified byte array to this output stream.
write(byte[]). Method in class java.io.FilterOutputStream
Writes b.length bytes to this output stream.
write(byte[]). Method in interface java.io.ObjectOutput
Writes an array of bytes.
write(byte[]). Method in class java.io.ObjectOutputStream
Writes an array of bytes.
write(byte[]). Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int). Method in class java.io.BufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(byte[], int, int). Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(byte[], int, int). Method in class java.util.zip.CheckedOutputStream
Writes an array of bytes.
write(byte[], int, int). Method in interface java.io.DataOutput
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int). Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(byte[], int, int). Method in class java.util.zip.DeflaterOutputStream
Writes an array of bytes to the compressed output stream.
write(byte[], int, int). Method in class java.io.FilterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int). Method in class java.util.zip.GZIPOutputStream
Writes array of bytes to the compressed output stream.
write(byte[], int, int). Method in interface java.io.ObjectOutput
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.ObjectOutputStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int). Method in class java.io.PipedOutputStream
Writes len bytes from the specified byte array starting at offset off to this piped output stream.
write(byte[], int, int). Method in class java.io.PrintStream
Write a portion of a byte array, blocking if necessary.
write(byte[], int, int). Method in class java.util.zip.ZipOutputStream
Writes an array of bytes to the current ZIP entry data.
write(char[]). Method in class java.io.PrintWriter
Write an array of characters.
write(char[]). Method in class java.io.Writer
Write an array of characters.
write(char[], int, int). Method in class java.io.BufferedWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.CharArrayWriter
Writes characters to the buffer.
write(char[], int, int). Method in class java.io.FilterWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.PipedWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.PrintWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.StringWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.Writer
Write a portion of an array of characters.
write(int). Method in class java.io.BufferedOutputStream
Writes the specified byte to this buffered output stream.
write(int). Method in class java.io.BufferedWriter
Write a single character.
write(int). Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(int). Method in class java.io.CharArrayWriter
Writes a character to the buffer.
write(int). Method in class java.util.zip.CheckedOutputStream
Writes a byte.
write(int). Method in interface java.io.DataOutput
Writes the specified byte to this data output stream.
write(int). Method in class java.io.DataOutputStream
Writes the specified byte to the underlying output stream.
write(int). Method in class java.util.zip.DeflaterOutputStream
Writes a byte to the compressed output stream.
write(int). Method in class java.io.FilterOutputStream
Writes the specified byte to this output stream.
write(int). Method in class java.io.FilterWriter
Write a single character.
write(int). Method in interface java.io.ObjectOutput
Writes a byte.
write(int). Method in class java.io.ObjectOutputStream
Writes a byte.
write(int). Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(int). Method in class java.io.OutputStreamWriter
Write a single character.
write(int). Method in class java.io.PipedOutputStream
Writes the specified byte to the piped output stream.
write(int). Method in class java.io.PrintStream
Write a byte, blocking if necessary.
write(int). Method in class java.io.PrintWriter
Write a single character.
write(int). Method in class java.io.StringWriter
Write a single character.
write(int). Method in class java.io.Writer
Write a single character.
write(String). Method in class java.io.PrintWriter
Write a string.
write(String). Method in class java.io.StringWriter
Write a string.
write(String). Method in class java.io.Writer
Write a string.
write(String, int, int). Method in class java.io.BufferedWriter
Write a portion of a String.
write(String, int, int). Method in class java.io.CharArrayWriter
Write a portion of a string to the buffer.
write(String, int, int). Method in class java.io.FilterWriter
Write a portion of a string.
write(String, int, int). Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(String, int, int). Method in class java.io.PrintWriter
Write a portion of a string.
write(String, int, int). Method in class java.io.StringWriter
Write a portion of a string.
write(String, int, int). Method in class java.io.Writer
Write a portion of a string.
WriteAbortedException(String, Exception). Constructor for class java.io.WriteAbortedException
A WriteAbortedException is thrown during a read when one of the ObjectStreamExceptions was thrown during writing.
writeBoolean(boolean). Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean). Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeBoolean(boolean). Method in class java.io.ObjectOutputStream
Writes a boolean.
writeByte(int). Method in interface java.io.DataOutput
Writes an 8-bit value to this output stream.
writeByte(int). Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeByte(int). Method in class java.io.ObjectOutputStream
Writes an 8 bit byte.
writeBytes(String). Method in interface java.io.DataOutput
Writes a string to this output stream.
writeBytes(String). Method in class java.io.DataOutputStream
Writes out the string to the underlying output stream as a sequence of bytes.
writeBytes(String). Method in class java.io.ObjectOutputStream
Writes a String as a sequence of bytes.
writeChar(int). Method in interface java.io.DataOutput
Writes a char value to this output stream.
writeChar(int). Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChar(int). Method in class java.io.ObjectOutputStream
Writes a 16 bit char.
writeChars(String). Method in interface java.io.DataOutput
Writes a string to this output stream.
writeChars(String). Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeChars(String). Method in class java.io.ObjectOutputStream
Writes a String as a sequence of chars.
writeDouble(double). Method in interface java.io.DataOutput
Writes a double value to this output stream.
writeDouble(double). Method in class java.io.DataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeDouble(double). Method in class java.io.ObjectOutputStream
Writes a 64 bit double.
writeExternal(ObjectOutput). Method in interface java.io.Externalizable
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.
writeFloat(float). Method in interface java.io.DataOutput
Writes a float value to this output stream.
writeFloat(float). Method in class java.io.DataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeFloat(float). Method in class java.io.ObjectOutputStream
Writes a 32 bit float.
writeInt(int). Method in interface java.io.DataOutput
Writes an int value to this output stream.
writeInt(int). Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int). Method in class java.io.ObjectOutputStream
Writes a 32 bit int.
writeLong(long). Method in interface java.io.DataOutput
Writes a long value to this output stream.
writeLong(long). Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeLong(long). Method in class java.io.ObjectOutputStream
Writes a 64 bit long.
writeObject(Object). Method in interface java.io.ObjectOutput
Write an object to the underlying storage or stream.
writeObject(Object). Method in class java.io.ObjectOutputStream
Write the specified object to the ObjectOutputStream.
Writer(). Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object). Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
writeShort(int). Method in interface java.io.DataOutput
Writes a 16-bit value to this output stream.
writeShort(int). Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeShort(int). Method in class java.io.ObjectOutputStream
Writes a 16 bit short.
writeStreamHeader(). Method in class java.io.ObjectOutputStream
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream.
writeTo(OutputStream). Method in class java.io.ByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(Writer). Method in class java.io.CharArrayWriter
Writes the contents of the buffer to another character stream.
writeUTF(String). Method in interface java.io.DataOutput
Writes a Unicode string by encoding it using modified UTF-8 format.
writeUTF(String). Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
writeUTF(String). Method in class java.io.ObjectOutputStream
Writes a String in UTF format.
written. Variable in class java.io.DataOutputStream
The number of bytes written to the data output stream.

X

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.
x. Variable in class sun.awt.otk.TextPaneImpl
My x-coordinate
XbmImageDecoder(InputStreamImageSource, InputStream). Constructor for class sun.awt.image.XbmImageDecoder
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.
xPos(int, int). Method in class sun.awt.otk.SingleLineTextPane
return the position on the line "ln" given the old xPosition.
xPos(int, int). Method in class sun.awt.otk.TextPaneImpl
Return the position on the line "ln" given the old xPosition.
xy2pos(int, int). Method in class sun.awt.otk.TextPaneImpl

Y

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.
y. Variable in class sun.awt.otk.TextPaneImpl
My y-coordinate
y2line(int). Method in class sun.awt.otk.RandomSelectionTextPane
Given a y coordinate, figure out which line it would fall on within the constraints of the visible lines.
YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
YEAR_FIELD. Static variable in class java.text.DateFormat
Useful constant for YEAR field alignment.
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 temporarily pause and allow other threads to execute.
ypoints. Variable in class java.awt.Polygon
The array of y coordinates.