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 SelectionTableModel |
SelectionTable.model |
private SelectionTableModel |
GenericRelationEditor.selectionTableModel |
Modifier and Type | Method and Description |
---|---|
SelectionTableModel |
GenericRelationEditor.RelationEditorActionAccess.getSelectionTableModel() |
Constructor and Description |
---|
SelectionTable(SelectionTableModel model,
MemberTableModel memberTableModel)
Constructs a new
SelectionTable . |
Modifier and Type | Method and Description |
---|---|
protected SelectionTableModel |
AbstractRelationEditorAction.getSelectionTableModel() |
SelectionTableModel |
IRelationEditorActionAccess.getSelectionTableModel()
Get the model that the selection table is based on.
|