Uses of Class
org.gnu.gtk.CellRenderer

Packages that use CellRenderer
org.gnu.gtk   
 

Uses of CellRenderer in org.gnu.gtk
 

Subclasses of CellRenderer in org.gnu.gtk
 class CellRendererPixbuf
          A CellRenderer for pixbufs.
 class CellRendererText
          A CellRenderer for displaying Strings.
 class CellRendererToggle
          The CellRendererToggle is a CellRenderer for boolean data.
 

Methods in org.gnu.gtk with parameters of type CellRenderer
 void TreeViewColumn.packStart(CellRenderer cell, boolean expand)
          Packs the cell into the beginning column.
 void TreeViewColumn.packEnd(CellRenderer cell, boolean expand)
          Packs the cell into the column.
 void TreeViewColumn.addAttributeMapping(CellRenderer renderer, CellRendererAttribute attribute, DataBlock dataBlock)
          TreeView widgets contain TreeViewColumn objects.
 void TreeViewColumn.clearAttributeMappings(CellRenderer renderer)
          Clears all attribute mappings
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net