Uses of Class
teamdev.jxcapture.controllers.SelectionController

Packages that use SelectionController
teamdev.jxcapture   
teamdev.jxcapture.controllers   
 

Uses of SelectionController in teamdev.jxcapture
 

Methods in teamdev.jxcapture that return SelectionController
protected  SelectionController DrawableCapture.getController()
           
 

Constructors in teamdev.jxcapture with parameters of type SelectionController
ScreenObjectCapture(SelectionController controller)
           
RegionCapture(SelectionController controller)
           
DrawableCapture(SelectionController controller)
           
 

Uses of SelectionController in teamdev.jxcapture.controllers
 

Subclasses of SelectionController in teamdev.jxcapture.controllers
 class RegionController
          The specified controller for processing the mouse and key events during the capture of the region.
 class ScreenObjectController
          The specified controller for processing the mouse and key events during the capture of the screen object.