Index of all Fields and Methods: O
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
- Object().
Constructor for class java.lang.Object
-
- Observable().
Constructor for class java.util.Observable
-
- openConnection().
Method in class java.net.URL
-
Creates (if not already in existance) a URLConnection object that
contains a connection to the remote object referred to by
the URL.
- openConnection(URL).
Method in class java.net.URLStreamHandler
- Opens an input stream to the object referenced by the URL.
- openStream().
Method in class java.net.URL
- Opens an input stream.
- or(BitSet).
Method in class java.util.BitSet
- Logically ORs this bit set with the specified set of bits.
- orange.
Static variable in class java.awt.Color
- The color orange.
- ordinaryChar(int).
Method in class java.io.StreamTokenizer
-
Specifies that this character is 'ordinary': it removes any
significance as a word, comment, string, whitespace or number
character.
- ordinaryChars(int, int).
Method in class java.io.StreamTokenizer
-
Specifies that characters in this range are 'ordinary'.
- origmodel.
Variable in class java.awt.image.RGBImageFilter
-
- out.
Static variable in class java.io.FileDescriptor
- Handle to standard output.
- out.
Variable in class java.io.FilterOutputStream
- The actual output stream.
- out.
Static variable in class java.lang.System
- Standard output stream.
- OutOfMemoryError().
Constructor for class java.lang.OutOfMemoryError
- Constructs an OutOfMemoryError with no detail message.
- OutOfMemoryError(String).
Constructor for class java.lang.OutOfMemoryError
- Constructs an OutOfMemoryError with the specified detail message.
- OutputStream().
Constructor for class java.io.OutputStream
-