Uses of Interface
org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModelListener
-
Packages that use LayerListDialog.LayerListModelListener 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 -
-
Uses of LayerListDialog.LayerListModelListener in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as LayerListDialog.LayerListModelListener Modifier and Type Field Description private LayerListDialog.LayerListModelListener
LayerListDialog. modelListener
Fields in org.openstreetmap.josm.gui.dialogs with type parameters of type LayerListDialog.LayerListModelListener Modifier and Type Field Description private CopyOnWriteArrayList<LayerListDialog.LayerListModelListener>
LayerListDialog.LayerListModel. listeners
Methods in org.openstreetmap.josm.gui.dialogs with parameters of type LayerListDialog.LayerListModelListener Modifier and Type Method Description void
LayerListDialog.LayerListModel. addLayerListModelListener(LayerListDialog.LayerListModelListener listener)
Adds a listener to this modelvoid
LayerListDialog.LayerListModel. removeLayerListModelListener(LayerListDialog.LayerListModelListener listener)
removes a listener from this model
-