类 JImTableSortSpecsGen
java.lang.Object
org.ice1000.jimgui.JImTableSortSpecsGen
- 直接已知子类:
JImSortSpecs
- 从以下版本开始:
- v0.18
-
字段概要
字段 -
方法概要
修饰符和类型方法说明intprotected static intgetSpecsCount(long nativeObjectPtr)booleanSet+to+true+when+specs+have+changed+since+last+time%21+Use+this+to+sort+again%2C+then+clear+the+flag.static booleanisSpecsDirty(long nativeObjectPtr)voidsetSpecsCount(int newValue)protected static voidsetSpecsCount(long nativeObjectPtr, int newValue)voidsetSpecsDirty(boolean newValue)Set+to+true+when+specs+have+changed+since+last+time%21+Use+this+to+sort+again%2C+then+clear+the+flag.static voidsetSpecsDirty(long nativeObjectPtr, boolean newValue)
-
字段详细资料
-
nativeObjectPtr
protected long nativeObjectPtr
-
-
方法详细资料
-
getSpecsCount
public int getSpecsCount() -
getSpecsCount
protected static int getSpecsCount(long nativeObjectPtr) -
setSpecsCount
public void setSpecsCount(int newValue) -
setSpecsCount
protected static void setSpecsCount(long nativeObjectPtr, int newValue) -
isSpecsDirty
public boolean isSpecsDirty()Set+to+true+when+specs+have+changed+since+last+time%21+Use+this+to+sort+again%2C+then+clear+the+flag. -
isSpecsDirty
public static boolean isSpecsDirty(long nativeObjectPtr) -
setSpecsDirty
public void setSpecsDirty(boolean newValue)Set+to+true+when+specs+have+changed+since+last+time%21+Use+this+to+sort+again%2C+then+clear+the+flag. -
setSpecsDirty
public static void setSpecsDirty(long nativeObjectPtr, boolean newValue)
-