Uses of Class
org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel

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

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

Fields in org.openstreetmap.josm.gui.dialogs declared as LayerListDialog.LayerListModel
private  LayerListDialog.LayerListModel LayerListDialog.model
          the model for the layer list
 

Methods in org.openstreetmap.josm.gui.dialogs that return LayerListDialog.LayerListModel
 LayerListDialog.LayerListModel LayerListDialog.getModel()
           
 

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



JOSM