GEF v2.0

org.eclipse.gef.requests
Class DirectEditRequest

java.lang.Object
  |
  +--org.eclipse.gef.Request
        |
        +--org.eclipse.gef.requests.DirectEditRequest

public class DirectEditRequest
extends Request


Constructor Summary
DirectEditRequest()
          Constructor for DirectEditRequest.
DirectEditRequest(Object type)
          Constructor for DirectEditRequest.
 
Method Summary
 CellEditor getCellEditor()
           
 Object getDirectEditFeature()
          If the EditPart supports direct editing of multiple features, this parameter can be used to discriminate among them.
 void setCellEditor(CellEditor celleditor)
           
 void setDirectEditFeature(Object feature)
           
 
Methods inherited from class org.eclipse.gef.Request
getType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectEditRequest

public DirectEditRequest()
Constructor for DirectEditRequest.

DirectEditRequest

public DirectEditRequest(Object type)
Constructor for DirectEditRequest.
Parameters:
type -  
Method Detail

getDirectEditFeature

public Object getDirectEditFeature()
If the EditPart supports direct editing of multiple features, this parameter can be used to discriminate among them.

getCellEditor

public CellEditor getCellEditor()

setCellEditor

public void setCellEditor(CellEditor celleditor)

setDirectEditFeature

public void setDirectEditFeature(Object feature)

GEF v2.0