Uses of Class
com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
-
Packages that use TreeLayoutNode Package Description com.neotropic.kuwaiba.modules.commercial.ospman.dialogs -
-
Uses of TreeLayoutNode in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
Subclasses of TreeLayoutNode in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs Modifier and Type Class Description class
CableNode
Represents a cable in the mid-span access and splicing viewclass
FiberNode
Represents a fiber in the mid-span access and splicing viewMethods in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs that return TreeLayoutNode Modifier and Type Method Description TreeLayoutNode
TreeLayoutNode. getParentNode()
TreeLayoutNode[]
TreeLayout. getRoots()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs that return types with arguments of type TreeLayoutNode Modifier and Type Method Description List<TreeLayoutNode>
CableNode. getNodeChildren()
List<TreeLayoutNode>
TreeLayoutNode. getNodeChildren()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs with parameters of type TreeLayoutNode Modifier and Type Method Description void
TreeLayout. execute(TreeLayoutNode treeLayoutNode, boolean expand, boolean fromClient)
void
TreeLayoutNode. setParentNode(TreeLayoutNode parentNode)
void
TreeLayout. setRoots(TreeLayoutNode... roots)
Method parameters in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs with type arguments of type TreeLayoutNode Modifier and Type Method Description void
TreeLayoutNode. setNodeChildren(List<TreeLayoutNode> nodeChildren)
Constructors in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs with parameters of type TreeLayoutNode Constructor Description CollapseEvent(TreeLayoutNode source, boolean fromClient)
ExpandEvent(TreeLayoutNode source, boolean fromClient)
-