public static interface Menu.ChildIF extends Menu.MenuObjectIF
Modifier and Type | Method and Description |
---|---|
boolean |
getIsHeading()
Check whether this is a Heading.
|
boolean |
getIsItem()
Check whether this is an Item.
|
void |
moveOneDown()
Moves this child one step further down its parent's list of children.
|
void |
moveOneUp()
Moves this child one step higher up the list of children on its parent.
|
delete, getHasChildren, getTitle, getTopic, setTitle
boolean getIsHeading()
boolean getIsItem()
void moveOneUp()
void moveOneDown()