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.layer |
Toggle dialog allowing to display the list of layers.
|
org.openstreetmap.josm.gui.util |
Provides GUI utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandStackDialog.SelectAction
Action that selects the objects that take part in a command.
|
class |
CommandStackDialog.SelectAndZoomAction
Action that selects the objects that take part in a command, then zoom to them.
|
protected class |
CommandStackDialog.UndoRedoAction
Action to undo or redo all commands up to (and including) the seleced item.
|
private class |
FilterDialog.AddAction |
private class |
FilterDialog.DeleteAction |
private class |
FilterDialog.EditAction |
private class |
FilterDialog.FilterAction |
private class |
FilterDialog.MoveDownAction |
private class |
FilterDialog.MoveUpAction |
private class |
FilterDialog.ReverseAction |
private class |
FilterDialog.SortAction |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<IEnabledStateUpdating> |
CommandStackDialog.showNotifyListener
Simple listener setup to update the button enabled state when the side dialog shows.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LayerListDialog.adaptTo(IEnabledStateUpdating listener,
LayerListDialog.LayerListModel listModel)
|
protected void |
LayerListDialog.adaptTo(IEnabledStateUpdating listener,
javax.swing.ListSelectionModel listSelectionModel)
|
private void |
CommandStackDialog.addShowNotifyListener(IEnabledStateUpdating listener) |
protected void |
CommandStackDialog.wireUpdateEnabledStateUpdater(IEnabledStateUpdating updater,
javax.swing.JTree tree)
Wires updater for enabled state to the events.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivateLayerAction
The action to activate the currently selected layer
|
class |
DeleteLayerAction
The action to delete the currently selected layer
|
class |
DuplicateAction
The action to duplicate the given selected layer into another layer.
|
class |
LayerVisibilityAction
This is a menu that includes all settings for the layer visibility.
|
class |
MergeAction
The action to merge the currently selected layer into another layer.
|
class |
MoveDownAction
The action to move down the currently selected entries in the list.
|
class |
MoveUpAction
The action to move up the currently selected entries in the list.
|
class |
ShowHideLayerAction
Action which will toggle the visibility of the currently selected layers.
|
Modifier and Type | Method and Description |
---|---|
static void |
TableHelper.adaptTo(IEnabledStateUpdating listener,
javax.swing.table.AbstractTableModel listModel)
Wires
listener to listModel in such a way, that
listener receives a updateEnabledState()
on every ListDataEvent . |
static void |
TableHelper.adaptTo(IEnabledStateUpdating listener,
javax.swing.ListSelectionModel listSelectionModel)
Wires
listener to listSelectionModel in such a way, that
listener receives a updateEnabledState()
on every ListSelectionEvent . |