public class DeleteRelationsAction extends AbstractRelationAction
relations| Constructor and Description |
|---|
DeleteRelationsAction()
Constructs a new
DeleteRelationsAction. |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected void |
deleteRelation(java.util.Collection<Relation> toDelete) |
protected void |
updateEnabledState()
Override in subclasses to update the enabled state of the action when something changes.
|
canDownload, getRelations, setHelpId, setPrimitivesaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic DeleteRelationsAction()
DeleteRelationsAction.protected void deleteRelation(java.util.Collection<Relation> toDelete)
public void actionPerformed(java.awt.event.ActionEvent e)
protected void updateEnabledState()
AbstractRelationActionupdateEnabledState in class AbstractRelationAction