org.gnu.gtk
Class DataColumnDouble

java.lang.Object
  extended by org.gnu.gtk.DataColumn
      extended by org.gnu.gtk.DataColumnDouble

public class DataColumnDouble
extends DataColumn

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

See DataColumn description for more information.


Constructor Summary
DataColumnDouble()
          Constructs a new datablock for storing double data.
 
Method Summary
 
Methods inherited from class org.gnu.gtk.DataColumn
equals, getColumn, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataColumnDouble

public DataColumnDouble()
Constructs a new datablock for storing double data.