Uses of Class
org.eclnt.workplace.WorkplaceFunctionTreeInfoNode
Packages that use WorkplaceFunctionTreeInfoNode
-
Uses of WorkplaceFunctionTreeInfoNode in org.eclnt.workplace
Methods in org.eclnt.workplace that return WorkplaceFunctionTreeInfoNodeModifier and TypeMethodDescriptionWorkplaceFunctionsManager.getRootNode()WorkplaceFunctionTreeFromInfoNode.getRootNode()WorkplaceFoldableFunctionTrees.Area.getTopNode()WorkplaceFunctionTreeInfoManager.loadFunctionTreeInfo(String treeName) Reads the function tree from the configuration/stream store.WorkplaceFunctionTreeInfoManager.loadFunctionTreeInfo(String treeName, boolean resolveEmbeddedTrees) Reads the function tree from the configuration/stream store.WorkplaceFunctionTreeInfoManager.loadFunctionTreeInfoFromStreamStore(String treeName) WorkplaceFunctionTreeInfoManager.unmarshalFunctionTreeInfo(String xml) Methods in org.eclnt.workplace that return types with arguments of type WorkplaceFunctionTreeInfoNodeModifier and TypeMethodDescriptionWorkplaceFunctionTreeInfoNode.getSubNodes()The sub-nodes of the current node.Methods in org.eclnt.workplace with parameters of type WorkplaceFunctionTreeInfoNodeModifier and TypeMethodDescriptionbooleanWorkplaceFunctionsManager.ICheckIfToRenderNode.checkIfToRenderNode(WorkplaceFunctionTreeInfoNode node) protected booleanWorkplaceFunctionTreeFromInfoNode.checkIfToRenderNode(WorkplaceFunctionTreeInfoNode node) voidWorkplaceFunctionsManager.importWorkplaceFunctionTreeInfoNode(WorkplaceFunctionTreeInfoNode nodeToImport) static StringWorkplaceFunctionTreeInfoManager.marshalFunctionTreeInfo(WorkplaceFunctionTreeInfoNode wfti) voidWorkplaceFoldableFunctionTrees.prepare(WorkplaceFunctionTreeInfoNode topNode) Renders the function tree with the topNode that is passed as parameter.static voidWorkplaceUtil.removeEmptyFolders(WorkplaceFunctionTreeInfoNode node) Removes all folders that do not contain start-able nodes from the node and its sub nodes.static voidWorkplaceFunctionTreeInfoManager.storeFunctionTreeInfo(String treeName, WorkplaceFunctionTreeInfoNode wfti) Method parameters in org.eclnt.workplace with type arguments of type WorkplaceFunctionTreeInfoNodeModifier and TypeMethodDescriptionvoidWorkplaceFunctionTreeInfoNode.setSubNodes(List<WorkplaceFunctionTreeInfoNode> subNodes) Constructors in org.eclnt.workplace with parameters of type WorkplaceFunctionTreeInfoNodeModifierConstructorDescriptionArea(WorkplaceFunctionTreeInfoNode topNode) FunctionTree(IDispatcher owner, WorkplaceFunctionTreeInfoNode rootNode) WorkplaceFunctionTreeFromInfoNode(IDispatcher owner, WorkplaceFunctionTreeInfoNode rootNode)