|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode
Represents one node in the navigation menu of the
NavigationDialog.
| Constructor Summary | |
NavigationMenuNode(java.lang.String name,
java.lang.String dialogId,
java.lang.Object dialogContext)
Constructor. |
|
| Method Summary | |
void |
addChild(NavigationMenuNode childNode)
Adds a child node. |
java.util.List |
getChildren()
|
java.lang.Object |
getDialogContext()
|
java.lang.String |
getDialogId()
|
java.lang.String |
getName()
|
java.lang.String |
toString()
A human readable string representation of the navigation menu node |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NavigationMenuNode(java.lang.String name,
java.lang.String dialogId,
java.lang.Object dialogContext)
name - the human readable name of this node.dialogId - the dialog id of the dialog that should be displayed when this node is selecteddialogContext - the creation context for the dialog that should be displayed when this node is selected| Method Detail |
public void addChild(NavigationMenuNode childNode)
childNode - the new child nodepublic java.util.List getChildren()
NavigationMenuNode.public java.lang.Object getDialogContext()
public java.lang.String getDialogId()
public java.lang.String getName()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||