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 classCommandStackDialog.SelectActionAction that selects the objects that take part in a command.classCommandStackDialog.SelectAndZoomActionAction that selects the objects that take part in a command, then zoom to them.protected classCommandStackDialog.UndoRedoActionAction to undo or redo all commands up to (and including) the selected item.private classFilterDialog.AddActionprivate classFilterDialog.DeleteActionprivate classFilterDialog.EditActionprivate classFilterDialog.FilterActionprivate classFilterDialog.MoveDownActionprivate classFilterDialog.MoveUpActionprivate classFilterDialog.ReverseActionprivate classFilterDialog.SortActionFields in org.openstreetmap.josm.gui.dialogs with type parameters of type IEnabledStateUpdating Modifier and Type Field Description private java.util.Set<IEnabledStateUpdating>CommandStackDialog. showNotifyListenerSimple 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 voidCommandStackDialog. addShowNotifyListener(IEnabledStateUpdating listener)protected voidCommandStackDialog. 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 classActivateLayerActionThe action to activate the currently selected layerclassDeleteLayerActionThe action to delete the currently selected layerclassDuplicateActionThe action to duplicate the given selected layer into another layer.classLayerVisibilityActionThis is a menu that includes all settings for the layer visibility.classMergeActionThe action to merge the currently selected layer into another layer.classMoveDownActionThe action to move down the currently selected entries in the list.classMoveUpActionThe action to move up the currently selected entries in the list.classShowHideLayerActionAction 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 voidTableHelper. adaptTo(IEnabledStateUpdating listener, javax.swing.ListSelectionModel listSelectionModel)WireslistenertolistSelectionModelin such a way, thatlistenerreceives aupdateEnabledState()on everyListSelectionEvent.static voidTableHelper. adaptTo(IEnabledStateUpdating listener, javax.swing.table.AbstractTableModel listModel)WireslistenertolistModelin such a way, thatlistenerreceives aupdateEnabledState()on everyListDataEvent.
-