Together Workflow Editor 3.0-1 API

org.enhydra.jawe.components.graph
Interface GraphOverview

All Superinterfaces:
JaWEComponent
All Known Implementing Classes:
GraphOverviewPanel

public interface GraphOverview
extends JaWEComponent

Author:
Miroslav Popov

Field Summary
 
Fields inherited from interface org.enhydra.jawe.JaWEComponent
LOWER_STATUS_COMPONENT, MAIN_COMPONENT, OTHER_COMPONENT, SPECIAL_COMPONENT, TREE_COMPONENT, UPPER_STATUS_COMPONENT
 
Method Summary
 void displayGraph()
           
 Graph getGraph()
           
 void init(GraphController controller)
           
 
Methods inherited from interface org.enhydra.jawe.JaWEComponent
adjustXPDL, canCreateElement, canDuplicateElement, canInsertElement, canModifyElement, canRemoveElement, canRepositionElement, checkValidity, getName, getSettings, getType, getView, isUpdateInProgress, setType, setUpdateInProgress
 

Method Detail

init

void init(GraphController controller)

displayGraph

void displayGraph()

getGraph

Graph getGraph()

Together Workflow Editor 3.0-1 API