Interface | Description |
---|---|
KeyPressReleaseListener |
Interface that is used to detect key pressing and releasing.
|
ModifierExListener |
Listener called when pressed extended modifier keys change is detected.
|
MultikeyShortcutAction |
Action implementing a multikey shortcut - shorcuts like Ctrl+Alt+S,n will toggle n-th layer visibility.
|
ReorderableTableModel<T> |
Defines a table model that can be reordered.
|
SortableTableModel<T> |
Defines a table model that can be sorted.
|
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.
|
MultikeyActionsHandler |
Handles the different multikey actions.
|
MultikeyActionsHandler.ShowLayersPopupWorker | |
MultikeyActionsHandler.ShowLayersPopupWorker.StatusLinePopupMenuListener | |
MultikeyShortcutAction.MultikeyInfo | |
MultiLineFlowLayout |
This is an extension of the flow layout that preferes wrapping the text instead of increasing the component width
when there is not enough space.
|
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
|
WindowGeometry |
This is a helper class for persisting the geometry of a JOSM window to the preference store
and for restoring it from the preference store.
|
Exception | Description |
---|---|
WindowGeometry.WindowGeometryException |
Exception thrown by the WindowGeometry class if something goes wrong
|