Package | Description |
---|---|
oracle.jdeveloper.uieditor.datatransfer |
Modifier and Type | Method and Description |
---|---|
UIPosition |
OperationProcessor.getRepresentativeOperationPosition()
Returns the position, given the current state from the last call to
#consider , that best represents where an operation would be performed. |
Modifier and Type | Method and Description |
---|---|
boolean |
Operation.apply(CmtModel model, UIPosition pos, oracle.javatools.datatransfer.TransferDataInfo data)
Applies this operation, returning whether it was applied successfully.
|
protected java.lang.String |
Operation.getPositionDisplayName(CmtModel model, UIPosition position) |
Constructor and Description |
---|
PerformOperationAction(Operation operation, CmtModel model, oracle.javatools.datatransfer.TransferDataInfo data, UIPosition position) |