Uses of Interface
com.arsdigita.bebop.list.ListCellRenderer

Packages that use ListCellRenderer
com.arsdigita.bebop A set of server-side user interface components for web applications. 
com.arsdigita.bebop.list Bebop classes for dynamically displaying and manipulating lists of items. 
 

Uses of ListCellRenderer in com.arsdigita.bebop
 

Classes in com.arsdigita.bebop that implement ListCellRenderer
protected static class PropertyEditor.IdentityCellRenderer
          Renders the components generated by the model directly
 

Methods in com.arsdigita.bebop that return ListCellRenderer
 ListCellRenderer List.getCellRenderer()
          Returns the renderer currently used for rendering list items.
 

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

Uses of ListCellRenderer in com.arsdigita.bebop.list
 

Classes in com.arsdigita.bebop.list that implement ListCellRenderer
 class DefaultListCellRenderer
          The default renderer for list items in a List.
 



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