Uses of Interface
org.openstreetmap.josm.gui.dialogs.LayerListDialog.IEnabledStateUpdating

Packages that use LayerListDialog.IEnabledStateUpdating
org.openstreetmap.josm.gui.dialogs   
 

Uses of LayerListDialog.IEnabledStateUpdating in org.openstreetmap.josm.gui.dialogs
 

Classes in org.openstreetmap.josm.gui.dialogs that implement LayerListDialog.IEnabledStateUpdating
 class LayerListDialog.ActivateLayerAction
          The action to activate the currently selected layer
 class LayerListDialog.DeleteLayerAction
          The action to delete the currently selected layer
 class LayerListDialog.DuplicateAction
          The action to merge the currently selected layer into another layer.
 class LayerListDialog.LayerOpacityAction
           
 class LayerListDialog.MergeAction
          The action to merge the currently selected layer into another layer.
(package private)  class LayerListDialog.MoveDownAction
          The action to move down the currently selected entries in the list.
(package private)  class LayerListDialog.MoveUpAction
          The action to move up the currently selected entries in the list.
 class LayerListDialog.ShowHideLayerAction
           
 

Methods in org.openstreetmap.josm.gui.dialogs with parameters of type LayerListDialog.IEnabledStateUpdating
protected  void LayerListDialog.adaptTo(LayerListDialog.IEnabledStateUpdating listener, LayerListDialog.LayerListModel listModel)
          Wires listener to listModel in such a way, that listener receives a updateEnabledState() on every ListDataEvent.
protected  void LayerListDialog.adaptTo(LayerListDialog.IEnabledStateUpdating listener, javax.swing.ListSelectionModel listSelectionModel)
          Wires listener to listSelectionModel in such a way, that listener receives a updateEnabledState() on every ListSelectionEvent.
 



JOSM