Java Platform 1.2
Beta 4
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 _

O

OBJ_ADAPTER - exception org.omg.CORBA.OBJ_ADAPTER.
The CORBA OBJ_ADAPTER exception, which is thrown by the object adapter on the server to indicate some error.
OBJ_ADAPTER() - Constructor for class org.omg.CORBA.OBJ_ADAPTER
Constructs an OBJ_ADAPTER exception with a default minor code of 0, a completion state of CompletionStatus.
OBJ_ADAPTER(int, CompletionStatus) - Constructor for class org.omg.CORBA.OBJ_ADAPTER
Constructs an OBJ_ADAPTER exception with the specified minor code and completion status.
OBJ_ADAPTER(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.OBJ_ADAPTER
Constructs an OBJ_ADAPTER exception with the specified description message, minor code, and completion status.
OBJ_ADAPTER(String) - Constructor for class org.omg.CORBA.OBJ_ADAPTER
Constructs an OBJ_ADAPTER exception with the specified description, a minor code of 0, and a completion state of COMPLETED_NO.
object - Variable in class com.sun.java.swing.undo.StateEdit
The object being edited
Object - class java.lang.Object.
Class Object is the root of the class hierarchy.
Object - interface org.omg.CORBA.Object.
The definition for a CORBA object reference.
OBJECT - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
OBJECT_NOT_EXIST - exception org.omg.CORBA.OBJECT_NOT_EXIST.
The CORBA OBJECT_NOT_EXIST exception, which is usually thrown from the server to indicate that the target object does not exist.
OBJECT_NOT_EXIST() - Constructor for class org.omg.CORBA.OBJECT_NOT_EXIST
Constructs an OBJECT_NOT_EXIST exception with a default minor code of 0, a completion state of CompletionStatus.
OBJECT_NOT_EXIST(int, CompletionStatus) - Constructor for class org.omg.CORBA.OBJECT_NOT_EXIST
Constructs an OBJECT_NOT_EXIST exception with the specified minor code and completion status.
OBJECT_NOT_EXIST(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.OBJECT_NOT_EXIST
Constructs an OBJECT_NOT_EXIST exception with the specified description message, minor code, and completion status.
OBJECT_NOT_EXIST(String) - Constructor for class org.omg.CORBA.OBJECT_NOT_EXIST
Constructs an OBJECT_NOT_EXIST exception with the specified description, a minor code of 0, and a completion state of COMPLETED_NO.
object_to_string(Object) - Method in class org.omg.CORBA.ORB
Converts the given CORBA object reference to a string.
Object() - Constructor for class java.lang.Object
 
ObjectHolder - class org.omg.CORBA.ObjectHolder.
A Holder class for a CORBA object reference (a value of type org.omg.
ObjectHolder() - Constructor for class org.omg.CORBA.ObjectHolder
Constructs a new ObjectHolder object with its value field initialized to null.
ObjectHolder(Object) - Constructor for class org.omg.CORBA.ObjectHolder
Constructs a new ObjectHolder object with its value field initialized to the given Object.
ObjectImpl - class org.omg.CORBA.portable.ObjectImpl.
The ObjectImpl class provides default implementations of the org.omg.
ObjectImpl() - Constructor for class org.omg.CORBA.portable.ObjectImpl
 
ObjectInput - interface java.io.ObjectInput.
ObjectInput extends the DataInput interface to include the reading of objects.
ObjectInputStream - class java.io.ObjectInputStream.
An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
ObjectInputStream.GetField - class java.io.ObjectInputStream.GetField.
Provide access to the persistent fields read from the input stream.
ObjectInputStream.GetField() - Constructor for class java.io.ObjectInputStream.GetField
 
ObjectInputStream() - Constructor for class java.io.ObjectInputStream
Provide a way for subclasses that are completely reimplementing ObjectInputStream to not have to allocate private data just used by this implementation of ObjectInputStream.
ObjectInputStream(InputStream) - Constructor for class java.io.ObjectInputStream
Create an ObjectInputStream that reads from the specified InputStream.
ObjectInputValidation - interface java.io.ObjectInputValidation.
Callback interface to allow validation of objects within a graph.
ObjectOutput - interface java.io.ObjectOutput.
ObjectOutput extends the DataOutput interface to include writing of objects.
ObjectOutputStream - class java.io.ObjectOutputStream.
An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
ObjectOutputStream.PutField - class java.io.ObjectOutputStream.PutField.
Provide programatic access to the persistent fields to be written to ObjectOutput.
ObjectOutputStream.PutField() - Constructor for class java.io.ObjectOutputStream.PutField
 
ObjectOutputStream() - Constructor for class java.io.ObjectOutputStream
Provide a way for subclasses that are completely reimplementing ObjectOutputStream to not have to allocate private data just used by this implementation of ObjectOutputStream.
ObjectOutputStream(OutputStream) - Constructor for class java.io.ObjectOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
ObjectStreamClass - class java.io.ObjectStreamClass.
Serialization's descriptor for classes.
ObjectStreamConstants - interface java.io.ObjectStreamConstants.
 
ObjectStreamException - exception java.io.ObjectStreamException.
Superclass of all exceptions specific to Object Stream classes.
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.
ObjectStreamField - class java.io.ObjectStreamField.
A description of a Serializable field from a Serializable class.
ObjectStreamField(String, Class) - Constructor for class java.io.ObjectStreamField
Create a Serializable field with the specified type.
ObjID - class java.rmi.server.ObjID.
The class ObjID is used to identify remote objects uniquely in a VM over time.
ObjID() - Constructor for class java.rmi.server.ObjID
Generate unique object identifier.
ObjID(int) - Constructor for class java.rmi.server.ObjID
Generate a "well-known" object ID. An object ID generated via this constructor will not clash with any object IDs generated via the default constructor.
Observable - class java.util.Observable.
This class represents an observable object, or "data" in the model-view paradigm.
Observable() - Constructor for class java.util.Observable
Construct an Observable with zero Observers
Observer - interface java.util.Observer.
A class can implement the Observer interface when it wants to be informed of changes in observable objects.
OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
offset - Variable in class com.sun.java.swing.text.Segment
This is the offset into the array that the desired text begins.
offset - Variable in class com.sun.java.swing.tree.DefaultTreeCellEditor
Used in editing.
offset - Variable in class java.awt.image.DataBuffer
Offset into default (first) bank from which to get the first element.
offsetRequested() - Method in class com.sun.java.swing.text.BadLocationException
Returns the offset into the document that was not legal.
offsets - Variable in class java.awt.image.DataBuffer
Offsets into all banks.
OK_CANCEL_OPTION - Static variable in class com.sun.java.swing.JOptionPane
Type used for showConfirmDialog.
OK_OPTION - Static variable in class com.sun.java.swing.JOptionPane
Return value form class method if OK is chosen.
okToUseGui - Variable in class java.beans.beancontext.BeanContextSupport
 
okToUseGui() - Method in interface java.beans.Visibility
This method instructs the bean that it is OK to use the Gui.
okToUseGui() - Method in class java.beans.beancontext.BeanContextSupport
Notify this instance that it may now render a GUI
OL - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
oldLeadSelectionPath - Variable in class com.sun.java.swing.event.TreeSelectionEvent
leadSelectionPath before the paths changed, may be null.
on(boolean) - Method in class java.security.DigestOutputStream
Turns the digest function on or off.
on(boolean) - Method in class java.security.DigestInputStream
Turns the digest function on or off.
ONE - Static variable in class java.math.BigInteger
The BigInteger constant one.
ONE_TOUCH_EXPANDABLE_PROPERTY - Static variable in class com.sun.java.swing.JSplitPane
Bound property for oneTouchExpandable.
oneTouchExpandable - Variable in class com.sun.java.swing.JSplitPane
Is a little widget provided to quickly expand/collapse the split pane?
op_name() - Method in class org.omg.CORBA.ServerRequest
Deprecated. use operation()
OP_NORMAL - Static variable in class org.omg.CORBA.OperationMode
 
OP_ONEWAY - Static variable in class org.omg.CORBA.OperationMode
 
OPAQUE - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object paints every pixel within its rectangular region.
OPAQUE - Static variable in interface java.awt.Transparency
The transparency object represents image data that is guaranteed to be completely opaque (all pixels have an alpha value of 1.0).
OPAQUE - Static variable in class java.awt.image.BufferedImage
 
OPEN - Static variable in class java.awt.geom.Arc2D
The closure type for an open arc with no path segments connecting the two ends of the arc segment.
OPEN_DIALOG - Static variable in class com.sun.java.swing.JFileChooser
Type value indicating that the FileChooser supports an "Open" file operation.
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.
openFrame(JInternalFrame) - Method in class com.sun.java.swing.DefaultDesktopManager
Normally this method will not be called.
openFrame(JInternalFrame) - Method in interface com.sun.java.swing.DesktopManager
If possible, display this frame in an appropriate location.
openIcon - Variable in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Icon used to show non-leaf nodes that are expanded.
openStream() - Method in class java.net.URL
Opens a connection to this URL and returns an InputStream for reading from that connection.
OpenType - interface java.awt.font.OpenType.
This interface represents OpenType and TrueType fonts.
Operation - class java.rmi.server.Operation.
Operation holds a description of a Java method.
operation() - Method in class org.omg.CORBA.Request
Retrieves the name of the method to be invoked.
operation() - Method in class org.omg.CORBA.ServerRequest
The operation() method returns the name of the operation being invoked; according to OMG IDL's rules, these names must be unique among all operations supported by this object's "most-derived" interface.
Operation(String) - Constructor for class java.rmi.server.Operation
Creates a new Operation object.
OperationDef - interface org.omg.CORBA.OperationDef.
An OperationDef represents the information that defines an operation of an interface.
OperationDescription - class org.omg.CORBA.OperationDescription.
 
OperationDescription() - Constructor for class org.omg.CORBA.OperationDescription
 
OperationDescription(String, String, String, String, TypeCode, OperationMode, String[], ParameterDescription[], ExceptionDescription[]) - Constructor for class org.omg.CORBA.OperationDescription
 
OperationMode - class org.omg.CORBA.OperationMode.
 
operations - Variable in class org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription
 
OPTICAL_CHARACTER_RECOGNITION - Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
OPTION - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
OPTION_PANE - Static variable in class com.sun.java.accessibility.AccessibleRole
A specialized pane whose primary use is inside a DIALOG
OPTION_TYPE_PROPERTY - Static variable in class com.sun.java.swing.JOptionPane
Bound property name for optionType.
OptionalDataException - exception java.io.OptionalDataException.
Unexpected data appeared in an ObjectInputStream trying to read an Object.
OptionPaneUI - class com.sun.java.swing.plaf.OptionPaneUI.
Pluggable look and feel interface for JOptionPane.
OptionPaneUI() - Constructor for class com.sun.java.swing.plaf.OptionPaneUI
 
options - Variable in class com.sun.java.swing.JOptionPane
Options to display to the user.
OPTIONS_PROPERTY - Static variable in class com.sun.java.swing.JOptionPane
Bounds property namer for option.
optionType - Variable in class com.sun.java.swing.JOptionPane
Option type, one of DEFAULT_OPTION, YES_NO_OPTION, YES_NO_CANCEL_OPTION or OK_CANCEL_OPTION.
or(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this | val).
or(BitSet) - Method in class java.util.BitSet
Performs a logical OR of this bit set with the bit set argument.
orange - Static variable in class java.awt.Color
The color orange.
ORB - class org.omg.CORBA.ORB.
A class providing APIs for the CORBA Object Request Broker features.
orb() - Method in class org.omg.CORBA.portable.OutputStream
Return the ORB that created this OutputStream
orb(Object) - Method in class org.omg.CORBA.portable.Delegate
Return the ORB that created this delegate.
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.
org.omg.CORBA - package org.omg.CORBA
 
org.omg.CORBA.ContainedPackage - package org.omg.CORBA.ContainedPackage
 
org.omg.CORBA.ContainerPackage - package org.omg.CORBA.ContainerPackage
 
org.omg.CORBA.InterfaceDefPackage - package org.omg.CORBA.InterfaceDefPackage
 
org.omg.CORBA.ORBPackage - package org.omg.CORBA.ORBPackage
 
org.omg.CORBA.portable - package org.omg.CORBA.portable
 
org.omg.CORBA.TypeCodePackage - package org.omg.CORBA.TypeCodePackage
 
org.omg.CosNaming - package org.omg.CosNaming
 
org.omg.CosNaming.NamingContextPackage - package org.omg.CosNaming.NamingContextPackage
 
orientation - Variable in class com.sun.java.swing.JScrollBar
 
orientation - Variable in class com.sun.java.swing.JSlider
 
orientation - Variable in class com.sun.java.swing.JProgressBar
 
orientation - Variable in class com.sun.java.swing.JSplitPane
How the views are split.
Orientation - Static variable in class com.sun.java.swing.text.StyleConstants
Orientation for a paragraph.
Orientation - Static variable in class com.sun.java.swing.text.StyleConstants.ParagraphConstants
Orientation for the paragraph.
ORIENTATION_PROPERTY - Static variable in class com.sun.java.swing.JSplitPane
Bound property name for orientation (horizontal or vertical).
original_type_def() - Method in interface org.omg.CORBA.ValueBoxDef
 
original_type_def() - Method in interface org.omg.CORBA.AliasDef
 
original_type_def(IDLType) - Method in interface org.omg.CORBA.ValueBoxDef
 
original_type_def(IDLType) - Method in interface org.omg.CORBA.AliasDef
 
OriginateDirection - Static variable in class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getDirection.
origmodel - Variable in class java.awt.image.RGBImageFilter
 
ORIYA - Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
OTHER - Static variable in class java.sql.Types
OTHER indicates that the SQL type is database specific and gets mapped to a Java object which can be accessed via getObject and setObject.
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
 
othersDeletesAreVisible(int) - Method in interface java.sql.DatabaseMetaData
 
othersInsertsAreVisible(int) - Method in interface java.sql.DatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in interface java.sql.DatabaseMetaData
JDBC 2.0 Determine whether changes made by others are visible.
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 to be filtered.
out - Variable in class java.io.FilterWriter
The underlying character-output stream.
out - Variable in class java.io.PipedInputStream
The index of the position in the circular buffer at which the next byte of data will be read by this piped input stream.
out - Variable in class java.io.PrintWriter
The underlying character-output stream of this PrintWriter.
out - Static variable in class java.lang.System
The "standard" output stream.
OUT_BOTTOM - Static variable in class java.awt.geom.Rectangle2D
The bitmask which indicates that a point lies below this Rectangle.
OUT_LEFT - Static variable in class java.awt.geom.Rectangle2D
The bitmask which indicates that a point lies to the left of this Rectangle.
OUT_RIGHT - Static variable in class java.awt.geom.Rectangle2D
The bitmask which indicates that a point lies to the right of this Rectangle.
OUT_TOP - Static variable in class java.awt.geom.Rectangle2D
The bitmask which indicates that a point lies above this Rectangle.
outcode(double, double) - Method in class java.awt.Rectangle
Determines where the specified float coordinates lie with respect to this Rectangle.
outcode(double, double) - Method in class java.awt.geom.Rectangle2D
Determines where the specified coordinates lie with respect to this Rectangle.
outcode(double, double) - Method in class java.awt.geom.Rectangle2D.Float
Determines where the specified float coordinates lie with respect to this Rectangle.
outcode(double, double) - Method in class java.awt.geom.Rectangle2D.Double
Determines where the specified double coordinates lie with respect to this Rectangle.
outcode(Point2D) - Method in class java.awt.geom.Rectangle2D
Determines where the specified point lies with respect to this Rectangle.
OutOfMemoryError - error java.lang.OutOfMemoryError.
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
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 - class java.io.OutputStream.
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream - class org.omg.CORBA.portable.OutputStream.
OuputStream is the Java API for writing IDL types to CDR marshal streams.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStream() - Constructor for class org.omg.CORBA.portable.OutputStream
 
OutputStreamWriter - class java.io.OutputStreamWriter.
Write characters to an output stream, translating characters into bytes according to a specified character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
outsideBorder - Variable in class com.sun.java.swing.border.CompoundBorder
 
OVER - Static variable in class java.awt.dnd.DragSourceContext
 
OverlayLayout - class com.sun.java.swing.OverlayLayout.
A layout manager to arrange components over the top of each other.
OverlayLayout(Container) - Constructor for class com.sun.java.swing.OverlayLayout
Constructs a layout manager that performs overlay arrangment of the children.
ownDeletesAreVisible(int) - Method in interface java.sql.DatabaseMetaData
 
owner - Variable in class java.awt.datatransfer.Clipboard
 
Owner - interface java.security.acl.Owner.
Interface for managing owners of Access Control Lists (ACLs) or ACL configurations.
ownInsertsAreVisible(int) - Method in interface java.sql.DatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in interface java.sql.DatabaseMetaData
JDBC 2.0 Determine whether a result set's own changes visible.

Java Platform 1.2
Beta 4
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 _
Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.