|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ToggleDialog | |
|---|---|
| org.openstreetmap.josm.gui | |
| org.openstreetmap.josm.gui.dialogs | |
| org.openstreetmap.josm.gui.dialogs.properties | |
| org.openstreetmap.josm.gui.layer.geoimage | |
| Uses of ToggleDialog in org.openstreetmap.josm.gui |
|---|
| Fields in org.openstreetmap.josm.gui with type parameters of type ToggleDialog | |
|---|---|
private java.util.List<ToggleDialog> |
MapFrame.allDialogs
The panel list of all toggle dialog icons. |
| Methods in org.openstreetmap.josm.gui with parameters of type ToggleDialog | |
|---|---|
IconToggleButton |
MapFrame.addToggleDialog(ToggleDialog dlg)
|
IconToggleButton |
MapFrame.addToggleDialog(ToggleDialog dlg,
boolean isExpert)
Call this to add new toggle dialogs to the left button-list |
| Uses of ToggleDialog in org.openstreetmap.josm.gui.dialogs |
|---|
| Subclasses of ToggleDialog in org.openstreetmap.josm.gui.dialogs | |
|---|---|
class |
ChangesetDialog
ChangesetDialog is a toggle dialog which displays the current list of changesets. |
class |
CommandStackDialog
|
class |
ConflictDialog
This dialog displays the ConflictCollection of the active OsmDataLayer in a toggle
dialog on the right of the main frame. |
class |
FilterDialog
|
class |
HistoryDialog
HistoryDialog displays a list of the currently selected primitives and provides two actions for (1) (re)loading the history of the selected primitives and (2) for launching a history browser for each selected primitive. |
class |
LayerListDialog
This is a toggle dialog which displays the list of layers. |
class |
MapPaintDialog
|
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 |
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. |
| Fields in org.openstreetmap.josm.gui.dialogs with type parameters of type ToggleDialog | |
|---|---|
protected java.util.List<ToggleDialog> |
DialogsPanel.allDialogs
|
| Methods in org.openstreetmap.josm.gui.dialogs with parameters of type ToggleDialog | |
|---|---|
void |
DialogsPanel.add(ToggleDialog dlg)
|
void |
DialogsPanel.add(ToggleDialog dlg,
boolean doReconstruct)
|
void |
DialogsPanel.reconstruct(DialogsPanel.Action action,
ToggleDialog triggeredBy)
Reconstruct the view, if the configurations of dialogs has changed. |
| Method parameters in org.openstreetmap.josm.gui.dialogs with type arguments of type ToggleDialog | |
|---|---|
void |
DialogsPanel.initialize(java.util.List<ToggleDialog> pAllDialogs)
|
| Uses of ToggleDialog in org.openstreetmap.josm.gui.dialogs.properties |
|---|
| Subclasses of ToggleDialog in org.openstreetmap.josm.gui.dialogs.properties | |
|---|---|
class |
PropertiesDialog
This dialog displays the properties of the current selected primitives. |
| Uses of ToggleDialog in org.openstreetmap.josm.gui.layer.geoimage |
|---|
| Subclasses of ToggleDialog in org.openstreetmap.josm.gui.layer.geoimage | |
|---|---|
class |
ImageViewerDialog
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||