org.gnu.gtk
Class DataColumnLong

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

public class DataColumnLong
extends DataColumn

Represents a block in which long data can be stored in a TreeModel.

See parent class DataColumn description for more information.

Since:
2.8.5

Constructor Summary
DataColumnLong()
          Constructs a new datablock for storing long 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

DataColumnLong

public DataColumnLong()
Constructs a new datablock for storing long data.