类 JImColumnSortSpecsGen
java.lang.Object
org.ice1000.jimgui.JImColumnSortSpecsGen
- 直接已知子类:
JImSortSpecs.Column
- 从以下版本开始:
- v0.18
-
字段概要
字段 -
方法概要
修饰符和类型方法说明shortprotected static shortgetColumnIndex(long nativeObjectPtr)intprotected static intgetColumnUserID(long nativeObjectPtr)intprotected static intgetSortDirection(long nativeObjectPtr)shortprotected static shortgetSortOrder(long nativeObjectPtr)protected static voidsetColumnIndex(long nativeObjectPtr, short newValue)voidsetColumnIndex(short newValue)voidsetColumnUserID(int newValue)protected 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)
-
字段详细资料
-
nativeObjectPtr
protected long nativeObjectPtr
-
-
方法详细资料
-
getColumnUserID
public int getColumnUserID() -
getColumnUserID
protected static int getColumnUserID(long nativeObjectPtr) -
setColumnUserID
public void setColumnUserID(int newValue) -
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() -
getColumnIndex
protected static short getColumnIndex(long nativeObjectPtr) -
setColumnIndex
public void setColumnIndex(short newValue) -
setColumnIndex
protected static void setColumnIndex(long nativeObjectPtr, short newValue) -
getSortOrder
public short getSortOrder() -
getSortOrder
protected static short getSortOrder(long nativeObjectPtr) -
setSortOrder
public void setSortOrder(short newValue) -
setSortOrder
protected static void setSortOrder(long nativeObjectPtr, short newValue)
-