g-Eclipse
Release 1.0.0

eu.geclipse.workflow.ui.edit.policies
Class WorkflowItemSemanticEditPolicy

java.lang.Object
  extended by SemanticEditPolicy
      extended by eu.geclipse.workflow.ui.edit.policies.WorkflowBaseItemSemanticEditPolicy
          extended by eu.geclipse.workflow.ui.edit.policies.WorkflowItemSemanticEditPolicy

public class WorkflowItemSemanticEditPolicy
extends WorkflowBaseItemSemanticEditPolicy


Nested Class Summary
 
Nested classes/interfaces inherited from class eu.geclipse.workflow.ui.edit.policies.WorkflowBaseItemSemanticEditPolicy
WorkflowBaseItemSemanticEditPolicy.LinkConstraints
 
Field Summary
 
Fields inherited from class eu.geclipse.workflow.ui.edit.policies.WorkflowBaseItemSemanticEditPolicy
VISUAL_ID_KEY
 
Constructor Summary
WorkflowItemSemanticEditPolicy()
           
 
Method Summary
 Command getCommand(Request request)
          Extended request data key to hold editpart visual id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowItemSemanticEditPolicy

public WorkflowItemSemanticEditPolicy()
Method Detail

getCommand

public Command getCommand(Request request)
Description copied from class: WorkflowBaseItemSemanticEditPolicy
Extended request data key to hold editpart visual id. Add visual id of edited editpart to extended data of the request so command switch can decide what kind of diagram element is being edited. It is done in those cases when it's not possible to deduce diagram element kind from domain element.

Overrides:
getCommand in class WorkflowBaseItemSemanticEditPolicy

g-Eclipse
Release 1.0.0