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

All Superinterfaces:
NavigationContentUI<E>

Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.

@Deprecated
public interface NavigationMultiContentUI<E extends NavigationNode<E>>
extends NavigationContentUI<E>

Contract on a content UI with list of beans.

Since:
2.0.1
Author:
sletellier

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

Method Detail

openUI

void openUI(List<E> nodes)
            throws Exception
Deprecated. 
Init the ui just before been opened by the method NavigationMultiTreeHandler.openUI(Component, List).

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

closeUI

void closeUI(List<E> nodes)
             throws Exception
Deprecated. 
Clean the ui after been closed by the method NavigationHandler.closeUI(Component).

Parameters:
nodes - 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.