- AbstractCaretOwner - Class in org.jemmy.input
-
- AbstractCaretOwner() - Constructor for class org.jemmy.input.AbstractCaretOwner
-
- AbstractCaretOwner.ToPosition - Class in org.jemmy.input
-
- AbstractExecutor - Class in org.jemmy.action
-
- AbstractExecutor() - Constructor for class org.jemmy.action.AbstractExecutor
-
- AbstractLookup<CONTROL> - Class in org.jemmy.lookup
-
Default implementation of Lookup.
- AbstractLookup(Environment, Class<CONTROL>, LookupCriteria<CONTROL>, Wrapper) - Constructor for class org.jemmy.lookup.AbstractLookup
-
This actual lookup logic is delegated to getCildren(java.lang.Object)
method
- AbstractParent<CONTROL> - Class in org.jemmy.lookup
-
Implements two shortcut methods.
- AbstractParent() - Constructor for class org.jemmy.lookup.AbstractParent
-
- AbstractScroll - Class in org.jemmy.input
-
- AbstractScroll() - Constructor for class org.jemmy.input.AbstractScroll
-
- AbstractWrapper - Class in org.jemmy.control
-
This is an implementation of the Wrapper which instantiates a wrap
of a class returned by getWrapClass(Class).
- AbstractWrapper(Environment) - Constructor for class org.jemmy.control.AbstractWrapper
-
- Action - Class in org.jemmy.action
-
- Action() - Constructor for class org.jemmy.action.Action
-
- ACTION_EXECUTOR_PROPERTY - Static variable in interface org.jemmy.action.ActionExecutor
-
- ActionExecutor - Interface in org.jemmy.action
-
Interface to execute user's action at appropriate moment.
- actionsInQueue() - Method in class org.jemmy.action.AbstractExecutor
-
- add(String, String) - Method in class org.jemmy.control.LazyWrapper
-
- add(Class, Class<Wrap>) - Method in class org.jemmy.control.WrapperImpl
-
- add(int, int) - Method in class org.jemmy.Rectangle
-
Adds a point, specified by the integer arguments newx,newy
to the bounds of this Rectangle.
- add(Point) - Method in class org.jemmy.Rectangle
-
Adds the specified Point to the bounds of this
Rectangle.
- add(Rectangle) - Method in class org.jemmy.Rectangle
-
Adds a Rectangle to this Rectangle.
- add(Vector) - Method in class org.jemmy.Vector
-
- addAnnotated(Class<? extends Wrap>...) - Method in class org.jemmy.control.DefaultWrapper
-
- addChar(char, Keyboard.KeyboardButton, Keyboard.KeyboardModifier...) - Method in class org.jemmy.input.DefaultCharBindingMap
-
Adds a char to supported.
- addNavKeys(Keyboard.KeyboardButton, Keyboard.KeyboardModifier[], Keyboard.KeyboardButton, Keyboard.KeyboardModifier[]) - Method in class org.jemmy.input.CaretText
-
- addNavKeys(Keyboard.KeyboardButton, Keyboard.KeyboardButton) - Method in class org.jemmy.input.CaretText
-
- addNavKeys(Keyboard.KeyboardButton, Keyboard.KeyboardModifier[], Keyboard.KeyboardButton, Keyboard.KeyboardModifier[]) - Method in class org.jemmy.input.TextCaret
-
- addNavKeys(Keyboard.KeyboardButton, Keyboard.KeyboardButton) - Method in class org.jemmy.input.TextCaret
-
- addScrollAction(CaretImpl.ScrollAction) - Method in class org.jemmy.input.CaretImpl
-
- allowedError() - Method in class org.jemmy.input.AbstractCaretOwner
-
- allowError(double) - Method in class org.jemmy.input.AbstractCaretOwner
-
- anchor() - Method in interface org.jemmy.interfaces.IntervalSelectable
-
- Any<T> - Class in org.jemmy.lookup
-
- Any() - Constructor for class org.jemmy.lookup.Any
-
- arrayIndexOf(Raster.Component[], Raster.Component) - Static method in class org.jemmy.image.pixel.PixelImageComparator
-
- As - Annotation Type in org.jemmy.control
-
This annotation should be used to annotate methods which turn a wrap
into a control interface.
- as(Class<INTERFACE>) - Method in class org.jemmy.control.Wrap
-
Returns an implementation of interface associated with this object.
- as(Class<INTERFACE>, Class<TYPE>) - Method in class org.jemmy.control.Wrap
-
Returns an implementation of interface associated with the object.
- as(int, Class<INTERFACE>) - Method in class org.jemmy.lookup.AbstractLookup
-
Same as wrap(index).as(interfaceClass)
- as(Class<INTERFACE>) - Method in class org.jemmy.lookup.AbstractLookup
-
Same as wrap().as(interfaceClass)
- as(int, Class<INTERFACE>, Class<TYPE>) - Method in class org.jemmy.lookup.AbstractLookup
-
Same as wrap(index).as(interfaceClass, type)
- as(Class<INTERFACE>, Class<TYPE>) - Method in class org.jemmy.lookup.AbstractLookup
-
Same as wrap().as(interfaceClass, type)
- as(int, Class<INTERFACE>) - Method in interface org.jemmy.lookup.Lookup
-
Same as wrap(index).as(interfaceClass)
- as(Class<INTERFACE>) - Method in interface org.jemmy.lookup.Lookup
-
Same as wrap().as(interfaceClass)
- as(int, Class<INTERFACE>, Class<TYPE>) - Method in interface org.jemmy.lookup.Lookup
-
Same as wrap(index).as(interfaceClass, type)
- as(Class<INTERFACE>, Class<TYPE>) - Method in interface org.jemmy.lookup.Lookup
-
Same as wrap().as(interfaceClass, type)
- AverageDistanceComparator - Class in org.jemmy.image.pixel
-
- AverageDistanceComparator(double) - Constructor for class org.jemmy.image.pixel.AverageDistanceComparator
-
- calcDiffColor(Raster.Component[], double[], Raster.Component[], double[], Raster.Component[], double[]) - Method in class org.jemmy.image.pixel.PixelImageComparator
-
- capture(Wrap<?>, Rectangle) - Method in interface org.jemmy.image.ImageCapturer
-
Obtains a screen image for the control.
- caret() - Method in class org.jemmy.input.CaretText
-
- caret() - Method in class org.jemmy.input.ScrollerImpl.CaretScroll
-
- Caret - Interface in org.jemmy.interfaces
-
Responsible for "scrolling"
- caret() - Method in interface org.jemmy.interfaces.CaretOwner
-
- caret() - Method in interface org.jemmy.interfaces.IntervalSelectable
-
- Caret.Direction - Interface in org.jemmy.interfaces
-
- CaretImpl - Class in org.jemmy.input
-
- CaretImpl(Wrap<?>, CaretOwner) - Constructor for class org.jemmy.input.CaretImpl
-
- CaretImpl.DirectionToPosition - Class in org.jemmy.input
-
- CaretImpl.KeyboardScrollAction - Class in org.jemmy.input
-
- CaretImpl.MouseScrollAction - Class in org.jemmy.input
-
- CaretImpl.ScrollAction - Interface in org.jemmy.input
-
- CaretOwner - Interface in org.jemmy.interfaces
-
Interface representing an object which represents an integer value which
could be increased or decreased, such as scroll bar, slider, etc.
- CaretScroll(CaretOwner) - Constructor for class org.jemmy.input.ScrollerImpl.CaretScroll
-
- CaretText - Class in org.jemmy.input
-
- CaretText(Wrap<?>) - Constructor for class org.jemmy.input.CaretText
-
- CENTER - Static variable in interface org.jemmy.interfaces.PopupOwner
-
- CharBindingMap<BUTTON extends Button,MODIFIER extends Modifier> - Interface in org.jemmy.input
-
Defines char-to-key binding.
- check() - Method in class org.jemmy.env.Timeout
-
Throws a TimeoutExpiredException exception if timeout has been expired.
- check(CONTROL) - Method in class org.jemmy.lookup.AbstractLookup
-
- check(T) - Method in class org.jemmy.lookup.Any
-
- check(T) - Method in class org.jemmy.lookup.ByStringLookup
-
- check(CONTROL) - Method in class org.jemmy.lookup.CompoundLookup
-
- check(CONTROL) - Method in class org.jemmy.lookup.CoordinateLookup
-
- check(T) - Method in class org.jemmy.lookup.EqualsLookup
-
- check(T) - Method in class org.jemmy.lookup.ImageLookup
-
- check(CONTROL) - Method in interface org.jemmy.lookup.LookupCriteria
-
- check(CONTROL) - Method in class org.jemmy.lookup.PropLookup
-
- check(T, long) - Method in interface org.jemmy.timing.TimedCriteria
-
- clear() - Method in class org.jemmy.input.CaretText
-
- clear() - Method in class org.jemmy.input.TextImpl
-
Clears text by pressing End and then Delete and Backspace until the text
is cleared.
- clear() - Method in interface org.jemmy.interfaces.Text
-
Clears all the text content.
- clear() - Method in interface org.jemmy.interfaces.TextInput
-
- CLICK - Static variable in interface org.jemmy.interfaces.Mouse
-
- click() - Method in interface org.jemmy.interfaces.Mouse
-
- click(int) - Method in interface org.jemmy.interfaces.Mouse
-
- click(int, Point) - Method in interface org.jemmy.interfaces.Mouse
-
- click(int, Point, Mouse.MouseButton) - Method in interface org.jemmy.interfaces.Mouse
-
- click(int, Point, Mouse.MouseButton, Modifier...) - Method in interface org.jemmy.interfaces.Mouse
-
- ClickFocus<CONTROL> - Class in org.jemmy.input
-
Simple Focus implementation which clicks on a control to give focus.
- ClickFocus(Wrap<? extends CONTROL>, Point) - Constructor for class org.jemmy.input.ClickFocus
-
- ClickFocus(Wrap<? extends CONTROL>) - Constructor for class org.jemmy.input.ClickFocus
-
- CLICKPOINT_PROP_NAME - Static variable in class org.jemmy.control.Wrap
-
- clone() - Method in class org.jemmy.env.Timeout
-
- clone() - Method in class org.jemmy.Vector
- collapse() - Method in interface org.jemmy.interfaces.Collapsible
-
- Collapsible - Interface in org.jemmy.interfaces
-
- COLOR_MODE - Static variable in class org.jemmy.image.pixel.PNGSaver
-
full color image mode.
- ColorMappingComparator - Class in org.jemmy.image.pixel
-
- ColorMappingComparator(ColorMappingComparator.ColorMap, ColorMappingComparator.ColorMap, RasterComparator) - Constructor for class org.jemmy.image.pixel.ColorMappingComparator
-
- ColorMappingComparator(ColorMappingComparator.ColorMap, RasterComparator) - Constructor for class org.jemmy.image.pixel.ColorMappingComparator
-
- ColorMappingComparator.ColorMap - Interface in org.jemmy.image.pixel
-
- compare(Image, Image) - Method in interface org.jemmy.image.ImageComparator
-
Checks if images are the same according to whatever comparison logic is used.
- compare(Raster, Raster) - Method in class org.jemmy.image.pixel.AverageDistanceComparator
-
- compare(Raster, Raster) - Method in class org.jemmy.image.pixel.BaseCountingRasterComparator
-
- compare(Raster.Component[], double[], Raster.Component[], double[]) - Method in class org.jemmy.image.pixel.BaseCountingRasterComparator
-
- compare(Raster, Raster) - Method in class org.jemmy.image.pixel.ColorMappingComparator
-
- compare(Raster, Raster) - Method in class org.jemmy.image.pixel.MaxDistanceComparator
-
- compare(Raster, Raster) - Method in class org.jemmy.image.pixel.PeakSignalNoiseRatioComparator
-
- compare(Raster.Component[], double[], Raster.Component[], double[]) - Method in class org.jemmy.image.pixel.PixelEqualityRasterComparator
-
- compare(Image, Image) - Method in class org.jemmy.image.pixel.PixelImageComparator
-
- compare(Raster, Raster) - Method in interface org.jemmy.image.pixel.RasterComparator
-
- compare(Image, Image) - Method in class org.jemmy.image.pixel.ResizeComparator
-
- compare(String, String) - Method in interface org.jemmy.resources.StringComparePolicy
-
- compare(String, String) - Method in class org.jemmy.resources.StringComparePolicy.ComparePolicy
-
- ComparePolicy(boolean, boolean) - Constructor for class org.jemmy.resources.StringComparePolicy.ComparePolicy
-
- compareTo(Image) - Method in interface org.jemmy.image.Image
-
Compares the image with the other one.
- CompoundLookup<CONTROL> - Class in org.jemmy.lookup
-
- CompoundLookup(LookupCriteria<CONTROL>...) - Constructor for class org.jemmy.lookup.CompoundLookup
-
- computeDifference(Raster, Raster) - Method in class org.jemmy.image.pixel.PixelImageComparator
-
- computeDiffSize(Raster, Raster) - Static method in class org.jemmy.image.pixel.PixelImageComparator
-
- contains(Point) - Method in class org.jemmy.Rectangle
-
Checks whether or not this Rectangle contains the
specified Point.
- contains(int, int) - Method in class org.jemmy.Rectangle
-
Checks whether or not this Rectangle contains the
point at the specified location (x,y).
- contains(Rectangle) - Method in class org.jemmy.Rectangle
-
Checks whether or not this Rectangle entirely contains
the specified Rectangle.
- contains(int, int, int, int) - Method in class org.jemmy.Rectangle
-
Checks whether this Rectangle entirely contains
the Rectangle
at the specified location (X,Y) with the
specified dimensions (W,H).
- CONTROL - Static variable in class org.jemmy.control.JemmySupportWrapper
-
- control() - Method in class org.jemmy.dock.Dock
-
- CONTROL_CLASS_PROP_NAME - Static variable in class org.jemmy.control.Wrap
-
- CONTROL_PROP_NAME - Static variable in class org.jemmy.control.Wrap
-
- ControlHierarchy - Interface in org.jemmy.lookup
-
- ControlInterface - Interface in org.jemmy.interfaces
-
- ControlInterfaceFactory - Interface in org.jemmy.interfaces
-
This defines an interface to provide flexible way to control
test execution from outside.
- ControlInterfaces - Annotation Type in org.jemmy.control
-
To be applied on classes - ancestors of Wrp
class.
- ControlList - Interface in org.jemmy.lookup
-
- ControlType - Annotation Type in org.jemmy.control
-
TODO: JavaDoc
- CoordinateLookup<CONTROL> - Class in org.jemmy.lookup
-
Lookup that matches all the controls with the bounds that lay inside
the given rectangle.
- CoordinateLookup(Rectangle) - Constructor for class org.jemmy.lookup.CoordinateLookup
-
- create(Wrap<?>, Class<INTERFACE>) - Method in interface org.jemmy.interfaces.ControlInterfaceFactory
-
Instantiates interface.
- create(Wrap<?>, Class<INTERFACE>, Class<TYPE>) - Method in interface org.jemmy.interfaces.ControlInterfaceFactory
-
Instantiates interface.
- createCriteria(String, StringComparePolicy) - Method in class org.jemmy.input.StringCriteriaList
-
- createCriteriaList(String[]) - Method in class org.jemmy.input.StringCriteriaList
-
- createDiffRaster(Raster, Raster) - Method in class org.jemmy.image.pixel.PixelImageComparator
-
- createErrorOutput() - Method in class org.jemmy.env.TestOut
-
Creates an output which prints only error messages.
- createRaster(int, int) - Method in class org.jemmy.image.pixel.PNGLoader
-
- createScrollPoint(Wrap, boolean, boolean, int) - Static method in class org.jemmy.input.ScrollerImpl
-
An auxiliary function to calculate click point, on the appropriate side
of the control depending on the parameters.
- createScrollPoint(Rectangle, boolean, boolean, int) - Static method in class org.jemmy.input.ScrollerImpl
-
- createView(Dimension) - Method in class org.jemmy.image.pixel.ColorMappingComparator
-
- decode() - Method in class org.jemmy.image.pixel.PNGLoader
-
Decodes image from an input stream passed into constructor.
- decode(boolean) - Method in class org.jemmy.image.pixel.PNGLoader
-
Decodes image from an input stream passed into constructor.
- DEFAULT_DELTA - Static variable in class org.jemmy.timing.Waiter
-
- DEFAULT_DIFF_IMAGE_SUFFIX - Static variable in class org.jemmy.dock.Dock
-
Default suffix to construct diff image name.
- DEFAULT_RESULT_IMAGE_SUFFIX - Static variable in class org.jemmy.dock.Dock
-
Default suffix to construct result image name.
- DefaultCharBindingMap - Class in org.jemmy.input
-
Default implementation of CharBindingMap interface.
- DefaultCharBindingMap() - Constructor for class org.jemmy.input.DefaultCharBindingMap
-
Constructor.
- DefaultExecutor - Class in org.jemmy.action
-
- DefaultExecutor() - Constructor for class org.jemmy.action.DefaultExecutor
-
- DefaultParent - Annotation Type in org.jemmy.dock
-
Putting this on a public static method allows to generate constructors which
do not take parent as a parameter, taking whatever is coming from this method
instead.
- DefaultWrapper - Class in org.jemmy.control
-
- DefaultWrapper(Environment, Class<? extends Wrap>...) - Constructor for class org.jemmy.control.DefaultWrapper
-
- DefaultWrapper(Environment) - Constructor for class org.jemmy.control.DefaultWrapper
-
- DefaultWrapper - Annotation Type in org.jemmy.dock
-
Putting this on a public static method allows to generate constructors which
do not take parent as a parameter, taking whatever is coming from this method
instead.
- detached() - Method in interface org.jemmy.interfaces.Keyboard
-
Detaches the implementation so that all actions of it will be ran detached.
- detached() - Method in interface org.jemmy.interfaces.Mouse
-
Detaches the implementation so that all actions of it will be ran detached.
- diff() - Method in class org.jemmy.input.AbstractCaretOwner.ToPosition
-
- Dimension - Class in org.jemmy
-
Replacement for java.awt.Dimension
- Dimension() - Constructor for class org.jemmy.Dimension
-
Creates an instance of Dimension with a width
of zero and a height of zero.
- Dimension(Dimension) - Constructor for class org.jemmy.Dimension
-
Creates an instance of Dimension whose width
and height are the same as for the specified dimension.
- Dimension(int, int) - Constructor for class org.jemmy.Dimension
-
Constructs a Dimension and initializes
it to the specified width and specified height.
- Dimension(double, double) - Constructor for class org.jemmy.Dimension
-
Constructs a Dimension and initializes
it to the specified width and specified height.
- DirectionToPosition(CaretOwner, double, double) - Constructor for class org.jemmy.input.CaretImpl.DirectionToPosition
-
Deprecated.
- DirectionToPosition(CaretOwner, double) - Constructor for class org.jemmy.input.CaretImpl.DirectionToPosition
-
Deprecated.
- dispatch(Environment, Object...) - Method in class org.jemmy.action.GetAction
-
Dispatches action through the system UI queue to get the result.
- DISTANCE_COMPONENTS - Static variable in class org.jemmy.image.pixel.AverageDistanceComparator
-
- dnd(Point) - Method in interface org.jemmy.interfaces.Drag
-
- dnd(Wrap, Point) - Method in interface org.jemmy.interfaces.Drag
-
- dnd(Point, Wrap, Point) - Method in interface org.jemmy.interfaces.Drag
-
- dnd(Point, Wrap, Point, Mouse.MouseButton) - Method in interface org.jemmy.interfaces.Drag
-
- dnd(Point, Wrap, Point, Mouse.MouseButton, Modifier...) - Method in interface org.jemmy.interfaces.Drag
-
- Dock - Class in org.jemmy.dock
-
Superclass for all "docks" - classes which simple provide API for lookup, interfaces
and properties.
- Dock(Wrap<?>) - Constructor for class org.jemmy.dock.Dock
-
- DockInfo - Annotation Type in org.jemmy.dock
-
This should be used on classes - inheritors of Wrap class to give
annotation processor some information.
- doWrap(T, Class, Class) - Method in class org.jemmy.control.AbstractWrapper
-
- drag() - Method in class org.jemmy.control.Wrap
-
A shortcut to as(MouseTarget.class).drag()
- drag() - Method in class org.jemmy.dock.Dock
-
- Drag - Interface in org.jemmy.interfaces
-
- dump(PrintStream, Lookup<? extends CONTROL>) - Method in class org.jemmy.lookup.AbstractLookup
-
- dump(PrintStream) - Method in class org.jemmy.lookup.AbstractLookup
-
- dump(PrintStream, Lookup<? extends CONTROL>) - Method in class org.jemmy.lookup.HierarchyLookup
-
- dump(PrintStream) - Method in interface org.jemmy.lookup.Lookup
-
- dump(PrintStream, Lookup<? extends CONTROL>) - Method in class org.jemmy.lookup.PlainLookup
-
- dumpOne(PrintStream, CONTROL, String) - Method in class org.jemmy.lookup.AbstractLookup
-
- get() - Method in class org.jemmy.action.FutureAction
-
- get(Class) - Method in class org.jemmy.env.Environment
-
- get(int) - Method in class org.jemmy.lookup.AbstractLookup
-
- get() - Method in class org.jemmy.lookup.AbstractLookup
-
Same as get(0)
- get(int) - Method in interface org.jemmy.lookup.Lookup
-
Returns one of the found UI controls itself.
- get() - Method in interface org.jemmy.lookup.Lookup
-
Same as get(0)
- GetAction<T> - Class in org.jemmy.action
-
An action to get some value.
- GetAction() - Constructor for class org.jemmy.action.GetAction
-
- getAllowedTime() - Method in class org.jemmy.action.Action
-
- getArea() - Method in class org.jemmy.lookup.CoordinateLookup
-
- getArea() - Method in class org.jemmy.lookup.RelativeCoordinateLookup
-
- getAutoFlushMode() - Method in class org.jemmy.env.TestOut
-
Says if flush is invoked after each output.
- getBindingMap() - Method in class org.jemmy.env.Environment
-
- getBounds(CONTROL) - Method in class org.jemmy.lookup.CoordinateLookup
-
- getBounds() - Method in class org.jemmy.Rectangle
-
Gets the bounding Rectangle of this Rectangle.
- getBuild() - Method in class org.jemmy.Version
-
- getCaret() - Method in class org.jemmy.input.AbstractCaretOwner.ToPosition
-
- getCharKey(char) - Method in interface org.jemmy.input.CharBindingMap
-
Returns the code of the primary key used to type a symbol.
- getCharKey(char) - Method in class org.jemmy.input.DefaultCharBindingMap
-
Returns the code of the primary key used to type a symbol.
- getCharModifiers(char) - Method in interface org.jemmy.input.CharBindingMap
-
Returns the modifiers that should be pressed to type a symbol.
- getCharModifiers(char) - Method in class org.jemmy.input.DefaultCharBindingMap
-
Returns the modifiers that should be pressed to type a symbol.
- getChildren(Object) - Method in interface org.jemmy.lookup.ControlHierarchy
-
Override this to get subchildren of the controls in the hierarchy.
- getClickPoint() - Method in class org.jemmy.control.Wrap
-
Return default point to click, drag.
- getColors(int, int, double[]) - Method in interface org.jemmy.image.pixel.Raster
-
Supposed to write pixel component value in the RGBA order.
- getComponentValue(Raster.Component[], double[], Raster.Component) - Method in class org.jemmy.image.pixel.PixelImageComparator
-
Returns color component value using its alpha information
- getControl() - Method in class org.jemmy.control.Wrap
-
- getControlClass() - Method in class org.jemmy.control.Wrap
-
- getControls() - Method in interface org.jemmy.lookup.ControlList
-
- getEndTime() - Method in class org.jemmy.action.Action
-
- getEnvironment() - Method in class org.jemmy.control.AbstractWrapper
-
- getEnvironment() - Method in class org.jemmy.control.Wrap
-
- getEnvironment() - Static method in class org.jemmy.env.Environment
-
- getErrput() - Method in class org.jemmy.env.TestOut
-
Returns errput writer.
- getExecutor() - Method in class org.jemmy.env.Environment
-
- getFieldProperty(String) - Method in class org.jemmy.control.Wrap
-
- getFlags() - Method in class org.jemmy.input.CaretText
-
- getHeight() - Method in class org.jemmy.Dimension
- getHeight() - Method in class org.jemmy.Rectangle
-
Returns the height of the bounding Rectangle in
double precision.
- getID() - Method in interface org.jemmy.image.ImageComparator
-
A string qualifying an image comparison algorithm.
- getID() - Method in class org.jemmy.image.pixel.AverageDistanceComparator
-
- getID() - Method in interface org.jemmy.image.pixel.ColorMappingComparator.ColorMap
-
- getID() - Method in class org.jemmy.image.pixel.ColorMappingComparator
-
- getID() - Method in class org.jemmy.image.pixel.MaxDistanceComparator
-
- getID() - Method in class org.jemmy.image.pixel.PeakSignalNoiseRatioComparator
-
- getID() - Method in class org.jemmy.image.pixel.PixelEqualityRasterComparator
-
- getID() - Method in class org.jemmy.image.pixel.PixelImageComparator
-
- getID() - Method in interface org.jemmy.image.pixel.RasterComparator
-
- getID() - Method in class org.jemmy.image.pixel.ResizeComparator
-
- getImageCapturer() - Method in class org.jemmy.env.Environment
-
- getImageLoader() - Method in class org.jemmy.env.Environment
-
- getInput() - Method in class org.jemmy.env.TestOut
-
Returns input stream.
- getInputFactory() - Method in class org.jemmy.env.Environment
-
- getKnob() - Method in class org.jemmy.input.KnobDragScrollerImpl
-
- getLastDiff() - Method in class org.jemmy.lookup.ImageLookup
-
- getLastImage() - Method in class org.jemmy.lookup.ImageLookup
-
- getLocation() - Method in class org.jemmy.Point
-
Returns the location of this point.
- getLocation() - Method in class org.jemmy.Rectangle
-
Returns the location of this Rectangle.
- getMajor() - Method in class org.jemmy.Version
-
- getMethodProperty(String) - Method in class org.jemmy.control.Wrap
-
- getMini() - Method in class org.jemmy.Version
-
- getMinor() - Method in class org.jemmy.Version
-
- getName() - Method in class org.jemmy.env.Timeout
-
Returns timeout name.
- getNullOutput() - Static method in class org.jemmy.env.TestOut
-
Creates output which does not print any message anywhere.
- getObject() - Method in exception org.jemmy.JemmyException
-
Returns "object" constructor parameter.
- getOutput() - Method in class org.jemmy.env.Environment
-
- getOutput(String) - Method in class org.jemmy.env.Environment
-
Get's a specific output.
- getOutput() - Method in class org.jemmy.env.TestOut
-
Returns output writer.
- getParent(Object) - Method in interface org.jemmy.lookup.ControlHierarchy
-
- getParentEnvironment() - Method in class org.jemmy.env.Environment
-
- getPolicy() - Method in class org.jemmy.input.StringCriteriaList
-
- getProperties() - Method in class org.jemmy.control.Wrap
-
Returns a a map of all known controls properties including values from
methods marked by
@Property and values of methods/field from
@MethodProperties/
FieldProperties correspondingly.
- getPropertiesQiuet() - Method in class org.jemmy.control.Wrap
-
Returns a a map of all controls properties which is possible to obtain.
- getProperty(String) - Method in class org.jemmy.control.Wrap
-
Get property of the wrapped object.
- getProperty(String, Class<INTERFACE>) - Method in class org.jemmy.control.Wrap
-
Get property out of the control interface.
- getProperty(String, Class<INTERFACE>, Class<TYPE>) - Method in class org.jemmy.control.Wrap
-
Get property out of the control interface.
- getProperty(Class<P>, String) - Method in class org.jemmy.control.Wrap
-
- getProperty(GetAction<P>) - Method in class org.jemmy.dock.Dock
-
- getProperty(Class, Object, T) - Method in class org.jemmy.env.Environment
-
- getProperty(Class<T>) - Method in class org.jemmy.env.Environment
-
- getProperty(String) - Method in class org.jemmy.env.Environment
-
- getProperty(String, Object) - Method in class org.jemmy.env.Environment
-
- getRasterComparator() - Method in class org.jemmy.image.pixel.PixelImageComparator
-
- getResult() - Method in class org.jemmy.action.GetAction
-
- getRoot() - Method in class org.jemmy.image.pixel.PNGFileImageStore
-
- getScreenBounds() - Method in interface org.jemmy.control.ScreenArea
-
- getScreenBounds() - Method in class org.jemmy.control.Wrap
-
Returns control bounds in screen coordinates.
- getScreenBounds() - Method in class org.jemmy.operators.Screen
-
- getScreenBounds() - Method in class org.jemmy.operators.ScreenRectangle
-
- getScreenImage() - Method in class org.jemmy.control.Wrap
-
Captures the screen area held by the component.
- getScreenImage(Rectangle) - Method in class org.jemmy.control.Wrap
-
Captures portion of the screen area held by the component.
- getScrollClickPoint(boolean) - Method in class org.jemmy.input.ScrollerImpl
-
- getScrollVector() - Method in class org.jemmy.input.KnobDragScrollerImpl
-
- getSize() - Method in class org.jemmy.Dimension
-
Gets the size of this Dimension object.
- getSize() - Method in interface org.jemmy.image.pixel.Raster
-
- getSize(Image) - Method in class org.jemmy.image.pixel.ResizeComparator
-
- getSize() - Method in class org.jemmy.Rectangle
-
Gets the size of this Rectangle, represented by
the returned Dimension.
- getStartTime() - Method in class org.jemmy.action.Action
-
- getState(String...) - Method in class org.jemmy.input.StringMenuSelectableOwner
-
Returns the current selection state of the menu item conforming to the
criteria.
- getState(LookupCriteria<T>...) - Method in class org.jemmy.input.StringMenuSelectableOwner
-
Returns the current selection state of the menu item conforming to the
criteria.
- getState(Point, LookupCriteria<T>...) - Method in class org.jemmy.input.StringPopupSelectableOwner
-
Returns the current selection state of the menu item conforming to the
criteria.
- getState(Point, String...) - Method in class org.jemmy.input.StringPopupSelectableOwner
-
Returns the current selection state of the menu item conforming to the
criteria.
- getState(LookupCriteria<T>...) - Method in interface org.jemmy.interfaces.MenuSelectable
-
Returns the current selection state of the menu item conforming to the
criteria.
- getState() - Method in interface org.jemmy.interfaces.Selectable
-
Returns currently selected state.
- getStates() - Method in interface org.jemmy.interfaces.Selectable
-
Returns all available states.
- getSubComparator() - Method in class org.jemmy.image.pixel.ColorMappingComparator
-
- getSubComparator() - Method in class org.jemmy.image.pixel.ResizeComparator
-
- getSupported() - Method in interface org.jemmy.image.pixel.Raster
-
Returns a list of supported components.
- getSupportedChars() - Method in class org.jemmy.input.DefaultCharBindingMap
-
Returns an array of all supported chars.
- getText(T) - Method in class org.jemmy.lookup.ByStringLookup
-
- getText(CONTROL) - Method in class org.jemmy.lookup.ByToStringLookup
-
- getThrowable() - Method in class org.jemmy.action.Action
-
Returns throwable that occurred during run() invocation.
- getTimeout(Timeout) - Method in class org.jemmy.env.Environment
-
- getTimeout(String) - Method in class org.jemmy.env.Environment
-
- getTopControl() - Method in class org.jemmy.input.ClickFocus
-
- getType() - Method in interface org.jemmy.interfaces.TypeControlInterface
-
- getType() - Method in class org.jemmy.lookup.AbstractLookup
-
- getType() - Method in class org.jemmy.lookup.ParentImpl
-
- getValue() - Method in class org.jemmy.env.Timeout
-
Returns timeout value.
- getVersion() - Method in class org.jemmy.Version
-
- getWaiter(Timeout) - Method in class org.jemmy.env.Environment
-
- getWaiter(String) - Method in class org.jemmy.env.Environment
-
- getWidth() - Method in class org.jemmy.Dimension
- getWidth() - Method in class org.jemmy.Rectangle
-
Returns the width of the bounding Rectangle in
double precision.
- getWrap() - Method in class org.jemmy.input.CaretImpl
-
- getWrap() - Method in class org.jemmy.input.KnobDragScrollerImpl
-
- getWrap() - Method in class org.jemmy.input.TextImpl
-
- getWrapClass(Class) - Method in class org.jemmy.control.AbstractWrapper
-
- getWrapClass(Class) - Method in class org.jemmy.control.LazyWrapper
-
- getWrapClass(Class) - Method in class org.jemmy.control.WrapperImpl
-
- getWrapper() - Static method in class org.jemmy.control.Wrap
-
- getX() - Method in class org.jemmy.Point
- getX() - Method in class org.jemmy.Rectangle
-
Returns the X coordinate of the bounding Rectangle in
double precision.
- getX() - Method in class org.jemmy.Vector
-
- getY() - Method in class org.jemmy.Point
- getY() - Method in class org.jemmy.Rectangle
-
Returns the Y coordinate of the bounding Rectangle in
double precision.
- getY() - Method in class org.jemmy.Vector
-
- GREYSCALE_MODE - Static variable in class org.jemmy.image.pixel.PNGSaver
-
grey scale image mode.
- grow(int, int) - Method in class org.jemmy.Rectangle
-
Resizes the Rectangle both horizontally and vertically.
- Parent<T> - Interface in org.jemmy.interfaces
-
Represents a container for UI controls.
- ParentImpl<T> - Class in org.jemmy.lookup
-
- ParentImpl(Environment, Class<T>, ControlHierarchy) - Constructor for class org.jemmy.lookup.ParentImpl
-
- ParentImpl(Environment, Class<T>, ControlHierarchy, Wrapper) - Constructor for class org.jemmy.lookup.ParentImpl
-
- ParentImpl(Environment, Class<T>, ControlList) - Constructor for class org.jemmy.lookup.ParentImpl
-
- ParentImpl(Environment, Class<T>, ControlList, Wrapper) - Constructor for class org.jemmy.lookup.ParentImpl
-
- parseRectangle(String) - Static method in class org.jemmy.Rectangle
-
Parses given string to restore Rectangle instance from the string.
- PeakSignalNoiseRatioComparator - Class in org.jemmy.image.pixel
-
Comparator, that implements peak signal to noise ratio, popular and reliable method of measuring
image compression quality or image distortion.
- PeakSignalNoiseRatioComparator(double) - Constructor for class org.jemmy.image.pixel.PeakSignalNoiseRatioComparator
-
- PixelEqualityRasterComparator - Class in org.jemmy.image.pixel
-
- PixelEqualityRasterComparator(double) - Constructor for class org.jemmy.image.pixel.PixelEqualityRasterComparator
-
- PixelImageComparator - Class in org.jemmy.image.pixel
-
- PixelImageComparator(RasterComparator) - Constructor for class org.jemmy.image.pixel.PixelImageComparator
-
- PixelImageComparator(Environment) - Constructor for class org.jemmy.image.pixel.PixelImageComparator
-
- PlainLookup<CONTROL> - Class in org.jemmy.lookup
-
TODO: JavaDoc, class rename, arguments rename
- PlainLookup(Environment, ControlList, Wrapper, Class<CONTROL>, LookupCriteria<CONTROL>) - Constructor for class org.jemmy.lookup.PlainLookup
-
- PlainLookup(Environment, ControlList, Class<CONTROL>, LookupCriteria<CONTROL>) - Constructor for class org.jemmy.lookup.PlainLookup
-
- PNGFileImageStore - Class in org.jemmy.image.pixel
-
- PNGFileImageStore(File) - Constructor for class org.jemmy.image.pixel.PNGFileImageStore
-
- PNGFileImageStore() - Constructor for class org.jemmy.image.pixel.PNGFileImageStore
-
- PNGLoader - Class in org.jemmy.image.pixel
-
Allows to load PNG graphical file.
- PNGLoader(InputStream) - Constructor for class org.jemmy.image.pixel.PNGLoader
-
Constructs a PNGDecoder object.
- PNGSaver - Class in org.jemmy.image.pixel
-
- PNGSaver(File) - Constructor for class org.jemmy.image.pixel.PNGSaver
-
- PNGSaver(OutputStream) - Constructor for class org.jemmy.image.pixel.PNGSaver
-
public constructor of PNGEncoder class with greyscale mode by default.
- PNGSaver(OutputStream, byte) - Constructor for class org.jemmy.image.pixel.PNGSaver
-
public constructor of PNGEncoder class.
- Point - Class in org.jemmy
-
Replacement for java.awt.Point
- Point() - Constructor for class org.jemmy.Point
-
Constructs and initializes a point at the origin
(0, 0) of the coordinate space.
- Point(Point) - Constructor for class org.jemmy.Point
-
Constructs and initializes a point with the same location as
the specified Point object.
- Point(int, int) - Constructor for class org.jemmy.Point
-
Constructs and initializes a point at the specified
(x,y) location in the coordinate space.
- Point(double, double) - Constructor for class org.jemmy.Point
-
Constructs and initializes a point at the specified
(x,y) location in the coordinate space.
- PopupOwner<T> - Interface in org.jemmy.interfaces
-
- PopupSelectableOwner<T> - Interface in org.jemmy.interfaces
-
- position() - Method in class org.jemmy.input.AbstractCaretOwner.ToPosition
-
- position() - Method in class org.jemmy.input.CaretImpl.DirectionToPosition
-
Deprecated.
- position() - Method in class org.jemmy.input.RegexCaretDirection
-
- position(Text, String, int, boolean, int) - Static method in class org.jemmy.input.RegexCaretDirection
-
- position() - Method in class org.jemmy.input.ScrollerImpl.CaretScroll
-
- position() - Method in interface org.jemmy.interfaces.CaretOwner
-
- POSITION_PROP_NAME - Static variable in class org.jemmy.control.Wrap
-
- PreferredParent - Annotation Type in org.jemmy.dock
-
The annotation to be used on a child-type wrap (such as ListItemWrap), pointing
to a parent type wrap (such as ListViewWrap).
- press() - Method in interface org.jemmy.interfaces.Mouse
-
- press(Mouse.MouseButton) - Method in interface org.jemmy.interfaces.Mouse
-
- press(Mouse.MouseButton, Modifier...) - Method in interface org.jemmy.interfaces.Mouse
-
- pressKey(Keyboard.KeyboardButton, Modifier...) - Method in interface org.jemmy.interfaces.Keyboard
-
- pressKey(Keyboard.KeyboardButton) - Method in interface org.jemmy.interfaces.Keyboard
-
- print(String) - Method in class org.jemmy.env.TestOut
-
Prints a line into output.
- printerr(String) - Method in class org.jemmy.env.TestOut
-
Prints a error line.
- printerrln(String) - Method in class org.jemmy.env.TestOut
-
Prints a line into error output.
- println(String) - Method in class org.jemmy.env.TestOut
-
Prints a line and then terminate the line by writing the line separator string.
- println(boolean, String) - Method in class org.jemmy.env.TestOut
-
Prints a line into either output or errput.
- printStackTrace(Throwable) - Method in class org.jemmy.env.TestOut
-
Prints an exception stack trace into error stream.
- Property - Annotation Type in org.jemmy.control
-
This annotates a method which provides a property value for the provided
name of a wrapped control.
- PropLookup<CONTROL> - Class in org.jemmy.lookup
-
- PropLookup(String, Object) - Constructor for class org.jemmy.lookup.PropLookup
-
- PropLookup(Wrapper, String, Object) - Constructor for class org.jemmy.lookup.PropLookup
-
- push(String...) - Method in class org.jemmy.input.StringMenuOwner
-
Pushes the menu using one string for one level of the menu.
- push(LookupCriteria<T>...) - Method in class org.jemmy.input.StringMenuOwner
-
A shortcut to menu().push(LookupCriteria ...)
- push(boolean, String...) - Method in class org.jemmy.input.StringMenuSelectableOwner
-
Ensures state of a menu item conforming to the criteria.
- push(boolean, LookupCriteria<T>...) - Method in class org.jemmy.input.StringMenuSelectableOwner
-
Ensures state of a menu item conforming to the criteria.
- push(Point, String...) - Method in class org.jemmy.input.StringPopupOwner
-
- push(boolean, Point, LookupCriteria<T>...) - Method in class org.jemmy.input.StringPopupSelectableOwner
-
Ensures state of a menu item conforming to the criteria.
- push(boolean, Point, String...) - Method in class org.jemmy.input.StringPopupSelectableOwner
-
Ensures state of a menu item conforming to the criteria.
- PUSH - Static variable in interface org.jemmy.interfaces.Keyboard
-
- push(LookupCriteria<T>...) - Method in interface org.jemmy.interfaces.Menu
-
Pushes a menu item conforming to the criteria.
- push(boolean, LookupCriteria<T>...) - Method in interface org.jemmy.interfaces.MenuSelectable
-
Ensures state of a menu item conforming to the criteria.
- pushKey(Timeout, Keyboard.KeyboardButton, Modifier...) - Method in interface org.jemmy.interfaces.Keyboard
-
- pushKey(Keyboard.KeyboardButton, Modifier...) - Method in interface org.jemmy.interfaces.Keyboard
-
- pushKey(Keyboard.KeyboardButton) - Method in interface org.jemmy.interfaces.Keyboard
-
- Raster - Interface in org.jemmy.image.pixel
-
- Raster.Component - Enum in org.jemmy.image.pixel
-
- RasterComparator - Interface in org.jemmy.image.pixel
-
- reached() - Method in interface org.jemmy.timing.State
-
- read() - Method in class org.jemmy.env.TestOut
-
Read one byte from input.
- readln() - Method in class org.jemmy.env.TestOut
-
Read a line from input.
- Rectangle - Class in org.jemmy
-
Replacement for java.awt.Rectangle
- Rectangle() - Constructor for class org.jemmy.Rectangle
-
Constructs a new Rectangle whose upper-left corner
is at (0, 0) in the coordinate space, and whose width and
height are both zero.
- Rectangle(Rectangle) - Constructor for class org.jemmy.Rectangle
-
Constructs a new Rectangle, initialized to match
the values of the specified Rectangle.
- Rectangle(int, int, int, int) - Constructor for class org.jemmy.Rectangle
-
Constructs a new Rectangle whose upper-left corner is
specified as
(x,y) and whose width and height
are specified by the arguments of the same name.
- Rectangle(int, int) - Constructor for class org.jemmy.Rectangle
-
Constructs a new Rectangle whose upper-left corner
is at (0, 0) in the coordinate space, and whose width and
height are specified by the arguments of the same name.
- Rectangle(Point, Dimension) - Constructor for class org.jemmy.Rectangle
-
Constructs a new
Rectangle whose upper-left corner is
specified by the
Point argument, and
whose width and height are specified by the
Dimension argument.
- Rectangle(Point) - Constructor for class org.jemmy.Rectangle
-
Constructs a new Rectangle whose upper-left corner is the
specified Point, and whose width and height are both zero.
- Rectangle(Dimension) - Constructor for class org.jemmy.Rectangle
-
Constructs a new Rectangle whose top left corner is
(0, 0) and whose width and height are specified
by the Dimension argument.
- Rectangle(double, double, double, double) - Constructor for class org.jemmy.Rectangle
-
Constructs a new Rectangle whose upper-left corner is
specified as (x,y) and whose width and height
are specified by the arguments of the same name.
- REGEX_FLAGS - Static variable in class org.jemmy.input.RegexCaretDirection
-
- RegexCaretDirection - Class in org.jemmy.input
-
- RegexCaretDirection(Text, CaretOwner, String, int, boolean, int) - Constructor for class org.jemmy.input.RegexCaretDirection
-
- RelativeCoordinateLookup<CONTROL> - Class in org.jemmy.lookup
-
- RelativeCoordinateLookup(Wrap, boolean, int, int) - Constructor for class org.jemmy.lookup.RelativeCoordinateLookup
-
- release() - Method in interface org.jemmy.interfaces.Mouse
-
- release(Mouse.MouseButton) - Method in interface org.jemmy.interfaces.Mouse
-
- release(Mouse.MouseButton, Modifier...) - Method in interface org.jemmy.interfaces.Mouse
-
- releaseKey(Keyboard.KeyboardButton, Modifier...) - Method in interface org.jemmy.interfaces.Keyboard
-
- releaseKey(Keyboard.KeyboardButton) - Method in interface org.jemmy.interfaces.Keyboard
-
- removeChar(char) - Method in class org.jemmy.input.DefaultCharBindingMap
-
Removes a char from supported.
- resize(Image, Dimension) - Method in class org.jemmy.image.pixel.ResizeComparator
-
- resize(Dimension, Window.Direction) - Method in class org.jemmy.input.WindowImpl
-
- resize(Dimension, Window.Direction) - Method in interface org.jemmy.interfaces.Window
-
- ResizeComparator - Class in org.jemmy.image.pixel
-
- ResizeComparator(ImageComparator, ResizeComparator.Mode) - Constructor for class org.jemmy.image.pixel.ResizeComparator
-
- ResizeComparator(ImageComparator) - Constructor for class org.jemmy.image.pixel.ResizeComparator
-
- ResizeComparator.Mode - Enum in org.jemmy.image.pixel
-
- run(Object...) - Method in class org.jemmy.action.Action
-
- run(Object...) - Method in class org.jemmy.action.FutureAction
-
- save(String) - Method in interface org.jemmy.image.Image
-
Saves the image.
- save(Image, String) - Method in interface org.jemmy.image.ImageStore
-
- save(Image, String) - Method in class org.jemmy.image.pixel.PNGFileImageStore
-
- schedule(long, TimedCriteria<T>) - Method in class org.jemmy.timing.Timeline
-
- schedule(long, long, long, TimedCriteria<T>) - Method in class org.jemmy.timing.Timeline
-
- Screen - Class in org.jemmy.operators
-
The class is abstract as the screen size is something which sould
be defined in implementation
- Screen(Environment) - Constructor for class org.jemmy.operators.Screen
-
- SCREEN - Static variable in class org.jemmy.operators.Screen
-
This variable muse be initialized to be used with a real implementation
such as
- ScreenArea - Interface in org.jemmy.control
-
- ScreenRectangle - Class in org.jemmy.operators
-
- ScreenRectangle(Environment, Rectangle) - Constructor for class org.jemmy.operators.ScreenRectangle
-
- Scroll - Interface in org.jemmy.interfaces
-
Interface representing an object which represents an integer value which
could be increased or decreased, such as scroll bar, slider, etc.
- SCROLL_TIMEOUT - Static variable in class org.jemmy.input.CaretImpl
-
Time to sleep between scrolling actions
- SCROLL_TIMEOUT - Static variable in class org.jemmy.input.ScrollerImpl
-
- ScrollerImpl - Class in org.jemmy.input
-
Performs scrolling by clicking at a certain position.
- ScrollerImpl(Wrap, CaretOwner) - Constructor for class org.jemmy.input.ScrollerImpl
-
- ScrollerImpl.CaretScroll - Class in org.jemmy.input
-
- scrollTo(int) - Method in class org.jemmy.input.CaretImpl.KeyboardScrollAction
-
- scrollTo(int) - Method in class org.jemmy.input.CaretImpl.MouseScrollAction
-
- scrollTo(int) - Method in interface org.jemmy.input.CaretImpl.ScrollAction
-
- select(STATE) - Method in class org.jemmy.control.SelectorImpl
-
- select(String, int) - Method in class org.jemmy.input.SelectionText
-
Selects index'th occurance of the regex.
- select(String) - Method in class org.jemmy.input.SelectionText
-
Selects first occurance of the regex.
- select(String...) - Method in class org.jemmy.input.StringMenuOwner
-
Select a menu item using one string for one level of the menu.
- select(LookupCriteria<T>...) - Method in class org.jemmy.input.StringMenuOwner
-
A shortcut to menu().select(LookupCriteria ...)
- select(Point, String...) - Method in class org.jemmy.input.StringPopupOwner
-
- select(String...) - Method in class org.jemmy.input.StringTree
-
- select(STATE) - Method in interface org.jemmy.interfaces.Selector
-
- select(LookupCriteria<T>...) - Method in interface org.jemmy.interfaces.TreeSelector
-
Selects an item.
- Selectable<STATE> - Interface in org.jemmy.interfaces
-
Interface for a control with one selected state among the number of them.
- selectAll() - Method in class org.jemmy.input.TextImpl
-
Selects all text within component by clicking 3 times on it or using
keyboard depending on the second argument passed to
constructor.
- selection() - Method in class org.jemmy.input.SelectionText
-
- SELECTION_ANCHOR_PROP_NAME - Static variable in interface org.jemmy.interfaces.IntervalSelectable
-
- SelectionText - Class in org.jemmy.input
-
- SelectionText(Wrap<?>) - Constructor for class org.jemmy.input.SelectionText
-
- selector() - Method in interface org.jemmy.interfaces.Selectable
-
Returns Selector class instance that has methods to select state.
- Selector<STATE> - Interface in org.jemmy.interfaces
-
- selector() - Method in interface org.jemmy.interfaces.Tree
-
- SelectorImpl<CONTROL,STATE> - Class in org.jemmy.control
-
- SelectorImpl(Wrap<? extends CONTROL>, Selectable<STATE>) - Constructor for class org.jemmy.control.SelectorImpl
-
- selectTo(double) - Method in class org.jemmy.input.TextCaret
-
- selectTo(Caret.Direction) - Method in class org.jemmy.input.TextCaret
-
- selectTo(double) - Method in interface org.jemmy.interfaces.IntervalSelector
-
- selectTo(Caret.Direction) - Method in interface org.jemmy.interfaces.IntervalSelector
-
- setAllowedTime(long) - Method in class org.jemmy.action.Action
-
- setAutoFlushMode(boolean) - Method in class org.jemmy.env.TestOut
-
Specifies either flush is invoked after each output.
- setBindingMap(CharBindingMap) - Method in class org.jemmy.env.Environment
-
- setBounds(Rectangle) - Method in class org.jemmy.Rectangle
-
Sets the bounding Rectangle of this Rectangle
to match the specified Rectangle.
- setBounds(int, int, int, int) - Method in class org.jemmy.Rectangle
-
Sets the bounding Rectangle of this
Rectangle to the specified
x, y, width,
and height.
- setColors(int, int, double[]) - Method in interface org.jemmy.image.pixel.WriteableRaster
-
- setDragDelta(float) - Method in class org.jemmy.input.KnobDragScrollerImpl
-
- setEnvironment(Environment) - Method in class org.jemmy.control.Wrap
-
- setExecutor(ActionExecutor) - Method in class org.jemmy.env.Environment
-
- setImageCapturer(ImageCapturer) - Method in class org.jemmy.env.Environment
-
- setImageLoader(ImageLoader) - Method in class org.jemmy.env.Environment
-
- setInputFactory(ControlInterfaceFactory) - Method in class org.jemmy.env.Environment
-
- setLenght(double) - Method in class org.jemmy.Vector
-
- setLocation(Point) - Method in class org.jemmy.Point
-
Sets the location of the point to the specified location.
- setLocation(int, int) - Method in class org.jemmy.Point
-
Changes the point to have the specified location.
- setLocation(double, double) - Method in class org.jemmy.Point
-
Sets the location of this point to the specified double coordinates.
- setLocation(Point) - Method in class org.jemmy.Rectangle
-
Moves this Rectangle to the specified location.
- setLocation(int, int) - Method in class org.jemmy.Rectangle
-
Moves this Rectangle to the specified location.
- setOutput(TestOut) - Method in class org.jemmy.env.Environment
-
- setOutput(String, TestOut) - Method in class org.jemmy.env.Environment
-
Set some specific output.
- setParentEnvironment(Environment) - Method in class org.jemmy.env.Environment
-
- setPolicy(StringComparePolicy) - Method in class org.jemmy.input.StringCriteriaList
-
- setProperty(Class<T>, Object, T) - Method in class org.jemmy.env.Environment
-
- setProperty(Class<T>, T) - Method in class org.jemmy.env.Environment
-
- setProperty(String, Object) - Method in class org.jemmy.env.Environment
-
- setPropertyIfNotSet(Class<T>, T) - Method in class org.jemmy.env.Environment
-
- setPropertyIfNotSet(String, Object) - Method in class org.jemmy.env.Environment
-
- setRect(double, double, double, double) - Method in class org.jemmy.Rectangle
-
Sets the bounds of this Rectangle to the integer bounds
which encompass the specified x, y, width,
and height.
- setResult(T) - Method in class org.jemmy.action.GetAction
-
- setSCREEN(Screen) - Static method in class org.jemmy.operators.Screen
-
- setSize(double, double) - Method in class org.jemmy.Dimension
-
Sets the size of this Dimension object to
the specified width and height in double precision.
- setSize(Dimension) - Method in class org.jemmy.Dimension
-
Sets the size of this Dimension object to the specified size.
- setSize(int, int) - Method in class org.jemmy.Dimension
-
Sets the size of this Dimension object
to the specified width and height.
- setSize(Dimension) - Method in class org.jemmy.Rectangle
-
Sets the size of this Rectangle to match the
specified Dimension.
- setSize(int, int) - Method in class org.jemmy.Rectangle
-
Sets the size of this Rectangle to the specified
width and height.
- setSubComparator(RasterComparator) - Method in class org.jemmy.image.pixel.ColorMappingComparator
-
- setSubComparator(ImageComparator) - Method in class org.jemmy.image.pixel.ResizeComparator
-
- setTimeout(Timeout) - Method in class org.jemmy.env.Environment
-
Sets timeout.
- setTimeout(Timeout, long) - Method in class org.jemmy.env.Environment
-
Sets new value for the timeout specified by Timeout object instance.
- setTimeout(String, long) - Method in class org.jemmy.env.Environment
-
Sets new value for the timeout.
- setValue(long) - Method in class org.jemmy.env.Timeout
-
- Shortcut - Annotation Type in org.jemmy.dock
-
- Show - Interface in org.jemmy.interfaces
-
- show() - Method in interface org.jemmy.interfaces.Show
-
- Showable - Interface in org.jemmy.interfaces
-
- shower() - Method in interface org.jemmy.interfaces.Showable
-
- size() - Method in class org.jemmy.lookup.AbstractLookup
-
Gets the number of controls which fit criteria.
- size() - Method in interface org.jemmy.lookup.Lookup
-
- sleep() - Method in class org.jemmy.env.Timeout
-
Sleeps for timeout value.
- start() - Method in class org.jemmy.env.Timeout
-
Starts timeout measuring.
- start() - Method in class org.jemmy.timing.Timeline
-
- State<T> - Interface in org.jemmy.timing
-
- STATE_PROP_NAME - Static variable in interface org.jemmy.interfaces.Selectable
-
- STATES_PROP_NAME - Static variable in interface org.jemmy.interfaces.Selectable
-
- STRING_COMPARE_POLICY_PROP_NAME - Static variable in class org.jemmy.input.StringCriteriaList
-
- StringComparePolicy - Interface in org.jemmy.resources
-
- StringComparePolicy.ComparePolicy - Class in org.jemmy.resources
-
- StringCriteriaList<T> - Class in org.jemmy.input
-
Defines logic of converting a list of strings (aka titles, texts) into a list of
LookupCriteria.
- StringCriteriaList(Environment) - Constructor for class org.jemmy.input.StringCriteriaList
-
- StringCriteriaList(StringComparePolicy) - Constructor for class org.jemmy.input.StringCriteriaList
-
- StringMenuOwner<T> - Class in org.jemmy.input
-
In most cases menu has a text associated with every menu item.
- StringMenuOwner(Wrap<?>) - Constructor for class org.jemmy.input.StringMenuOwner
-
- StringMenuSelectableOwner<T> - Class in org.jemmy.input
-
- StringMenuSelectableOwner(Wrap<?>) - Constructor for class org.jemmy.input.StringMenuSelectableOwner
-
- StringPopupOwner<T> - Class in org.jemmy.input
-
- StringPopupOwner(Wrap<?>) - Constructor for class org.jemmy.input.StringPopupOwner
-
- StringPopupSelectableOwner<T> - Class in org.jemmy.input
-
- StringPopupSelectableOwner(Wrap<?>) - Constructor for class org.jemmy.input.StringPopupSelectableOwner
-
- StringTree<T> - Class in org.jemmy.input
-
- StringTree(Environment) - Constructor for class org.jemmy.input.StringTree
-
- SUBSTRING - Static variable in interface org.jemmy.resources.StringComparePolicy
-
- TestOut - Class in org.jemmy.env
-
Test output.
- TestOut(InputStream, PrintStream, PrintStream) - Constructor for class org.jemmy.env.TestOut
-
Constructor.
- TestOut(InputStream, PrintStream, PrintStream, PrintStream) - Constructor for class org.jemmy.env.TestOut
-
Constructor.
- TestOut(InputStream, PrintWriter, PrintWriter) - Constructor for class org.jemmy.env.TestOut
-
Constructor.
- TestOut() - Constructor for class org.jemmy.env.TestOut
-
Creates unstance using System.in, System.out and System.err streams.
- text() - Method in interface org.jemmy.interfaces.Label
-
Returns the currently displayed text.
- Text - Interface in org.jemmy.interfaces
-
- TEXT_PROP_NAME - Static variable in class org.jemmy.control.Wrap
-
- TextCaret - Class in org.jemmy.input
-
- TextCaret(Wrap<?>, CaretOwner) - Constructor for class org.jemmy.input.TextCaret
-
- TextImpl - Class in org.jemmy.input
-
- TextImpl(Wrap<?>, boolean) - Constructor for class org.jemmy.input.TextImpl
-
- TextImpl(Wrap<?>) - Constructor for class org.jemmy.input.TextImpl
-
- TextInput - Interface in org.jemmy.interfaces
-
- TimedCriteria<T> - Interface in org.jemmy.timing
-
- Timeline<T> - Class in org.jemmy.timing
-
- Timeline(long, Environment, T) - Constructor for class org.jemmy.timing.Timeline
-
- Timeline(long, Wrap<? extends T>) - Constructor for class org.jemmy.timing.Timeline
-
- Timeline(Environment, T) - Constructor for class org.jemmy.timing.Timeline
-
- Timeline(Wrap<T>) - Constructor for class org.jemmy.timing.Timeline
-
- Timeout - Class in org.jemmy.env
-
Represents one timeout.
- Timeout(String, long) - Constructor for class org.jemmy.env.Timeout
-
Constructor.
- TimeoutExpiredException - Exception in org.jemmy
-
Exception is supposed to be used to notice that some
waiting was expired.
- TimeoutExpiredException(String) - Constructor for exception org.jemmy.TimeoutExpiredException
-
Constructor.
- TIMEOUTS_FILE_PROPERTY - Static variable in class org.jemmy.env.Environment
-
- to(double) - Method in class org.jemmy.input.AbstractCaretOwner
-
- to() - Method in class org.jemmy.input.AbstractCaretOwner.ToPosition
-
- to() - Method in class org.jemmy.input.CaretImpl.DirectionToPosition
-
Deprecated.
- to(double) - Method in class org.jemmy.input.CaretImpl
-
- to(Caret.Direction) - Method in class org.jemmy.input.CaretImpl
-
- to(String, boolean, int) - Method in class org.jemmy.input.CaretText
-
Moves caret to a beginning/end of an index'th occurance of the regex.
- to(String, boolean) - Method in class org.jemmy.input.CaretText
-
Moves caret to a beginning/end of the first occurance of the regex.
- to(String) - Method in class org.jemmy.input.CaretText
-
Moves caret to a beginning the first occurance of the regex.
- to(double) - Method in class org.jemmy.input.KnobDragScrollerImpl
-
- to(Caret.Direction) - Method in class org.jemmy.input.KnobDragScrollerImpl
-
- to(double) - Method in class org.jemmy.input.ScrollerImpl.CaretScroll
-
- to() - Method in interface org.jemmy.interfaces.Caret.Direction
-
- to(double) - Method in interface org.jemmy.interfaces.Caret
-
Deprecated.
- to(Caret.Direction) - Method in interface org.jemmy.interfaces.Caret
-
- to(double) - Method in interface org.jemmy.interfaces.CaretOwner
-
Utility method that invokes caret().to(Direction) with correct
direction.
- toAbsolute(Point) - Method in class org.jemmy.control.Wrap
-
Transforms point in local control coordinate system to screen
coordinates.
- toImage(Raster) - Method in class org.jemmy.image.pixel.PixelImageComparator
-
- toLocal(Point) - Method in class org.jemmy.control.Wrap
-
Transforms point in screen coordinates to local control coordinate
system.
- TOOLTIP_PROP_NAME - Static variable in class org.jemmy.control.Wrap
-
- ToPosition(CaretOwner, double, double) - Constructor for class org.jemmy.input.AbstractCaretOwner.ToPosition
-
- ToPosition(CaretOwner, double) - Constructor for class org.jemmy.input.AbstractCaretOwner.ToPosition
-
- toRaster(Image) - Method in class org.jemmy.image.pixel.PixelImageComparator
-
- toString() - Method in class org.jemmy.action.Action
-
Override this method to provide action description which
will be printed into output.
- toString() - Method in class org.jemmy.Dimension
-
Returns a string representation of the values of this
Dimension object's height and
width fields.
- toString() - Method in class org.jemmy.env.Timeout
-
- toString() - Method in class org.jemmy.input.AbstractCaretOwner.ToPosition
-
- toString() - Method in class org.jemmy.input.CaretImpl.DirectionToPosition
-
Deprecated.
- toString() - Method in class org.jemmy.lookup.ByStringLookup
-
- toString() - Method in class org.jemmy.lookup.CoordinateLookup
-
- toString() - Method in class org.jemmy.lookup.EqualsLookup
-
- toString() - Method in class org.jemmy.Point
-
Returns a string representation of this point and its location
in the (x,y) coordinate space.
- toString() - Method in class org.jemmy.Rectangle
-
Returns a String representing this
Rectangle and its values.
- toString() - Method in class org.jemmy.resources.StringComparePolicy.ComparePolicy
-
- toString() - Method in class org.jemmy.Vector
- translate(int, int) - Method in class org.jemmy.Point
-
Translates this point, at location (x,y),
by dx along the x axis and dy
along the y axis so that it now represents the point
(x + dx,y + dy).
- translate(Vector) - Method in class org.jemmy.Point
-
Translates the current point according to the given vector.
- translate(int, int) - Method in class org.jemmy.Rectangle
-
Translates this Rectangle the indicated distance,
to the right along the X coordinate axis, and
downward along the Y coordinate axis.
- Tree<T> - Interface in org.jemmy.interfaces
-
- TreeItem<T> - Interface in org.jemmy.interfaces
-
- TreeSelector<T> - Interface in org.jemmy.interfaces
-
Represents a way to select an item within a hierarchy.
- turnWheel(int) - Method in interface org.jemmy.interfaces.Mouse
-
- turnWheel(Point, int) - Method in interface org.jemmy.interfaces.Mouse
-
- turnWheel(Point, int, Modifier...) - Method in interface org.jemmy.interfaces.Mouse
-
- type(String) - Method in class org.jemmy.input.CaretText
-
- type(String) - Method in class org.jemmy.input.TextImpl
-
Types text into the control.
- type(String) - Method in interface org.jemmy.interfaces.Text
-
Supposed to type a new value from current position.
- type(String) - Method in interface org.jemmy.interfaces.TextInput
-
- typeChar(char, Timeout) - Method in interface org.jemmy.interfaces.Keyboard
-
- typeChar(char) - Method in interface org.jemmy.interfaces.Keyboard
-
- TypeControlInterface<T> - Interface in org.jemmy.interfaces
-
TODO: JavaDoc
- VALUE_PROP_NAME - Static variable in class org.jemmy.control.Wrap
-
- valueOf(String) - Static method in enum org.jemmy.image.pixel.Raster.Component
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jemmy.image.pixel.ResizeComparator.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jemmy.interfaces.Keyboard.KeyboardButtons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jemmy.interfaces.Keyboard.KeyboardModifiers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jemmy.interfaces.Mouse.MouseButtons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jemmy.interfaces.Mouse.MouseModifiers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jemmy.interfaces.Window.Direction
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jemmy.image.pixel.Raster.Component
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jemmy.image.pixel.ResizeComparator.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jemmy.interfaces.Keyboard.KeyboardButtons
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jemmy.interfaces.Keyboard.KeyboardModifiers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jemmy.interfaces.Mouse.MouseButtons
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jemmy.interfaces.Mouse.MouseModifiers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jemmy.interfaces.Window.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vector - Class in org.jemmy
-
The class for easy computations.
- Vector(double, double) - Constructor for class org.jemmy.Vector
-
- Vector(Point, Point) - Constructor for class org.jemmy.Vector
-
- Version - Class in org.jemmy
-
- Version() - Constructor for class org.jemmy.Version
-
- Version(String) - Constructor for class org.jemmy.Version
-
- VERSION - Static variable in class org.jemmy.Version
-
- VERTICAL_PROP_NAME - Static variable in interface org.jemmy.interfaces.Scroll
-
- wait(int) - Method in class org.jemmy.lookup.AbstractLookup
-
Waits for certain number of controls to fit criteria.
- wait(int) - Method in interface org.jemmy.lookup.Lookup
-
Reruns the search until the number of found components is equal or greater
than required.
- WAIT_CONTROL_TIMEOUT - Static variable in interface org.jemmy.lookup.Lookup
-
Default wait control timeout.
- WAIT_STATE_TIMEOUT - Static variable in class org.jemmy.control.Wrap
-
- Waiter - Class in org.jemmy.timing
-
- Waiter(Timeout, Timeout) - Constructor for class org.jemmy.timing.Waiter
-
- Waiter(Timeout) - Constructor for class org.jemmy.timing.Waiter
-
- waitImage(Image, Rectangle, String, String) - Method in class org.jemmy.control.Wrap
-
Waits for a portion of image to be exact the same as the parameter.
- waitImage(Image, String, String) - Method in class org.jemmy.control.Wrap
-
Waits for image to be exact the same as the parameter.
- waitImage(String, Rectangle, String, String) - Method in class org.jemmy.dock.Dock
-
Loads image with goldenId id waits for the control to match it.
- waitImage(String, Rectangle) - Method in class org.jemmy.dock.Dock
-
Constructs names for diff and result images and waits for the control to match it.
- waitImage(String, String, String) - Method in class org.jemmy.dock.Dock
-
Loads image with goldenId id waits for the control to match it.
- waitImage(String) - Method in class org.jemmy.dock.Dock
-
Constructs names for diff and result images and waits for the control to match it.
- waitProperty(String, Object) - Method in class org.jemmy.control.Wrap
-
Wait for the property
property to get the specified value.
- waitProperty(String, Class<INTERFACE>, Object) - Method in class org.jemmy.control.Wrap
-
Wait for the property
property of control interface to get the specified value.
- waitProperty(String, Class<INTERFACE>, Class<TYPE>, Object) - Method in class org.jemmy.control.Wrap
-
Wait for the property
property of control interface to get the specified value.
- waitQuiet(Timeout) - Method in class org.jemmy.action.AbstractExecutor
-
Waits for UI to became quiet which is determined using
isQuiet() method.
- waitQuiet(Timeout) - Method in interface org.jemmy.action.ActionExecutor
-
Waits for no activities to be going on.
- waitState(State<V>, V) - Method in class org.jemmy.control.Wrap
-
TODO javadoc
- waitState(State<V>) - Method in class org.jemmy.control.Wrap
-
- waitState(State<T>) - Method in class org.jemmy.timing.Waiter
-
- waitValue(T, State<T>) - Method in class org.jemmy.timing.Waiter
-
- width - Variable in class org.jemmy.Dimension
-
The width dimension; negative values can be used.
- width - Variable in class org.jemmy.Rectangle
-
The width of the Rectangle.
- Window - Interface in org.jemmy.interfaces
-
- Window.Direction - Enum in org.jemmy.interfaces
-
- WindowImpl - Class in org.jemmy.input
-
- WindowImpl(Wrap, int) - Constructor for class org.jemmy.input.WindowImpl
-
- withinAllowedTime() - Method in class org.jemmy.action.Action
-
Should be used from
run() method
to check whether execution time is withing allowed time
- wrap(Class<T>, T) - Method in class org.jemmy.control.AbstractWrapper
-
- WRAP - Static variable in class org.jemmy.control.JemmySupportWrapper
-
- Wrap<CONTROL> - Class in org.jemmy.control
-
This is a wrap which holds reference to a control without UI hierarchy.
- Wrap(Environment) - Constructor for class org.jemmy.control.Wrap
-
Fur null source.
- Wrap(Environment, CONTROL) - Constructor for class org.jemmy.control.Wrap
-
- wrap(Class<T>, T) - Method in interface org.jemmy.control.Wrapper
-
- wrap(Class<T>, T) - Method in class org.jemmy.control.WrapperDelegate
-
- wrap() - Method in class org.jemmy.dock.Dock
-
- wrap(int) - Method in class org.jemmy.lookup.AbstractLookup
-
Returns Wrap of the control with specified index
- wrap() - Method in class org.jemmy.lookup.AbstractLookup
-
- wrap(int) - Method in interface org.jemmy.lookup.Lookup
-
Creates an instance of the Wrap class for one of the found UI controls.
- wrap() - Method in interface org.jemmy.lookup.Lookup
-
Same as wrap(0)
- Wrapper - Interface in org.jemmy.control
-
- WRAPPER_CLASS_PROP_NAME - Static variable in class org.jemmy.control.Wrap
-
- WrapperDelegate - Class in org.jemmy.control
-
This allows to reuse another Wrapper with a different environment
- WrapperDelegate(Wrapper, Environment) - Constructor for class org.jemmy.control.WrapperDelegate
-
- WrapperException - Exception in org.jemmy.control
-
- WrapperException(Class, Class<T>, Exception) - Constructor for exception org.jemmy.control.WrapperException
-
- WrapperException(Class, Class<T>) - Constructor for exception org.jemmy.control.WrapperException
-
- WrapperException(Object) - Constructor for exception org.jemmy.control.WrapperException
-
- WrapperImpl - Class in org.jemmy.control
-
This is an implementation of Wrapper which keeps a map between
control classes and wrap classes.
- WrapperImpl(Environment) - Constructor for class org.jemmy.control.WrapperImpl
-
- WriteableRaster - Interface in org.jemmy.image.pixel
-