|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - jaxx.runtime.swing.tree.
@Deprecated public interface NavigationHandler<E extends NavigationNode<E>>
| Nested Class Summary | |
|---|---|
static class |
NavigationHandler.Strategy
Deprecated. Strategy of instanciation of ui. |
| Field Summary |
|---|
| Fields inherited from interface javax.swing.tree.TreeSelectionModel |
|---|
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION |
| Method Summary | |
|---|---|
boolean |
closeUI(Component component)
Deprecated. |
Component |
createUI(E node)
Deprecated. Instancie une nouvelle ui associé à un noeud de l'arbre de navigation |
JAXXContext |
getContext()
Deprecated. |
NavigationContextHelper<E> |
getContextHelper()
Deprecated. |
Component |
getCurrentUI()
Deprecated. |
NavigationModel<E> |
getNavigationTreeModel()
Deprecated. |
Component |
getUI(E node)
Deprecated. |
void |
openUI(Component newUI,
E node)
Deprecated. Ouvre l'ui associée au noeud sélectionné dans l'arbre de navigation. |
void |
setSelectionPath(TreePath path)
Deprecated. |
void |
setSelectionPaths(TreePath[] paths)
Deprecated. |
void |
treateError(Exception e)
Deprecated. Traitement des exceptions. |
void |
valueChanged(TreeSelectionEvent event)
Deprecated. |
| Method Detail |
|---|
JAXXContext getContext()
NavigationModel<E> getNavigationTreeModel()
Component getCurrentUI()
Component getUI(E node)
node - le noeud associé à l'ui à retrouver
boolean closeUI(Component component)
throws Exception
component - le composent actuellement visible
true si le composent a bien été fermé,
false sinon
Exception - if any
Component createUI(E node)
throws Exception
node - le noeud associé à l'ui à créer
Exception - if any
void openUI(Component newUI,
E node)
throws Exception
newUI - l'ui associé au noeud sélectionné à ouvrirnode - le node de l'ui a ouvrir
Exception - if anyvoid treateError(Exception e)
e - l'erreur recontrée (ou null si pas d"erreur)void valueChanged(TreeSelectionEvent event)
valueChanged in interface TreeSelectionListenerNavigationContextHelper<E> getContextHelper()
void setSelectionPath(TreePath path)
setSelectionPath in interface TreeSelectionModelvoid setSelectionPaths(TreePath[] paths)
setSelectionPaths in interface TreeSelectionModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||