|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NavigationMultiContentUI
Contract on a content UI with list of beans.
| 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 |
|---|
void openUI(List<NavigationTreeNode> nodes)
throws Exception
NavigationMultiTreeHandler#openUI(java.awt.Component,
java.util.List) .
nodes - the selected node associated to the ui
Exception - if any pb while opening the content's ui
void closeUI(List<NavigationTreeNode> nodes)
throws Exception
NavigationTreeHandler.closeUI(java.awt.Component).
nodes - the selected node associated to the ui
Exception - if any pb when closing the content'suiNavigationTreeHandler.closeUI(java.awt.Component)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||