Uses of Interface
org.openstreetmap.josm.gui.widgets.DisableShortcutsOnFocusGainedComponent
-
Packages that use DisableShortcutsOnFocusGainedComponent Package Description org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of DisableShortcutsOnFocusGainedComponent in org.openstreetmap.josm.gui.widgets
Classes in org.openstreetmap.josm.gui.widgets that implement DisableShortcutsOnFocusGainedComponent Modifier and Type Class Description class
DisableShortcutsOnFocusGainedTextField
A JTextField that disabled all JOSM shortcuts composed of a single key without modifier (except F1 to F12), in order to avoid them to be triggered while typing.class
FilterField
Text field allowing to filter contents.
-