Interface TagGroup

All Known Implementing Classes:
TagTypeBase.TagGroupImpl

public interface TagGroup
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • isExclusive

      boolean isExclusive()
    • setExclusive

      void setExclusive(boolean b)
    • setRootMoveOnAssignLocation

      void setRootMoveOnAssignLocation(File loc)
    • getRootMoveOnAssignLocation

      File getRootMoveOnAssignLocation()
    • setColor

      void setColor(int[] rgb)
    • getColor

      int[] getColor()
    • getTagType

      TagType getTagType()
    • getTags

      List<Tag> getTags()
    • addListener

      void addListener(TagGroupListener l, boolean fire_for_existing)
    • removeListener

      void removeListener(TagGroupListener l)