All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addGroup(IGroup group) |
void |
addLeaf(ILeaf entity) |
void |
addLink(Link link) |
static void |
bigError() |
Ident |
buildFullyQualified(Ident currentPath,
Ident id) |
void |
buildSuperGroups() |
IGroup |
createGroup(Ident ident,
Code code,
Display display,
Code namespace,
GroupType groupType,
IGroup parentContainer,
java.util.Set<VisibilityModifier> hides,
java.lang.String namespaceSeparator) |
ILeaf |
createLeaf(Ident ident,
Code code,
Display display,
LeafType entityType,
IGroup parentContainer,
java.util.Set<VisibilityModifier> hides,
java.lang.String namespaceSeparator) |
ILeaf |
createLeafForEmptyGroup(IGroup g,
ISkinParam skinParam) |
java.util.Set<SuperGroup> |
getAllSuperGroups() |
IGroup |
getGroup(Code code) |
IGroup |
getGroupStrict(Ident ident) |
IGroup |
getGroupVerySmart(Ident ident) |
Display |
getIntricatedDisplay(Ident ident) |
ILeaf |
getLeaf(Code code) |
ILeaf |
getLeafForEmptyGroup(IGroup g) |
ILeaf |
getLeafSmart(Ident ident) |
ILeaf |
getLeafStrict(Ident ident) |
ILeaf |
getLeafVerySmart(Ident ident) |
java.util.List<Link> |
getLinks() |
IGroup |
getParentContainer(Ident ident,
IGroup parentContainer) |
IGroup |
getRootGroup() |
SuperGroup |
getRootSuperGroup() |
java.util.Collection<IGroup> |
groups() |
java.util.Collection<IGroup> |
groups2() |
void |
incRawLayout() |
boolean |
isHidden(ILeaf leaf) |
IGroup |
isIntricated(IGroup parent) |
boolean |
isRemoved(ILeaf leaf) |
java.util.Collection<ILeaf> |
leafs() |
java.util.Collection<ILeaf> |
leafs2() |
IGroup |
muteToGroup(java.lang.String name,
Code namespace,
GroupType type,
IGroup parent) |
IGroup |
muteToGroup1972(Ident ident,
Code namespace,
GroupType type,
IGroup parent) |
void |
removeLink(Link link) |
void |
thisIsGoingToBeALeaf(Ident ident) |
void |
thisIsNotArealGroup(Ident ident) |