| 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. |
| AppPreferencesModel |
Maintains the application preferences state.
|
| 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(). |
| 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.
|
| HtmlUtils |
Utility class for HTML related functions.
|
| ImageUtils |
Utility class for image related functions.
|
| IOUtils |
Utility-class for Gridarta's I/O.
|
| MapFileFilter |
Swing FileFilter implementation that filters map files.
|
| MathUtils |
Utility class for mathematical functions.
|
| NumberUtils |
Utility class for parsing strings into numbers.
|
| Pair<T,U> |
Stores a pair of values.
|
| PathManagerUtils |
Utility class for converting relative map paths to absolute map paths and
vice versa.
|
| 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.
|