A B C D E F G H I K L O P R S T U W

A

ActiveWindowCapture - class teamdev.jxcapture.ActiveWindowCapture.
Represents the active window capture operation.
ActiveWindowCapture() - Constructor for class teamdev.jxcapture.ActiveWindowCapture
 
acceptPoint(Point) - Method in class teamdev.jxcapture.painters.ObjectOnScreenPainter
 
acceptPoint(Point) - Method in class teamdev.jxcapture.painters.RegionPainter
 
acceptPoint(Point) - Method in interface teamdev.jxcapture.painters.SelectionPainter
Invoked when the specified point is accepted.
activate(CaptureListener) - Method in class teamdev.jxcapture.controllers.SelectionController
Activates the object for listening to the mouse and key actions.
addCaptureListener(CaptureListener) - Method in class teamdev.jxcapture.CaptureOperation
Adds the specified capture operation listener to receive capture operation events from this operation.
addKeyListener(KeyListener) - Method in class teamdev.jxdesktop.Keyboard
Adds the specified key listener to receive system key events.

B

BOTTOM_LEFT - Static variable in class teamdev.jxcapture.toolkit.Positions
 
BOTTOM_RIGHT - Static variable in class teamdev.jxcapture.toolkit.Positions
 

C

Capture - class teamdev.jxcapture.Capture.
The class defines the functions that allow capturing a specified UI element (like desktop, active window or specific region on the screen).
Capture() - Constructor for class teamdev.jxcapture.Capture
 
CaptureAdapter - class teamdev.jxcapture.events.CaptureAdapter.
An abstract adapter class for receiving capture operation events.
CaptureAdapter() - Constructor for class teamdev.jxcapture.events.CaptureAdapter
 
CaptureListener - interface teamdev.jxcapture.events.CaptureListener.
The listener interface for receiving capture operation events.
CaptureOperation - class teamdev.jxcapture.CaptureOperation.
The abstract class that represents the capture operation.
CaptureOperation() - Constructor for class teamdev.jxcapture.CaptureOperation
 
CaptureSettings - class teamdev.jxcapture.CaptureSettings.
This is a bean class that holds the settings for the capture operation.
CaptureUtilities - class teamdev.jxdesktop.CaptureUtilities.
A collection of utility methods for desktop.
CaptureUtilities() - Constructor for class teamdev.jxdesktop.CaptureUtilities
 
cancel() - Method in class teamdev.jxcapture.DrawableCapture
Fires the cancel event and disposes of the drawable area.
cancel() - Method in class teamdev.jxcapture.events.CaptureAdapter
 
cancel() - Method in interface teamdev.jxcapture.events.CaptureListener
Invoked when the capture operation is canceled.
captureDesktop(CaptureListener) - Static method in class teamdev.jxcapture.Capture
Allows making capture of the desktop.
captureForegrowndWindow(CaptureListener) - Static method in class teamdev.jxcapture.Capture
Allows capturing a foreground window.
captureListener - Variable in class teamdev.jxcapture.controllers.SelectionController
 
captureObject(CaptureListener) - Static method in class teamdev.jxcapture.Capture
Allows capturing a specified region on the screen.
captureObjectOnScreen(CaptureListener) - Static method in class teamdev.jxcapture.Capture
Allows capturing a specified region on the screen.
captureRegion(CaptureListener) - Static method in class teamdev.jxcapture.Capture
Allows capturing a specified region on the screen.
complete() - Method in class teamdev.jxcapture.DrawableCapture
Fires the complete event and disposes of the drawable area.
complete(BufferedImage) - Method in class teamdev.jxcapture.events.CaptureAdapter
 
complete(BufferedImage) - Method in interface teamdev.jxcapture.events.CaptureListener
Invoked when the capture operation is completed.
createComponent() - Method in interface teamdev.jxcapture.toolkit.DialogComponent
Creates the component that represents the content of the helper dialog.
createDrawableArea() - Method in class teamdev.jxcapture.toolkit.DrawableAreaFactory
 
createKeyboard() - Static method in class teamdev.jxdesktop.Keyboard
 
createScreenCapture(Rectangle) - Method in class teamdev.jxcapture.Capture
Creates an image containing pixels read from the screen.
createScreenCapture(Rectangle) - Method in class teamdev.jxdesktop.CaptureUtilities
Creates an image containing pixels read from the screen.
createScreenCapture(Rectangle) - Method in class teamdev.jxdesktop.win32.WindowsCaptureUtilities
 

D

DELAY - Static variable in class teamdev.jxcapture.ObjectCapture
 
DataBufferByte - class teamdev.jxdesktop.image.DataBufferByte.
 
DataBufferByte(MemoryBuffer, int) - Constructor for class teamdev.jxdesktop.image.DataBufferByte
Constructs a byte-based DataBuffer with a single bank using the specified MemoryBuffer.
DesktopCapture - class teamdev.jxcapture.DesktopCapture.
Represents the desktop capture operation.
DesktopCapture() - Constructor for class teamdev.jxcapture.DesktopCapture
 
DiagonalPositioner - class teamdev.jxcapture.positioners.DiagonalPositioner.
Represents the implementation of the Positioner interface that allows moving the helper dialog diagonally.
DiagonalPositioner() - Constructor for class teamdev.jxcapture.positioners.DiagonalPositioner
 
DialogComponent - interface teamdev.jxcapture.toolkit.DialogComponent.
Represents the base interface for the helper dialog component.
DrawableArea - interface teamdev.jxcapture.toolkit.DrawableArea.
This interface represents the area on which the drawing capture operation takes place.
DrawableAreaFactory - class teamdev.jxcapture.toolkit.DrawableAreaFactory.
The factory that defines operations for creating DrawableArea objects.
DrawableAreaFactory() - Constructor for class teamdev.jxcapture.toolkit.DrawableAreaFactory
 
DrawableCapture - class teamdev.jxcapture.DrawableCapture.
This abstract class represents a drawing capture operation, like capture of a specified region or object.
DrawableCapture(SelectionController) - Constructor for class teamdev.jxcapture.DrawableCapture
 
dispose() - Method in class teamdev.jxcapture.DrawableCapture
Disposes of the current operation.
dispose() - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Hides and disposes of this area.
dispose() - Method in class teamdev.jxcapture.toolkit.HelperDialog
 
dispose() - Method in class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
dispose() - Method in class teamdev.jxdesktop.Keyboard
Disposes of the system keyboard.
dispose() - Method in class teamdev.jxdesktop.win32.WindowsKeyboard
 
drawRect(int, int, int, int) - Method in interface teamdev.jxdesktop.Graphics
Draws the outline of the specified rectangle.
drawRoundRect(int, int, int, int, int, int) - Method in interface teamdev.jxdesktop.Graphics
Draws an outlined round-cornered rectangle using the color of a current Pen object.

E

equals(Object) - Method in class teamdev.jxdesktop.win32.WindowsUIElement
 
execute() - Method in class teamdev.jxcapture.ActiveWindowCapture
 
execute() - Method in class teamdev.jxcapture.CaptureOperation
Executes the current capture operation.
execute() - Method in class teamdev.jxcapture.DesktopCapture
 
execute() - Method in class teamdev.jxcapture.ObjectCapture
 
execute() - Method in class teamdev.jxcapture.ObjectOnScreenCapture
 
execute() - Method in class teamdev.jxcapture.RegionCapture
 

F

fillRect(int, int, int, int) - Method in interface teamdev.jxdesktop.Graphics
Fills the specified rectangle.
findWindow(String) - Method in class teamdev.jxdesktop.WindowManager
Searches a window by a specified title.
findWindow(String) - Method in class teamdev.jxdesktop.win32.WindowsWindowManager
 
fireCancelAction() - Method in class teamdev.jxcapture.controllers.SelectionController
 
fireCaptureCancelEvent() - Method in class teamdev.jxcapture.CaptureOperation
 
fireCaptureCompleteEvent(BufferedImage) - Method in class teamdev.jxcapture.CaptureOperation
 
fireCaptureStartEvent() - Method in class teamdev.jxcapture.CaptureOperation
 
fireCompleteAction() - Method in class teamdev.jxcapture.controllers.SelectionController
 

G

Graphics - interface teamdev.jxdesktop.Graphics.
This interface defines drawing operations performed on a native UI element.
getActiveWindow() - Method in class teamdev.jxdesktop.WindowManager
Returns a foreground window (the window with which the user is currently working).
getActiveWindow() - Method in class teamdev.jxdesktop.win32.WindowsWindowManager
 
getAllWindows() - Method in class teamdev.jxdesktop.WindowManager
Returns the list of all top-level windows on the screen.
getAllWindows() - Method in class teamdev.jxdesktop.win32.WindowsWindowManager
 
getBackgroundImage() - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Returns the specified background image (a screen shot of the desktop) for this area.
getBackgroundImage() - Method in class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
getBankData() - Method in class teamdev.jxdesktop.image.DataBufferByte
Returns the data arrays for all banks.
getBounds() - Method in class teamdev.jxcapture.toolkit.HelperDialog
 
getBounds() - Method in interface teamdev.jxdesktop.Screenable
Returns the dimensions of the bounding rectangle of the specified screenable object.
getBounds() - Method in class teamdev.jxdesktop.win32.WindowsUIElement
 
getCaptureListeners() - Method in class teamdev.jxcapture.CaptureOperation
Returns an array of all the capture operation listeners registered on this operation.
getChildren() - Method in interface teamdev.jxdesktop.UIElement
Returns child elements.
getChildren() - Method in class teamdev.jxdesktop.win32.WindowsUIElement
 
getColor() - Method in interface teamdev.jxdesktop.Graphics
Returns the current color.
getColor() - Method in class teamdev.jxdesktop.Pen
Returns the color of the current object.
getComponent() - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Returns the component on which the drawing capture operation is performed.
getComponent() - Method in class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
getController() - Method in class teamdev.jxcapture.DrawableCapture
 
getCurrentSelectedRegion() - Method in class teamdev.jxcapture.painters.RegionPainter
Returns the current selected region.
getCursor() - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Gets the cursor image.
getCursor() - Method in class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
getData() - Method in class teamdev.jxdesktop.image.DataBufferByte
Returns the default (first) byte data array.
getData(int) - Method in class teamdev.jxdesktop.image.DataBufferByte
Returns the data array for the specified bank.
getDesktopWindow() - Method in class teamdev.jxdesktop.WindowManager
Returns a desktop window.
getDesktopWindow() - Method in class teamdev.jxdesktop.win32.WindowsWindowManager
 
getDialogBounds() - Method in class teamdev.jxcapture.toolkit.PositionInfo
Returns the dialog bounds.
getDialogComponent() - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Gets the DialogComponent for this capture operation.
getDialogComponent() - Method in class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
getDrawableArea() - Method in class teamdev.jxcapture.DrawableCapture
 
getElem(int) - Method in class teamdev.jxdesktop.image.DataBufferByte
Returns the requested data array element from the first (default) bank.
getElem(int, int) - Method in class teamdev.jxdesktop.image.DataBufferByte
Returns the requested data array element from the specified bank.
getFullScreen() - Method in class teamdev.jxdesktop.WindowManager
Returns the full screen window (including multiple monitors).
getFullScreen() - Method in class teamdev.jxdesktop.win32.WindowsWindowManager
 
getGraphics() - Method in interface teamdev.jxdesktop.UIElement
Creates a graphics context for this object.
getGraphics() - Method in class teamdev.jxdesktop.win32.WindowsUIElement
 
getImage() - Method in interface teamdev.jxdesktop.Screenable
Returns the image that represents the screen shot of the current object.
getImage() - Method in class teamdev.jxdesktop.win32.WindowsUIElement
 
getInstance() - Static method in class teamdev.jxcapture.CaptureSettings
 
getInstance() - Static method in class teamdev.jxdesktop.CaptureUtilities
 
getInstance() - Static method in class teamdev.jxdesktop.WindowManager
 
getInvisibleBorder() - Method in interface teamdev.jxcapture.toolkit.DialogComponent
Returns the specified width of the invisible border.
getKeyListeners() - Method in class teamdev.jxdesktop.Keyboard
Returns an array of all the key listeners registered.
getLocation() - Method in interface teamdev.jxcapture.toolkit.DialogComponent
Returns the default position of the helper dialog.
getOffsetDialogBounds() - Method in class teamdev.jxcapture.toolkit.PositionInfo
Returns the dialog bounds with offsets.
getParent() - Method in interface teamdev.jxdesktop.UIElement
Returns the parent UI element.
getParent() - Method in class teamdev.jxdesktop.win32.WindowsUIElement
 
getPen() - Method in interface teamdev.jxdesktop.Graphics
Returns a Pen object for the current object.
getPopupMenu() - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Gets the pop-up menu for this area.
getPopupMenu() - Method in class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
getPosition(PositionInfo, Point) - Method in class teamdev.jxcapture.positioners.DiagonalPositioner
 
getPosition(PositionInfo, Point) - Method in interface teamdev.jxcapture.positioners.Positioner
Returns the specified point that is used as a location to where the helper dialog can be moved.
getPositionById(int) - Method in class teamdev.jxcapture.toolkit.Positions
Returns the point by the specified id into which the helper dialog can be moved.
getPositioner() - Method in interface teamdev.jxcapture.toolkit.DialogComponent
Returns the specified Positioner that determines how the dialog helper component will move on the screen.
getPositions() - Method in class teamdev.jxcapture.toolkit.Positions
Returns the points into which the helper dialog can be moved.
getRectangles() - Method in class teamdev.jxcapture.ObjectOnScreenCapture.UIElementRect
 
getScreenBounds() - Method in class teamdev.jxcapture.toolkit.PositionInfo
Returns the screen bounds.
getSelectedArea() - Method in class teamdev.jxcapture.painters.ObjectOnScreenPainter
 
getSelectedArea() - Method in class teamdev.jxcapture.painters.RegionPainter
 
getSelectedArea() - Method in interface teamdev.jxcapture.painters.SelectionPainter
Returns the resulting image of the drawing capture operation.
getSelectionPainter() - Method in class teamdev.jxcapture.controllers.ObjectOnScreenController
 
getSelectionPainter() - Method in class teamdev.jxcapture.controllers.RegionController
 
getSelectionPainter() - Method in class teamdev.jxcapture.controllers.SelectionController
Returns a SelectionPainter object.
getWidth() - Method in class teamdev.jxdesktop.Pen
Gets the width of the current object in pixels.
getWindow() - Method in class teamdev.jxcapture.toolkit.HelperDialog
 
getWindowAtPoint(Point) - Method in class teamdev.jxdesktop.WindowManager
Returns the window that contains the specified point.
getWindowAtPoint(Point) - Method in class teamdev.jxdesktop.win32.WindowsWindowManager
 

H

HelperDialog - class teamdev.jxcapture.toolkit.HelperDialog.
Represents a wrapper for the helper dialog which is shown during the drawing capture operation.
HelperDialog(JWindow, Container) - Constructor for class teamdev.jxcapture.toolkit.HelperDialog
 
hashCode() - Method in class teamdev.jxdesktop.win32.WindowsUIElement
 

I

isCaptureTransparentWindow() - Method in class teamdev.jxcapture.CaptureSettings
Retruns true if the capture operation allows to capture transparent or layered window, otherwise - false.
isIncludeCursor() - Method in class teamdev.jxcapture.CaptureSettings
Determines whether the resulting image of the capture operation includes the cursor image.
isLinux() - Static method in class teamdev.jxdesktop.PlatformContext
 
isMacOS() - Static method in class teamdev.jxdesktop.PlatformContext
 
isSunOS() - Static method in class teamdev.jxdesktop.PlatformContext
 
isVisible() - Method in interface teamdev.jxdesktop.UIElement
Returns true if this element is visible, otherwise false.
isVisible() - Method in class teamdev.jxdesktop.win32.WindowsUIElement
 
isWindows() - Static method in class teamdev.jxdesktop.PlatformContext
 

K

Keyboard - class teamdev.jxdesktop.Keyboard.
Represents the system keyboard that allows listening to the system key events.
Keyboard() - Constructor for class teamdev.jxdesktop.Keyboard
 

L

listeners - Variable in class teamdev.jxdesktop.Keyboard
 

O

ObjectCapture - class teamdev.jxcapture.ObjectCapture.
Represents the operation that allows capturing a specified object, like a window or control by means of the mouse cursor.
ObjectCapture() - Constructor for class teamdev.jxcapture.ObjectCapture
 
ObjectOnScreenCapture - class teamdev.jxcapture.ObjectOnScreenCapture.
Represents the operation that allows capturing a specified object (like a window or control) located on the screen by means of the mouse cursor.
ObjectOnScreenCapture(SelectionController) - Constructor for class teamdev.jxcapture.ObjectOnScreenCapture
 
ObjectOnScreenCapture.UIElementRect - class teamdev.jxcapture.ObjectOnScreenCapture.UIElementRect.
Allows displaying the rectangle around a specified UIElement object.
ObjectOnScreenCapture.UIElementRect(UIElement) - Constructor for class teamdev.jxcapture.ObjectOnScreenCapture.UIElementRect
 
ObjectOnScreenController - class teamdev.jxcapture.controllers.ObjectOnScreenController.
The specified controller for processing the mouse and key events during the capture of the screen object.
ObjectOnScreenController(SelectionPainter) - Constructor for class teamdev.jxcapture.controllers.ObjectOnScreenController
 
ObjectOnScreenPainter - class teamdev.jxcapture.painters.ObjectOnScreenPainter.
Represents the painter for the "capture object on screen" operation.
ObjectOnScreenPainter() - Constructor for class teamdev.jxcapture.painters.ObjectOnScreenPainter
 
onKeyAction(KeyEvent) - Method in class teamdev.jxcapture.controllers.ObjectOnScreenController
 
onKeyAction(KeyEvent) - Method in class teamdev.jxcapture.controllers.RegionController
 
onKeyAction(KeyEvent) - Method in class teamdev.jxcapture.controllers.SelectionController
Invoked when a key action has occurred.
onMouseAction(MouseEvent) - Method in class teamdev.jxcapture.controllers.ObjectOnScreenController
 
onMouseAction(MouseEvent) - Method in class teamdev.jxcapture.controllers.RegionController
 
onMouseAction(MouseEvent) - Method in class teamdev.jxcapture.controllers.SelectionController
Invoked when a mouse action has occurred.

P

PERIOD - Static variable in class teamdev.jxcapture.ObjectCapture
 
Pen - class teamdev.jxdesktop.Pen.
This is a bean class that holds parameters for creating native pen objects.
Pen() - Constructor for class teamdev.jxdesktop.Pen
Constructs a new Pen object.
Pen(Color, int) - Constructor for class teamdev.jxdesktop.Pen
Constructs a new Pen object.
PlatformContext - class teamdev.jxdesktop.PlatformContext.
Information about the platform that is currently running.
PlatformContext() - Constructor for class teamdev.jxdesktop.PlatformContext
 
PositionInfo - class teamdev.jxcapture.toolkit.PositionInfo.
This is a bean class that holds parameters for positioning the helper dialog.
PositionInfo(Rectangle, Rectangle, int) - Constructor for class teamdev.jxcapture.toolkit.PositionInfo
 
Positioner - interface teamdev.jxcapture.positioners.Positioner.
Represents a specified way of moving the helper dialog during the drawing capture operations.
Positions - class teamdev.jxcapture.toolkit.Positions.
This class provides the ability to determine the locations into which the helper dialog can be moved according to the specified PositionInfo object.
Positions(PositionInfo) - Constructor for class teamdev.jxcapture.toolkit.Positions
 
paint(Graphics) - Method in class teamdev.jxcapture.painters.ObjectOnScreenPainter
 
paint(Graphics) - Method in class teamdev.jxcapture.painters.RegionPainter
 
paint(Graphics) - Method in interface teamdev.jxcapture.painters.SelectionPainter
Invoked when the user is painting on the drawable component.

R

RegionCapture - class teamdev.jxcapture.RegionCapture.
Represents the region capture operation.
RegionCapture(SelectionController) - Constructor for class teamdev.jxcapture.RegionCapture
 
RegionController - class teamdev.jxcapture.controllers.RegionController.
The specified controller for processing the mouse and key events during the capture of the region.
RegionController(SelectionPainter) - Constructor for class teamdev.jxcapture.controllers.RegionController
 
RegionPainter - class teamdev.jxcapture.painters.RegionPainter.
Represents the painter for the region capture operation.
RegionPainter() - Constructor for class teamdev.jxcapture.painters.RegionPainter
 
removeCaptureListener(CaptureListener) - Method in class teamdev.jxcapture.CaptureOperation
Removes the specified capture operation listener, so that it no longer receives capture operation events from this operation.
removeKeyListener(KeyListener) - Method in class teamdev.jxdesktop.Keyboard
Removes the specified key listener so that it no longer receives system key events.

S

Screenable - interface teamdev.jxdesktop.Screenable.
This interface defines operations for a UI element that supports capturing of its image.
SelectionController - class teamdev.jxcapture.controllers.SelectionController.
The abstract class represents the controller for processing the mouse and keyboard events.
SelectionController() - Constructor for class teamdev.jxcapture.controllers.SelectionController
 
SelectionPainter - interface teamdev.jxcapture.painters.SelectionPainter.
The interface specifies the mode of painting during the drawing capture operation.
selectionEnd() - Method in class teamdev.jxcapture.painters.ObjectOnScreenPainter
 
selectionEnd() - Method in class teamdev.jxcapture.painters.RegionPainter
 
selectionEnd() - Method in interface teamdev.jxcapture.painters.SelectionPainter
Invoked when a selection operation is stopped.
selectionStart() - Method in class teamdev.jxcapture.painters.ObjectOnScreenPainter
 
selectionStart() - Method in class teamdev.jxcapture.painters.RegionPainter
 
selectionStart() - Method in interface teamdev.jxcapture.painters.SelectionPainter
Invoked when a selection operation is started.
setBackgroundImage(BufferedImage) - Method in class teamdev.jxcapture.painters.ObjectOnScreenPainter
 
setBackgroundImage(BufferedImage) - Method in class teamdev.jxcapture.painters.RegionPainter
 
setBackgroundImage(BufferedImage) - Method in interface teamdev.jxcapture.painters.SelectionPainter
Sets the specified background image.
setBackgroundImage(BufferedImage) - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Sets the specified background image (a screen shot of the desktop) for this area.
setBackgroundImage(BufferedImage) - Method in class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
setCaptureTransparentWindow(boolean) - Method in class teamdev.jxcapture.CaptureSettings
Sets true if the capture operation should allow to capture transparent or layered window, otherwise - false.
setColor(Color) - Method in interface teamdev.jxdesktop.Graphics
Sets the current color to the specified color.
setColor(Color) - Method in class teamdev.jxdesktop.Pen
Sets the specified color for the current object.
setCurrentPosition(Point) - Method in class teamdev.jxcapture.painters.ObjectOnScreenPainter
 
setCurrentPosition(Point) - Method in class teamdev.jxcapture.painters.RegionPainter
 
setCurrentPosition(Point) - Method in interface teamdev.jxcapture.painters.SelectionPainter
Sets the current position of the mouse pointer.
setCursor(Cursor) - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Sets the cursor image to the specified cursor which is shown during the capture operation.
setCursor(Cursor) - Method in class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
setDialogComponent(DialogComponent) - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Sets the specified DialogComponent for this capture operation.
setDialogComponent(DialogComponent) - Method in class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
setElem(int, int) - Method in class teamdev.jxdesktop.image.DataBufferByte
Sets the requested data array element in the first (default) bank to the specified value.
setElem(int, int, int) - Method in class teamdev.jxdesktop.image.DataBufferByte
Sets the requested data array element in the specified bank from the given integer.
setIncludeCursor(boolean) - Method in class teamdev.jxcapture.CaptureSettings
Includes (or excludes) the cursor image in (or from) the resulting image of the capture operation.
setLocation(Point) - Method in class teamdev.jxcapture.toolkit.HelperDialog
 
setPen(Pen) - Method in interface teamdev.jxdesktop.Graphics
Sets a Pen object for the current object.
setPopupMenu(JPopupMenu) - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Sets the pop-up menu for this area.
setPopupMenu(JPopupMenu) - Method in class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
setRectangles(List) - Method in class teamdev.jxcapture.painters.ObjectOnScreenPainter
 
setSelectionPainter(SelectionPainter) - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Sets the specified selection painter.
setSelectionPainter(SelectionPainter) - Method in class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
setVisible(boolean) - Method in class teamdev.jxcapture.toolkit.HelperDialog
 
setWidth(int) - Method in class teamdev.jxdesktop.Pen
Sets the specified width for the current object in pixels.
show() - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Shows this area.
show() - Method in class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
showDrawableArea() - Method in class teamdev.jxcapture.DrawableCapture
 
start() - Method in class teamdev.jxcapture.events.CaptureAdapter
 
start() - Method in interface teamdev.jxcapture.events.CaptureListener
Invoked when the capture operation is started.

T

TOP_LEFT - Static variable in class teamdev.jxcapture.toolkit.Positions
 
TOP_RIGHT - Static variable in class teamdev.jxcapture.toolkit.Positions
 
teamdev.jxcapture - package teamdev.jxcapture
 
teamdev.jxcapture.controllers - package teamdev.jxcapture.controllers
 
teamdev.jxcapture.events - package teamdev.jxcapture.events
 
teamdev.jxcapture.painters - package teamdev.jxcapture.painters
 
teamdev.jxcapture.positioners - package teamdev.jxcapture.positioners
 
teamdev.jxcapture.toolkit - package teamdev.jxcapture.toolkit
 
teamdev.jxcapture.toolkit.win32 - package teamdev.jxcapture.toolkit.win32
 
teamdev.jxdesktop - package teamdev.jxdesktop
 
teamdev.jxdesktop.image - package teamdev.jxdesktop.image
 
teamdev.jxdesktop.win32 - package teamdev.jxdesktop.win32
 
toString() - Method in class teamdev.jxdesktop.win32.WindowsUIElement
 

U

UIElement - interface teamdev.jxdesktop.UIElement.
Represents some part or element of the GUI, such as a window, text box, button, radio button, toolbar and other elements of the GUI.
update() - Method in interface teamdev.jxdesktop.UIElement
Updates and redraws the UI element.
update() - Method in class teamdev.jxdesktop.win32.WindowsUIElement
 

W

WindowManager - class teamdev.jxdesktop.WindowManager.
This class defines the functions that allow retrieving a specified UI element on the screen.
WindowManager() - Constructor for class teamdev.jxdesktop.WindowManager
 
WindowsCaptureUtilities - class teamdev.jxdesktop.win32.WindowsCaptureUtilities.
A collection of utility methods for the Windows desktop.
WindowsCaptureUtilities() - Constructor for class teamdev.jxdesktop.win32.WindowsCaptureUtilities
 
WindowsDrawableArea - class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea.
Represents the drawable area for the Windows OS platform.
WindowsDrawableArea() - Constructor for class teamdev.jxcapture.toolkit.win32.WindowsDrawableArea
 
WindowsKeyboard - class teamdev.jxdesktop.win32.WindowsKeyboard.
Represents the system keyboard of the Windows OS.
WindowsKeyboard() - Constructor for class teamdev.jxdesktop.win32.WindowsKeyboard
 
WindowsUIElement - class teamdev.jxdesktop.win32.WindowsUIElement.
Implementation of the UIElement interface for the Windows OS.
WindowsUIElement(Wnd) - Constructor for class teamdev.jxdesktop.win32.WindowsUIElement
 
WindowsWindowManager - class teamdev.jxdesktop.win32.WindowsWindowManager.
Windows OS implementation of WindowManager abstract class.
WindowsWindowManager() - Constructor for class teamdev.jxdesktop.win32.WindowsWindowManager
 

A B C D E F G H I K L O P R S T U W