Uses of Interface
org.openstreetmap.josm.gui.ShowHideButtonListener
-
Packages that use ShowHideButtonListener Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures. -
-
Uses of ShowHideButtonListener in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as ShowHideButtonListener Modifier and Type Field Description private ShowHideButtonListener
IconToggleButton. listener
Methods in org.openstreetmap.josm.gui with parameters of type ShowHideButtonListener Modifier and Type Method Description void
HideableButton. setShowHideButtonListener(ShowHideButtonListener l)
void
IconToggleButton. setShowHideButtonListener(ShowHideButtonListener l)
-
Uses of ShowHideButtonListener in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement ShowHideButtonListener Modifier and Type Class Description class
ChangesetDialog
ChangesetDialog is a toggle dialog which displays the current list of changesets.class
CommandStackDialog
Dialog displaying list of all executed commands (undo/redo buffer).class
ConflictDialog
This dialog displays theConflictCollection
of the activeOsmDataLayer
in a toggle dialog on the right of the main frame.class
FilterDialog
The filter dialog displays a list of filters that are active on the current edit layer.class
LayerListDialog
This is a toggle dialog which displays the list of layers.class
MapPaintDialog
Dialog to configure the map painting style.class
MinimapDialog
A small map of the current edit location implemented asToggleDialog
.class
NotesDialog
Dialog to display and manipulate notes.class
RelationListDialog
A dialog showing all known relations, with buttons to add, edit, and delete them.class
SelectionListDialog
A small tool dialog for displaying the current selection.class
ToggleDialog
This class is a toggle dialog that can be turned on and off.class
UserListDialog
Displays a dialog with all users who have last edited something in the selection area, along with the number of objects.class
ValidatorDialog
A small tool dialog for displaying the current errors. -
Uses of ShowHideButtonListener in org.openstreetmap.josm.gui.dialogs.properties
Classes in org.openstreetmap.josm.gui.dialogs.properties that implement ShowHideButtonListener Modifier and Type Class Description class
PropertiesDialog
This dialog displays the tags of the current selected primitives. -
Uses of ShowHideButtonListener in org.openstreetmap.josm.gui.layer.geoimage
Classes in org.openstreetmap.josm.gui.layer.geoimage that implement ShowHideButtonListener Modifier and Type Class Description class
ImageViewerDialog
Dialog to view and manipulate geo-tagged images from aGeoImageLayer
.
-