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 privateRelationEditorActionAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRelationEditorgetEditor()Get the current relation editorMemberTablegetMemberTable()Get the member table that is used by the dialog.MemberTableModelgetMemberTableModel()Get the model the member table is using.SelectionTablegetSelectionTable()Get the table that displays the current user selectionSelectionTableModelgetSelectionTableModel()Get the model that the selection table is based on.TagEditorModelgetTagModel()Gets the model for the tag table.AutoCompletingTextFieldgetTextFieldRole()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:IRelationEditorActionAccessGet the member table that is used by the dialog.- Specified by:
getMemberTablein interfaceIRelationEditorActionAccess- Returns:
- The member table
-
getMemberTableModel
public MemberTableModel getMemberTableModel()
Description copied from interface:IRelationEditorActionAccessGet the model the member table is using.- Specified by:
getMemberTableModelin interfaceIRelationEditorActionAccess- Returns:
- That model
-
getSelectionTable
public SelectionTable getSelectionTable()
Description copied from interface:IRelationEditorActionAccessGet the table that displays the current user selection- Specified by:
getSelectionTablein interfaceIRelationEditorActionAccess- Returns:
- That table
-
getSelectionTableModel
public SelectionTableModel getSelectionTableModel()
Description copied from interface:IRelationEditorActionAccessGet the model that the selection table is based on.- Specified by:
getSelectionTableModelin interfaceIRelationEditorActionAccess- Returns:
- The model
-
getEditor
public IRelationEditor getEditor()
Description copied from interface:IRelationEditorActionAccessGet the current relation editor- Specified by:
getEditorin interfaceIRelationEditorActionAccess- Returns:
- The relation editor object.
-
getTagModel
public TagEditorModel getTagModel()
Description copied from interface:IRelationEditorActionAccessGets the model for the tag table.- Specified by:
getTagModelin interfaceIRelationEditorActionAccess- Returns:
- The tag editor model.
-
getTextFieldRole
public AutoCompletingTextField getTextFieldRole()
Description copied from interface:IRelationEditorActionAccessGet the text field that is used to edit the role.- Specified by:
getTextFieldRolein interfaceIRelationEditorActionAccess- Returns:
- The role text field.
-
-