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 |
---|---|
protected static javax.swing.JPanel |
GenericRelationEditor.buildMemberEditorPanel(MemberTable memberTable,
MemberTableModel memberTableModel,
SelectionTable selectionTable,
SelectionTableModel selectionTableModel,
IRelationEditor re,
GenericRelationEditor.LeftButtonToolbar leftButtonToolbar,
AutoCompletingTextField tfRole)
builds the panel for the relation member editor
|
protected static javax.swing.JPanel |
GenericRelationEditor.buildSelectionTablePanel(SelectionTable selectionTable)
builds the panel with the table displaying the currently selected primitives
|
Modifier and Type | Field and Description |
---|---|
protected SelectionTable |
AddFromSelectionAction.selectionTable |
Constructor and Description |
---|
AddFromSelectionAction(MemberTable memberTable,
MemberTableModel memberTableModel,
SelectionTable selectionTable,
SelectionTableModel selectionTableModel,
java.lang.String actionMapKey,
OsmDataLayer layer,
IRelationEditor editor) |