Class GenericRelationEditor.RelationEditorActionAccess
- java.lang.Object
-
- org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor.RelationEditorActionAccess
-
- All Implemented Interfaces:
IRelationEditorActionAccess
- Enclosing class:
- GenericRelationEditor
private final class GenericRelationEditor.RelationEditorActionAccess extends java.lang.Object implements IRelationEditorActionAccess
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RelationEditorActionAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRelationEditor
getEditor()
Get the current relation editorMemberTable
getMemberTable()
Get the member table that is used by the dialog.MemberTableModel
getMemberTableModel()
Get the model the member table is using.SelectionTable
getSelectionTable()
Get the table that displays the current user selectionSelectionTableModel
getSelectionTableModel()
Get the model that the selection table is based on.TagEditorModel
getTagModel()
Gets the model for the tag table.AutoCompletingTextField
getTextFieldRole()
Get the text field that is used to edit the role.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openstreetmap.josm.gui.dialogs.relation.actions.IRelationEditorActionAccess
addMemberTableAction, getChangedRelation, stopMemberCellEditing, wouldRelationBeUseful
-
-
-
-
Constructor Detail
-
RelationEditorActionAccess
private RelationEditorActionAccess()
-
-
Method Detail
-
getMemberTable
public MemberTable getMemberTable()
Description copied from interface:IRelationEditorActionAccess
Get the member table that is used by the dialog.- Specified by:
getMemberTable
in interfaceIRelationEditorActionAccess
- Returns:
- The member table
-
getMemberTableModel
public MemberTableModel getMemberTableModel()
Description copied from interface:IRelationEditorActionAccess
Get the model the member table is using.- Specified by:
getMemberTableModel
in interfaceIRelationEditorActionAccess
- Returns:
- That model
-
getSelectionTable
public SelectionTable getSelectionTable()
Description copied from interface:IRelationEditorActionAccess
Get the table that displays the current user selection- Specified by:
getSelectionTable
in interfaceIRelationEditorActionAccess
- Returns:
- That table
-
getSelectionTableModel
public SelectionTableModel getSelectionTableModel()
Description copied from interface:IRelationEditorActionAccess
Get the model that the selection table is based on.- Specified by:
getSelectionTableModel
in interfaceIRelationEditorActionAccess
- Returns:
- The model
-
getEditor
public IRelationEditor getEditor()
Description copied from interface:IRelationEditorActionAccess
Get the current relation editor- Specified by:
getEditor
in interfaceIRelationEditorActionAccess
- Returns:
- The relation editor object.
-
getTagModel
public TagEditorModel getTagModel()
Description copied from interface:IRelationEditorActionAccess
Gets the model for the tag table.- Specified by:
getTagModel
in interfaceIRelationEditorActionAccess
- Returns:
- The tag editor model.
-
getTextFieldRole
public AutoCompletingTextField getTextFieldRole()
Description copied from interface:IRelationEditorActionAccess
Get the text field that is used to edit the role.- Specified by:
getTextFieldRole
in interfaceIRelationEditorActionAccess
- Returns:
- The role text field.
-
-