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, setPrimitives
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public DeleteRelationsAction()
DeleteRelationsAction
.protected void deleteRelation(java.util.Collection<Relation> toDelete)
public void actionPerformed(java.awt.event.ActionEvent e)
protected void updateEnabledState()
AbstractRelationAction
updateEnabledState
in class AbstractRelationAction