Uses of Class
org.openstreetmap.josm.gui.dialogs.relation.SelectionTable
-
Packages that use SelectionTable 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 SelectionTable in org.openstreetmap.josm.gui.dialogs.relation
Fields in org.openstreetmap.josm.gui.dialogs.relation declared as SelectionTable Modifier and Type Field Description private SelectionTable
GenericRelationEditor. selectionTable
the selection table and its modelMethods in org.openstreetmap.josm.gui.dialogs.relation that return SelectionTable Modifier and Type Method Description SelectionTable
GenericRelationEditor.RelationEditorActionAccess. getSelectionTable()
Methods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type SelectionTable Modifier and Type Method Description protected static javax.swing.JPanel
GenericRelationEditor. buildSelectionTablePanel(SelectionTable selectionTable)
builds the panel with the table displaying the currently selected primitives -
Uses of SelectionTable in org.openstreetmap.josm.gui.dialogs.relation.actions
Methods in org.openstreetmap.josm.gui.dialogs.relation.actions that return SelectionTable Modifier and Type Method Description protected SelectionTable
AbstractRelationEditorAction. getSelectionTable()
SelectionTable
IRelationEditorActionAccess. getSelectionTable()
Get the table that displays the current user selection
-