|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tree | |
com.arsdigita.bebop.tree | A tree widget that is a Bebop component. |
com.arsdigita.toolbox.ui | Miscellaneous collection of useful Bebop components. |
com.arsdigita.ui.sitemap | User interface for dynamically updating URL to application mappings. |
Uses of Tree in com.arsdigita.bebop.tree |
Methods in com.arsdigita.bebop.tree with parameters of type Tree | |
Component |
DefaultTreeCellRenderer.getComponent(Tree tree,
PageState state,
Object value,
boolean isSelected,
boolean isExpanded,
boolean isLeaf,
Object key)
Returns node component to be displayed. |
Component |
TreeCellRenderer.getComponent(Tree tree,
PageState state,
Object value,
boolean isSelected,
boolean isExpanded,
boolean isLeaf,
Object key)
Returns node component to be displayed. |
TreeModel |
TreeModelBuilder.makeModel(Tree t,
PageState s)
Builds a TreeModel to be used in the current request |
Uses of Tree in com.arsdigita.toolbox.ui |
Methods in com.arsdigita.toolbox.ui with parameters of type Tree | |
void |
ModalPanel.connect(Tree orig,
Component dest)
|
void |
ModalPanel.connect(Tree orig,
FormSection dest)
|
Uses of Tree in com.arsdigita.ui.sitemap |
Methods in com.arsdigita.ui.sitemap that return Tree | |
Tree |
SiteListing.getTree()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |