public class SelectMembersAction extends AbstractRelationAction
Modifier and Type | Field and Description |
---|---|
private boolean |
add |
relations
Constructor and Description |
---|
SelectMembersAction(boolean add)
Constructs a new
SelectMembersAction . |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
canDownload, getRelations, setHelpId, setPrimitives, updateEnabledState
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
private final boolean add
public SelectMembersAction(boolean add)
SelectMembersAction
.add
- if true
, the members will be added to current selection.
If false
, the members will replace the current selection.public void actionPerformed(java.awt.event.ActionEvent e)