Uses of Interface
com.arsdigita.bebop.tree.TreeCellRenderer

Packages that use TreeCellRenderer
com.arsdigita.bebop A set of server-side user interface components for web applications. 
com.arsdigita.bebop.tree A tree widget that is a Bebop component. 
 

Uses of TreeCellRenderer in com.arsdigita.bebop
 

Methods in com.arsdigita.bebop that return TreeCellRenderer
 TreeCellRenderer Tree.getCellRenderer()
          Returns the renderer currently used to render tree nodes.
 

Methods in com.arsdigita.bebop with parameters of type TreeCellRenderer
 void Tree.setCellRenderer(TreeCellRenderer r)
          Sets the cell renderer to be used when generating output with generateXML.
 

Uses of TreeCellRenderer in com.arsdigita.bebop.tree
 

Classes in com.arsdigita.bebop.tree that implement TreeCellRenderer
 class DefaultTreeCellRenderer
          The interface describes how a tree node (component) can be rendered.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC