com.sdm.quasar.client.showcase.swing.navigation
Interface NavigationDialogActions

All Known Implementing Classes:
NavigationDialog

public interface NavigationDialogActions

The interface defining the dialog actions that the NavigationDialog offers the NavigationPanel.

Version:
1.0
Author:
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG

Method Summary
 void selectNode(NavigationMenuNode navigationMenuNode)
          Changes the selection in the menu to the given node.
 

Method Detail

selectNode

public void selectNode(NavigationMenuNode navigationMenuNode)
Changes the selection in the menu to the given node.

Parameters:
navigationMenuNode - the menu entry to select or null, if no entry should be selected