jaxx.runtime.swing.navigation
Interface NavigationMultiContentUI

All Superinterfaces:
NavigationContentUI

public interface NavigationMultiContentUI
extends NavigationContentUI

Contract on a content UI with list of beans.

Since:
2.0.1
Author:
sletellier

Method Summary
 void closeUI(List<NavigationTreeNode> nodes)
          Clean the ui after been closed by the method NavigationTreeHandler.closeUI(java.awt.Component).
 void openUI(List<NavigationTreeNode> nodes)
          Init the ui just before been opened by the method NavigationMultiTreeHandler#openUI(java.awt.Component, java.util.List).
 
Methods inherited from interface jaxx.runtime.swing.navigation.NavigationContentUI
closeUI, openUI
 

Method Detail

openUI

void openUI(List<NavigationTreeNode> nodes)
            throws Exception
Init the ui just before been opened by the method NavigationMultiTreeHandler#openUI(java.awt.Component, java.util.List).

Parameters:
nodes - the selected node associated to the ui
Throws:
Exception - if any pb while opening the content's ui

closeUI

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

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


Copyright © 2008-2010 CodeLutin. All Rights Reserved.