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.
|
Modifier and Type | Field and Description |
---|---|
private SelectionTable |
GenericRelationEditor.selectionTable
the selection table and its model
|
Modifier and Type | Method and Description |
---|---|
SelectionTable |
GenericRelationEditor.RelationEditorActionAccess.getSelectionTable() |
Modifier and Type | Method and Description |
---|---|
protected static javax.swing.JPanel |
GenericRelationEditor.buildSelectionTablePanel(SelectionTable selectionTable)
builds the panel with the table displaying the currently selected primitives
|
Modifier and Type | Method and Description |
---|---|
protected SelectionTable |
AbstractRelationEditorAction.getSelectionTable() |
SelectionTable |
IRelationEditorActionAccess.getSelectionTable()
Get the table that displays the current user selection
|