Uses of Interface
org.openstreetmap.josm.gui.dialogs.IEnabledStateUpdating
-
Packages that use IEnabledStateUpdating 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 elseorg.openstreetmap.josm.gui.dialogs.layer Toggle dialog allowing to display the list of layers.org.openstreetmap.josm.gui.util Provides GUI utility classes. -
-
Uses of IEnabledStateUpdating in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement IEnabledStateUpdating Modifier and Type Class 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 selected 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
Fields in org.openstreetmap.josm.gui.dialogs with type parameters of type IEnabledStateUpdating Modifier and Type Field Description private java.util.Set<IEnabledStateUpdating>
CommandStackDialog. showNotifyListener
Simple listener setup to update the button enabled state when the side dialog shows.Methods in org.openstreetmap.josm.gui.dialogs with parameters of type IEnabledStateUpdating Modifier and Type Method Description private void
CommandStackDialog. addShowNotifyListener(IEnabledStateUpdating listener)
protected void
CommandStackDialog. wireUpdateEnabledStateUpdater(IEnabledStateUpdating updater, javax.swing.JTree tree)
Wires updater for enabled state to the events. -
Uses of IEnabledStateUpdating in org.openstreetmap.josm.gui.dialogs.layer
Classes in org.openstreetmap.josm.gui.dialogs.layer that implement IEnabledStateUpdating Modifier and Type Class Description class
ActivateLayerAction
The action to activate the currently selected layerclass
DeleteLayerAction
The action to delete the currently selected layerclass
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. -
Uses of IEnabledStateUpdating in org.openstreetmap.josm.gui.util
Methods in org.openstreetmap.josm.gui.util with parameters of type IEnabledStateUpdating Modifier and Type Method Description static void
TableHelper. adaptTo(IEnabledStateUpdating listener, javax.swing.ListSelectionModel listSelectionModel)
Wireslistener
tolistSelectionModel
in such a way, thatlistener
receives aupdateEnabledState()
on everyListSelectionEvent
.static void
TableHelper. adaptTo(IEnabledStateUpdating listener, javax.swing.table.AbstractTableModel listModel)
Wireslistener
tolistModel
in such a way, thatlistener
receives aupdateEnabledState()
on everyListDataEvent
.
-