Uses of Class
com.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode

Packages that use NavigationMenuNode
com.sdm.quasar.client.showcase.swing.navigation   
 

Uses of NavigationMenuNode in com.sdm.quasar.client.showcase.swing.navigation
 

Methods in com.sdm.quasar.client.showcase.swing.navigation with parameters of type NavigationMenuNode
 void NavigationMenuNode.addChild(NavigationMenuNode childNode)
          Adds a child node.
 void NavigationDialogActions.selectNode(NavigationMenuNode navigationMenuNode)
          Changes the selection in the menu to the given node.
 void NavigationDialog.selectNode(NavigationMenuNode navigationMenuNode)
          Closes the current content dialog if possible (NavigationDialog.canRemoveOldDialog()) and creates the new content dialog (NavigationDialog.changeToNewDialog(NavigationMenuNode).
protected  void NavigationDialog.changeToNewDialog(NavigationMenuNode navigationMenuNode)
          Updates the value of NavigationDialog.DATA_SELECTED_NODE and calls PortalControlService.createContentDialog(String, Object) with the parameters defined in the given node.