Class GroupsListModel.GroupDataInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte ELEMENT
      Indicates the data is an element of a group.
      static byte GROUP
      Indicates the data is a group (a.k.a., the head of the group).
      static byte GROUPFOOT
      Indicates the data is a group foot.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getGroupIndex()
      Returns the index of this group
      int getOffset()
      The offset of an element in a group.
      int getType()
      The type of the data.
      boolean isOpen()
      Whether the group is opened.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait