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.
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.
- ABORTED.
Static variable in class java.awt.MediaTracker
- Flag indicating the download of some media was aborted.
- abortGrabbing().
Method in class java.awt.image.PixelGrabber
- Request the PixelGrabber to abort the image fetch.
- abs().
Method in class java.math.BigDecimal
- Returns a BigDecimal whose value is the absolute value of this
number, and whose scale is this.scale().
- abs().
Method in class java.math.BigInteger
- Returns a BigInteger whose value is the absolute value of this
number.
- 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(File, String).
Method in interface java.io.FilenameFilter
- Tests if a specified file should be included in a file list.
- accept(SocketImpl).
Method in class java.net.SocketImpl
- Accepts a connection.
- acceptsURL(String).
Method in interface java.sql.Driver
- Returns true if the driver thinks that it can open a connection
to the given URL.
- AccessException(String).
Constructor for class java.rmi.AccessException
- Create a new AccessException with a description.
- AccessException(String, Exception).
Constructor for class java.rmi.AccessException
- Create a new AccessException with a description and detail exception.
- AclNotFoundException().
Constructor for class java.security.acl.AclNotFoundException
- Constructs an AclNotFoundException.
- acos(double).
Static method in class java.lang.Math
- Returns the arc cosine of an angle, in the range of 0.0 through
pi.
- action(Event, Object).
Method in class java.awt.Component
-
- ACTION_EVENT.
Static variable in class java.awt.Event
- An action event.
- 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.
- 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.
- 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.
- 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(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(BigDecimal).
Method in class java.math.BigDecimal
- Returns a BigDecimal whose value is (this + val), and whose scale is
MAX(this.scale(), val.scale).
- add(BigInteger).
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this + val).
- add(Component).
Method in class java.awt.Container
-
Adds the specified component to this container.
- add(Component, int).
Method in class java.awt.Container
-
Adds the specified component to this container at the given
position in the container's component list.
- add(Component, Object).
Method in class java.awt.Container
- Adds the specified component to this container at the specified
index.
- 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 to a 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 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 a point to a 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 a rectangle.
- add(String).
Method in class java.awt.Choice
- Adds an item to this Choice.
- 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 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 java.awt.List
- Adds the specified item to the scrolling list at the specified
position.
- add(TextListener, TextListener).
Static method in class java.awt.AWTEventMulticaster
-
- 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 textfield.
- 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 java.awt.Scrollbar
- Adds the specified adjustment listener to recieve adjustment events
from this scrollbar.
- addCertificate(Certificate).
Method in class java.security.Identity
- Adds a certificate for this identity.
- 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 java.awt.image.MemoryImageSource
- Adds an ImageConsumer to the list of consumers interested in
data for this image.
- addContainerListener(ContainerListener).
Method in class java.awt.Container
- Adds the specified container listener to receive container events
from this container.
- addElement(Object).
Method in class java.util.Vector
- Adds the specified component to the end of this vector,
increasing its size by one.
- addEntry(Principal, AclEntry).
Method in interface java.security.acl.Acl
- Adds an ACL entry to this ACL.
- addFocusListener(FocusListener).
Method in class java.awt.Component
- Adds the specified focus listener to receive focus events
from this component.
- addIdentity(Identity).
Method in class java.security.IdentityScope
- Adds an identity to this identity scope.
- addImage(Image, int).
Method in class java.awt.MediaTracker
- Adds an image to the list of images being tracked.
- addImage(Image, int, int, int).
Method in class java.awt.MediaTracker
- Adds a scaled image to the list of images being tracked.
- 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(String).
Method in class java.awt.Choice
- Adds an item to this Choice.
- addItem(String).
Method in class java.awt.List
- Adds the specified item to the end of scrolling list.
- addItem(String, int).
Method in class java.awt.List
- Adds the specified item to the scrolling list at the specified
position.
- addItemListener(ItemListener).
Method in class java.awt.Checkbox
- Adds the specified item listener to recieve item events from
this checkbox.
- addItemListener(ItemListener).
Method in class java.awt.CheckboxMenuItem
- Adds the specified item listener to recieve item events from
this checkbox menu item.
- addItemListener(ItemListener).
Method in class java.awt.Choice
- Adds the specified item listener to recieve item events from
this choice.
- 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 recieve 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.
- 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 the layout, using the specified
constraint object.
- 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
- Replaced by addLayoutComponent(Component, Object).
- addLayoutComponent(String, Component).
Method in class java.awt.CardLayout
- Replaced by addLayoutComponent(Component, Object).
- 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.
- addMember(Principal).
Method in interface java.security.acl.Group
- Adds the specified member to the group.
- 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 the 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 frame's peer.
- addNotify().
Method in class java.awt.FileDialog
- Creates the file dialog'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.
- addOwner(Principal, Principal).
Method in interface java.security.acl.Owner
- Adds an owner.
- addPermission(Permission).
Method in interface java.security.acl.AclEntry
- Adds the specified permission to this ACL entry.
- addPoint(int, int).
Method in class java.awt.Polygon
- Appends a point to a 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.
- addProvider(Provider).
Static method in class java.security.Security
- Adds a provider to the next position available.
- 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.
- addSystemThread().
Method in class sun.tools.debug.RemoteDebugger
- Add the calling thread to the list of threads which aren't
suspended by the RemoteDebugger.
- addSystemThread(Thread).
Method in class sun.tools.debug.RemoteDebugger
- Add the specified thread to the list of threads which aren't
suspended by the RemoteDebugger.
- 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.
- addWindowListener(WindowListener).
Method in class java.awt.Window
- Adds the specified window listener to receive window events from
this window.
- 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
-
- 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
- Overrides Calendar
Compares the time field records.
- after(Timestamp).
Method in class java.sql.Timestamp
- Is this timestamp later than the timestamp argument?
- 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.
- allProceduresAreCallable().
Method in interface java.sql.DatabaseMetaData
- Can all the procedures returned by getProcedures be called by the
current user?
- allTablesAreSelectable().
Method in interface java.sql.DatabaseMetaData
- Can all the tables returned by getTable be SELECTed by the
current user?
- AlreadyBoundException().
Constructor for class java.rmi.AlreadyBoundException
-
- AlreadyBoundException(String).
Constructor for class java.rmi.AlreadyBoundException
-
- ALT_MASK.
Static variable in class java.awt.event.ActionEvent
-
The alt modifier constant.
- ALT_MASK.
Static variable in class java.awt.Event
-
The alt modifier constant.
- 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
-
- and(BigInteger).
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this & val).
- and(BitSet).
Method in class java.util.BitSet
- Performs a logical AND of this target bit set with the
argument bit set.
- andNot(BigInteger).
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this & ~val).
- 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 end.
- 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
- The flag which tells if the time fields are set for the calendar.
- arg.
Variable in class java.awt.Event
- An arbitrary argument.
- ArithmeticException().
Constructor for class java.lang.ArithmeticException
- Constructs an
ArithmeticException with no detail
message.
- ArithmeticException(String).
Constructor for class java.lang.ArithmeticException
- Constructs an
ArithmeticException with the specified
detail message.
- ArrangeGrid(Container).
Method in class java.awt.GridBagLayout
-
- arraycopy(Object, int, Object, int, int).
Static method in class java.lang.System
-
Copies an array from the 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.
- arrayTypeName(int).
Method in class sun.tools.debug.RemoteArray
- Return the element type as a string.
- asin(double).
Static method in class java.lang.Math
- Returns the arc sine of an angle, in the range of -pi/2 through
pi/2.
- 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 (
b, a)
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.FileInputStream
- Returns the number of bytes that can be read from this file 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
-
- 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 AWTException with the specified detail message.
- b.
Variable in class java.awt.AWTEventMulticaster
-
- BACK_SPACE.
Static variable in class java.awt.Event
- The BackSpace key.
- 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 java.awt.Toolkit
- 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
- Overrides Calendar
Compares the time field records.
- before(Timestamp).
Method in class java.sql.Timestamp
- Is this timestamp earlier than the timestamp argument?
- 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.
- bestRowNotPseudo.
Static variable in interface java.sql.DatabaseMetaData
- BEST ROW PSEUDO_COLUMN - is NOT a pseudo column.
- bestRowPseudo.
Static variable in interface java.sql.DatabaseMetaData
- BEST ROW PSEUDO_COLUMN - is a pseudo column.
- bestRowSession.
Static variable in interface java.sql.DatabaseMetaData
- BEST ROW SCOPE - valid for remainder of current session.
- bestRowTemporary.
Static variable in interface java.sql.DatabaseMetaData
- BEST ROW SCOPE - very temporary, while using row.
- bestRowTransaction.
Static variable in interface java.sql.DatabaseMetaData
- BEST ROW SCOPE - valid for remainder of current transaction.
- bestRowUnknown.
Static variable in interface java.sql.DatabaseMetaData
- BEST ROW PSEUDO_COLUMN - may or may not be pseudo column.
- BigDecimal(BigInteger).
Constructor for class java.math.BigDecimal
- Translates a BigInteger into a BigDecimal.
- BigDecimal(BigInteger, int).
Constructor for class java.math.BigDecimal
- Translates a BigInteger and a scale into a BigDecimal.
- BigDecimal(double).
Constructor for class java.math.BigDecimal
- Translates a double into a BigDecimal.
- BigDecimal(String).
Constructor for class java.math.BigDecimal
- Constructs a BigDecimal from a string containing an optional minus
sign followed by a sequence of zero or more decimal digits, optionally
followed by a fraction, which consists of a decimal point followed by
zero or more decimal digits.
- BIGINT.
Static variable in class java.sql.Types
-
- BigInteger(byte[]).
Constructor for class java.math.BigInteger
- Translates a byte array containing the two's-complement representation
of a (signed) integer into a BigInteger.
- BigInteger(int, byte[]).
Constructor for class java.math.BigInteger
- Translates the sign-magnitude representation of an integer into a
BigInteger.
- BigInteger(int, int, Random).
Constructor for class java.math.BigInteger
- Returns a randomly selected BigInteger with the specified bitLength
that is probably prime.
- BigInteger(int, Random).
Constructor for class java.math.BigInteger
- Returns a random number uniformly distributed on [0, 2**numBits - 1]
(assuming a fair source of random bits is provided in rndSrc).
- BigInteger(String).
Constructor for class java.math.BigInteger
- Translates a string containing an optional minus sign followed by a
sequence of one or more decimal digits into a BigInteger.
- BigInteger(String, int).
Constructor for class java.math.BigInteger
- Translates a string containing an optional minus sign followed by a
sequence of one or more digits in the specified radix into a BigInteger.
- BINARY.
Static variable in class java.sql.Types
-
- 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.
- bind(String, Remote).
Static method in class java.rmi.Naming
- Binds the name to the specified remote object.
- bind(String, Remote).
Method in interface java.rmi.registry.Registry
- Binds the name to the specified remote object.
- 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.
- BIT.
Static variable in class java.sql.Types
-
- bitCount().
Method in class java.math.BigInteger
- Returns the number of bits in the two's complement representation
of this number that differ from its sign bit.
- bitLength().
Method in class java.math.BigInteger
- Returns the number of bits in the minimal two's-complement
representation of this number, *excluding* a sign bit, i.e.,
(ceil(log2(this < 0 ? -this : this + 1))).
- BitSet().
Constructor for class java.util.BitSet
- Creates a new bit set.
- BitSet(int).
Constructor for class java.util.BitSet
- Creates a bit set whose initial size is the specified number of
bits.
- 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 BorderLayout with no gaps between components.
- BorderLayout(int, int).
Constructor for class java.awt.BorderLayout
- Constructs a BorderLayout with the specified gaps.
- BOTH.
Static variable in class java.awt.GridBagConstraints
-
- bottom.
Variable in class java.awt.Insets
- The inset from the bottom.
- BOTTOM_ALIGNMENT.
Static variable in class java.awt.Component
- Ease of use constant for getAlignmentY().
- bounds.
Variable in class java.awt.Polygon
-
- bounds().
Method in class java.awt.Component
-
- BreakIterator().
Constructor for class java.text.BreakIterator
- Constructor.
- breakpointEvent(RemoteThread).
Method in interface sun.tools.debug.DebuggerCallback
- A breakpoint has been hit in the specified thread.
- BRIEF.
Static variable in class java.rmi.server.LogStream
-
- brighter().
Method in class java.awt.Color
- Returns a brighter version of this color.
- buf.
Variable in class java.io.BufferedInputStream
- The buffer where data is stored.
- buf.
Variable in class java.io.BufferedOutputStream
- The buffer where data is stored.
- buf.
Variable in class java.io.ByteArrayInputStream
- The 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 push back 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.
- 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.
- 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.
- 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.
- cancel().
Method in interface java.sql.Statement
- Cancel can be used by one thread to cancel a statement that
is being executed by another thread.
- 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.
- canRead().
Method in class java.io.File
- Tests if the application can read from the specified file.
- Canvas().
Constructor for class java.awt.Canvas
-
Constructs a new Canvas.
- canWrite().
Method in class java.io.File
- Tests if the application can write to this file.
- 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 CapsLock 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 card layout with the specified gaps.
- catchExceptions().
Method in class sun.tools.debug.RemoteClass
- Enter the debugger when an instance of this class is thrown.
- ceil(double).
Static method in class java.lang.Math
- Returns the 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.
- CENTER.
Static variable in class java.awt.FlowLayout
- The right alignment variable.
- CENTER.
Static variable in class java.awt.GridBagConstraints
-
- CENTER.
Static variable in class java.awt.Label
-
The center alignment.
- CENTER_ALIGNMENT.
Static variable in class java.awt.Component
- Ease of use constant for getAlignmentY() and getAlignmentX().
- certificates().
Method in class java.security.Identity
- Returns a copy of all the certificates for this identity.
- CHAR.
Static variable in class java.sql.Types
-
- 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.
- 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
- 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.
- 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.
- checkAccept(String, int).
Method in class java.rmi.RMISecurityManager
- For now stubs can't accept connections on any port.
- 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.rmi.RMISecurityManager
- Stubs are not allowed to manipulate threads.
- 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.rmi.RMISecurityManager
- Stubs are not allowed to manipulate thread groups.
- 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 have finished loading but does not start
loading the images if they are not already loading.
- checkAll(boolean).
Method in class java.awt.MediaTracker
- Checks to see if all images have finished loading.
- checkAwtEventQueueAccess().
Method in class java.rmi.RMISecurityManager
- Checks to see if an client can get access to the AWT event queue
(disallowed from stubs).
- 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
- Constructs a Checkbox with an empty label.
- Checkbox(String).
Constructor for class java.awt.Checkbox
- Constructs a Checkbox with the specified label.
- Checkbox(String, boolean).
Constructor for class java.awt.Checkbox
- Constructs a Checkbox with the specified label.
- Checkbox(String, boolean, CheckboxGroup).
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.
- 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 CheckboxGroup.
- CheckboxMenuItem().
Constructor for class java.awt.CheckboxMenuItem
- Creates a checkbox menu item with an empty label, initially set
to off (false state).
- CheckboxMenuItem(String).
Constructor for class java.awt.CheckboxMenuItem
- Creates the checkbox item with the specified label, initially
set to off (false state).
- CheckboxMenuItem(String, boolean).
Constructor for class java.awt.CheckboxMenuItem
- Creates a checkbox menu item with the specified label and state.
- checkConnect(String, int).
Method in class java.rmi.RMISecurityManager
- Stubs can make connections if called through the RMI transport.
- 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.rmi.RMISecurityManager
- Downloaded classes (including stubs) can make connections if
called through the RMI transport.
- 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.rmi.RMISecurityManager
- Stubs are not allowed to create class loaders, or even execute any
of ClassLoader's methods.
- 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.rmi.RMISecurityManager
- Check if a file with the specified system dependent
file name can be deleted.
- 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.rmi.RMISecurityManager
- Stubs are not allowed to fork processes.
- checkExec(String).
Method in class java.lang.SecurityManager
- Throws a
SecurityException if the
calling thread is not allowed to create a subprocss.
- checkExit(int).
Method in class java.rmi.RMISecurityManager
- Stubs are not allowed to exit the VM.
- 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 tagged with the indicated ID have
finished loading, but does not start loading the images if they
are not already loading.
- checkID(int, boolean).
Method in class java.awt.MediaTracker
- Checks to see if all images tagged with the indicated ID have
finished loading.
- checkImage(Image, ImageObserver).
Method in class java.awt.Component
- Returns the status of the construction of a screen representation
of the specified image.
- checkImage(Image, int, int, ImageObserver).
Method in class java.awt.Component
- Returns the status of the construction of a scaled screen
representation of the specified image.
- checkImage(Image, int, int, ImageObserver).
Method in class java.awt.Toolkit
- Returns the status of the construction of the indicated method
at the indicated width and height for the default screen.
- checkLink(String).
Method in class java.rmi.RMISecurityManager
- Stubs are not allowed to link dynamic libraries.
- 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.rmi.RMISecurityManager
- For now stubs can't listen on any port.
- 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.rmi.RMISecurityManager
- Checks to see if client code can access class members.
- checkMemberAccess(Class, int).
Method in class java.lang.SecurityManager
- Tests if a client is allowed to access members.
- checkMulticast(InetAddress).
Method in class java.rmi.RMISecurityManager
- Checks to see if current execution context is allowed to use
(join/leave/send/receive) IP multicast (disallowed from stubs).
- 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.rmi.RMISecurityManager
- Checks to see if current execution context is allowed to use
(join/leave/send/receive) IP multicast (disallowed from stubs).
- 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.rmi.RMISecurityManager
- Check if a stub can access a package.
- 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.rmi.RMISecurityManager
- Check if a stub can define classes in a package.
- 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.
- checkPermission(Permission).
Method in interface java.security.acl.AclEntry
- Checks if the specified permission is part of the
permission set in this entry.
- checkPermission(Principal, Permission).
Method in interface java.security.acl.Acl
- Checks whether or not the specified principal has the specified
permission.
- checkPrintJobAccess().
Method in class java.rmi.RMISecurityManager
- Disallow printing from stubs.
- checkPrintJobAccess().
Method in class java.lang.SecurityManager
- Tests if a client can initiate a print job request.
- checkPropertiesAccess().
Method in class java.rmi.RMISecurityManager
- Stubs are not allowed to access the entire system properties
list, only properties explicitly labeled as accessible to stubs.
- 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.rmi.RMISecurityManager
- Stubs can access the system property named by key
only if its twin key.stub property is set to true.
- 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.rmi.RMISecurityManager
- Stubs are not allowed to open file descriptors for reading unless
it is done through a socket, in which case other access
restrictions still apply.
- 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.rmi.RMISecurityManager
- Check if a stub can read a particular file.
- 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.rmi.RMISecurityManager
- No file reads are valid from a stub.
- 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.
- checkSecurityAccess(String).
Method in class java.rmi.RMISecurityManager
- Stubs cannot perform security provider operations.
- checkSecurityAccess(String).
Method in class java.lang.SecurityManager
- Tests access to certain operations for a security API
action.
- checkSetFactory().
Method in class java.rmi.RMISecurityManager
- Check if a stub can set a networking-related object factory.
- 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.rmi.RMISecurityManager
- Checks to see if an client can get access to the System Clipboard
(disallowed from stubs).
- checkSystemClipboardAccess().
Method in class java.lang.SecurityManager
- Tests if a client can get access to the system clipboard.
- checkTopLevelWindow(Object).
Method in class java.rmi.RMISecurityManager
- Allow caller to create top-level windows.
- 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.rmi.RMISecurityManager
- Stubs are not allowed to open file descriptors for writing unless
it is done through a socket, in which case other access
restrictions still apply.
- 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.rmi.RMISecurityManager
- Check if a Stub can write a particular file.
- 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.
- 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
-
Constructs a new Choice.
- 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.
- choices.
Variable in class java.sql.DriverPropertyInfo
- If the value may be selected from a particular set of values,
then this is an array of the possible values.
- 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.