Interface | Description |
---|---|
RegisterableToolComponentModel |
The model for a tool in the tool tree and on the workspace
|
ToolComponentModel |
The model for a tool in the tool tree and on the workspace
|
UpdateActionConstants |
The default update action constants used within tool component model.
|
Class | Description |
---|---|
BrokenToolMonitor |
A background thread that constantly checks whether any tools have been broken/ unbroken, repainting the tool tree
when a change occurs.
|
ComponentSelectionHandler |
A selection handler for a single preselected task.
|
DoNothingAction |
Action class to handle all "save" actions.
|
PackageTree | |
PackageTreeModel |
A model for laying out and updating a tree of tools.
|
TaskGraphView |
A ToolComponentModel maintains a list to ToolComponentModels, each of which controls how a particular tool appears in
the tool tree/workspace.
|
TaskGraphViewManager |
The TaskGraphViewManager maintains the current view for each taskgraph and returns the appropriate tree icon,
workspace popup, tool component based on that mode.
|
ToolTreeModel |
A model for laying out and updating a tree of tools.
|
TrianaTreeRenderer |
Custom cell renderer for the tree.
|