org.gnu.gtk
Class DataColumnBoolean

java.lang.Object
  extended byorg.gnu.gtk.DataColumn
      extended byorg.gnu.gtk.DataColumnBoolean

public class DataColumnBoolean
extends DataColumn

Represents a block in which boolean data can be stored in a TreeModel (such as ListStore or TreeStore).

See DataColumn description for more information.


Field Summary
 
Fields inherited from class org.gnu.gtk.DataColumn
column, type
 
Constructor Summary
DataColumnBoolean()
          Constructs a new datablock for storing boolean data.
 
Methods inherited from class org.gnu.gtk.DataColumn
equals, getColumn, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataColumnBoolean

public DataColumnBoolean()
Constructs a new datablock for storing boolean data.