protected class DefaultModulesPanel.ModuleTreeNode extends DefaultModulesPanel.UserNode
DefaultModulesPanel.ModuleTreeNode
is used for nodes that represent modules.Constructor and Description |
---|
ModuleTreeNode(java.lang.Class<? extends com.google.inject.Module> module) |
Modifier and Type | Method and Description |
---|---|
PropertyModule |
getModule() |
java.lang.Class<?> |
getType() |
getIcon, getTooltip, toString
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
public ModuleTreeNode(java.lang.Class<? extends com.google.inject.Module> module)
public PropertyModule getModule()
public java.lang.Class<?> getType()
getType
in class DefaultModulesPanel.UserNode