Package jaxx.runtime.swing.nav.tree

JAXX - nav tree implementation

See:
          Description

Class Summary
AbstractNavTreeCellRenderer<M,N extends NavNode<M,N>> Le renderer abstrait (qui a toutes les methodes qui aident) pour implanter de vrai renderer pour les différents cas d'utilisation de l'abre de navigation.
NavTreeBridge<N extends NavTreeNode<N>> Delegate model used to switch between tree model and tree table model api
NavTreeHelper<N extends NavTreeNode<N>> The implementation of NavHelper base on a JTree component.
NavTreeNode<N extends NavTreeNode<N>> Implementation of NavNode used to create in tree table This node extends DefaultMutableTreeNode
NavTreeNodeChildLoador<T,O,N extends NavTreeNode<N>> Implementation for tree of NavNodeChildLoador
 

Package jaxx.runtime.swing.nav.tree Description

JAXX - nav tree implementation

This package contains the implementation of nav api for the JTree

NavTreeNode

An override of DefaultMutableTreeNode implement JaxxNode.

NavTreeChildLoador

Object to load childs of a tree node using DataProvider.

NavTreeHelper

Helper to manage a tree using auto-loading nodes.

AbstractNavTreeCellRenderer

Abstract renderer using DataProvider to acquire node render.



Copyright © 2008-2011 CodeLutin. All Rights Reserved.