|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtheque.primary.view.impl.choice.ChoiceActionFactory
public final class ChoiceActionFactory
A factory of choice actions.
Method Summary | |
---|---|
static void |
addChoiceAction(ChoiceAction action)
Add a choice action. |
static ChoiceAction |
getChoiceAction(String action)
Get the good choice action for a specific type of action. |
static void |
removeChoiceAction(ChoiceAction action)
Remove a choice action. |
static void |
removeChoiceActions(ChoiceAction[] choiceActions)
Remove the specified choice actions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ChoiceAction getChoiceAction(String action)
action
- The type of the action
public static void addChoiceAction(ChoiceAction action)
action
- The choice action.public static void removeChoiceAction(ChoiceAction action)
action
- The choice action.public static void removeChoiceActions(ChoiceAction[] choiceActions)
choiceActions
- The actions to remove.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |