Interface | Description |
---|---|
DelayedChangeListener |
Listener for forwarded events of
DelayedChangeManager . |
EditorAction |
A global editor action.
|
Exiter |
Exits the application.
|
ExiterListener |
Interface for listeners interested in
Exiter related events. |
Class | Description |
---|---|
ActionBuilderUtils |
Utility class for
ActionBuilder related functions. |
ActionUtils |
Utility class implementing
Action related functions. |
AlphaImageFilter |
An image filter creating transparent images.
|
AlphaImageFilterInstance |
Utility class holding the singleton
AlphaImageFilter instance. |
ArrayUtils |
Utility class for array related functions.
|
CommonConstants |
Class with constants used in Gridarta and derivates.
|
ConfigFileUtils |
Loader for loading resources the user's home directory.
|
CopyReader |
Copies a
Reader into a String . |
DelayedChangeManager |
Helper for reducing the number of change events: calls to
DelayedChangeManager.change()
will be forwarded to DelayedChangeListener.change() . |
EventListenerList2<T extends java.util.EventListener> |
Type-safe version of
EventListenerList . |
FileChooserUtils |
Utility class for
JFileChooser related functions. |
FileFilters |
Utility class defining
FileFilters . |
GuiFileFilters |
Utility class defining
FileFilters . |
HideFileFilterProxy |
A FileFilter that wraps another FileFilter and filters out version control
directories.
|
ImageUtils |
Utility class for image related functions.
|
IOUtils |
Utility-class for Gridarta's I/O.
|
MapFileFilter |
Swing FileFilter implementation that filters Daimonin map files.
|
MathUtils |
Utility class for mathematical functions.
|
NumberUtils |
Utility class for parsing strings into numbers.
|
Pair<T,U> |
Stores a pair of values.
|
ProcessRunner |
Class to run an external process.
|
RandomUtils |
Random number utilities.
|
ResourceIcons |
Creates
ImageIcon instances from resources. |
Size2D |
The class Size2D represents a 2d rectangular area.
|
StringParameterBuilder |
Replaces placeholders in strings.
|
StringUtils |
Utility class for string manipulation.
|
WrappingStringBuilder |
Implements a string buffer that separates words by "," and wraps lines at a
given margin.
|
XmlUtils |
XML related utility functions.
|
Xtea |
Implements the XTEA algorithm.
|
Exception | Description |
---|---|
SyntaxErrorException |
Exception thrown for incorrect arguments.
|