Uses of Class
org.openstreetmap.josm.gui.preferences.ToolbarPreferences
-
Packages that use ToolbarPreferences Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of ToolbarPreferences in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as ToolbarPreferences Modifier and Type Field Description (package private) static ToolbarPreferences
MainApplication. toolbar
The toolbar preference control to register new actions.Methods in org.openstreetmap.josm.gui that return ToolbarPreferences Modifier and Type Method Description static ToolbarPreferences
MainApplication. getToolbar()
Returns the toolbar preference control to register new actions.
-