|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectteamdev.jxcapture.controllers.SelectionController
teamdev.jxcapture.controllers.ObjectOnScreenController
The specified controller for processing the mouse and key events during the capture of the screen object.
Field Summary |
Fields inherited from class teamdev.jxcapture.controllers.SelectionController |
captureListener |
Constructor Summary | |
ObjectOnScreenController(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 teamdev.jxcapture.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 ObjectOnScreenController(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 |