public class SortBelowAction extends AbstractRelationEditorAction
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
editorAccess
Constructor and Description |
---|
SortBelowAction(IRelationEditorActionAccess editorAccess)
Constructs a new
SortBelowAction . |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
boolean |
isExpertOnly()
Indicates that this action only visible in expert mode
|
protected void |
updateEnabledState() |
canDownload, getEditor, getLayer, getMemberTable, getMemberTableModel, getSelectionTable, getSelectionTableModel, getTagModel, propertyChange, tableChanged, valueChanged
private static final long serialVersionUID
public SortBelowAction(IRelationEditorActionAccess editorAccess)
SortBelowAction
.editorAccess
- An interface to access the relation editor contents.public void actionPerformed(java.awt.event.ActionEvent e)
protected void updateEnabledState()
updateEnabledState
in class AbstractRelationEditorAction
public boolean isExpertOnly()
AbstractRelationEditorAction
isExpertOnly
in class AbstractRelationEditorAction
true
for expert mode actions.