|
GEF (MVC) 3.9.100.201405261516 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.Request
org.eclipse.gef.requests.LocationRequest
org.eclipse.gef.requests.DirectEditRequest
public class DirectEditRequest
A request to perform direct editing on the receiver of the Request.
Constructor Summary | |
---|---|
DirectEditRequest()
Constructor for DirectEditRequest. |
|
DirectEditRequest(java.lang.Object type)
Constructor for DirectEditRequest. |
Method Summary | |
---|---|
CellEditor |
getCellEditor()
Returns the cell editor used to perform the direct edit. |
java.lang.Object |
getDirectEditFeature()
If the EditPart supports direct editing of multiple features, this parameter can be used to discriminate among them. |
void |
setCellEditor(CellEditor celleditor)
Sets the cell editor to be used when direct editing. |
void |
setDirectEditFeature(java.lang.Object feature)
Sets the direct edit feature. |
Methods inherited from class org.eclipse.gef.requests.LocationRequest |
---|
getLocation, setLocation |
Methods inherited from class org.eclipse.gef.Request |
---|
getExtendedData, getType, setExtendedData, 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(java.lang.Object type)
type
- the typeMethod Detail |
---|
public java.lang.Object getDirectEditFeature()
public CellEditor getCellEditor()
public void setCellEditor(CellEditor celleditor)
celleditor
- the cell editorpublic void setDirectEditFeature(java.lang.Object feature)
feature
- the direct edit featuregetDirectEditFeature()
|
GEF (MVC) 3.9.100.201405261516 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |