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.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
org.openstreetmap.josm.gui.widgets |
Provides GUI widgets customized for JOSM needs.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CommandStackDialog.MouseEventHandler |
(package private) class |
ConflictDialog.MouseEventHandler |
(package private) class |
LayerListDialog.PopupMenuHandler |
(package private) class |
MapPaintDialog.PopupMenuHandler |
(package private) class |
RelationListDialog.MouseEventHandler |
(package private) class |
SelectionListDialog.MouseEventHandler
Responds to double clicks on the list of selected objects and launches the popup menu
|
(package private) class |
ToggleDialog.TitleBar.MouseEventHandler |
(package private) class |
ValidatorDialog.MouseEventHandler
Watches for double clicks and launches the popup menu.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ChangesetCacheManager.MouseEventHandler |
Modifier and Type | Class and Description |
---|---|
(package private) class |
NodeListViewer.InternalPopupMenuLauncher |
(package private) class |
VersionTable.MouseListener |
Modifier and Type | Field and Description |
---|---|
private PopupMenuLauncher |
JosmComboBox.ContextMenuHandler.launcher |
Modifier and Type | Method and Description |
---|---|
static PopupMenuLauncher |
TextContextualPopupMenu.enableMenuFor(javax.swing.text.JTextComponent component,
boolean undoRedo)
Creates a new
TextContextualPopupMenu and enables it for the given text component. |
Modifier and Type | Method and Description |
---|---|
static void |
TextContextualPopupMenu.disableMenuFor(javax.swing.text.JTextComponent component,
PopupMenuLauncher launcher)
Disables the
TextContextualPopupMenu attached to the given popup menu launcher and text component. |