Interface | Description |
---|---|
DialogManager |
Manages a single dialog instance.
|
GUIConstants |
Defines common UI constants used in different dialogs.
|
Class | Description |
---|---|
AnimationComponent |
A
JPanel that allows the user to select an animation name. |
AnimTreeChooseAction |
A
TreeChooseAction that updates an animation label. |
AsynchronousProgress |
Implements a
Progress that forwards to another Progress
instance but can be used from threads other than EDT. |
DirectionComponent |
A GUI component for selecting a direction.
|
DirectionLayout |
This class implements a layout that is similar to
BorderLayout but implements those directions used in Daimonin. |
FaceComponent |
A
JPanel that allows the user to select a face name. |
FaceTreeChooseAction |
A
TreeChooseAction that updates a face label. |
GSplitPane |
A
JSplitPane that keeps its size even upon ancestor layout changes
and is restored upon editor restarts. |
JFileField |
A component for selecting files.
|
MenuUtils |
Utility class implementing menu related functions.
|
SwingUtils |
Utility class for Swing related functions.
|
TextComponentUtils |
Utility class for
JTextComponent related functions. |
ToggleTristateCheckBox |
A
TristateCheckBox that skips the indeterminate state when
activated. |
TreeChooseAction |
Action for choosing a face or animation.
|
Enum | Description |
---|---|
Severity |
Severity levels for colors of tabs.
|