IAction
ActionGroupSeries
public interface ActionGroup extends IAction
Modifier and Type | Method | Description |
---|---|---|
void |
addAction(IAction newAction) |
Adds the given action to this group, placing it at the end of the list.
|
IAction[] |
getAllActions() |
Returns all actions from this group.
|
boolean |
removeAction(IAction oldAction) |
Removes a specified action from the group.
|
actionPerformed
boolean removeAction(IAction oldAction)
oldAction
- the action to be removedvoid addAction(IAction newAction)
newAction
- the action to be addedIAction[] getAllActions()