public interface IRelationEditorActionAccess
Modifier and Type | Method and Description |
---|---|
default void |
addMemberTableAction(java.lang.String actionMapKey,
javax.swing.Action action)
Adds a keyboard action to the member table.
|
IRelationEditor |
getEditor()
Get the current relation editor
|
MemberTable |
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 selection
|
SelectionTableModel |
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.
|
default void addMemberTableAction(java.lang.String actionMapKey, javax.swing.Action action)
actionMapKey
- The key to useaction
- The action to map for that key.MemberTable getMemberTable()
MemberTableModel getMemberTableModel()
SelectionTable getSelectionTable()
SelectionTableModel getSelectionTableModel()
IRelationEditor getEditor()
TagEditorModel getTagModel()
AutoCompletingTextField getTextFieldRole()