Method Summary |
|
protected void | adjustActions() |
public boolean | adjustXPDL(Package pkg) |
public boolean | canCreateElement(XMLCollection col) |
public boolean | canDuplicateElement(XMLCollection col, XMLElement el) |
public boolean | canInsertElement(XMLCollection col, XMLElement el) |
public boolean | canModifyElement(XMLElement el) |
public boolean | canRemoveElement(XMLCollection col, XMLElement el) |
public boolean | canRepositionElement(XMLCollection col, XMLElement el) |
public List | checkValidity(XMLElement el, boolean fullCheck) |
public void | createGraph(WorkflowProcess wp) |
public void | createGraph(ActivitySet as) |
protected Graph | createGraph() |
protected JaWEGraphModel | createGraphModel() |
protected XPDLElementChangeInfo | createInfo(XMLElement main, List elements, int action) |
protected GraphControllerPanel | createPanel() |
public void | displayNextGraph() |
public void | displayPreviousGraph() |
protected Map | getAllPackageParticipants(List pkgs) |
protected List | getAllWorkflowProcessesAndActivitySetsForAdjustment(List pkgs) |
public List | getChoices(ChoiceButton cbutton) |
public CopyOrCutInfo | getCopyOrCutInfo() |
public XMLCollectionElement | getDisplayedXPDLObject() |
public Graph | getGraph(XMLCollectionElement wpOrAs) |
public GraphMarqueeHandler | getGraphMarqueeHandler() |
public GraphObjectFactory | getGraphObjectFactory() |
public GraphObjectRendererFactory | getGraphObjectRendererFactory() |
public GraphSettings | getGraphSettings() |
protected List | getGraphsToValidate(XMLElement el) |
public HistoryManager | getHistoryManager() |
public String | getName() |
public GraphOverview | getOverview() |
public Graph | getSelectedGraph() |
public Object | getSelectedObject(ChoiceButton cbutton) |
public JaWEComponentSettings | getSettings() |
public String | getType() |
public JaWEComponentView | getView() |
protected void | init() |
protected void | insertPackage(Package pkg) |
public boolean | isUpdateInProgress() |
protected void | removeGraph(XMLCollectionElement wpOrAs) |
protected void | removePackage(Package pkg) |
public void | selectGraphForElement(XMLCollectionElement cel) |
public void | selectionChanged(ChoiceButton cbutton, Object change) |
protected void | setSelectedGraph(Graph graph) |
public void | setType(String type) |
public void | setUpdateInProgress(boolean isInProgress) |
public void | update(Observable o, Object arg) |
public void | update(XPDLElementChangeInfo info) |
public void | valueChanged(GraphSelectionEvent e) |