public abstract class DrawableCapture extends CaptureOperation
| Modifier | Constructor and Description | 
|---|---|
protected  | 
DrawableCapture(SelectionController controller)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
cancel()
Fires the cancel event and disposes of the drawable area. 
 | 
void | 
complete()
Fires the complete event and disposes of the drawable area. 
 | 
void | 
dispose()
Disposes of the current operation. 
 | 
protected SelectionController | 
getController()  | 
DrawableArea | 
getDrawableArea()  | 
protected void | 
showDrawableArea()  | 
addCaptureListener, execute, fireCaptureCancelEvent, fireCaptureCompleteEvent, fireCaptureStartEvent, getCaptureListeners, removeCaptureListenerprotected DrawableCapture(SelectionController controller)
protected SelectionController getController()
public DrawableArea getDrawableArea()
protected void showDrawableArea()
public void dispose()
public void cancel()
public void complete()