java-gnome version 4.0.19

org.gnome.gtk
Class DataColumnLong

Object
  extended by org.gnome.gtk.DataColumn
      extended by org.gnome.gtk.DataColumnLong

public final class DataColumnLong
extends DataColumn

A column of long values in a TreeModel. This class complements DataColumnInteger by adding the ability to use long data when sorting or for CellRenderer properties.

See DataColumnInteger for discussion of why you may not necessarily need this column type even though you might think you do.

Since:
4.0.6
Author:
Andrew Cowie

Constructor Summary
DataColumnLong()
           
 
Method Summary
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataColumnLong

public DataColumnLong()


java-gnome