Package | Description |
---|---|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<IconToggleButton> |
MapFrame.allDialogButtons |
java.util.List<IconToggleButton> |
MapFrame.allMapModeButtons
All map mode buttons.
|
Modifier and Type | Method and Description |
---|---|
IconToggleButton |
MapFrame.addToggleDialog(ToggleDialog dlg)
Adds a new toggle dialog to the left button list.
|
IconToggleButton |
MapFrame.addToggleDialog(ToggleDialog dlg,
boolean isExpert)
Call this to add new toggle dialogs to the left button-list
|
Modifier and Type | Method and Description |
---|---|
void |
MapFrame.addMapMode(IconToggleButton b)
Adds a new map mode button
|