public class ActionSet extends Object
GoToXYAction
s)
cannot be fully resolved at the time they are needed, so they are deferred. This class
helps manages the references and resolution.Constructor and Description |
---|
ActionSet() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the set.
|
String |
generateNewID(AbstractAction action)
Generates a new synthetic ID for an action.
|
AbstractAction |
get(String id)
Returns the action with the given ID.
|
AbstractAction |
put(AbstractAction action)
Puts an action into the set and returns the normalized instance (another one if the given
one is equal to another.
|
public String generateNewID(AbstractAction action)
action
- the actionpublic AbstractAction get(String id)
id
- the IDpublic AbstractAction put(AbstractAction action)
action
- the actionpublic void clear()
Copyright © 2025 Apache Software Foundation. All rights reserved.