public static interface Menu.MenuObjectIF
Modifier and Type | Method and Description |
---|---|
void |
delete()
Delete this child.
|
boolean |
getHasChildren()
Check if this MenuObjectIF has children.
|
String |
getTitle()
Get the title as a String.
|
TopicIF |
getTopic()
Get the topic representing this MenuObjectIF as a String.
|
void |
setTitle(String title)
Sets the title.
|
String getTitle()
TopicIF getTopic()
boolean getHasChildren()
void setTitle(String title)
void delete()