Package adams.gui.flow
Interface FlowTreeHandler
-
- All Known Implementing Classes:
BreakpointPanel
,ControlPanel
,FlowPanel
public interface FlowTreeHandler
Interface for widgets that handle a flow tree.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tree
getTree()
Returns the tree.
-
-
-
Method Detail
-
getTree
Tree getTree()
Returns the tree.- Returns:
- the tree
-
-