Package com.biglybt.core.tag
Interface TagGroup
- All Known Implementing Classes:
TagTypeBase.TagGroupImpl
public interface TagGroup
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(TagGroupListener l, boolean fire_for_existing) int[]
getColor()
getName()
getTags()
boolean
void
void
setColor
(int[] rgb) void
setExclusive
(boolean b) void
void
-
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
-