类 JImColumnSortSpecsGen
java.lang.Object
org.ice1000.jimgui.JImColumnSortSpecsGen
- 直接已知子类:
JImSortSpecs.Column
- 从以下版本开始:
- v0.18
-
字段概要
字段 -
方法概要
修饰符和类型方法说明shortIndex+of+the+columnprotected static shortgetColumnIndex(long nativeObjectPtr)intUser+id+of+the+column+%28if+specified+by+a+TableSetupColumn%28%29+call%29protected static intgetColumnUserID(long nativeObjectPtr)intprotected static intgetSortDirection(long nativeObjectPtr)shortIndex+within+parent+ImGuiTableSortSpecs+%28always+stored+in+order+starting+from+0%2C+tables+sorted+on+a+single+criteria+will+always+have+a+0+here%29%0A++Index+of+this+column+within+sort+specs%2C+-1+if+not+sorting+on+this+column%2C+0+for+single-sort%2C+may+be+%3E0+on+multi-sortprotected static shortgetSortOrder(long nativeObjectPtr)protected static voidsetColumnIndex(long nativeObjectPtr, short newValue)voidsetColumnIndex(short newValue)Index+of+the+columnvoidsetColumnUserID(int newValue)User+id+of+the+column+%28if+specified+by+a+TableSetupColumn%28%29+call%29protected static voidsetColumnUserID(long nativeObjectPtr, int newValue)voidsetSortDirection(int newValue)protected static voidsetSortDirection(long nativeObjectPtr, int newValue)protected static voidsetSortOrder(long nativeObjectPtr, short newValue)voidsetSortOrder(short newValue)Index+within+parent+ImGuiTableSortSpecs+%28always+stored+in+order+starting+from+0%2C+tables+sorted+on+a+single+criteria+will+always+have+a+0+here%29%0A++Index+of+this+column+within+sort+specs%2C+-1+if+not+sorting+on+this+column%2C+0+for+single-sort%2C+may+be+%3E0+on+multi-sort
-
字段详细资料
-
nativeObjectPtr
protected long nativeObjectPtr
-
-
方法详细资料
-
getColumnUserID
public int getColumnUserID()User+id+of+the+column+%28if+specified+by+a+TableSetupColumn%28%29+call%29 -
getColumnUserID
protected static int getColumnUserID(long nativeObjectPtr) -
setColumnUserID
public void setColumnUserID(int newValue)User+id+of+the+column+%28if+specified+by+a+TableSetupColumn%28%29+call%29 -
setColumnUserID
protected static void setColumnUserID(long nativeObjectPtr, int newValue) -
getSortDirection
public int getSortDirection() -
getSortDirection
protected static int getSortDirection(long nativeObjectPtr) -
setSortDirection
public void setSortDirection(int newValue) -
setSortDirection
protected static void setSortDirection(long nativeObjectPtr, int newValue) -
getColumnIndex
public short getColumnIndex()Index+of+the+column -
getColumnIndex
protected static short getColumnIndex(long nativeObjectPtr) -
setColumnIndex
public void setColumnIndex(short newValue)Index+of+the+column -
setColumnIndex
protected static void setColumnIndex(long nativeObjectPtr, short newValue) -
getSortOrder
public short getSortOrder()Index+within+parent+ImGuiTableSortSpecs+%28always+stored+in+order+starting+from+0%2C+tables+sorted+on+a+single+criteria+will+always+have+a+0+here%29%0A++Index+of+this+column+within+sort+specs%2C+-1+if+not+sorting+on+this+column%2C+0+for+single-sort%2C+may+be+%3E0+on+multi-sort -
getSortOrder
protected static short getSortOrder(long nativeObjectPtr) -
setSortOrder
public void setSortOrder(short newValue)Index+within+parent+ImGuiTableSortSpecs+%28always+stored+in+order+starting+from+0%2C+tables+sorted+on+a+single+criteria+will+always+have+a+0+here%29%0A++Index+of+this+column+within+sort+specs%2C+-1+if+not+sorting+on+this+column%2C+0+for+single-sort%2C+may+be+%3E0+on+multi-sort -
setSortOrder
protected static void setSortOrder(long nativeObjectPtr, short newValue)
-