当前页面:
在线文档首页 >
JDK 5 Documentation v1.3.1, Java 2 SDK 英文文档
Java 2 Platform SE v1.3.1: O-Index - JDK 5 Documentation v1.3.1, Java 2 SDK 英文文档
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.COMPLETED_NO,
and a null description.
- 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) -
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.
- 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.
- object -
Variable in class javax.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 javax.swing.text.html.HTML.Tag
-
- OBJECT_ADDED -
Static variable in class javax.naming.event.NamingEvent
- Naming event type for indicating that a new object has been added.
- OBJECT_CHANGED -
Static variable in class javax.naming.event.NamingEvent
- Naming event type for indicating that an object has been changed.
- OBJECT_FACTORIES -
Static variable in interface javax.naming.Context
- Constant that holds the name of the environment property
for specifying the list of object factories to use.
- 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.COMPLETED_NO,
and a null description.
- 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) -
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_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_REMOVED -
Static variable in class javax.naming.event.NamingEvent
- Naming event type for indicating that an object has been removed.
- OBJECT_RENAMED -
Static variable in class javax.naming.event.NamingEvent
- Naming event type for indicating that an object has been renamed.
- OBJECT_SCOPE -
Static variable in class javax.naming.directory.SearchControls
- Search the named object.
- OBJECT_SCOPE -
Static variable in interface javax.naming.event.EventContext
- Constant for expressing interest in events concerning the object named
by the target.
- 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
-
- objectAdded(NamingEvent) -
Method in interface javax.naming.event.NamespaceChangeListener
- Called when an object has been added.
- objectChanged(NamingEvent) -
Method in interface javax.naming.event.ObjectChangeListener
- Called when an object has been changed.
- ObjectChangeListener - interface javax.naming.event.ObjectChangeListener.
- Specifies the method that a listener of a NamingEvent
with event type of OBJECT_CHANGED must implement.
- ObjectFactory - interface javax.naming.spi.ObjectFactory.
- This interface represents a factory for creating an object.
- ObjectFactoryBuilder - interface javax.naming.spi.ObjectFactoryBuilder.
- This interface represents a builder that creates object factories.
- ObjectHelper - class org.omg.CORBA.ObjectHelper.
-
- ObjectHelper() -
Constructor for class org.omg.CORBA.ObjectHelper
-
- ObjectHolder - class org.omg.CORBA.ObjectHolder.
- A Holder class for a CORBA object reference (a value of type
org.omg.CORBA.Object
). - 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 common base class for all stub classes; provides default implementations
of the
org.omg.CORBA.Object
methods. - ObjectImpl - class org.omg.CORBA_2_3.portable.ObjectImpl.
- ObjectImpl class is the base class for all stubs.
- ObjectImpl() -
Constructor for class org.omg.CORBA.portable.ObjectImpl
-
- ObjectImpl() -
Constructor for class org.omg.CORBA_2_3.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.
- objectRemoved(NamingEvent) -
Method in interface javax.naming.event.NamespaceChangeListener
- Called when an object has been removed.
- objectRenamed(NamingEvent) -
Method in interface javax.naming.event.NamespaceChangeListener
- Called when an object has been renamed.
- ObjectStreamClass - class java.io.ObjectStreamClass.
- Serialization's descriptor for classes.
- ObjectStreamConstants - interface java.io.ObjectStreamConstants.
- Constants written into the Object Serialization Stream.
- 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.
- ObjectView - class javax.swing.text.html.ObjectView.
- Component decorator that implements the view interface
for <object> elements.
- ObjectView(Element) -
Constructor for class javax.swing.text.html.ObjectView
- Creates a new ObjectView object.
- ObjID - class java.rmi.server.ObjID.
- An
ObjID
is used to identify remote objects uniquely
in a VM over time. - ObjID() -
Constructor for class java.rmi.server.ObjID
- Generates a unique object identifier.
- ObjID(int) -
Constructor for class java.rmi.server.ObjID
- Generates a "well-known" object ID.
- 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. - OctetSeqHelper - class org.omg.CORBA.OctetSeqHelper.
- org/omg/CORBA/OctetSeqHelper.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from streams.idl
13 May 1999 22:41:36 o'clock GMT+00:00
- OctetSeqHelper() -
Constructor for class org.omg.CORBA.OctetSeqHelper
-
- OctetSeqHolder - class org.omg.CORBA.OctetSeqHolder.
- org/omg/CORBA/OctetSeqHolder.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from streams.idl
13 May 1999 22:41:36 o'clock GMT+00:00
- OctetSeqHolder() -
Constructor for class org.omg.CORBA.OctetSeqHolder
-
- OctetSeqHolder(byte[]) -
Constructor for class org.omg.CORBA.OctetSeqHolder
-
- OCTOBER -
Static variable in class java.util.Calendar
- Value of the
MONTH
field indicating the
tenth month of the year.
- oEnd -
Variable in class javax.swing.text.html.parser.Element
-
- of(char) -
Static method in class java.lang.Character.UnicodeBlock
- Returns the object representing the Unicode block containing the
given character, or
null
if the character is not a
member of a defined block.
- offset -
Variable in class java.awt.image.DataBuffer
- Offset into default (first) bank from which to get the first element.
- offset -
Variable in class javax.swing.text.Segment
- This is the offset into the array that
the desired text begins.
- offset -
Variable in class javax.swing.tree.DefaultTreeCellEditor
- Used in editing.
- offset -
Variable in class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
-
- offset -
Variable in class javax.swing.plaf.basic.BasicSliderUI.TrackListener
-
- offset -
Variable in class org.omg.CORBA.portable.IndirectionException
- Points to the stream's offset.
- offsetRequested() -
Method in class javax.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 javax.swing.JOptionPane
- Type used for showConfirmDialog.
- OK_OPTION -
Static variable in class javax.swing.JOptionPane
- Return value form class method if OK is chosen.
- okToUseGui -
Variable in class java.beans.beancontext.BeanContextSupport
- A boolean indicating if this
instance may now render a GUI.
- 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 javax.swing.text.html.HTML.Tag
-
- oldBinding -
Variable in class javax.naming.event.NamingEvent
- Contains information about the object before the change.
- oldBorderPainted -
Variable in class javax.swing.plaf.basic.BasicMenuItemUI
-
- oldLeadSelectionPath -
Variable in class javax.swing.event.TreeSelectionEvent
- leadSelectionPath before the paths changed, may be null.
- OMGVMCID - interface org.omg.CORBA.OMGVMCID.
- The vendor minor code ID reserved for OMG.
- omitEnd() -
Method in class javax.swing.text.html.parser.Element
- Return true if the end tag can be omitted.
- omitStart() -
Method in class javax.swing.text.html.parser.Element
- Return true if the start tag can be omitted.
- 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_SIDED -
Static variable in class java.awt.JobAttributes.SidesType
- The SidesType instance to use for specifying that consecutive job
pages should be printed upon the same side of consecutive media
sheets.
- ONE_TOUCH_EXPANDABLE_PROPERTY -
Static variable in class javax.swing.JSplitPane
- Bound property for oneTouchExpandable.
- ONE_TOUCH_OFFSET -
Static variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
-
- ONE_TOUCH_SIZE -
Static variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Width or height of the divider based on orientation
BasicSplitPaneUI adds two to this.
- ONELEVEL_SCOPE -
Static variable in class javax.naming.directory.SearchControls
- Search one level of the named context.
- ONELEVEL_SCOPE -
Static variable in interface javax.naming.event.EventContext
- Constant for expressing interest in events concerning objects
in the context named by the target,
excluding the context named by the target.
- oneTouchExpandable -
Variable in class javax.swing.JSplitPane
- Is a little widget provided to quickly expand/collapse the
split pane?
- oneTouchExpandableChanged() -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Messaged when the oneTouchExpandable value of the JSplitPane the
receiver is contained in changes.
- op_name() -
Method in class org.omg.CORBA.ServerRequest
- Deprecated. use operation()
- OPAQUE -
Static variable in interface java.awt.Transparency
- Represents image data that is guaranteed to be completely opaque,
meaning that all pixels have an alpha value of 1.0.
- OPAQUE -
Static variable in class javax.accessibility.AccessibleState
- Indicates this object paints every pixel within its
rectangular region.
- 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 -
Static variable in class javax.sound.sampled.LineEvent.Type
- A type of event that is sent when a line opens, reserving system
resources for itself.
- OPEN_DELETE -
Static variable in class java.util.zip.ZipFile
- Mode flag to open a zip file and mark it for deletion.
- OPEN_DIALOG -
Static variable in class javax.swing.JFileChooser
- Type value indicating that the
JFileChooser
supports an
"Open" file operation.
- OPEN_READ -
Static variable in class java.util.zip.ZipFile
- Mode flag to open a zip file for reading.
- open() -
Method in interface javax.sound.sampled.Line
- Opens the line, indicating that it should acquire any required
system resources and become operational.
- open() -
Method in interface javax.sound.midi.MidiDevice
- Opens the device, indicating that it should now acquire any
system resources it requires and become operational.
- open(AudioFormat) -
Method in interface javax.sound.sampled.TargetDataLine
- Opens the line with the specified format, causing the line to acquire any
required system resources and become operational.
- open(AudioFormat) -
Method in interface javax.sound.sampled.SourceDataLine
- Opens the line with the specified format, causing the line to acquire any
required system resources and become operational.
- open(AudioFormat, byte[], int, int) -
Method in interface javax.sound.sampled.Clip
- Opens the clip, meaning that it should acquire any required
system resources and become operational.
- open(AudioFormat, int) -
Method in interface javax.sound.sampled.TargetDataLine
- Opens the line with the specified format and requested buffer size,
causing the line to acquire any required system resources and become
operational.
- open(AudioFormat, int) -
Method in interface javax.sound.sampled.SourceDataLine
- Opens the line with the specified format and suggested buffer size,
causing the line to acquire any required
system resources and become operational.
- open(AudioInputStream) -
Method in interface javax.sound.sampled.Clip
- Opens the clip with the format and audio data present in the provided audio
input stream.
- openButtonMnemonic -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- openButtonText -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- openButtonToolTipText -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- 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 interface javax.swing.DesktopManager
- If possible, display this frame in an appropriate location.
- openFrame(JInternalFrame) -
Method in class javax.swing.DefaultDesktopManager
- Normally this method will not be called.
- openIcon -
Variable in class javax.swing.tree.DefaultTreeCellRenderer
- Icon used to show non-leaf nodes that are expanded.
- openMenuKey -
Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
- Deprecated. As of Java 2 platform v1.3.
- 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.
- The
OpenType
interface represents OpenType and
TrueType fonts. - Operation - class java.rmi.server.Operation.
- Deprecated. no replacement
- operation() -
Method in class org.omg.CORBA.ServerRequest
- Retrieves the name of the operation being
invoked.
- operation() -
Method in class org.omg.CORBA.Request
- Retrieves the name of the method to be invoked.
- Operation(String) -
Constructor for class java.rmi.server.Operation
- Deprecated. no replacement
- OperationNotSupportedException - exception javax.naming.OperationNotSupportedException.
- This exception is thrown when a context implementation does not support
the operation being invoked.
- OperationNotSupportedException() -
Constructor for class javax.naming.OperationNotSupportedException
- Constructs a new instance of OperationNotSupportedException.
- OperationNotSupportedException(String) -
Constructor for class javax.naming.OperationNotSupportedException
- Constructs a new instance of OperationNotSupportedException using an
explanation.
- OPTICAL_CHARACTER_RECOGNITION -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- Option - class javax.swing.text.html.Option.
- Value for the ListModel used to represent
<option> elements.
- OPTION -
Static variable in class javax.swing.text.html.HTML.Tag
-
- OPTION_PANE -
Static variable in class javax.accessibility.AccessibleRole
- A specialized pane whose primary use is inside a DIALOG
- OPTION_TYPE_PROPERTY -
Static variable in class javax.swing.JOptionPane
- Bound property name for optionType.
- Option(AttributeSet) -
Constructor for class javax.swing.text.html.Option
- Creates a new Option object.
- OptionalDataException - exception java.io.OptionalDataException.
- Unexpected data appeared in an ObjectInputStream trying to read
an Object.
- optionPane -
Variable in class javax.swing.plaf.basic.BasicOptionPaneUI
- JOptionPane that the reciever is providing the look and feel for.
- OptionPaneUI - class javax.swing.plaf.OptionPaneUI.
- Pluggable look and feel interface for JOptionPane.
- OptionPaneUI() -
Constructor for class javax.swing.plaf.OptionPaneUI
-
- options -
Variable in class javax.swing.JOptionPane
- Options to display to the user.
- OPTIONS_PROPERTY -
Static variable in class javax.swing.JOptionPane
- Bounds property namer for option.
- optionType -
Variable in class javax.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 - class org.omg.CORBA_2_3.ORB.
- A class extending
org.omg.CORBA.ORB
to make the ORB
portable under the OMG CORBA version 2.3 specification. - orb() -
Method in interface javax.rmi.CORBA.Tie
- Returns the ORB for this tie.
- orb() -
Method in class org.omg.CORBA.portable.OutputStream
- Returns the ORB that created this OutputStream.
- orb() -
Method in class org.omg.CORBA.portable.InputStream
- Returns the ORB that created this InputStream.
- ORB() -
Constructor for class org.omg.CORBA.ORB
-
- ORB() -
Constructor for class org.omg.CORBA_2_3.ORB
-
- orb(Object) -
Method in class org.omg.CORBA.portable.Delegate
- Provides a reference to the orb associated with its parameter.
- orb(ORB) -
Method in interface javax.rmi.CORBA.Tie
- Sets the ORB for this tie.
- ordered -
Variable in class javax.naming.directory.BasicAttribute
- A flag for recording whether this attribute's values are ordered.
- 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
- Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
- org.omg.CORBA_2_3 - package org.omg.CORBA_2_3
- The CORBA_2_3 package defines additions to existing CORBA interfaces
in the Java 2 Standard Edition. These changes occurred in recent
revisions to the CORBA API defined by the OMG. The new methods were
added to interfaces derived from the corresponding interfaces in
the CORBA package. This provides backward compatibility and avoids
breaking the JCK tests.
- org.omg.CORBA_2_3.portable - package org.omg.CORBA_2_3.portable
- Provides methods for the input and output of value types, and contains
other updates to the
org/omg/CORBA/portable
package. - org.omg.CORBA.DynAnyPackage - package org.omg.CORBA.DynAnyPackage
- Provides the exceptions used with the
DynAny
interface
(InvalidValue
,
Invalid
, InvalidSeq
, and
TypeMismatch
). - org.omg.CORBA.ORBPackage - package org.omg.CORBA.ORBPackage
- Provides the exception
InvalidName
, which is thrown
by the method ORB.resolve_initial_references
and the exception InconsistentTypeCode
, which is thrown
by the Dynamic Any creation methods in the ORB class. - org.omg.CORBA.portable - package org.omg.CORBA.portable
- Provides a portability layer, that is, a set of ORB APIs
that makes it possible for code generated
by one vendor to run on another vendor's ORB.
- org.omg.CORBA.TypeCodePackage - package org.omg.CORBA.TypeCodePackage
- Provides the user-defined exceptions
BadKind
and Bounds
, which are thrown by methods in
in the class TypeCode
. - org.omg.CosNaming - package org.omg.CosNaming
- Provides the naming service for Java IDL.
- org.omg.CosNaming.NamingContextPackage - package org.omg.CosNaming.NamingContextPackage
- Provides the exceptions used in the package
org.omg.CosNaming
(AlreadyBound
, CannotProceed
,
InvalidName
, NotEmpty
, and
NotFound
)
and also the Helper
and Holder
classes for those
exceptions. - org.omg.SendingContext - package org.omg.SendingContext
- Provides support for the marshalling of value types.
- org.omg.stub.java.rmi - package org.omg.stub.java.rmi
- Contains RMI-IIOP Stubs for the Remote types that occur in the
java.rmi package.
- orientation -
Variable in class javax.swing.JSplitPane
- How the views are split.
- orientation -
Variable in class javax.swing.JScrollBar
-
- orientation -
Variable in class javax.swing.JProgressBar
- The orientation to display the progress bar.
- orientation -
Variable in class javax.swing.JSlider
-
- orientation -
Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Orientation of the JSplitPane.
- Orientation -
Static variable in class javax.swing.text.StyleConstants
- Orientation for a paragraph.
- Orientation -
Static variable in class javax.swing.text.StyleConstants.ParagraphConstants
- Orientation for the paragraph.
- ORIENTATION_PROPERTY -
Static variable in class javax.swing.JSplitPane
- Bound property name for orientation (horizontal or vertical).
- origin -
Variable in class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
-
- originalEx -
Variable in class org.omg.CORBA.portable.UnknownException
- A throwable--the original exception that was wrapped in a CORBA
UnknownException.
- OriginateDirection -
Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
- A possible value for getDirection.
- origmodel -
Variable in class java.awt.image.RGBImageFilter
- The
ColorModel
to be replaced by
newmodel
when the user calls
substituteColorModel
.
- ORIYA -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- oStart -
Variable in class javax.swing.text.html.parser.Element
-
- OTHER -
Static variable in class java.sql.Types
- The constant in the Java programming language that indicates
that the SQL type is database-specific and
gets mapped to a Java object that can be accessed via
the methods
getObject
and setObject
.
- OTHER_LETTER -
Static variable in class java.lang.Character
- Public data for enumerated Unicode general category types.
- OTHER_NUMBER -
Static variable in class java.lang.Character
- Public data for enumerated Unicode general category types.
- OTHER_PUNCTUATION -
Static variable in class java.lang.Character
- Public data for enumerated Unicode general category types.
- OTHER_SYMBOL -
Static variable in class java.lang.Character
- Public data for enumerated Unicode general category types.
- othersDeletesAreVisible(int) -
Method in interface java.sql.DatabaseMetaData
- Indicates whether deletes made by others are visible.
- othersInsertsAreVisible(int) -
Method in interface java.sql.DatabaseMetaData
- Indicates whether inserts made by others are visible.
- othersUpdatesAreVisible(int) -
Method in interface java.sql.DatabaseMetaData
- Indicates whether updates made by others are visible.
- out -
Variable in class java.io.FilterWriter
- The underlying character-output stream.
- out -
Variable in class java.io.FilterOutputStream
- The underlying output stream to be filtered.
- 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.io.FileDescriptor
- A handle to the standard output stream.
- out -
Static variable in class java.lang.System
- The "standard" output stream.
- OUT_BOTTOM -
Static variable in class java.awt.geom.Rectangle2D
- The bitmask that indicates that a point lies below
this
Rectangle2D
.
- OUT_LEFT -
Static variable in class java.awt.geom.Rectangle2D
- The bitmask that indicates that a point lies to the left of
this
Rectangle2D
.
- OUT_RIGHT -
Static variable in class java.awt.geom.Rectangle2D
- The bitmask that indicates that a point lies to the right of
this
Rectangle2D
.
- OUT_TOP -
Static variable in class java.awt.geom.Rectangle2D
- The bitmask that indicates that a point lies above
this
Rectangle2D
.
- outcode(double, double) -
Method in class java.awt.Rectangle
- Determines where the specified 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
Rectangle2D
.
- outcode(double, double) -
Method in class java.awt.geom.Rectangle2D.Float
- Determines where the specified float coordinates lie with respect
to this
Rectangle2D
.
- outcode(double, double) -
Method in class java.awt.geom.Rectangle2D.Double
- Determines where the specified double coordinates lie with respect
to this
Rectangle2D
.
- outcode(Point2D) -
Method in class java.awt.geom.Rectangle2D
- Determines where the specified
Point2D
lies with
respect to this Rectangle2D
.
- OUTLINE_DRAG_MODE -
Static variable in class javax.swing.JDesktopPane
- Used to indicate you wish to see only an outline of the item being
dragged inside the desktop pane.
- 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
- A
byte
array initialized with a size of
ReplicateScaleFilter.destWidth
and used to deliver a row of pixel
data to the ImageConsumer
.
- output(char[], int, int) -
Method in class javax.swing.text.AbstractWriter
- The last stop in writing out content.
- output(char[], int, int) -
Method in class javax.swing.text.html.HTMLWriter
- This method is overriden to map any character entities, such as
< to <.
- 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 - class org.omg.CORBA_2_3.portable.OutputStream.
- OutputStream provides interface for writing of all of the mapped IDL type
to the stream.
- OutputStream() -
Constructor for class java.io.OutputStream
-
- OutputStream() -
Constructor for class org.omg.CORBA.portable.OutputStream
-
- OutputStream() -
Constructor for class org.omg.CORBA_2_3.portable.OutputStream
-
- OutputStreamWriter - class java.io.OutputStreamWriter.
- An OutputStreamWriter is a bridge from character streams to byte streams:
Characters written to it are translated into bytes according to a specified
character encoding.
- 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.
- outsideBorder -
Variable in class javax.swing.border.CompoundBorder
-
- OVER -
Static variable in class java.awt.dnd.DragSourceContext
- An
int
used by updateCurrentCursor()
indicating that the Cursor
is
over a DropTarget
.
- OverlayLayout - class javax.swing.OverlayLayout.
- A layout manager to arrange components over the top
of each other.
- OverlayLayout(Container) -
Constructor for class javax.swing.OverlayLayout
- Constructs a layout manager that performs overlay
arrangment of the children.
- ownDeletesAreVisible(int) -
Method in interface java.sql.DatabaseMetaData
- Indicates whether a result set's own deletes are visible.
- 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
- Indicates whether a result set's own inserts are visible.
- ownUpdatesAreVisible(int) -
Method in interface java.sql.DatabaseMetaData
- Indicates whether a result set's own updates are visible.
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
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.