jaxx.runtime.swing.navigation
Interface NavigationContentUI


public interface NavigationContentUI

Basic contract on a content UI.

Since:
2.0.0
Author:
chemit

Method Summary
 void closeUI(NavigationTreeNode node)
          Clean the ui after been closed by the method NavigationTreeHandler.closeUI(java.awt.Component).
 void openUI(NavigationTreeNode node)
          Init the ui just before been opened by the method NavigationTreeHandler.openUI(java.awt.Component, jaxx.runtime.swing.navigation.NavigationTreeNode).
 

Method Detail

openUI

void openUI(NavigationTreeNode node)
            throws Exception
Init the ui just before been opened by the method NavigationTreeHandler.openUI(java.awt.Component, jaxx.runtime.swing.navigation.NavigationTreeNode).

Parameters:
node - the selected node associated to the ui
Throws:
Exception
See Also:
NavigationTreeHandler.openUI(java.awt.Component, jaxx.runtime.swing.navigation.NavigationTreeNode)

closeUI

void closeUI(NavigationTreeNode node)
             throws Exception
Clean the ui after been closed by the method NavigationTreeHandler.closeUI(java.awt.Component).

Parameters:
node - the selected node associated to the ui
Throws:
Exception
See Also:
NavigationTreeHandler.closeUI(java.awt.Component)


Copyright © 2008-2010 CodeLutin. All Rights Reserved.