| Interface | Description |
|---|---|
| KeyPressReleaseListener |
Interface that is used to detect key pressing and releasing.
|
| ModifierListener |
Listener called when pressed modifier keys change is detected
|
| RotationAngle |
Determines how an icon is to be rotated depending on the primitive to be displayed.
|
| Class | Description |
|---|---|
| AdjustmentSynchronizer |
Synchronizes scrollbar adjustments between a set of
Adjustables. |
| AdvancedKeyPressDetector |
Helper object that allows cross-platform detection of key press and release events
instance is available globally as
Main.map.keyDetector. |
| CellEditorSupport |
Utility class used to ease implementation of
CellEditor interface,
or one of its sub-interfaces, for classes that cannot extend AbstractCellEditor. |
| ChangeNotifier |
Replacement to
java.util.Observable class, deprecated with Java 9. |
| CursorManager |
This class manages multiple cursors for multiple components.
|
| FileFilterAllFiles |
A FileFilter that accepts all files.
|
| GuiHelper |
basic gui utils
|
| GuiSizesHelper |
Support class to handle size information of Gui elements
This is needed, because display resolution may vary a lot and a common set
of sizes wont work for all users alike.
|
| HighlightHelper |
This class stores the set of highlighted primitives and
allows easy and fast change of highlighting.
|
| RedirectInputMap |
Make shortcuts from main window work in dialog windows.
|
| StayOpenCheckBoxMenuItem |
An extension of JCheckBoxMenuItem that doesn't close the menu when selected.
|
| TableHelper |
The class that provide common JTable customization methods
|