public class DirectEditRequest extends LocationRequest
Constructor and Description |
---|
DirectEditRequest()
Constructor for DirectEditRequest.
|
DirectEditRequest(java.lang.Object type)
Constructor for DirectEditRequest.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getLocation, setLocation
getExtendedData, getType, setExtendedData, setType
public DirectEditRequest()
public DirectEditRequest(java.lang.Object type)
type
- the typepublic 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()
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.