Uses of Class
adams.gui.flow.tree.Tree
-
-
Uses of Tree in adams.core.option
Methods in adams.core.option with parameters of type Tree Modifier and Type Method Description protected StringXhtmlProducer. toPlainText(Tree tree)Generates a string representation of the tree in plain text. -
Uses of Tree in adams.flow.execution.debug
Methods in adams.flow.execution.debug that return Tree Modifier and Type Method Description TreeBreakpointPanel. getTree()Returns the tree.TreeControlPanel. getTree()Returns the tree, if available. -
Uses of Tree in adams.flow.sink
Fields in adams.flow.sink declared as Tree Modifier and Type Field Description protected TreeFlowDisplay. m_Treethe tree used for displaying the actor. -
Uses of Tree in adams.gui.event
Methods in adams.gui.event that return Tree Modifier and Type Method Description TreeActorChangeEvent. getTree()Returns the tree that triggered the event.Constructors in adams.gui.event with parameters of type Tree Constructor Description ActorChangeEvent(Tree tree, Node[] nodes, ActorChangeEvent.Type type)Initializes the event.ActorChangeEvent(Tree tree, Node node, ActorChangeEvent.Type type)Initializes the event. -
Uses of Tree in adams.gui.flow
Fields in adams.gui.flow declared as Tree Modifier and Type Field Description protected TreeFlowPanel. m_DebugTreethe tree displaying the debug flow structure.protected TreeFlowPanel. m_Treethe tree displaying the flow structure.Methods in adams.gui.flow that return Tree Modifier and Type Method Description TreeFlowEditorPanel. getCurrentTree()Returns the tree.TreeFlowMultiPagePane. getCurrentTree()Returns the currently selected tree.TreeFlowPanel. getDebugTree()Returns the debug tree.TreeFlowPanel. getTree()Returns the tree.TreeFlowTreeHandler. getTree()Returns the tree.TreeFlowMultiPagePane. getTreeAt(int index)Returns the tree at the specified position.Methods in adams.gui.flow with parameters of type Tree Modifier and Type Method Description static voidFlowPanel. configureUI(Tree tree)Configures the UI of the tree with parameters from the properties. -
Uses of Tree in adams.gui.flow.tab
Methods in adams.gui.flow.tab with parameters of type Tree Modifier and Type Method Description voidFlowTabManager. refresh(Tree tree)Notifies all the tabs. -
Uses of Tree in adams.gui.flow.tree
Fields in adams.gui.flow.tree declared as Tree Modifier and Type Field Description protected TreeNode. m_Ownerthe owning tree.protected TreeTreeOperations. m_Ownerthe tree to operate on.protected TreeTree. m_Selfthe tree itself.TreeStateContainer. treethe tree this state is for.Methods in adams.gui.flow.tree that return Tree Modifier and Type Method Description TreeNode. getOwner()Returns the tree the node belongs to.TreeTreeOperations. getOwner()Returns the owning tree.Methods in adams.gui.flow.tree with parameters of type Tree Modifier and Type Method Description static TreeNodeCollectionTreeNodeCollection. fromTransferable(Tree tree, Transferable t)Recreates the node collection from a transferable string.voidNode. setOwner(Tree value)Sets the owning tree recursively.protected voidNode. setOwner(Tree value, boolean invalidate)Sets the owning tree recursively.Constructors in adams.gui.flow.tree with parameters of type Tree Constructor Description Node(Tree owner)Initializes the node.Node(Tree owner, Actor actor)Initializes the node.Node(Tree owner, Actor actor, String commandline)Initializes the node.TreeOperations(Tree owner)Initializes the object. -
Uses of Tree in adams.gui.flow.tree.postprocessor
Methods in adams.gui.flow.tree.postprocessor with parameters of type Tree Modifier and Type Method Description static booleanAbstractEditPostProcessor. apply(Tree tree, Actor parent, Actor oldActor, Actor newActor)Applies all the post-processors, if applicable.protected abstract booleanAbstractEditPostProcessor. doPostProcess(Tree tree, Actor parent, Actor oldActor, Actor newActor)Post-processes the tree.protected booleanCallableActorRenamed. doPostProcess(Tree tree, Actor parent, Actor oldActor, Actor newActor)Post-processes the tree.protected booleanEventRenamed. doPostProcess(Tree tree, Actor parent, Actor oldActor, Actor newActor)Post-processes the tree.protected booleanStorageValueRenamed. doPostProcess(Tree tree, Actor parent, Actor oldActor, Actor newActor)Post-processes the tree.protected booleanVariableRenamed. doPostProcess(Tree tree, Actor parent, Actor oldActor, Actor newActor)Post-processes the tree.booleanAbstractEditPostProcessor. postProcess(Tree tree, Actor parent, Actor oldActor, Actor newActor)Post-processes the tree. -
Uses of Tree in adams.gui.flow.tree.record.enclose
Methods in adams.gui.flow.tree.record.enclose with parameters of type Tree Modifier and Type Method Description protected abstract voidAbstractRecordActorEnclosed. doRecord(Tree tree, TreePath[] paths, ActorHandler handler)Records the enclosing action.protected voidMostCommon. doRecord(Tree tree, TreePath[] paths, ActorHandler handler)Records the enclosing action.protected voidSimpleLog. doRecord(Tree tree, TreePath[] paths, ActorHandler handler)Records the enclosing action.abstract booleanAbstractRecordActorEnclosed. isEnabled(Tree tree)Returns whether the recording is active.booleanMostCommon. isEnabled(Tree tree)Returns whether the recording is active.booleanSimpleLog. isEnabled(Tree tree)Returns whether the recording is active.voidAbstractRecordActorEnclosed. record(Tree tree, TreePath[] paths, ActorHandler handler)Records the enclosing action.static voidAbstractRecordActorEnclosed. recordAll(Tree tree, TreePath[] paths, ActorHandler handler)Records the actor that was added. -
Uses of Tree in adams.gui.goe
Fields in adams.gui.goe declared as Tree Modifier and Type Field Description protected TreeActorPathEditor. m_TreeThe tree displaying all the callable actors.Methods in adams.gui.goe that return Tree Modifier and Type Method Description static TreeFlowHelper. getTree(Container cont)Tries to obtain the current flow editor tree. -
Uses of Tree in adams.gui.goe.actorpathtree
Fields in adams.gui.goe.actorpathtree declared as Tree Modifier and Type Field Description protected TreeActorPathTree. m_FlowTreethe underlying flow.Methods in adams.gui.goe.actorpathtree that return Tree Modifier and Type Method Description TreeActorPathTree. getFlowTree()Returns the underlying flow.Methods in adams.gui.goe.actorpathtree with parameters of type Tree Modifier and Type Method Description voidActorPathTree. setFlowTree(Tree value)Sets the underlying flow.
-