Uses of Class
org.gnu.gtk.DataBlock

Packages that use DataBlock
org.gnu.gtk   
 

Uses of DataBlock in org.gnu.gtk
 

Subclasses of DataBlock in org.gnu.gtk
 class DataBlockBoolean
          Represents a block in which boolean data can be stored in a TreeModel (such as ListStore or TreeStore).
 class DataBlockDouble
          Represents a block in which double data can be stored in a TreeModel (such as ListStore or TreeStore).
 class DataBlockInt
          Represents a block in which integer data can be stored in a TreeModel (such as ListStore or TreeStore).
 class DataBlockObject
          Represents a block in which java objects can be stored in a TreeModel (such as ListStore or TreeStore).
 class DataBlockPixbuf
          Represents a block in which pixbuf data can be stored in a TreeModel (such as ListStore or TreeStore).
 class DataBlockString
          Represents a block in which String data can be stored in a TreeModel (such as ListStore or TreeStore).
 

Methods in org.gnu.gtk with parameters of type DataBlock
 void TreeViewColumn.addAttributeMapping(CellRenderer renderer, CellRendererAttribute attribute, DataBlock dataBlock)
          TreeView widgets contain TreeViewColumn objects.
 

Constructors in org.gnu.gtk with parameters of type DataBlock
ListStore(DataBlock[] dataBlocks)
          Constructs a new ListStore object for storing data in a list style manner.
TreeStore(DataBlock[] dataBlocks)
          Constructs a new TreeStore, defining the types for each datablock.
 


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