Interface FlagContainer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int FLAG_READONLY
      Read-only flag.
      static int FLAG_SELECTED
      Selection flag.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getFlags()
      Replies the flags associated to this element.
      boolean hasFlag​(int flagIndex)
      Replies if the specified flag is set for this element.
      void setFlag​(int flag)
      Set the flag.
      void switchFlag​(int flagIndex)
      Switch the value of the specified flag on this element.
      void unsetFlag​(int flagIndex)
      Unset the flag.