public class ActionSet
extends java.lang.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 | Description |
---|---|
ActionSet() |
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
Clears the set.
|
java.lang.String |
generateNewID(AbstractAction action) |
Generates a new synthetic ID for an action.
|
AbstractAction |
get(java.lang.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 java.lang.String generateNewID(AbstractAction action)
action
- the actionpublic AbstractAction get(java.lang.String id)
id
- the IDpublic AbstractAction put(AbstractAction action)
action
- the actionpublic void clear()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.