public class DownloadMembersAction extends AbstractRelationAction
relations
Constructor and Description |
---|
DownloadMembersAction()
Constructs a new
DownloadMembersAction . |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
setPrimitives(java.util.Collection<? extends IPrimitive> primitives)
Specifies the working set of primitives.
|
protected void |
updateEnabledState()
Override in subclasses to update the enabled state of the action when something changes.
|
canDownload, getRelations
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public DownloadMembersAction()
DownloadMembersAction
.public void actionPerformed(java.awt.event.ActionEvent e)
public void setPrimitives(java.util.Collection<? extends IPrimitive> primitives)
IPrimitiveAction
setPrimitives
in interface IPrimitiveAction
setPrimitives
in class AbstractRelationAction
primitives
- The new working set of primitives. Can be null or emptyprotected void updateEnabledState()
AbstractRelationAction
updateEnabledState
in class AbstractRelationAction