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() |
DisplayPositioned |
getLegend() |
Code |
getNamespace() |
PackageStyle |
getPackageStyle() |
SingleStrategy |
getSingleStrategy() |
void |
moveEntitiesTo(IGroup dest) |
void |
overrideImage(IEntityImage img,
LeafType state) |
void |
setConcurrentSeparator(char separator) |
void |
setLegend(DisplayPositioned legend) |
int |
size() |
addStereotag, addUrl, getBodier, getCode, getCodeGetName, getCodeLine, getDisplay, getIdent, getLeafType, getParentContainer, getRawLayout, getStereostyles, getStereotype, getTips, getUid, getUrl99, getUSymbol, hasUrl, isAloneAndUnlinked, isGroup, putTip, setCodeLine, setDisplay, setStereostyle, setStereotype, setThisIsTogether, setUSymbol, stereotagsgetColors, setColorsisRemovedgetColors, setSpecificColorTOBEREMOVEDboolean containsLeafRecurse(ILeaf entity)
java.util.Collection<ILeaf> getLeafsDirect()
java.util.Collection<IGroup> getChildren()
void moveEntitiesTo(IGroup dest)
int size()
GroupType getGroupType()
Code getNamespace()
PackageStyle getPackageStyle()
void overrideImage(IEntityImage img, LeafType state)
SingleStrategy getSingleStrategy()
FontConfiguration getFontConfigurationForTitle(ISkinParam skinParam)
char getConcurrentSeparator()
void setConcurrentSeparator(char separator)
void setLegend(DisplayPositioned legend)
DisplayPositioned getLegend()