@FunctionalInterface public interface IRelationEditorUpdateOn
AbstractRelationEditorAction
.
It holds common constants that are often used.
Modifier and Type | Field and Description |
---|---|
static IRelationEditorUpdateOn |
MEMBER_TABLE_CHANGE
Update when the member table contents change
|
static IRelationEditorUpdateOn |
MEMBER_TABLE_SELECTION
Update upon a member table selection change
|
static IRelationEditorUpdateOn |
SELECTION_TABLE_CHANGE
Update when a relation changed
|
static IRelationEditorUpdateOn |
TAG_CHANGE
Update when a tag of the relation changed
|
Modifier and Type | Method and Description |
---|---|
void |
register(IRelationEditorActionAccess editor,
AbstractRelationEditorAction action)
Registers the given action as listener on the relation editor.
|
static final IRelationEditorUpdateOn MEMBER_TABLE_CHANGE
static final IRelationEditorUpdateOn MEMBER_TABLE_SELECTION
static final IRelationEditorUpdateOn TAG_CHANGE
static final IRelationEditorUpdateOn SELECTION_TABLE_CHANGE
void register(IRelationEditorActionAccess editor, AbstractRelationEditorAction action)
editor
- The relation editor to register the listeners onaction
- The action that should be registered