Package org.globus.cog.gui.grapheditor.ant

Interface Summary
ThreadedBuildListener Used by the ThreadedBuilder for notification
 

Class Summary
AllListView All the nodes in a table.
AntNode This is the root class for Ant nodes
AntRenderer  
EchoCanvas A canvas that has a text editor for the parent node.
EchoCanvasRenderer  
EchoNode An echo node.
FlowEdge Represents the flow edge.
FlowTransformation Transform parallel and serial nested elements into a flow graph.
FlowView Only shows FlowEdge edges and Target nodes
ForLoopEdge A rectangular edge that "represents" a loop in the flow
ForNode Rendered for a "for" loop
ForNodeEnd A node representing the end point of a for loop
IconRenderer  
JoinNode Used between two parallel sections following each other sequentially
ParallelCanvas  
ParallelCanvasRenderer  
ParallelFlowTransformation Implements a starting point for a parallel -> flow transformation.
ParallelFlowView View specific for a parallel container
ParallelNode  
ProjectCanvas Contains all the toplevel nodes within a project such as targets.
ProjectCanvasRenderer  
ProjectFrame Extends a CanvasFrame to provide a menu for loading, importing, saving Ant stuff
ProjectNode Renderer for an Ant project.
ProjectPropertiesView  
ProjectPropertyNode  
SerialCanvas  
SerialCanvasRenderer  
SerialFlowTransformation Entry point for a flow transformation from a sequential construct
SerialFlowView  
SerialNode "sequential" actually
TargetCanvas  
TargetCanvasRenderer  
TargetDependency Does not do anything, but it allows class-based filtering
TargetNode A target node representing an Ant target.
TargetNodeRenderer  
TargetsGraphView  
TargetsListView  
TaskCanvas  
TaskCanvasRenderer  
TaskNode A generic task.
TextEditorView  
ThreadedBuilder Runs the build in a separate thread.