|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for Sortable models used by TreeView
.
Method Summary | |
Handle |
getHandle()
Get the handle of the object. |
DataColumn |
getSortColumn()
Get a DataColumn object representing the currently sorted column. |
SortType |
getSortOrder()
Get the current sorting order of the store. |
int |
handleCompareFunc(Handle model,
Handle aIter,
Handle bIter,
int col)
Call-back method invoked by the JNI code when sorting is required. |
void |
setSortColumn(DataColumn column,
SortType order)
Set the column in the model to sort on. |
void |
setSortMethod(TreeIterComparison method,
DataColumn column)
Set the class used to sort the list according to the values stored in the given DataColumn. |
Method Detail |
public Handle getHandle()
public void setSortColumn(DataColumn column, SortType order)
public DataColumn getSortColumn()
DataColumn.equals(org.gnu.gtk.DataColumn)
method.
public SortType getSortOrder()
public void setSortMethod(TreeIterComparison method, DataColumn column)
public int handleCompareFunc(Handle model, Handle aIter, Handle bIter, int col)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |