Uses of Class
org.openstreetmap.josm.gui.SideButton
-
Packages that use SideButton Package Description org.openstreetmap.josm.actions.relation Provides the classes for JOSM actions that work withrelations.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.layer Toggle dialog allowing to display the list of layers.org.openstreetmap.josm.gui.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save). -
-
Uses of SideButton in org.openstreetmap.josm.actions.relation
Fields in org.openstreetmap.josm.actions.relation declared as SideButton Modifier and Type Field Description private SideButtonRecentRelationsAction. editButtonConstructors in org.openstreetmap.josm.actions.relation with parameters of type SideButton Constructor Description RecentRelationsAction(SideButton editButton)Constructs a newRecentRelationsAction. -
Uses of SideButton in org.openstreetmap.josm.gui.dialogs
Method parameters in org.openstreetmap.josm.gui.dialogs with type arguments of type SideButton Modifier and Type Method Description protected java.awt.ComponentToggleDialog. createLayout(java.awt.Component data, boolean scroll, java.util.Collection<SideButton> buttons)Create a component with the given layout for this component.protected java.awt.ComponentToggleDialog. createLayout(java.awt.Component data, boolean scroll, java.util.Collection<SideButton> firstButtons, java.util.Collection<SideButton>... nextButtons) -
Uses of SideButton in org.openstreetmap.josm.gui.dialogs.layer
Fields in org.openstreetmap.josm.gui.dialogs.layer declared as SideButton Modifier and Type Field Description private SideButtonLayerVisibilityAction. sideButtonMethods in org.openstreetmap.josm.gui.dialogs.layer with parameters of type SideButton Modifier and Type Method Description voidLayerVisibilityAction. setCorrespondingSideButton(SideButton sideButton)Sets the corresponding side button. -
Uses of SideButton in org.openstreetmap.josm.gui.dialogs.properties
Fields in org.openstreetmap.josm.gui.dialogs.properties declared as SideButton Modifier and Type Field Description private SideButtonPropertiesDialog. btnAddThe Add button (needed to be able to disable it)private SideButtonPropertiesDialog. btnDelThe Delete button (needed to be able to disable it)private SideButtonPropertiesDialog. btnEditThe Edit button (needed to be able to disable it) -
Uses of SideButton in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as SideButton Modifier and Type Field Description private SideButtonCloseChangesetDialog. btnCloseChangesets
-