Interface | Description |
---|---|
KeyPressReleaseListener |
Interface that is used to detect key pressing and releasing.
|
ModifierListener |
Listener called when pressed modifier keys change is detected
|
Class | Description |
---|---|
AdjustmentSynchronizer |
Synchronizes scrollbar adjustments between a set of
Adjustable s. |
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
|
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.
|
RotationAngle |
Determines how an icon is to be rotated depending on the primitive to displayed.
|
StayOpenCheckBoxMenuItem |
An extension of JCheckBoxMenuItem that doesn't close the menu when selected.
|
TableHelper |
The class that provide common JTable customization methods
|