Class WorkflowPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Runnable, Accessible

public class WorkflowPane extends ItemTabPane
See Also:
  • Field Details

    • mWorkflow

      protected Workflow mWorkflow
    • mLoadButton

      protected JButton mLoadButton
    • mSaveButton

      protected JButton mSaveButton
    • mLayoutButton

      protected JButton mLayoutButton
    • mZoomOutButton

      protected JButton mZoomOutButton
    • mOtherToolBarButtons

      protected JButton[] mOtherToolBarButtons
    • mWfEdgeFactory

      protected EdgeFactory mWfEdgeFactory
    • mWfVertexFactory

      protected VertexFactory mWfVertexFactory
    • mEditorPanel

      protected EditorPanel mEditorPanel
    • mPropertyPanel

      protected VertexPropertyPanel mPropertyPanel
    • mSplitPane

      protected JSplitPane mSplitPane
  • Constructor Details

    • WorkflowPane

      public WorkflowPane()
  • Method Details

    • setParent

      public void setParent(ItemDetails parent)
      Overrides:
      setParent in class ItemTabPane
    • createListeners

      protected void createListeners()
    • getEditorPanel

      public EditorPanel getEditorPanel()
      Return a single ref on mEditorPanel
      Returns:
      EditorPanel
    • getJSplitPane

      public JSplitPane getJSplitPane()
    • add

      public void add(Workflow contents)
    • addActivity

      protected void addActivity(CompositeActivity cAct)
    • run

      public void run()
      Description copied from class: ItemTabPane
      Empty implementation. Subclases shall provide the cluster specific version
      Specified by:
      run in interface Runnable
      Overrides:
      run in class ItemTabPane
    • reload

      public void reload()
      Overrides:
      reload in class ItemTabPane
    • createLayout

      protected void createLayout()
    • loadWorkflow

      protected void loadWorkflow()
    • saveWorkflow

      protected void saveWorkflow()
    • getPropertyPanel

      public VertexPropertyPanel getPropertyPanel()
    • setNewPropertyPanel

      public void setNewPropertyPanel()