Uses of Interface
org.openstreetmap.josm.gui.HideableButton
-
Packages that use HideableButton Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of HideableButton in org.openstreetmap.josm.gui
Classes in org.openstreetmap.josm.gui that implement HideableButton Modifier and Type Class Description class
IconToggleButton
Just a toggle button, with smaller border and icon only to display in MapFrame toolbars.Fields in org.openstreetmap.josm.gui with type parameters of type HideableButton Modifier and Type Field Description private Collection<? extends HideableButton>
MapFrame.ListAllButtonsAction. buttons
Constructor parameters in org.openstreetmap.josm.gui with type arguments of type HideableButton Constructor Description ListAllButtonsAction(Collection<? extends HideableButton> buttons)
-