Uses of Class
org.openstreetmap.josm.gui.dialogs.relation.SelectionTableModel
-
Packages that use SelectionTableModel Package Description org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.dialogs.relation.actions Provides the classes for relation editor actions. -
-
Uses of SelectionTableModel in org.openstreetmap.josm.gui.dialogs.relation
Fields in org.openstreetmap.josm.gui.dialogs.relation declared as SelectionTableModel Modifier and Type Field Description private SelectionTableModel
SelectionTable. model
private SelectionTableModel
GenericRelationEditor. selectionTableModel
Methods in org.openstreetmap.josm.gui.dialogs.relation that return SelectionTableModel Modifier and Type Method Description SelectionTableModel
GenericRelationEditor.RelationEditorActionAccess. getSelectionTableModel()
Constructors in org.openstreetmap.josm.gui.dialogs.relation with parameters of type SelectionTableModel Constructor Description SelectionTable(SelectionTableModel model, MemberTableModel memberTableModel)
Constructs a newSelectionTable
. -
Uses of SelectionTableModel in org.openstreetmap.josm.gui.dialogs.relation.actions
Methods in org.openstreetmap.josm.gui.dialogs.relation.actions that return SelectionTableModel Modifier and Type Method Description protected SelectionTableModel
AbstractRelationEditorAction. getSelectionTableModel()
SelectionTableModel
IRelationEditorActionAccess. getSelectionTableModel()
Get the model that the selection table is based on.
-