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 SelectionTableGenericRelationEditor. selectionTablethe selection table and its modelMethods in org.openstreetmap.josm.gui.dialogs.relation that return SelectionTable Modifier and Type Method Description SelectionTableGenericRelationEditor.RelationEditorActionAccess. getSelectionTable()Methods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type SelectionTable Modifier and Type Method Description protected static javax.swing.JPanelGenericRelationEditor. 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 SelectionTableAbstractRelationEditorAction. getSelectionTable()SelectionTableIRelationEditorActionAccess. getSelectionTable()Get the table that displays the current user selection
-