g-Eclipse
Release 1.0.0

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

java.lang.Object
  extended by CompartmentEditPart
      extended by eu.geclipse.workflow.ui.edit.parts.WorkflowJobNameEditPart

public class WorkflowJobNameEditPart
extends CompartmentEditPart

The class that connects the Figure and Model of the WorkflowJobName.


Field Summary
static int VISUAL_ID
           
 
Constructor Summary
WorkflowJobNameEditPart(View view)
           
 
Method Summary
 IGraphicalEditPart getChildBySemanticHint(java.lang.String semanticHint)
           
 IContentAssistProcessor getCompletionProcessor()
           
 java.lang.String getEditText()
           
 ICellEditorValidator getEditTextValidator()
           
 IParser getParser()
           
 ParserOptions getParserOptions()
           
 void setLabel(Label figure)
           
 void setLabelText(java.lang.String text)
           
 
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

WorkflowJobNameEditPart

public WorkflowJobNameEditPart(View view)
Method Detail

setLabel

public void setLabel(Label figure)

getChildBySemanticHint

public IGraphicalEditPart getChildBySemanticHint(java.lang.String semanticHint)

setLabelText

public void setLabelText(java.lang.String text)

getEditText

public java.lang.String getEditText()

getEditTextValidator

public ICellEditorValidator getEditTextValidator()

getCompletionProcessor

public IContentAssistProcessor getCompletionProcessor()

getParserOptions

public ParserOptions getParserOptions()

getParser

public IParser getParser()

g-Eclipse
Release 1.0.0