g-Eclipse
Release 1.0.0

eu.geclipse.workflow.ui.edit.parts
Class WorkflowJobEditPart

java.lang.Object
  extended by ShapeNodeEditPart
      extended by eu.geclipse.workflow.ui.edit.parts.WorkflowJobEditPart

public class WorkflowJobEditPart
extends ShapeNodeEditPart

The class that connects the Figure and Model of the WorkflowJob


Field Summary
static int VISUAL_ID
           
 
Constructor Summary
WorkflowJobEditPart(View view)
          Constructor
 
Method Summary
 IFigure getContentPane()
          Returns the content pane
 eu.geclipse.workflow.ui.internal.WorkflowJobFigure getPrimaryShape()
          Returns the shape of this figure
 void performRequest(Request request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VISUAL_ID

public static final int VISUAL_ID
See Also:
Constant Field Values
Constructor Detail

WorkflowJobEditPart

public WorkflowJobEditPart(View view)
Constructor

Method Detail

getPrimaryShape

public eu.geclipse.workflow.ui.internal.WorkflowJobFigure getPrimaryShape()
Returns the shape of this figure


performRequest

public void performRequest(Request request)

getContentPane

public IFigure getContentPane()
Returns the content pane


g-Eclipse
Release 1.0.0