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 classIconToggleButtonJust 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 java.util.Collection<? extends HideableButton>MapFrame.ListAllButtonsAction. buttonsConstructor parameters in org.openstreetmap.josm.gui with type arguments of type HideableButton Constructor Description ListAllButtonsAction(java.util.Collection<? extends HideableButton> buttons)
-