|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.teamdev.jxcapture.image.operation.controllers.SelectionController
public abstract class SelectionController
The abstract class represents the controller for processing the mouse and keyboard events.
Field Summary | |
---|---|
protected CaptureListener |
captureListener
|
Constructor Summary | |
---|---|
protected |
SelectionController()
|
Method Summary | |
---|---|
void |
activate(CaptureListener captureListener)
Activates the object for listening to the mouse and key actions. |
protected void |
fireCancelAction()
|
protected void |
fireCompleteAction()
|
abstract SelectionPainter |
getSelectionPainter()
Returns a SelectionPainter object. |
abstract boolean |
onKeyAction(java.awt.event.KeyEvent event)
Invoked when a key action has occurred. |
abstract boolean |
onMouseAction(java.awt.event.MouseEvent event)
Invoked when a mouse action has occurred. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CaptureListener captureListener
Constructor Detail |
---|
protected SelectionController()
Method Detail |
---|
public abstract boolean onKeyAction(java.awt.event.KeyEvent event)
public abstract boolean onMouseAction(java.awt.event.MouseEvent event)
public abstract SelectionPainter getSelectionPainter()
SelectionPainter
object.
public void activate(CaptureListener captureListener)
protected void fireCompleteAction()
protected void fireCancelAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |