|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.selection.ActionList
public class ActionList
| Constructor Summary | |
|---|---|
ActionList()
|
|
| Method Summary | |
|---|---|
void |
addAction(int preferredPosition,
Action action)
Add an Action at the prefered position. |
void |
addAll(ActionList source)
|
java.util.List<Action> |
getActions()
Returns the Actions contained in this list in the order resulting from the preferred positions. |
boolean |
removeAction(Action action)
Removes an Action from this list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionList()
| Method Detail |
|---|
public void addAll(ActionList source)
public void addAction(int preferredPosition,
Action action)
action - the action to addpreferredPosition - the position in the list where the action should be displayedpublic boolean removeAction(Action action)
action - the Action to be removed
public java.util.List<Action> getActions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||