public interface IGroup extends IEntity
Modifier and Type | Method and Description |
---|---|
boolean |
containsLeafRecurse(ILeaf entity) |
java.util.Collection<IGroup> |
getChildren() |
char |
getConcurrentSeparator() |
FontConfiguration |
getFontConfigurationForTitle(ISkinParam skinParam) |
GroupType |
getGroupType() |
java.util.Collection<ILeaf> |
getLeafsDirect() |
DisplayPositionned |
getLegend() |
Code |
getNamespace2() |
PackageStyle |
getPackageStyle() |
SingleStrategy |
getSingleStrategy() |
void |
moveEntitiesTo(IGroup dest) |
void |
overrideImage(IEntityImage img,
LeafType state) |
void |
setConcurrentSeparator(char separator) |
void |
setLegend(DisplayPositionned legend) |
int |
size() |
addStereotag, addUrl, getBodier, getCode, getDisplay, getHectorLayer, getLeafType, getLongCode, getParentContainer, getRawLayout, getStereotype, getTips, getUid, getUrl99, getUSymbol, hasUrl, isGroup, putTip, setDisplay, setHectorLayer, setStereotype, setUSymbol, stereotags
getColors, setColors
isRemoved
getColors, setSpecificColorTOBEREMOVED
boolean containsLeafRecurse(ILeaf entity)
java.util.Collection<ILeaf> getLeafsDirect()
java.util.Collection<IGroup> getChildren()
void moveEntitiesTo(IGroup dest)
int size()
GroupType getGroupType()
Code getNamespace2()
PackageStyle getPackageStyle()
void overrideImage(IEntityImage img, LeafType state)
SingleStrategy getSingleStrategy()
FontConfiguration getFontConfigurationForTitle(ISkinParam skinParam)
char getConcurrentSeparator()
void setConcurrentSeparator(char separator)
void setLegend(DisplayPositionned legend)
DisplayPositionned getLegend()