类 JImColumnSortSpecsGen

java.lang.Object
org.ice1000.jimgui.JImColumnSortSpecsGen
直接已知子类:
JImSortSpecs.Column

public class JImColumnSortSpecsGen extends Object
从以下版本开始:
v0.18
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected long
     
  • 方法概要

    修饰符和类型
    方法
    说明
    short
    Index+of+the+column
    protected static short
    getColumnIndex​(long nativeObjectPtr)
     
    int
    User+id+of+the+column+%28if+specified+by+a+TableSetupColumn%28%29+call%29
    protected static int
    getColumnUserID​(long nativeObjectPtr)
     
    int
     
    protected static int
    getSortDirection​(long nativeObjectPtr)
     
    short
    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
    protected static short
    getSortOrder​(long nativeObjectPtr)
     
    protected static void
    setColumnIndex​(long nativeObjectPtr, short newValue)
     
    void
    setColumnIndex​(short newValue)
    Index+of+the+column
    void
    setColumnUserID​(int newValue)
    User+id+of+the+column+%28if+specified+by+a+TableSetupColumn%28%29+call%29
    protected static void
    setColumnUserID​(long nativeObjectPtr, int newValue)
     
    void
    setSortDirection​(int newValue)
     
    protected static void
    setSortDirection​(long nativeObjectPtr, int newValue)
     
    protected static void
    setSortOrder​(long nativeObjectPtr, short newValue)
     
    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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • 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)