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 String
XhtmlProducer. 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 Tree
BreakpointPanel. getTree()
Returns the tree.Tree
ControlPanel. 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 Tree
FlowDisplay. m_Tree
the 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 Tree
ActorChangeEvent. 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 Tree
FlowPanel. m_DebugTree
the tree displaying the debug flow structure.protected Tree
FlowPanel. m_Tree
the tree displaying the flow structure.Methods in adams.gui.flow that return Tree Modifier and Type Method Description Tree
FlowEditorPanel. getCurrentTree()
Returns the tree.Tree
FlowMultiPagePane. getCurrentTree()
Returns the currently selected tree.Tree
FlowPanel. getDebugTree()
Returns the debug tree.Tree
FlowPanel. getTree()
Returns the tree.Tree
FlowTreeHandler. getTree()
Returns the tree.Tree
FlowMultiPagePane. 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 void
FlowPanel. 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 void
FlowTabManager. 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 Tree
Node. m_Owner
the owning tree.protected Tree
TreeOperations. m_Owner
the tree to operate on.protected Tree
Tree. m_Self
the tree itself.Tree
StateContainer. tree
the tree this state is for.Methods in adams.gui.flow.tree that return Tree Modifier and Type Method Description Tree
Node. getOwner()
Returns the tree the node belongs to.Tree
TreeOperations. getOwner()
Returns the owning tree.Methods in adams.gui.flow.tree with parameters of type Tree Modifier and Type Method Description static TreeNodeCollection
TreeNodeCollection. fromTransferable(Tree tree, Transferable t)
Recreates the node collection from a transferable string.void
Node. setOwner(Tree value)
Sets the owning tree recursively.protected void
Node. 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 boolean
AbstractEditPostProcessor. apply(Tree tree, Actor parent, Actor oldActor, Actor newActor)
Applies all the post-processors, if applicable.protected abstract boolean
AbstractEditPostProcessor. doPostProcess(Tree tree, Actor parent, Actor oldActor, Actor newActor)
Post-processes the tree.protected boolean
CallableActorRenamed. doPostProcess(Tree tree, Actor parent, Actor oldActor, Actor newActor)
Post-processes the tree.protected boolean
EventRenamed. doPostProcess(Tree tree, Actor parent, Actor oldActor, Actor newActor)
Post-processes the tree.protected boolean
StorageValueRenamed. doPostProcess(Tree tree, Actor parent, Actor oldActor, Actor newActor)
Post-processes the tree.protected boolean
VariableRenamed. doPostProcess(Tree tree, Actor parent, Actor oldActor, Actor newActor)
Post-processes the tree.boolean
AbstractEditPostProcessor. 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 void
AbstractRecordActorEnclosed. doRecord(Tree tree, TreePath[] paths, ActorHandler handler)
Records the enclosing action.protected void
MostCommon. doRecord(Tree tree, TreePath[] paths, ActorHandler handler)
Records the enclosing action.protected void
SimpleLog. doRecord(Tree tree, TreePath[] paths, ActorHandler handler)
Records the enclosing action.abstract boolean
AbstractRecordActorEnclosed. isEnabled(Tree tree)
Returns whether the recording is active.boolean
MostCommon. isEnabled(Tree tree)
Returns whether the recording is active.boolean
SimpleLog. isEnabled(Tree tree)
Returns whether the recording is active.void
AbstractRecordActorEnclosed. record(Tree tree, TreePath[] paths, ActorHandler handler)
Records the enclosing action.static void
AbstractRecordActorEnclosed. 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 Tree
ActorPathEditor. m_Tree
The tree displaying all the callable actors.Methods in adams.gui.goe that return Tree Modifier and Type Method Description static Tree
FlowHelper. 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 Tree
ActorPathTree. m_FlowTree
the underlying flow.Methods in adams.gui.goe.actorpathtree that return Tree Modifier and Type Method Description Tree
ActorPathTree. getFlowTree()
Returns the underlying flow.Methods in adams.gui.goe.actorpathtree with parameters of type Tree Modifier and Type Method Description void
ActorPathTree. setFlowTree(Tree value)
Sets the underlying flow.
-