ActorSuggestion |
Class for suggesting actors when editing a flow, depending on the context.
|
ActorTemplateSuggestion |
Class for suggesting actor templates when editing a flow, depending on
the context.
|
CellEditor |
Simply avoids the editing of the HTML of the tree nodes.
|
ClipboardActorContainer |
A simple container for multiple actors, for easy copying to and retrieving
from the clipboard.
|
ExternalActorSuggestion |
Class for suggesting actors when editing a flow, depending on the context.
|
Node |
A custom tree node for actors.
|
Renderer |
A specialized renderer for the tree elements.
|
Renderer.ActorIcon |
Basic class for drawing icons for actors in the flow.
|
Renderer.DisabledIcon |
A wrapper for icons in the tree to make them look disabled (light gray
background).
|
SelectionModel |
The selection model for the flow editor tree.
|
StateContainer |
Simple container that just captures the current state of things of the
flow tree, which allows menu items to decide whether to be executable or not.
|
TransferableNestedList |
A container for nested list.
|
Tree |
A custom tree for displaying the structure of a flow.
|
Tree.TreePopupSubmenu |
Container object for a custom submenu in the tree popup.
|
Tree.TreeState |
Container object for the tree state.
|
TreeHelper |
Helper class for flow tree related stuff.
|
TreeModel |
Specialized tree model for the flow editor.
|
TreeNodeCollection |
Node collection for the flow editor.
|
TreeOperations |
Performs complex operations on the tree, like adding, removing, enclosing
actors.
|