public class ApplyAction extends SavingAction
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
tfRole
editorAccess
Constructor and Description |
---|
ApplyAction(IRelationEditorActionAccess editorAccess)
Constructs a new
ApplyAction . |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected void |
updateEnabledState() |
applyChanges, applyExistingConflictingRelation, applyExistingNonConflictingRelation, applyNewRelation, confirmClosingBecauseOfDirtyState, hideEditor, isEditorDirty, warnDoubleConflict
canDownload, getEditor, getLayer, getMemberTable, getMemberTableModel, getSelectionTable, getSelectionTableModel, getTagModel, isExpertOnly, propertyChange, tableChanged, valueChanged
private static final long serialVersionUID
public ApplyAction(IRelationEditorActionAccess editorAccess)
ApplyAction
.editorAccess
- An interface to access the relation editor contents.public void actionPerformed(java.awt.event.ActionEvent e)
protected void updateEnabledState()
updateEnabledState
in class SavingAction