java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.graffiti.plugin.inspector.InspectorTab
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.workflow.WorkflowHelper
All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, ContainsTabbedPane, HelperClass, ScenarioGui

public class WorkflowHelper
extends InspectorTab
implements ScenarioGui, ContainsTabbedPane, HelperClass
Deprecated.
Since 2.7.0, it contains outdated information and has been moved to vanted.org, where an updated version can be found at the tutorials section. There is also existing resize issue, connected with that.
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • WorkflowHelper

      public WorkflowHelper()
      Deprecated.
  • Method Details

    • setSettings

      public static void setSettings​(boolean enable)
      Deprecated.
    • getWorkFlowHelp

      public static JPanel getWorkFlowHelp()
      Deprecated.
    • postWorkflowStep

      public void postWorkflowStep​(String title, String[] imports, String[] commands)
      Deprecated.
      Specified by:
      postWorkflowStep in interface ScenarioGui
    • postWorkflowStep

      public void postWorkflowStep​(Action action)
      Deprecated.
      Specified by:
      postWorkflowStep in interface ScenarioGui
    • postWorkflowStep

      public void postWorkflowStep​(Algorithm algorithm, Parameter[] params)
      Deprecated.
      Specified by:
      postWorkflowStep in interface ScenarioGui
    • myGetIcon

      public Icon myGetIcon​(String name)
      Deprecated.
    • getCustomizedLabel

      public static JLabel getCustomizedLabel​(JLabel label)
      Deprecated.
    • postAttributeAdded

      public void postAttributeAdded​(AttributeEvent e)
      Deprecated.
    • postAttributeChanged

      public void postAttributeChanged​(AttributeEvent e)
      Deprecated.
    • postAttributeRemoved

      public void postAttributeRemoved​(AttributeEvent e)
      Deprecated.
    • preAttributeAdded

      public void preAttributeAdded​(AttributeEvent e)
      Deprecated.
    • preAttributeChanged

      public void preAttributeChanged​(AttributeEvent e)
      Deprecated.
    • preAttributeRemoved

      public void preAttributeRemoved​(AttributeEvent e)
      Deprecated.
    • transactionFinished

      public void transactionFinished​(TransactionEvent e)
      Deprecated.
    • transactionStarted

      public void transactionStarted​(TransactionEvent e)
      Deprecated.
    • visibleForView

      public boolean visibleForView​(View v)
      Deprecated.
      Specified by:
      visibleForView in class InspectorTab
    • getInstance

      public static WorkflowHelper getInstance()
      Deprecated.
    • getTabbedPane

      public JTabbedPane getTabbedPane()
      Deprecated.
      Specified by:
      getTabbedPane in interface ContainsTabbedPane
    • showPreferencesFolder

      public static void showPreferencesFolder()
      Deprecated.