public class CCFActionList extends CCFNode
TEXT_CENTER, TEXT_LEFT, TEXT_RIGHT
Constructor and Description |
---|
CCFActionList() |
Modifier and Type | Method and Description |
---|---|
void |
appendAction(CCFAction a) |
CCFAction[] |
getActions()
Get the list of actions associated with this container.
|
CCFNode |
getClone() |
void |
setActions(CCFAction[] a)
Set the list of actions associated with this container.
|
int |
size() |
java.lang.String |
toString() |
getHeader, getParent, getParentDevice, getParentPanel
public int size()
public CCFNode getClone()
public CCFAction[] getActions()
public void setActions(CCFAction[] a)
public void appendAction(CCFAction a)