|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.gtk.TreeSortableHelper
org.gnome.gtk.TreeSortableHelper
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class TreeSortableHelper
Internal helper class for classes that implement the TreeSortable
interface. Applications normally shouldn't use this class.
Method Summary | |
---|---|
static TreeIterComparison |
getMethod(TreeSortable sortable,
int column)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
static DataColumn |
getSortColumn(TreeSortable sortable)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
static SortType |
getSortOrder(TreeSortable sortable)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
static org.gnu.glib.Type |
getType()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
static void |
setSortColumn(TreeSortable sortable,
DataColumn column,
SortType order)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
static void |
setSortMethod(TreeSortable sortable,
TreeIterComparison method,
DataColumn column)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setSortColumn(TreeSortable sortable, DataColumn column, SortType order)
public static DataColumn getSortColumn(TreeSortable sortable)
DataColumn.equals(org.gnu.gtk.DataColumn)
method.
public static SortType getSortOrder(TreeSortable sortable)
public static void setSortMethod(TreeSortable sortable, TreeIterComparison method, DataColumn column)
"handleCompareFunc" is part of the TreeSortable interface.
public static TreeIterComparison getMethod(TreeSortable sortable, int column)
public static org.gnu.glib.Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |