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
K
L
M
N
O
P
R
S
T
U
V
W
Z
_
W
WholeLayoutEngine
- class gumbo.visualize.data.layout.
WholeLayoutEngine
.
Abstract base class for layout engines that manage a whole layout and its view.
WholeLayoutEngine.LayoutAction
- class gumbo.visualize.data.layout.
WholeLayoutEngine.LayoutAction
.
A Swing action that calls a layout engine's doLayout().
WholeLayoutEngine.LayoutAction(String, Icon, WholeLayoutEngine)
- Constructor for class gumbo.visualize.data.layout.
WholeLayoutEngine.LayoutAction
WholeLayoutEngine(LayoutWholeView)
- Constructor for class gumbo.visualize.data.layout.
WholeLayoutEngine
WholeModel
- class gumbo.visualize.data.
WholeModel
.
An abstract data model representing a meaningful and self-consistent set of client data suitable for viewing as a whole.
WholeModel.GlobalWholeTree
- class gumbo.visualize.data.
WholeModel.GlobalWholeTree
.
Global tree used for all whole model tree nodes.
WholeView
- class gumbo.visualize.data.
WholeView
.
A data view representing a view of a whole model.
WholeView(WholeModel)
- Constructor for class gumbo.visualize.data.
WholeView
Used by a data view factory to create an instance.
WorldSpace
- interface gumbo.graphic.space.
WorldSpace
.
A graphic space representing a 3D "world" space.
WorldSpaceConfig
- interface gumbo.graphic.space.
WorldSpaceConfig
.
Configuration delegate for a WorldSpace.
write(char[], int, int)
- Method in class gumbo.net.msg.
MessageMonitorWriter
write(char[], int, int)
- Method in class gumbo.util.
TeeWriter
write(char[], int, int)
- Method in class gumbo.app.
TitleTextWriter
write(char[], int, int)
- Method in class gumbo.app.
JTextAreaWriter
write(char[], int, int)
- Method in class gumbo.app.
JLabelWriter
writeAsciiBody()
- Method in class gumbo.net.msg.
MsgPingStatus
writeAsciiBody()
- Method in class gumbo.net.msg.
MsgPingCommand
writeAsciiBody()
- Method in class gumbo.net.msg.ascii.
AsciiMessage
Writes the body of this message to an ASCII message writer.
writeAsciiHead(AsciiMessageWriter, String)
- Method in class gumbo.net.msg.ascii.
AsciiMessageHead
Sets the writer and writes this head as a complete message head unit to a message writer.
writeAsciiMessage(AsciiMessageWriter)
- Method in class gumbo.net.msg.ascii.
AsciiMessage
Convenience method for writing this message in its entirety.
writeMessage(Message)
- Method in class gumbo.net.msg.
ObjectMessageWriter
Resets the output stream before writing the message, and flushes the output stream after writing the message.
writeMessage(Message)
- Method in interface gumbo.net.msg.
MessageWriter
Writes a message, including its end delimiter, in a thread-safe manner.
writeMessage(Message)
- Method in class gumbo.net.msg.ascii.
AsciiMessageWriter
writeMessageEnd()
- Method in class gumbo.net.msg.
ObjectMessageWriter
Writes the message end delimiter.
writeMessageEnd()
- Method in class gumbo.net.msg.ascii.
AsciiMessageWriter
Writes the message end delimiter.
writeRawToken(String)
- Method in class gumbo.net.msg.ascii.
AsciiMessageWriter
Writes a raw string to the current message unit.
writeToken(double)
- Method in class gumbo.net.msg.ascii.
AsciiMessageWriter
Writes a number token into the current message unit.
writeToken(long)
- Method in class gumbo.net.msg.ascii.
AsciiMessageWriter
Writes a number token into the current message unit.
writeToken(String)
- Method in class gumbo.net.msg.ascii.
AsciiMessageWriter
Writes a word token into the current message unit.
writeUnit(String)
- Method in class gumbo.net.msg.ascii.
AsciiMessageWriter
Writes a message unit into the current message, with data provided as a string.
writeUnitEnd()
- Method in class gumbo.net.msg.ascii.
AsciiMessageWriter
Writes the message unit end delimiter.
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
K
L
M
N
O
P
R
S
T
U
V
W
Z
_