AbstractGameComponentEditor<G extends GameComponent> |
|
AbstractStrangeEonsEditor |
The abstract base class from which all editors that can appear in the
document tab strip are derived.
|
AbstractSupportEditor |
Support editors are used to edit content other than game components.
|
AbstractViewer |
An abstract base class for zoomable previewers.
|
BusyDialog |
Displays a pop-up dialog to indicate that the application is busy while
performing operations that take a long time to complete.
|
ColourDialog |
A colour selection dialog consistent with the tint selector
( HSBPanel ).
|
ColourDialog.ColourButton |
A button whose background color represents a selected or selectable
colour.
|
CommandLineArguments |
An instance of this class can be obtained from the application to access the
command line options that were passed to the application.
|
ContextBar |
A small floating tool bar that tracks the focused component and shows buttons
relevant to that context.
|
ContextBar.AbstractButton |
An abstract base class for implementing a context bar button.
|
ContextBar.CommandButton |
|
ContextBar.Context |
Encapsulates information about the bar's current context.
|
DefaultCommandFormatter |
A default command formatter useful for launching user overridden
subprocesses.
|
EditorAdapter |
|
FolderExportContainer |
An export container that writes files to a folder.
|
HSBPanel |
A custom UI control for choosing HSB colours.
|
ImageExporter |
An image exporter assists in exporting a collection of images to an
ExportContainer such as a ZIP archive.
|
ImageViewer |
A ZUI-style previewer for bitmapped images.
|
Length |
A length measurement that can be represented in centimetres, inches, or
points.
|
MarkerEditor |
Editor for game markers and tokens.
|
MarkupTargetFactory |
|
NewEditorDialog |
The dialog that allows the user to select a new component type to create.
|
ParagraphDialog |
Dialog for choosing block and paragraph alignment.
|
PortraitControl |
A control used to adjust a portrait's settings kinesthetically.
|
PortraitPanel |
A standard panel for adjusting portraits.
|
RecentFiles |
The shared, global list of recently opened component and project files.
|
RegionPicker |
A dialog that allows for the editing of regions on image resources.
|
RegionPicker.RegionChooser |
|
SheetViewer |
A simple component for displaying a Sheet instance.
|
StrangeEons |
This is the core Strange Eons application.
|
StrangeEons.LogEntry |
A record added to the application log.
|
StrangeEonsAppWindow |
This class defines the interface for interacting with the Strange Eons main
application window.
|
StrangeEonsAppWindow.PolledMenuItem |
A menu item that can be asked if it is currently usable.
|
Subprocess |
A Subprocess is a child process that has been started by, and is
being monitored by, the application.
|
TextEncoding |
For various historical reasons, a number of different text encodings are used
across Strange Eons for various purposes.
|
ToolCloseButton |
The small black close button that is used on tool panels and windows.
|
ToolWindow |
A floating tool window, typically used to display special developer tool
windows.
|
TrackedWindowProxy |
An abstract base class for tracked windows that create the true window or
dialog on demand.
|
UnitSelector |
A dialog box that allows the user to select a length unit from amongst cm,
inches, and points.
|
VectorImageViewer |
A ZUI-style previewer for vector images.
|
ZIPExportContainer |
An export container that creates ZIP archives.
|