| 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
Adjustables. |
| AdvancedKeyPressDetector |
Helper object that allows cross-platform detection of key press and realease 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. |
| FileFilterAllFiles |
A FileFilter that accepts all files.
|
| GuiHelper |
basic gui utils
|
| HighlightHelper |
This class stores the set of highlited 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.
|
| StayOpenMenuItem |
An extension of JMenuItem that doesn't close the menu when selected.
|
| StayOpenRadioButtonMenuItem |
An extension of JRadioButtonMenuItem that doesn't close the menu when selected.
|
| TableHelper |
The class that provide common JTable customization methods
|