Interface TagGroup
- All Known Implementing Classes:
TagTypeBase.TagGroupImpl
public interface TagGroup
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(TagGroupListener l, boolean fire_for_existing) int[]getColor()getName()getTags()booleanvoidvoidsetColor(int[] rgb) voidsetExclusive(boolean b) voidvoid
-
Method Details
-
getName
String getName() -
setName
-
isExclusive
boolean isExclusive() -
setExclusive
void setExclusive(boolean b) -
setRootMoveOnAssignLocation
-
getRootMoveOnAssignLocation
File getRootMoveOnAssignLocation() -
setColor
void setColor(int[] rgb) -
getColor
int[] getColor() -
getTagType
TagType getTagType() -
getTags
-
addListener
-
removeListener
-