|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.gef.Request | +--org.eclipse.gef.requests.LocationRequest | +--org.eclipse.gef.requests.DirectEditRequest
A request to perform direct editing on the receiver of the 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.requests.LocationRequest |
getLocation, setLocation |
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 |
public DirectEditRequest()
public DirectEditRequest(Object type)
type
- Method Detail |
public Object getDirectEditFeature()
public CellEditor getCellEditor()
public void setCellEditor(CellEditor celleditor)
public void setDirectEditFeature(Object feature)
|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |