jaxx.runtime.swing.navigation
Interface NavigationContentUI<E extends NavigationNode<E>>

All Known Subinterfaces:
NavigationMultiContentUI<E>

public interface NavigationContentUI<E extends NavigationNode<E>>

Basic contract on a content UI.

Since:
2.0.0
Author:
tchemit

Method Summary
 void closeUI(E node)
          Clean the ui after been closed by the method NavigationHandler.closeUI(Component).
 void openUI(E node)
          Init the ui just before been opened by the method NavigationHandler.openUI(Component, NavigationNode).
 

Method Detail

openUI

void openUI(E node)
            throws Exception
Init the ui just before been opened by the method NavigationHandler.openUI(Component, NavigationNode).

Parameters:
node - the selected node associated to the ui
Throws:
Exception - if any pb while opening the content's ui
See Also:
NavigationHandler.openUI(Component, NavigationNode)

closeUI

void closeUI(E node)
             throws Exception
Clean the ui after been closed by the method NavigationHandler.closeUI(Component).

Parameters:
node - the selected node associated to the ui
Throws:
Exception - if any pb when closing the content'sui
See Also:
NavigationHandler.closeUI(Component)


Copyright © 2008-2010 CodeLutin. All Rights Reserved.