|
||||||||||
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
com.teamdev.jxcapture.image.operation.controllers.ScreenObjectController
public class ScreenObjectController
The specified controller for processing the mouse and key events during the capture of the screen object.
Field Summary |
---|
Fields inherited from class com.teamdev.jxcapture.image.operation.controllers.SelectionController |
---|
captureListener |
Constructor Summary | |
---|---|
ScreenObjectController(SelectionPainter painter)
|
Method Summary | |
---|---|
SelectionPainter |
getSelectionPainter()
Returns a SelectionPainter object. |
boolean |
onKeyAction(java.awt.event.KeyEvent event)
Invoked when a key action has occurred. |
boolean |
onMouseAction(java.awt.event.MouseEvent event)
Invoked when a mouse action has occurred. |
Methods inherited from class com.teamdev.jxcapture.image.operation.controllers.SelectionController |
---|
activate, fireCancelAction, fireCompleteAction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScreenObjectController(SelectionPainter painter)
Method Detail |
---|
public boolean onKeyAction(java.awt.event.KeyEvent event)
SelectionController
onKeyAction
in class SelectionController
public boolean onMouseAction(java.awt.event.MouseEvent event)
SelectionController
onMouseAction
in class SelectionController
public SelectionPainter getSelectionPainter()
SelectionController
SelectionPainter
object.
getSelectionPainter
in class SelectionController
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |