A B C D E F G H I K M 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.RegionPainter
 
acceptPoint(Point) - Method in class teamdev.jxcapture.painters.ScreenObjectPainter
 
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.
addMouseListener(MouseListener) - Method in class teamdev.jxdesktop.Mouse
Adds the specified mouse listener to receive system mouse events.
addMouseMotionListener(MouseMotionListener) - Method in class teamdev.jxdesktop.Mouse
Adds the specified mouse motion listener to receive system mouse events.
addMouseWheelListener(MouseWheelListener) - Method in class teamdev.jxdesktop.Mouse
Adds the specified mouse wheel listener to receive mouse wheel 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.
captureActiveWindow(CaptureListener) - Static method in class teamdev.jxcapture.Capture
Allows capturing a foreground window.
captureDesktop(CaptureListener) - Static method in class teamdev.jxcapture.Capture
Allows making capture of the desktop.
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.
captureRegion(CaptureListener) - Static method in class teamdev.jxcapture.Capture
Allows capturing a specified region on the screen.
captureScreenObject(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(CaptureOperation) - Method in class teamdev.jxcapture.toolkit.DrawableAreaFactory
 
createKeyboard() - Static method in class teamdev.jxdesktop.Keyboard
Creates a new instance of system keyboard.
createMouse() - Static method in class teamdev.jxdesktop.Mouse
Creates a new instance of Mouse.
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(UIElement) - Method in class teamdev.jxdesktop.CaptureUtilities
Creates an image containing pixels read from specified UIElement.
createScreenCaptureAndSaveToFile(Rectangle, String, File) - Method in class teamdev.jxdesktop.CaptureUtilities
Creates an image containing pixels read from the screen and saves to a specified file in specified type.

D

DELAY - Static variable in class teamdev.jxcapture.ObjectCapture
 
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.jxdesktop.Keyboard
Disposes of the system keyboard.
dispose() - Method in class teamdev.jxdesktop.Mouse
Disposes of the system mouse.

E

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.RegionCapture
 
execute() - Method in class teamdev.jxcapture.ScreenObjectCapture
 

F

findWindow(String) - Method in class teamdev.jxdesktop.WindowManager
Searches a window by a specified title.
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
 
fireKeyPressed(KeyEvent) - Method in class teamdev.jxdesktop.Keyboard
 
fireKeyReleased(KeyEvent) - Method in class teamdev.jxdesktop.Keyboard
 
fireKeyTyped(KeyEvent) - Method in class teamdev.jxdesktop.Keyboard
 
fireMouseClickedEvent(MouseEvent) - Method in class teamdev.jxdesktop.Mouse
Fires the MouseListener.mouseClicked event.
fireMouseDraggedEvent(MouseEvent) - Method in class teamdev.jxdesktop.Mouse
Fires the MouseMotionListener.mouseDragged event.
fireMouseMovedEvent(MouseEvent) - Method in class teamdev.jxdesktop.Mouse
Fires the MouseMotionListener.mouseMoved event.
fireMousePressedEvent(MouseEvent) - Method in class teamdev.jxdesktop.Mouse
Fires the MouseListener.mousePressed event.
fireMouseReleasedEvent(MouseEvent) - Method in class teamdev.jxdesktop.Mouse
Fires the MouseListener.mouseReleased event.
fireMouseWheelEvent(MouseWheelEvent) - Method in class teamdev.jxdesktop.Mouse
Fires the MouseWheelListener.mouseWheelMoved event.

G

getActiveWindow() - Method in class teamdev.jxdesktop.WindowManager
Returns a foreground window (the window with which the user is currently working).
getAllWindows() - Method in class teamdev.jxdesktop.WindowManager
Returns the list of all top-level windows on the screen.
getBackgroundImage() - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Returns the specified background image (a screen shot of the desktop) for this area.
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.
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.
getComponent() - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Returns the component on which the drawing capture operation is performed.
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.
getDesktopWindow() - Method in class teamdev.jxdesktop.WindowManager
Returns a desktop window.
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.
getDrawableArea() - Method in class teamdev.jxcapture.DrawableCapture
 
getFullScreen() - Method in class teamdev.jxdesktop.WindowManager
Returns the full screen window (including multiple monitors).
getIcon() - Method in interface teamdev.jxdesktop.ui.Window
Returns the image that represents window icon.
getImage() - Method in interface teamdev.jxdesktop.Screenable
Returns the image that represents the screen shot of the current object.
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.
getLocation() - Method in interface teamdev.jxdesktop.Screenable
Gets the location of this component.
getMouseListeners() - Method in class teamdev.jxdesktop.Mouse
Returns an array of all the system mouse listeners registered.
getMouseMotionListeners() - Method in class teamdev.jxdesktop.Mouse
Returns an array of all the system mouse motion listeners registered.
getMouseWheelListeners() - Method in class teamdev.jxdesktop.Mouse
Returns an array of all the mouse wheel listeners.
getOffsetDialogBounds() - Method in class teamdev.jxcapture.toolkit.PositionInfo
Returns the dialog bounds with offsets.
getParent() - Method in interface teamdev.jxdesktop.UIElement
Returns the parent UIElement.
getPopupMenu() - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Gets the pop-up menu for this area.
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.ScreenObjectCapture.UIElementRect
 
getScreenBounds() - Method in class teamdev.jxcapture.toolkit.PositionInfo
Returns the screen bounds.
getScreenOffset() - Method in class teamdev.jxcapture.ScreenObjectCapture.UIElementRect
Retruns the screen location offset.
getSelectedArea() - Method in class teamdev.jxcapture.painters.RegionPainter
 
getSelectedArea() - Method in class teamdev.jxcapture.painters.ScreenObjectPainter
 
getSelectedArea() - Method in interface teamdev.jxcapture.painters.SelectionPainter
Returns the resulting image of the drawing capture operation.
getSelectionPainter() - Method in class teamdev.jxcapture.controllers.RegionController
 
getSelectionPainter() - Method in class teamdev.jxcapture.controllers.ScreenObjectController
 
getSelectionPainter() - Method in class teamdev.jxcapture.controllers.SelectionController
Returns a SelectionPainter object.
getSize() - Method in interface teamdev.jxdesktop.Screenable
Returns the size of this component of a Dimension object.
getTitle() - Method in interface teamdev.jxdesktop.ui.Window
Returns the window's title.
getUIElement() - Method in class teamdev.jxcapture.ScreenObjectCapture.UIElementRect
 
getWindow() - Method in class teamdev.jxcapture.toolkit.HelperDialog
 
getWindowAtPoint(Point) - Method in class teamdev.jxdesktop.WindowManager
Returns the window that contains the specified point.

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
 

I

isActive() - Method in interface teamdev.jxdesktop.ui.Window
Returns true if the window is active (foreground).
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.
isLeopard() - Static method in class teamdev.jxdesktop.PlatformContext
 
isLinux() - Static method in class teamdev.jxdesktop.PlatformContext
 
isMacOS() - Static method in class teamdev.jxdesktop.PlatformContext
 
isMinimized() - Method in interface teamdev.jxdesktop.ui.Window
Returns true if the window is minizized.
isPPC() - Static method in class teamdev.jxdesktop.PlatformContext
 
isSunOS() - Static method in class teamdev.jxdesktop.PlatformContext
 
isTiger() - Static method in class teamdev.jxdesktop.PlatformContext
 
isVisible() - Method in interface teamdev.jxdesktop.UIElement
Returns true if this element is visible, otherwise false.
isWindows() - Static method in class teamdev.jxdesktop.PlatformContext
 

K

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

M

Mouse - class teamdev.jxdesktop.Mouse.
Represents the system mouse that allows listening all mouse events.
Mouse() - Constructor for class teamdev.jxdesktop.Mouse
 

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
 
onKeyAction(KeyEvent) - Method in class teamdev.jxcapture.controllers.RegionController
 
onKeyAction(KeyEvent) - Method in class teamdev.jxcapture.controllers.ScreenObjectController
 
onKeyAction(KeyEvent) - Method in class teamdev.jxcapture.controllers.SelectionController
Invoked when a key action has occurred.
onMouseAction(MouseEvent) - Method in class teamdev.jxcapture.controllers.RegionController
 
onMouseAction(MouseEvent) - Method in class teamdev.jxcapture.controllers.ScreenObjectController
 
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
 
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.RegionPainter
 
paint(Graphics) - Method in class teamdev.jxcapture.painters.ScreenObjectPainter
 
paint(Graphics) - Method in interface teamdev.jxcapture.painters.SelectionPainter
Invoked when the user is painting on the drawable component.
processEvent(KeyEvent) - Method in class teamdev.jxdesktop.Keyboard
 
processEvent(MouseEvent) - Method in class teamdev.jxdesktop.Mouse
Processes events for the current mouse object.

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.
removeMouseListener(MouseListener) - Method in class teamdev.jxdesktop.Mouse
Removes the specified mouse listener so that it no longer receives system mouse events.
removeMouseMotionListener(MouseMotionListener) - Method in class teamdev.jxdesktop.Mouse
Removes the specified mouse motion listener so that it no longer receives system mouse events.
removeMouseWheelListener(MouseWheelListener) - Method in class teamdev.jxdesktop.Mouse
Removes the specified mouse wheel listener so that it no longer receives mouse wheel events.

S

Screen - interface teamdev.jxdesktop.ui.Screen.
Represents an area on top of which other UIElements are painted.
ScreenObjectCapture - class teamdev.jxcapture.ScreenObjectCapture.
Represents the operation that allows capturing a specified object (like a window or control) located on the screen by means of the mouse cursor.
ScreenObjectCapture(SelectionController) - Constructor for class teamdev.jxcapture.ScreenObjectCapture
 
ScreenObjectCapture.UIElementRect - class teamdev.jxcapture.ScreenObjectCapture.UIElementRect.
Allows displaying the rectangle around a specified UIElement object.
ScreenObjectCapture.UIElementRect(UIElement) - Constructor for class teamdev.jxcapture.ScreenObjectCapture.UIElementRect
 
ScreenObjectController - class teamdev.jxcapture.controllers.ScreenObjectController.
The specified controller for processing the mouse and key events during the capture of the screen object.
ScreenObjectController(SelectionPainter) - Constructor for class teamdev.jxcapture.controllers.ScreenObjectController
 
ScreenObjectPainter - class teamdev.jxcapture.painters.ScreenObjectPainter.
Represents the painter for the "capture object on screen" operation.
ScreenObjectPainter() - Constructor for class teamdev.jxcapture.painters.ScreenObjectPainter
 
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.RegionPainter
 
selectionEnd() - Method in class teamdev.jxcapture.painters.ScreenObjectPainter
 
selectionEnd() - Method in interface teamdev.jxcapture.painters.SelectionPainter
Invoked when a selection operation is stopped.
selectionStart() - Method in class teamdev.jxcapture.painters.RegionPainter
 
selectionStart() - Method in class teamdev.jxcapture.painters.ScreenObjectPainter
 
selectionStart() - Method in interface teamdev.jxcapture.painters.SelectionPainter
Invoked when a selection operation is started.
setBackgroundImage(BufferedImage) - Method in class teamdev.jxcapture.painters.RegionPainter
 
setBackgroundImage(BufferedImage) - Method in class teamdev.jxcapture.painters.ScreenObjectPainter
 
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.
setBounds(Rectangle) - Method in interface teamdev.jxdesktop.ui.Window
Moves and resizes this component to conform to the new bounding rectangle bounds.
setBounds(int, int, int, int) - Method in interface teamdev.jxdesktop.ui.Window
Moves and resizes this component.
setCaptureTransparentWindow(boolean) - Method in class teamdev.jxcapture.CaptureSettings
Sets true if the capture operation should allow to capture transparent or layered window, otherwise - false.
setCurrentPosition(Point) - Method in class teamdev.jxcapture.painters.RegionPainter
 
setCurrentPosition(Point) - Method in class teamdev.jxcapture.painters.ScreenObjectPainter
 
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.
setDialogComponent(DialogComponent) - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Sets the specified DialogComponent for this capture operation.
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
 
setLocation(Point) - Method in interface teamdev.jxdesktop.ui.Window
Moves this component to a new location.
setLocation(int, int) - Method in interface teamdev.jxdesktop.ui.Window
Moves this component to a new location.
setPopupMenu(JPopupMenu) - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Sets the pop-up menu for this area.
setRectangles(List) - Method in class teamdev.jxcapture.painters.ScreenObjectPainter
 
setSelectionPainter(SelectionPainter) - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Sets the specified selection painter.
setSize(Dimension) - Method in interface teamdev.jxdesktop.ui.Window
Resizes this component so that it has width size.width and height size.height.
setSize(int, int) - Method in interface teamdev.jxdesktop.ui.Window
Resizes this window so that it has width width and height height.
setVisible(boolean) - Method in class teamdev.jxcapture.toolkit.HelperDialog
 
show() - Method in interface teamdev.jxcapture.toolkit.DrawableArea
Shows this area.
showDesktop() - Method in class teamdev.jxdesktop.WindowManager
Hides all windows on desktop.
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.jxdesktop - package teamdev.jxdesktop
 
teamdev.jxdesktop.ui - package teamdev.jxdesktop.ui
 
toFront() - Method in interface teamdev.jxdesktop.ui.Window
Bring the window to front.

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.

W

Window - interface teamdev.jxdesktop.ui.Window.
Represents a top-level window with title and border.
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
 

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