| Package | Description |
|---|---|
| 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 else
|
| 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.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
| Modifier and Type | Field and Description |
|---|---|
private PopupMenuHandler |
RelationListDialog.popupMenuHandler |
private PopupMenuHandler |
ConflictDialog.popupMenuHandler |
private PopupMenuHandler |
SelectionListDialog.popupMenuHandler |
private PopupMenuHandler |
ValidatorDialog.popupMenuHandler |
| Modifier and Type | Method and Description |
|---|---|
PopupMenuHandler |
RelationListDialog.getPopupMenuHandler()
Replies the popup menu handler.
|
PopupMenuHandler |
ConflictDialog.getPopupMenuHandler()
Replies the popup menu handler.
|
PopupMenuHandler |
SelectionListDialog.getPopupMenuHandler()
Replies the popup menu handler.
|
PopupMenuHandler |
ValidatorDialog.getPopupMenuHandler()
Replies the popup menu handler.
|
private PopupMenuHandler |
SelectionListDialog.setupPopupMenuHandler() |
| Modifier and Type | Field and Description |
|---|---|
private PopupMenuHandler |
PropertiesDialog.blankSpaceMenuHandler |
private PopupMenuHandler |
PropertiesDialog.membershipMenuHandler |
private PopupMenuHandler |
PropertiesDialog.tagMenuHandler |
| Modifier and Type | Method and Description |
|---|---|
PopupMenuHandler |
PropertiesDialog.getMembershipPopupMenuHandler()
Replies the membership popup menu handler.
|
PopupMenuHandler |
PropertiesDialog.getPropertyPopupMenuHandler()
Replies the tag popup menu handler.
|
| Modifier and Type | Method and Description |
|---|---|
static PopupMenuHandler |
RelationPopupMenus.setupHandler(PopupMenuHandler menu,
java.lang.Class<? extends javax.swing.Action>... excludeActions)
Adds relation actions to the given
PopupMenuHandler |
| Modifier and Type | Method and Description |
|---|---|
static PopupMenuHandler |
RelationPopupMenus.setupHandler(PopupMenuHandler menu,
java.lang.Class<? extends javax.swing.Action>... excludeActions)
Adds relation actions to the given
PopupMenuHandler |