Uses of Class
org.gnu.gtk.SortType

Packages that use SortType
org.gnu.gtk   
 

Uses of SortType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as SortType
static SortType SortType.ASCENDING
           
static SortType SortType.DESCENDING
           
 

Methods in org.gnu.gtk that return SortType
static SortType SortType.intern(int value)
           
 SortType SortType.or(SortType other)
           
 SortType SortType.and(SortType other)
           
 SortType SortType.xor(SortType other)
           
 

Methods in org.gnu.gtk with parameters of type SortType
 SortType SortType.or(SortType other)
           
 SortType SortType.and(SortType other)
           
 SortType SortType.xor(SortType other)
           
 boolean SortType.test(SortType other)
           
 void TreeViewColumn.setSortOrder(SortType order)
          Changes the appearance of the sort indicator.
 


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