Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
_
J
JDK12ClassFileFinder
- class com.deltax.util.
JDK12ClassFileFinder
.
This class emulates JDK 1.2 behaviour for finding class, providing direct access to the files / streams.
JDK12ClassFileFinder(String)
- Constructor for class com.deltax.util.
JDK12ClassFileFinder
Creates a classfinder which looks (besides system directories) in the given class path
JDK12ClassFileFinder()
- Constructor for class com.deltax.util.
JDK12ClassFileFinder
Creates a classfinder which looks (besides system directories) in $java.class.path
JDK1_3
- Static variable in class org.sadun.util.codegen.
VariableNameGenerator
Constant to use at construction to indicate JDK1_3 keyword compliance.
JDK1_4
- Static variable in class org.sadun.util.codegen.
VariableNameGenerator
Constant to use at construction to indicate JDK1_4 keyword compliance.
JExceptionPane
- class org.sadun.util.swing.
JExceptionPane
.
An extension of JOptionPane to show exception-related messages
JExceptionPane()
- Constructor for class org.sadun.util.swing.
JExceptionPane
JPanelOutputStream
- class com.deltax.util.
JPanelOutputStream
.
A class to use a JPanel as an output stream.
JPanelOutputStream()
- Constructor for class com.deltax.util.
JPanelOutputStream
Create JPanelOutputStream.
JPanelOutputStream(int)
- Constructor for class com.deltax.util.
JPanelOutputStream
Create JPanelOutputStream whose JPanel will display the given maximum number of lines.
JPanelOutputStream(String[])
- Constructor for class com.deltax.util.
JPanelOutputStream
Create a panel which displays the given lines.
JPanelPrintStream
- class com.deltax.util.
JPanelPrintStream
.
A PrintStream to embed a
JPanelOutputStream
JPanelPrintStream(JPanelOutputStream)
- Constructor for class com.deltax.util.
JPanelPrintStream
Constructor for JPanelPrintStream
JPanelPrintStream()
- Constructor for class com.deltax.util.
JPanelPrintStream
Constructor for JPanelPrintStream.
JustifierWriter
- class org.sadun.util.
JustifierWriter
.
A Writer to justify text.
JustifierWriter(Writer)
- Constructor for class org.sadun.util.
JustifierWriter
Create a justifier wrapping the given writer with the default linge length
JustifierWriter(Writer, int)
- Constructor for class org.sadun.util.
JustifierWriter
Create a justifier wraping the given writer and using the given line length
JustifyWriterTestCase
- class org.sadun.util.test.
JustifyWriterTestCase
.
JustifyWriterTestCase()
- Constructor for class org.sadun.util.test.
JustifyWriterTestCase
justify(String, int)
- Static method in class org.sadun.util.
JustifierWriter
Return the given string, right-justified to the given line length, without preserving initial spaces.
justify(String, int, boolean)
- Static method in class org.sadun.util.
JustifierWriter
Return the given string, right-justified to the given line length, optionally preserving initial spaces.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
_