|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SelectionChangedListener in org.openstreetmap.josm.actions |
---|
Classes in org.openstreetmap.josm.actions that implement SelectionChangedListener | |
---|---|
private class |
JosmAction.SelectionChangeAdapter
Adapter for selection change events |
Uses of SelectionChangedListener in org.openstreetmap.josm.actions.mapmode |
---|
Classes in org.openstreetmap.josm.actions.mapmode that implement SelectionChangedListener | |
---|---|
class |
DrawAction
Mapmode to add nodes, create and extend ways. |
class |
ImproveWayAccuracyAction
|
Uses of SelectionChangedListener in org.openstreetmap.josm.data.osm |
---|
Fields in org.openstreetmap.josm.data.osm with type parameters of type SelectionChangedListener | |
---|---|
private static java.util.Collection<SelectionChangedListener> |
DataSet.selListeners
A list of listeners to selection changed events. |
Methods in org.openstreetmap.josm.data.osm with parameters of type SelectionChangedListener | |
---|---|
static void |
DataSet.addSelectionListener(SelectionChangedListener listener)
|
static void |
DataSet.removeSelectionListener(SelectionChangedListener listener)
|
Uses of SelectionChangedListener in org.openstreetmap.josm.data.osm.event |
---|
Classes in org.openstreetmap.josm.data.osm.event that implement SelectionChangedListener | |
---|---|
class |
SelectionEventManager
Similar like DatasetEventManager , just for selection events. |
Fields in org.openstreetmap.josm.data.osm.event declared as SelectionChangedListener | |
---|---|
(package private) SelectionChangedListener |
SelectionEventManager.ListenerInfo.listener
|
Methods in org.openstreetmap.josm.data.osm.event with parameters of type SelectionChangedListener | |
---|---|
void |
SelectionEventManager.addSelectionListener(SelectionChangedListener listener,
DatasetEventManager.FireMode fireMode)
|
void |
SelectionEventManager.removeSelectionListener(SelectionChangedListener listener)
|
Constructors in org.openstreetmap.josm.data.osm.event with parameters of type SelectionChangedListener | |
---|---|
SelectionEventManager.ListenerInfo(SelectionChangedListener listener,
boolean consolidate)
|
Uses of SelectionChangedListener in org.openstreetmap.josm.data.osm.visitor.paint.relations |
---|
Classes in org.openstreetmap.josm.data.osm.visitor.paint.relations that implement SelectionChangedListener | |
---|---|
class |
MultipolygonCache
|
Uses of SelectionChangedListener in org.openstreetmap.josm.gui |
---|
Fields in org.openstreetmap.josm.gui declared as SelectionChangedListener | |
---|---|
private SelectionChangedListener |
MapView.repaintSelectionChangedListener
|
Uses of SelectionChangedListener in org.openstreetmap.josm.gui.dialogs |
---|
Classes in org.openstreetmap.josm.gui.dialogs that implement SelectionChangedListener | |
---|---|
class |
ConflictDialog
This dialog displays the ConflictCollection of the active OsmDataLayer in a toggle
dialog on the right of the main frame. |
(package private) static class |
HistoryDialog.HistoryItemTableModel
The table model with the history items |
(package private) class |
RelationListDialog.AddToRelation
|
private static class |
SelectionListDialog.SelectionListModel
The list model for the list of OSM primitives in the current JOSM selection. |
class |
UserListDialog
Displays a dialog with all users who have last edited something in the selection area, along with the number of objects. |
class |
ValidatorDialog
A small tool dialog for displaying the current errors. |
Uses of SelectionChangedListener in org.openstreetmap.josm.gui.dialogs.changeset |
---|
Classes in org.openstreetmap.josm.gui.dialogs.changeset that implement SelectionChangedListener | |
---|---|
class |
ChangesetInSelectionListModel
|
Uses of SelectionChangedListener in org.openstreetmap.josm.gui.dialogs.properties |
---|
Classes in org.openstreetmap.josm.gui.dialogs.properties that implement SelectionChangedListener | |
---|---|
class |
PropertiesDialog
This dialog displays the properties of the current selected primitives. |
Uses of SelectionChangedListener in org.openstreetmap.josm.gui.dialogs.relation |
---|
Classes in org.openstreetmap.josm.gui.dialogs.relation that implement SelectionChangedListener | |
---|---|
class |
MemberTableModel
|
class |
SelectionTableModel
|
Uses of SelectionChangedListener in org.openstreetmap.josm.gui.layer |
---|
Classes in org.openstreetmap.josm.gui.layer that implement SelectionChangedListener | |
---|---|
class |
OsmDataLayer
A layer that holds OSM data from a specific dataset. |
Uses of SelectionChangedListener in org.openstreetmap.josm.gui.tagging |
---|
Classes in org.openstreetmap.josm.gui.tagging that implement SelectionChangedListener | |
---|---|
class |
TaggingPresetSearchDialog
|
Uses of SelectionChangedListener in org.openstreetmap.josm.io.remotecontrol |
---|
Classes in org.openstreetmap.josm.io.remotecontrol that implement SelectionChangedListener | |
---|---|
class |
AddTagsDialog
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |