Index (Jemmy API)
A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

A11Y_DATA - Static variable in class org.netbeans.jemmy.operators.JComponentOperator
 
A11Y_DESCRIPTION_DPROP - Static variable in class org.netbeans.jemmy.operators.JComponentOperator
 
A11Y_NAME_DPROP - Static variable in class org.netbeans.jemmy.operators.JComponentOperator
 
AbstractButtonOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait button displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled
ComponentOperator.WaitStateTimeout - time to wait for text
.
AbstractButtonOperator(AbstractButton) - Constructor for class org.netbeans.jemmy.operators.AbstractButtonOperator
Constructor.
AbstractButtonOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.AbstractButtonOperator
Constructs an AbstractButtonOperator object.
AbstractButtonOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.AbstractButtonOperator
Constructs an AbstractButtonOperator object.
AbstractButtonOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.AbstractButtonOperator
Constructor.
AbstractButtonOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.AbstractButtonOperator
Constructor.
AbstractButtonOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.AbstractButtonOperator
Constructor.
AbstractButtonOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.AbstractButtonOperator
Constructor.
AbstractButtonOperator.AbstractButtonByLabelFinder - Class in org.netbeans.jemmy.operators
Allows to find component by text.
AbstractButtonOperator.AbstractButtonByLabelFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.AbstractButtonOperator.AbstractButtonByLabelFinder
Constructs AbstractButtonByLabelFinder.
AbstractButtonOperator.AbstractButtonByLabelFinder(String) - Constructor for class org.netbeans.jemmy.operators.AbstractButtonOperator.AbstractButtonByLabelFinder
Constructs AbstractButtonByLabelFinder.
AbstractButtonOperator.AbstractButtonFinder - Class in org.netbeans.jemmy.operators
Checks component type.
AbstractButtonOperator.AbstractButtonFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.AbstractButtonOperator.AbstractButtonFinder
Constructs AbstractButtonFinder.
AbstractButtonOperator.AbstractButtonFinder() - Constructor for class org.netbeans.jemmy.operators.AbstractButtonOperator.AbstractButtonFinder
Constructs AbstractButtonFinder.
AbstractScrollDriver - Class in org.netbeans.jemmy.drivers.scrolling
Superclass for all scroll drivers.
AbstractScrollDriver(String[]) - Constructor for class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Constructs an AbstractScrollDriver.
AbstractTextStyleChooser - Class in org.netbeans.jemmy.util
Makes easier to implement searching criteria for javax.swing.text.StyledDocument JTextComponentOperator.getPositionByText(String, JTextComponentOperator.TextChooser, int).
AbstractTextStyleChooser() - Constructor for class org.netbeans.jemmy.util.AbstractTextStyleChooser
Constructor.
accept(File) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.accept(File) through queue
Action - Interface in org.netbeans.jemmy
Defines an action to be executed by ActionProducer instance.
actionPerformed(ActionEvent) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.actionPerformed(ActionEvent) through queue
actionProduced(Object) - Method in class org.netbeans.jemmy.ActionProducer
Inquire for a reference to the object returned by a launched action.
actionProduced(Object) - Method in interface org.netbeans.jemmy.Waitable
Checks if wait criteria have been met.
actionProduced(Object) - Method in class org.netbeans.jemmy.Waiter
 
actionProduced(Object) - Method in class org.netbeans.jemmy.WindowWaiter
Action producer--get a window.
ActionProducer - Class in org.netbeans.jemmy
Runs actions with or without waiting.
ActionProducer(Action) - Constructor for class org.netbeans.jemmy.ActionProducer
Creates a producer for an action.
ActionProducer(Action, boolean) - Constructor for class org.netbeans.jemmy.ActionProducer
Creates a producer for an action.
ActionProducer() - Constructor for class org.netbeans.jemmy.ActionProducer
Creates a producer.
ActionProducer(boolean) - Constructor for class org.netbeans.jemmy.ActionProducer
Creates a producer.
activate(ComponentOperator) - Method in interface org.netbeans.jemmy.drivers.WindowDriver
Activates a window.
activate() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Activates frame.
activate() - Method in class org.netbeans.jemmy.operators.WindowOperator
Activates the window.
activate(WindowOperator) - Method in class org.netbeans.jemmy.util.DefaultVisualizer
Activates a window.
activateInternalFrame(boolean) - Method in class org.netbeans.jemmy.util.DefaultVisualizer
Informs that an internal frame contained component should be activated.
activateWindow() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Deprecated. Use makeComponentVisible() instead.
activateWindow(boolean) - Method in class org.netbeans.jemmy.util.DefaultVisualizer
Informs that a window contained component should be activated.
add(String) - Method in class org.netbeans.jemmy.operators.ChoiceOperator
Maps Choice.add(String) through queue
add(PopupMenu) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.add(PopupMenu) through queue
add(Component) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.add(Component) through queue
add(Component, int) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.add(Component, int) through queue
add(Component, Object) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.add(Component, Object) through queue
add(Component, Object, int) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.add(Component, Object, int) through queue
add(String, Component) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.add(String, Component) through queue
add(JMenu) - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
Maps JMenuBar.add(JMenu) through queue
add(String) - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.add(String) through queue
add(Action) - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.add(Action) through queue
add(JMenuItem) - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.add(JMenuItem) through queue
add(String) - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.add(String) through queue
add(Action) - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.add(Action) through queue
add(JMenuItem) - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.add(JMenuItem) through queue
add(WindowJob) - Method in class org.netbeans.jemmy.util.WindowManager
Adds job to list.
addActionListener(ActionListener) - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.addActionListener(ActionListener) through queue
addActionListener(ActionListener) - Method in class org.netbeans.jemmy.operators.ButtonOperator
Maps Button.addActionListener(ActionListener) through queue
addActionListener(ActionListener) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.addActionListener(ActionListener) through queue
addActionListener(ActionListener) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.addActionListener(ActionListener) through queue
addActionListener(ActionListener) - Method in class org.netbeans.jemmy.operators.JTextFieldOperator
Maps JTextField.addActionListener(ActionListener) through queue
addActionListener(ActionListener) - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.addActionListener(ActionListener) through queue
addActionListener(ActionListener) - Method in class org.netbeans.jemmy.operators.TextFieldOperator
Maps TextField.addActionListener(ActionListener) through queue
addAdjustmentListener(AdjustmentListener) - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.addAdjustmentListener(AdjustmentListener) through queue
addAdjustmentListener(AdjustmentListener) - Method in class org.netbeans.jemmy.operators.ScrollbarOperator
Maps Scrollbar.addAdjustmentListener(AdjustmentListener) through queue
addAncestorListener(AncestorListener) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.addAncestorListener(AncestorListener) through queue
addBundle(Bundle, String) - Method in class org.netbeans.jemmy.BundleManager
Adds a Bundle to the managed collection of resource files.
addCaretListener(CaretListener) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.addCaretListener(CaretListener) through queue
addChangeListener(ChangeListener) - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.addChangeListener(ChangeListener) through queue
addChangeListener(ChangeListener) - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
Maps JProgressBar.addChangeListener(ChangeListener) through queue
addChangeListener(ChangeListener) - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.addChangeListener(ChangeListener) through queue
addChangeListener(ChangeListener) - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Maps JSpinner.addChangeListener(ChangeListener) through queue
addChangeListener(ChangeListener) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.addChangeListener(ChangeListener) through queue
addChar(char, int, int) - Method in class org.netbeans.jemmy.DefaultCharBindingMap
Adds a char to supported.
addChoosableFileFilter(FileFilter) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.addChoosableFileFilter(FileFilter) through queue
addChooserPanel(AbstractColorChooserPanel) - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Maps JColorChooser.addChooserPanel(AbstractColorChooserPanel) through queue
addColumn(TableColumn) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.addColumn(TableColumn) through queue
addColumnSelectionInterval(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.addColumnSelectionInterval(int, int) through queue
addComponentListener(ComponentListener) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.addComponentListener(ComponentListener) through queue
addContainerListener(ContainerListener) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.addContainerListener(ContainerListener) through queue
addFocusListener(FocusListener) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.addFocusListener(FocusListener) through queue
addHyperlinkListener(HyperlinkListener) - Method in class org.netbeans.jemmy.operators.JEditorPaneOperator
Maps JEditorPane.addHyperlinkListener(HyperlinkListener) through queue
addInputMethodListener(InputMethodListener) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.addInputMethodListener(InputMethodListener) through queue
addInternalFrameListener(InternalFrameListener) - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.addInternalFrameListener(InternalFrameListener) through queue
addItem(Object) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.addItem(Object) through queue
addItemListener(ItemListener) - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.addItemListener(ItemListener) through queue
addItemListener(ItemListener) - Method in class org.netbeans.jemmy.operators.CheckboxOperator
Maps Checkbox.addItemListener(ItemListener) through queue
addItemListener(ItemListener) - Method in class org.netbeans.jemmy.operators.ChoiceOperator
Maps Choice.addItemListener(ItemListener) through queue
addItemListener(ItemListener) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.addItemListener(ItemListener) through queue
addItemListener(ItemListener) - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.addItemListener(ItemListener) through queue
addJob(WindowJob) - Static method in class org.netbeans.jemmy.util.WindowManager
Adds job to list.
addKeyListener() - Method in class org.netbeans.jemmy.explorer.TrialListenerManager
Adds key listener.
addKeyListener(KeyListener) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.addKeyListener(KeyListener) through queue
addListeners(long) - Static method in class org.netbeans.jemmy.EventTool
Adds listeners to listen events under mask.
addListeners() - Static method in class org.netbeans.jemmy.EventTool
Adds listeners to listen all types of events.
addListSelectionListener(ListSelectionListener) - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.addListSelectionListener(ListSelectionListener) through queue
addMenuDragMouseListener(MenuDragMouseListener) - Method in class org.netbeans.jemmy.operators.JMenuItemOperator
Maps JMenuItem.addMenuDragMouseListener(MenuDragMouseListener) through queue
addMenuKeyListener(MenuKeyListener) - Method in class org.netbeans.jemmy.operators.JMenuItemOperator
Maps JMenuItem.addMenuKeyListener(MenuKeyListener) through queue
addMenuListener(MenuListener) - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.addMenuListener(MenuListener) through queue
addMouseListener() - Method in class org.netbeans.jemmy.explorer.TrialListenerManager
Adds mouse listener.
addMouseListener(MouseListener) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.addMouseListener(MouseListener) through queue
addMouseMotionListener() - Method in class org.netbeans.jemmy.explorer.TrialListenerManager
Adds mouse motion listener.
addMouseMotionListener(MouseMotionListener) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.addMouseMotionListener(MouseMotionListener) through queue
addNotify() - Method in class org.netbeans.jemmy.operators.ChoiceOperator
Maps Choice.addNotify() through queue
addNotify() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.addNotify() through queue
addOperatorPackage(String) - Static method in class org.netbeans.jemmy.operators.Operator
Adds package to the list of packages containing operators.
addPopupMenuListener(PopupMenuListener) - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.addPopupMenuListener(PopupMenuListener) through queue
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.addPropertyChangeListener(PropertyChangeListener) through queue
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.addPropertyChangeListener(String, PropertyChangeListener) through queue
addRowSelectionInterval(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.addRowSelectionInterval(int, int) through queue
addSelectionInterval(int, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.addSelectionInterval(int, int) through queue
addSelectionInterval(int, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.addSelectionInterval(int, int) through queue
addSelectionPath(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.addSelectionPath(TreePath) through queue
addSelectionPaths(TreePath[]) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.addSelectionPaths(TreePath[]) through queue
addSelectionRow(int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.addSelectionRow(int) through queue
addSelectionRows(int[]) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.addSelectionRows(int[]) through queue
addSeparator() - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.addSeparator() through queue
addSeparator() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.addSeparator() through queue
addStyle(String, Style) - Method in class org.netbeans.jemmy.operators.JTextPaneOperator
Maps JTextPane.addStyle(String, Style) through queue
addTab(String, Component) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.addTab(String, Component) through queue
addTab(String, Icon, Component) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.addTab(String, Icon, Component) through queue
addTab(String, Icon, Component, String) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.addTab(String, Icon, Component, String) through queue
addTextListener(TextListener) - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Maps TextComponent.addTextListener(TextListener) through queue
addToDump(Hashtable, String, Object[]) - Method in class org.netbeans.jemmy.operators.Operator
Adds array of objects to dump hashtable.
addToDump(Hashtable, String, Object[][]) - Method in class org.netbeans.jemmy.operators.Operator
Adds two dimentional array of objects to dump hashtable.
addTreeExpansionListener(TreeExpansionListener) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.addTreeExpansionListener(TreeExpansionListener) through queue
addTreeSelectionListener(TreeSelectionListener) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.addTreeSelectionListener(TreeSelectionListener) through queue
addTreeWillExpandListener(TreeWillExpandListener) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.addTreeWillExpandListener(TreeWillExpandListener) through queue
addVetoableChangeListener(VetoableChangeListener) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.addVetoableChangeListener(VetoableChangeListener) through queue
addWindowListener(WindowListener) - Method in class org.netbeans.jemmy.operators.WindowOperator
Maps Window.addWindowListener(WindowListener) through queue
ADJUST_CLICK_COUNT - Static variable in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Maximal number of attemps to reach required position by minimal scrolling operation.
APIDriverInstaller - Class in org.netbeans.jemmy.drivers
Installs all necessary drivers for Jemmy operators except low-level drivers which are installed by InputDriverInstaller.
APIDriverInstaller(boolean) - Constructor for class org.netbeans.jemmy.drivers.APIDriverInstaller
Constructs a DefaultDriverInstaller object.
APIDriverInstaller() - Constructor for class org.netbeans.jemmy.drivers.APIDriverInstaller
Constructs a DefaultDriverInstaller object with shortcut mode flag taken from JemmyProperties.
append(String) - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Maps JTextArea.append(String) through queue
applyResourceBundle(String) - Method in class org.netbeans.jemmy.operators.WindowOperator
Maps Window.applyResourceBundle(String) through queue
applyResourceBundle(ResourceBundle) - Method in class org.netbeans.jemmy.operators.WindowOperator
Maps Window.applyResourceBundle(ResourceBundle) through queue
approve() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Pushes approve button.
approveSelection() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.approveSelection() through queue
ArrayDriverInstaller - Class in org.netbeans.jemmy.drivers
Auxiliary class making driver registration easier.
ArrayDriverInstaller(String[], Object[]) - Constructor for class org.netbeans.jemmy.drivers.ArrayDriverInstaller
Constructs an ArrayDriverInstaller object.
autoDelay - Variable in class org.netbeans.jemmy.drivers.input.RobotDriver
 
AWTScrollDriver - Class in org.netbeans.jemmy.drivers.scrolling
ScrollDriver for awt components.
AWTScrollDriver(String[]) - Constructor for class org.netbeans.jemmy.drivers.scrolling.AWTScrollDriver
Constructs a ChoiceDriver.
AWTTextAPIDriver - Class in org.netbeans.jemmy.drivers.text
TextDriver for AWT component types.
AWTTextAPIDriver() - Constructor for class org.netbeans.jemmy.drivers.text.AWTTextAPIDriver
Constructs a AWTTextAPIDriver.
AWTTextKeyboardDriver - Class in org.netbeans.jemmy.drivers.text
TextDriver for AWT text component types.
AWTTextKeyboardDriver() - Constructor for class org.netbeans.jemmy.drivers.text.AWTTextKeyboardDriver
Constructs a AWTTextKeyboardDriver.

B

BOTTOM - Static variable in class org.netbeans.jemmy.util.MouseVisualizer
A constant used to inform that window activating click needs to performed on the botton side of frame.
Bundle - Class in org.netbeans.jemmy
Load string resources from file.
Bundle() - Constructor for class org.netbeans.jemmy.Bundle
Bunble constructor.
BundleManager - Class in org.netbeans.jemmy
Provides functionality to work with a bunch of resource files.
BundleManager() - Constructor for class org.netbeans.jemmy.BundleManager
Bundle manager constructor.
BUTTON_DRIVER_ID - Static variable in class org.netbeans.jemmy.drivers.DriverManager
Symbolic constant for button drivers.
ButtonDriver - Interface in org.netbeans.jemmy.drivers
Defines how to work with buttons.
ButtonMouseDriver - Class in org.netbeans.jemmy.drivers.buttons
Driver to push a button by mouse click.
ButtonMouseDriver() - Constructor for class org.netbeans.jemmy.drivers.buttons.ButtonMouseDriver
 
ButtonOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
ButtonOperator.PushButtonTimeout - time between button pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait button displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled
.
ButtonOperator(Button) - Constructor for class org.netbeans.jemmy.operators.ButtonOperator
Constructor.
ButtonOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.ButtonOperator
Constructs a ButtonOperator object.
ButtonOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.ButtonOperator
Constructs a ButtonOperator object.
ButtonOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.ButtonOperator
Constructor.
ButtonOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.ButtonOperator
Constructor.
ButtonOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.ButtonOperator
Constructor.
ButtonOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.ButtonOperator
Constructor.
ButtonOperator.ButtonByLabelFinder - Class in org.netbeans.jemmy.operators
Allows to find component by label.
ButtonOperator.ButtonByLabelFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.ButtonOperator.ButtonByLabelFinder
Constructs ButtonByLabelFinder.
ButtonOperator.ButtonByLabelFinder(String) - Constructor for class org.netbeans.jemmy.operators.ButtonOperator.ButtonByLabelFinder
Constructs ButtonByLabelFinder.
ButtonOperator.ButtonFinder - Class in org.netbeans.jemmy.operators
Checks component type.
ButtonOperator.ButtonFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.ButtonOperator.ButtonFinder
Constructs AbstractButtonFinder.
ButtonOperator.ButtonFinder() - Constructor for class org.netbeans.jemmy.operators.ButtonOperator.ButtonFinder
Constructs AbstractButtonFinder.
BW_MODE - Static variable in class org.netbeans.jemmy.util.PNGEncoder
black and white image mode.

C

calculateResources(String) - Method in class org.netbeans.jemmy.BundleManager
Counts the number of resource occurences in all the managed Bundles.
callPopup(ComponentOperator, int, int, int) - Static method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Calls popup by clicking on (x, y) point in component.
callPopup(ComponentOperator, int, int) - Static method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Calls popup by clicking on (x, y) point in component.
callPopup(Component, int, int, int) - Static method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Calls popup by clicking on (x, y) point in component.
callPopup(Component, int, int) - Static method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Calls popup by clicking on (x, y) point in component.
callPopup(Component, int) - Static method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Calls popup by clicking component center.
callPopup(Component) - Static method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Calls popup by clicking component center.
callPopupOnCell(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Calls popup menu on specified cell.
callPopupOnPath(TreePath, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Calls popup on the specified path.
callPopupOnPath(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Calls popup on the specified path.
callPopupOnPaths(TreePath[], int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Calls popup on the specified pathes.
callPopupOnPaths(TreePath[]) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Calls popup on the specified pathes.
cancel() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Pushes cancel button.
cancelEditing() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.cancelEditing() through queue
cancelSelection() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.cancelSelection() through queue
canDragAndDrop(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Tells if this driver allows to perform drag'n'drop scrolling.
canDragAndDrop(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.AWTScrollDriver
 
canDragAndDrop(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarAPIDriver
 
canDragAndDrop(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarDriver
 
canDragAndDrop(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderAPIDriver
 
canDragAndDrop(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderDriver
 
canJump(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Tells if this driver allows to perform jumps.
canJump(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.AWTScrollDriver
 
canJump(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarAPIDriver
 
canJump(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarDriver
 
canJump(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderAPIDriver
 
canJump(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderDriver
 
canPushAndWait(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Tells if this driver allows to perform "push and wait" scrolling.
canPushAndWait(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.AWTScrollDriver
 
canPushAndWait(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarAPIDriver
 
canPushAndWait(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarDriver
 
canPushAndWait(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderAPIDriver
 
canPushAndWait(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderDriver
 
captureScreen(Rectangle, String) - Static method in class org.netbeans.jemmy.util.PNGEncoder
Static method performing screen capture into PNG image format file with given fileName.
captureScreen(Rectangle, String, byte) - Static method in class org.netbeans.jemmy.util.PNGEncoder
Static method performing screen capture into PNG image format file with given fileName.
captureScreen(Component, String) - Static method in class org.netbeans.jemmy.util.PNGEncoder
Static method performing one component screen capture into PNG image format file with given fileName.
captureScreen(Component, String, byte) - Static method in class org.netbeans.jemmy.util.PNGEncoder
Static method performing one component screen capture into PNG image format file with given fileName.
captureScreen(String) - Static method in class org.netbeans.jemmy.util.PNGEncoder
Static method performing whole screen capture into PNG image format file with given fileName.
captureScreen(String, byte) - Static method in class org.netbeans.jemmy.util.PNGEncoder
Static method performing whole screen capture into PNG image format file with given fileName.
CELL_PREFIX_DPROP - Static variable in class org.netbeans.jemmy.operators.JTableOperator
Identifier for a "cell" property.
changeCaretPosition(ComponentOperator, int) - Method in class org.netbeans.jemmy.drivers.text.TextAPIDriver
 
changeCaretPosition(ComponentOperator, int) - Method in class org.netbeans.jemmy.drivers.text.TextKeyboardDriver
 
changeCaretPosition(ComponentOperator, int, int) - Method in class org.netbeans.jemmy.drivers.text.TextKeyboardDriver
Changes current caret position to specifyed.
changeCaretPosition(ComponentOperator, int) - Method in interface org.netbeans.jemmy.drivers.TextDriver
Moves caret.
changeCaretPosition(int, int) - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Moves caret.
changeCaretPosition(int) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Changes caret position.
changeCaretPosition(String, int, boolean) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Puts caret before or after text.
changeCaretPosition(String, boolean) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Puts caret before or after text.
changeCaretPosition(int) - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Changes caret position.
changeCaretRow(int) - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Moves caret to line.
changeCellObject(int, int, Object) - Method in class org.netbeans.jemmy.operators.JTableOperator
Changes value of the cell pointed by row and column indexes.
changeCellText(int, int, String) - Method in class org.netbeans.jemmy.operators.JTableOperator
Deprecated. Use changeCellObject(int, int, Object) instead.
changePathObject(TreePath, Object) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Changes last path component using getCellEditor() editor.
changePathText(TreePath, String) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Deprecated. Use changePathObject(TreePath, Object) instead.
changeSelection(boolean) - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Changes selection if necessary.
changeSelection(boolean) - Method in class org.netbeans.jemmy.operators.CheckboxOperator
Changes selection if necessary.
changeSelectionNoBlock(boolean) - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Runs changeSelection(boolean) method in a separate thread.
changeSelectionNoBlock(boolean) - Method in class org.netbeans.jemmy.operators.CheckboxOperator
Runs changeSelection(boolean) method in a separate thread.
changeText(ComponentOperator, String) - Method in class org.netbeans.jemmy.drivers.text.TextAPIDriver
 
changeText(ComponentOperator, String) - Method in class org.netbeans.jemmy.drivers.text.TextKeyboardDriver
 
changeText(ComponentOperator, String) - Method in interface org.netbeans.jemmy.drivers.TextDriver
Replace component text.
changeToParentDirectory() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.changeToParentDirectory() through queue
CharBindingMap - Interface in org.netbeans.jemmy
Defines char-to-key binding.
check() - Method in class org.netbeans.jemmy.Timeout
Throws a TimeoutExpiredException exception if timeout has been expired.
CheckboxOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
ButtonOperator.PushButtonTimeout - time between checkbox pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait checkbox displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait checkbox enabled
.
CheckboxOperator(Checkbox) - Constructor for class org.netbeans.jemmy.operators.CheckboxOperator
Constructor.
CheckboxOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.CheckboxOperator
Constructs an CheckboxOperator object.
CheckboxOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.CheckboxOperator
Constructs an CheckboxOperator object.
CheckboxOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.CheckboxOperator
Constructor.
CheckboxOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.CheckboxOperator
Constructor.
CheckboxOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.CheckboxOperator
Constructor.
CheckboxOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.CheckboxOperator
Constructor.
CheckboxOperator.CheckboxByLabelFinder - Class in org.netbeans.jemmy.operators
Allows to find component by label.
CheckboxOperator.CheckboxByLabelFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.CheckboxOperator.CheckboxByLabelFinder
Constructs CheckboxByLabelFinder.
CheckboxOperator.CheckboxByLabelFinder(String) - Constructor for class org.netbeans.jemmy.operators.CheckboxOperator.CheckboxByLabelFinder
Constructs CheckboxByLabelFinder.
CheckboxOperator.CheckboxFinder - Class in org.netbeans.jemmy.operators
Checks component type.
CheckboxOperator.CheckboxFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.CheckboxOperator.CheckboxFinder
Constructs CheckboxFinder.
CheckboxOperator.CheckboxFinder() - Constructor for class org.netbeans.jemmy.operators.CheckboxOperator.CheckboxFinder
Constructs CheckboxFinder.
checkCell(JTableOperator, int, int) - Method in interface org.netbeans.jemmy.operators.JTableOperator.TableCellChooser
Should be true if item is good.
checkComponent(Component) - Method in interface org.netbeans.jemmy.ComponentChooser
Check if the component argument meets the search criteria.
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator.AbstractButtonByLabelFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.ButtonOperator.ButtonByLabelFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.CheckboxOperator.CheckboxByLabelFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.ChoiceOperator.ChoiceBySelectedItemFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.DialogOperator.DialogByTitleFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.FrameOperator.FrameByTitleFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator.JCheckBoxMenuItemByLabelFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator.JComboBoxByItemFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JComponentOperator.JComponentByTipFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator.JFileChooserJDialogFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator.JInternalFrameByTitleFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator.JInternalFrameFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JLabelOperator.JLabelByLabelFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JListOperator.JListByItemFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JMenuItemOperator.JMenuItemByLabelFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JMenuOperator.JMenuByLabelFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator.JPopupMenuFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator.JPopupWindowFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator.JRadioButtonMenuItemByLabelFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.JSpinnerByTextFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator.JTabbedPaneByItemFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator.JTableHeaderFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JTableOperator.JTableByCellFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator.JTextComponentByTextFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.JTreeOperator.JTreeByItemFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.LabelOperator.LabelByLabelFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.ListOperator.ListByItemFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.Operator.Finder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.TextAreaOperator.TextAreaByTextFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.TextComponentOperator.TextComponentByTextFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.operators.TextFieldOperator.TextFieldByTextFinder
 
checkComponent(Component) - Method in class org.netbeans.jemmy.util.NameComponentChooser
 
checkComponent(Component) - Method in class org.netbeans.jemmy.util.PropChooser
 
checkComponent(Component) - Method in interface org.netbeans.jemmy.util.WindowJob
Checks if window is what we want to do something with.
checkComponent(Component) - Method in class org.netbeans.jemmy.util.WindowManager.ModalDialogChoosingJob
 
checkComponentUnderMouse(boolean) - Method in class org.netbeans.jemmy.EventDispatcher
Wait (or not) for the mouse to move over a Java component before pressing.
checkElement(StyledDocument, Element, int) - Method in class org.netbeans.jemmy.util.AbstractTextStyleChooser
Should return true if position fulfils criteria.
checkElement(StyledDocument, Element, int) - Method in class org.netbeans.jemmy.util.TextStyleChooser
 
checkEmpty() - Static method in class org.netbeans.jemmy.QueueTool
Checks if system event queue is empty.
checkFileDisplayed(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Checks if file is currently displayed in the list.
checkFileDisplayed(String, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Deprecated. Use checkFileDisplayed(String) or checkFileDisplayed(String, StringComparator)
checkFileDisplayed(String) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Checks if file is currently displayed in the list.
checkForModal(boolean) - Method in class org.netbeans.jemmy.util.DefaultVisualizer
Forces vizualizer to check that component is on the top modal dialog or no modal dialog displayed.
checkImage(Image, int, int, ImageObserver) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.checkImage(Image, int, int, ImageObserver) through queue
checkImage(Image, ImageObserver) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.checkImage(Image, ImageObserver) through queue
checkInside(Component, int, int, int, int) - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Checks if component's rectangle is inside view port (no scrolling necessary).
checkInside(Component) - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Checks if component is inside view port (no scrolling necessary).
checkInside(Component, int, int, int, int) - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Checks if component's rectangle is inside view port (no scrolling necessary).
checkInside(Component) - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Checks if component is inside view port (no scrolling necessary).
checkItem(JListOperator, int) - Method in interface org.netbeans.jemmy.operators.JListOperator.ListItemChooser
Should be true if item is good.
checkModel(JSpinnerOperator, Class) - Static method in class org.netbeans.jemmy.operators.JSpinnerOperator
Checks operator's model type.
checkNoEvent(long, long) - Method in class org.netbeans.jemmy.EventTool
Check that no event under mask will be dispatched during time specified.
checkNoEvent(long) - Method in class org.netbeans.jemmy.EventTool
Check that no event will be dispatched during time specified.
checkPage(JTabbedPaneOperator, int) - Method in interface org.netbeans.jemmy.operators.JTabbedPaneOperator.TabPageChooser
Should be true if a page is good.
checkPath(TreePath, int) - Method in interface org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser
Checks if the path fits the criteria.
checkPathComponent(int, Object) - Method in interface org.netbeans.jemmy.drivers.PathChooser
Checks if depth'th path components fits the requirements.
checkPosition(Document, int) - Method in interface org.netbeans.jemmy.operators.JTextComponentOperator.TextChooser
Checkes if position fits the criteria.
checkPosition(Document, int) - Method in class org.netbeans.jemmy.util.AbstractTextStyleChooser
 
checkProperty(Object, Object) - Method in class org.netbeans.jemmy.util.PropChooser
Method to check one method result with an etalon.
checkProperty(Object, Object) - Method in class org.netbeans.jemmy.util.StringPropChooser
Method to check property.
checkRow(JTreeOperator, int) - Method in interface org.netbeans.jemmy.operators.JTreeOperator.TreeRowChooser
Should be true if row is good.
checkSupported(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.LightSupportiveDriver
Throws UnsupportedOperatorException exception if parameter's class is not in list of supported classes.
checkSupported(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.SupportiveDriver
Throws UnsupportedOperatorException exception if parameter's class is not in list of supported classes.
checkSupported(Class, Class[], Class) - Static method in exception org.netbeans.jemmy.drivers.UnsupportedOperatorException
Checks if operator class is in the list of supported classes.
checkSupported(Class, String[], Class) - Static method in exception org.netbeans.jemmy.drivers.UnsupportedOperatorException
Checks if operator class name is in the list of supported classes names.
checkValue(int) - Method in interface org.netbeans.jemmy.operators.JProgressBarOperator.ValueChooser
Deprecated. Check if criteria jave been reached.
checkVisibility(Component) - Method in class org.netbeans.jemmy.drivers.input.EventDriver
Checks component visibility.
ChoiceDriver - Class in org.netbeans.jemmy.drivers.lists
List driver for java.awt.Choice component type.
ChoiceDriver() - Constructor for class org.netbeans.jemmy.drivers.lists.ChoiceDriver
Constructs a ChoiceDriver.
ChoiceOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
ButtonOperator.PushButtonTimeout - time between choice pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait choice displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait choice enabled
.
ChoiceOperator(Choice) - Constructor for class org.netbeans.jemmy.operators.ChoiceOperator
Constructor.
ChoiceOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.ChoiceOperator
Constructs a ChoiceOperator object.
ChoiceOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.ChoiceOperator
Constructs a ChoiceOperator object.
ChoiceOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.ChoiceOperator
Constructor.
ChoiceOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.ChoiceOperator
Constructor.
ChoiceOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.ChoiceOperator
Constructor.
ChoiceOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.ChoiceOperator
Constructor.
ChoiceOperator.ChoiceBySelectedItemFinder - Class in org.netbeans.jemmy.operators
Allows to find component by label.
ChoiceOperator.ChoiceBySelectedItemFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.ChoiceOperator.ChoiceBySelectedItemFinder
Constructs ChoiceBySelectedItemFinder.
ChoiceOperator.ChoiceBySelectedItemFinder(String) - Constructor for class org.netbeans.jemmy.operators.ChoiceOperator.ChoiceBySelectedItemFinder
Constructs ChoiceBySelectedItemFinder.
ChoiceOperator.ChoiceFinder - Class in org.netbeans.jemmy.operators
Checks component type.
ChoiceOperator.ChoiceFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.ChoiceOperator.ChoiceFinder
Constructs ChoiceFinder.
ChoiceOperator.ChoiceFinder() - Constructor for class org.netbeans.jemmy.operators.ChoiceOperator.ChoiceFinder
Constructs ChoiceFinder.
chooseFile(String) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Types file name into text field and pushes approve button.
chooseSubnode(Object, String, int, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JTreeOperator
 
chooseSubnode(Object, String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JTreeOperator
 
chooseSubnode(Object, String, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
 
chooseSubnode(Object, String) - Method in class org.netbeans.jemmy.operators.JTreeOperator
 
CLASS_DPROP - Static variable in class org.netbeans.jemmy.operators.Operator
Identifier for a "class" property.
classes - Variable in class org.netbeans.jemmy.util.PropChooser
Classes of parameters.
ClassReference - Class in org.netbeans.jemmy
Allows access to classes by reflection.
ClassReference(Object) - Constructor for class org.netbeans.jemmy.ClassReference
Constructor.
ClassReference(String) - Constructor for class org.netbeans.jemmy.ClassReference
Contructor.
clearSelection() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.clearSelection() through queue
clearSelection() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.clearSelection() through queue
clearSelection() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.clearSelection() through queue
clearText(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.SwingTextKeyboardDriver
 
clearText(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.TextAPIDriver
 
clearText(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.TextKeyboardDriver
 
clearText(ComponentOperator) - Method in interface org.netbeans.jemmy.drivers.TextDriver
Clears component text.
clearText() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Clears text in the editable combobox using left-arrow and delete keys.
clearText() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Clears text.
clearText() - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Clears text.
CLICK_SCROLL_MODEL - Static variable in class org.netbeans.jemmy.operators.JSliderOperator
Deprecated. All actions are prformed throw a ScrollDriver registered for this component, So this field is useless.
clickForEdit(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Double clicks on cell to turns it to the editing mode.
clickForEdit(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Turns path to the editing mode.
clickForPopup(int, int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Clicks for popup.
clickForPopup(int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Clicks for popup by popup mouse button.
clickForPopup(int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Clicks for popup at the component center.
clickForPopup() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Clicks for popup by popup mouse button at the component center.
clickMouse(ComponentOperator, int, int, int, int, int, Timeout) - Method in class org.netbeans.jemmy.drivers.input.MouseEventDriver
 
clickMouse(ComponentOperator, int, int, int, int, int, Timeout) - Method in class org.netbeans.jemmy.drivers.input.MouseRobotDriver
 
clickMouse(int, int, int, int, int, Timeout) - Method in class org.netbeans.jemmy.drivers.input.RobotDriver
 
clickMouse(ComponentOperator, int, int, int, int, int, Timeout) - Method in interface org.netbeans.jemmy.drivers.MouseDriver
Clicks mouse.
clickMouse(int, int, int, int, int, boolean) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Makes mouse click.
clickMouse(int, int, int, int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Makes mouse click.
clickMouse(int, int, int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Makes mouse click with 0 modifiers.
clickMouse(int, int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Makes mouse click by default mouse button with 0 modifiers.
clickMouse(int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Makes mouse click on the component center with 0 modifiers.
clickMouse(int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Makes mouse click on the component center by default mouse button with 0 modifiers.
clickMouse() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Makes siple mouse click on the component center by default mouse button with 0 modifiers.
clickOnCell(JTableOperator, int, int, int) - Method in class org.netbeans.jemmy.drivers.tables.JTableMouseDriver
Clicks on JTable cell.
clickOnCell(int, int, int, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Does mouse click on the cell.
clickOnCell(int, int, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Does mouse click on the cell with no modifiers.
clickOnCell(int, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Does mouse click on the cell by default mouse button with no modifiers.
clickOnCell(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Does single mouse click on the cell.
clickOnFile(int, int) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Clicks on file in the list.
clickOnFile(String, Operator.StringComparator, int) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Clicks on file in the list.
clickOnFile(String, boolean, boolean, int) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Deprecated. Use clickOnFile(String, int) or clickOnFile(String, StringComparator, int)
clickOnFile(String, int) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Clicks on file in the list.
clickOnFile(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Clicks on file in the list.
clickOnFile(String, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Deprecated. Use clickOnFile(String) or clickOnFile(String, StringComparator)
clickOnFile(String) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Clicks 1 time on file in the list.
clickOnHeader(JTableHeaderOperator, int) - Method in class org.netbeans.jemmy.drivers.lists.JTableHeaderDriver
Clicks on a column header.
clickOnHeader(JTableHeaderOperator, int, int) - Method in class org.netbeans.jemmy.drivers.lists.JTableHeaderDriver
Clicks on a column header.
clickOnItem(JListOperator, int) - Method in class org.netbeans.jemmy.drivers.lists.JListMouseDriver
Clicks on a list item.
clickOnItem(JListOperator, int, int) - Method in class org.netbeans.jemmy.drivers.lists.JListMouseDriver
Clicks on a list item.
clickOnItem(int, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Clicks on item by item index.
clickOnItem(String, Operator.StringComparator, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Finds item by item text, and do mouse click on it.
clickOnItem(String, boolean, boolean, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Deprecated. Use clickOnItem(String, int) or clickOnItem(String, StringComparator, int)
clickOnItem(String, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Finds item by item text, and do mouse click on it.
clickOnItem(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JListOperator
Finds item by item text, and do simple mouse click on it.
clickOnItem(String, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JListOperator
Deprecated. Use clickOnItem(String) or clickOnItem(String, StringComparator)
clickOnItem(String) - Method in class org.netbeans.jemmy.operators.JListOperator
Finds item by item text, and do simple mouse click on it.
clickOnPath(TreePath, int, int, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Clicks on the node.
clickOnPath(TreePath, int, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Clicks on the node.
clickOnPath(TreePath, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Clicks on the node.
clickOnPath(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Clicks on the node.
cloneThis() - Method in class org.netbeans.jemmy.BundleManager
Creates a shallow copy of this BundleManager.
cloneThis() - Method in class org.netbeans.jemmy.JemmyProperties
Creates an exact copy on this instance.
cloneThis() - Method in class org.netbeans.jemmy.Timeouts
Creates a copy of the current timeouts set.
cloneThis() - Method in class org.netbeans.jemmy.util.DefaultVisualizer
Creates an exact copy of this visualizer.
close() - Method in interface org.netbeans.jemmy.demo.CommentWindow
Closes the window.
close() - Method in class org.netbeans.jemmy.demo.DefaultCommentWindow
 
close(ComponentOperator) - Method in interface org.netbeans.jemmy.drivers.WindowDriver
Closes a window.
close() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Closes the frame.
close() - Method in class org.netbeans.jemmy.operators.WindowOperator
Closes the window.
closeDown(int) - Static method in class org.netbeans.jemmy.Test
Throws TestCompletedException exception.
closeOper - Variable in class org.netbeans.jemmy.operators.JInternalFrameOperator
A close button.
closeSubmenus() - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
Closes all expanded submenus.
collapseItem(ComponentOperator, int) - Method in interface org.netbeans.jemmy.drivers.TreeDriver
Collapses a node.
collapseItem(ComponentOperator, int) - Method in class org.netbeans.jemmy.drivers.trees.JTreeAPIDriver
 
collapseItem(ComponentOperator, int) - Method in class org.netbeans.jemmy.drivers.trees.JTreeMouseDriver
 
collapsePath(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.collapsePath(TreePath) through queue
collapseRow(int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.collapseRow(int) through queue
COLOR_DPROP - Static variable in class org.netbeans.jemmy.operators.JColorChooserOperator
Identifier for a "color" property.
COLOR_MODE - Static variable in class org.netbeans.jemmy.util.PNGEncoder
full color image mode.
ColorImageComparator - Class in org.netbeans.jemmy.image
Compares two images with color mapping defined by ColorModel implementation.
ColorImageComparator(ColorImageComparator.ColorMap) - Constructor for class org.netbeans.jemmy.image.ColorImageComparator
Creates a comparator with a color maps.
ColorImageComparator(ColorImageComparator.ColorMap, ImageComparator) - Constructor for class org.netbeans.jemmy.image.ColorImageComparator
Creates a comparator with map color mapping.
ColorImageComparator(ColorImageComparator.ColorMap, ColorImageComparator.ColorMap) - Constructor for class org.netbeans.jemmy.image.ColorImageComparator
Creates a comparator with two color maps.
ColorImageComparator(ColorImageComparator.ColorMap, ColorImageComparator.ColorMap, ImageComparator) - Constructor for class org.netbeans.jemmy.image.ColorImageComparator
Creates a comparator with two color maps.
ColorImageComparator.BackgroundColorMap - Class in org.netbeans.jemmy.image
Turns background color to black, left others unchanged.
ColorImageComparator.BackgroundColorMap(int) - Constructor for class org.netbeans.jemmy.image.ColorImageComparator.BackgroundColorMap
Constructs a ColorImageComparator$BackgroundColorMap object.
ColorImageComparator.ColorMap - Interface in org.netbeans.jemmy.image
Interface to map colors during the comparision.
ColorImageComparator.ForegroundColorMap - Class in org.netbeans.jemmy.image
Turns foreground color to white, other - to black.
ColorImageComparator.ForegroundColorMap(int) - Constructor for class org.netbeans.jemmy.image.ColorImageComparator.ForegroundColorMap
Constructs a ColorImageComparator$ForegroundColorMap object.
COLUMN_COUNT_DPROP - Static variable in class org.netbeans.jemmy.operators.JTableOperator
Identifier for a "column count" property.
COLUMN_COUNT_DPROP - Static variable in class org.netbeans.jemmy.operators.JTextAreaOperator
Identifier for a "column count" property.
COLUMN_PREFIX_DPROP - Static variable in class org.netbeans.jemmy.operators.JTableOperator
Identifier for a "column" property.
columnAdded(TableColumnModelEvent) - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.columnAdded(TableColumnModelEvent) through queue
columnAdded(TableColumnModelEvent) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.columnAdded(TableColumnModelEvent) through queue
columnAtPoint(Point) - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.columnAtPoint(Point) through queue
columnAtPoint(Point) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.columnAtPoint(Point) through queue
columnMarginChanged(ChangeEvent) - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.columnMarginChanged(ChangeEvent) through queue
columnMarginChanged(ChangeEvent) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.columnMarginChanged(ChangeEvent) through queue
columnMoved(TableColumnModelEvent) - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.columnMoved(TableColumnModelEvent) through queue
columnMoved(TableColumnModelEvent) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.columnMoved(TableColumnModelEvent) through queue
columnRemoved(TableColumnModelEvent) - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.columnRemoved(TableColumnModelEvent) through queue
columnRemoved(TableColumnModelEvent) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.columnRemoved(TableColumnModelEvent) through queue
columnSelectionChanged(ListSelectionEvent) - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.columnSelectionChanged(ListSelectionEvent) through queue
columnSelectionChanged(ListSelectionEvent) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.columnSelectionChanged(ListSelectionEvent) through queue
CommentWindow - Interface in org.netbeans.jemmy.demo
Interface implementation defines a way to display step comments during demo or test debug.
commitEdit() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Maps JSpinner.commitEdit() through queue
compare(BufferedImage, BufferedImage) - Method in class org.netbeans.jemmy.image.ColorImageComparator
Compares images by ImageComparator passed into constructor, or itself if no ImageComparator was passed, processing both images by ColorMap instance before comparision.
compare(BufferedImage, String) - Method in class org.netbeans.jemmy.image.FileImageComparator
Compares an image with one stored in file.
compare(String, String) - Method in class org.netbeans.jemmy.image.FileImageComparator
Compares two image stored in files..
compare(BufferedImage, BufferedImage) - Method in interface org.netbeans.jemmy.image.ImageComparator
Should return true if images matches, false otherwise.
compare(BufferedImage, BufferedImage) - Method in class org.netbeans.jemmy.image.RoughImageComparator
Compares two images with allowed roughness.
compare(BufferedImage, BufferedImage) - Method in class org.netbeans.jemmy.image.StrictImageComparator
Checks images sizes and pixels.
compareColors(int, int) - Method in class org.netbeans.jemmy.image.ColorImageComparator
 
compareColors(int, int) - Method in class org.netbeans.jemmy.image.StrictImageComparator
Could be used to override the way of comparing colors.
component - Variable in class org.netbeans.jemmy.EventDispatcher
Component to dispatch events to.
ComponentChooser - Interface in org.netbeans.jemmy
This interface should be implemented to define the criteria used to search for a component.
ComponentIsNotFocusedException - Exception in org.netbeans.jemmy
Exception can be thrown as a result of attempt to produce a key operation for a component which does not have focus.
ComponentIsNotFocusedException(Component) - Constructor for exception org.netbeans.jemmy.ComponentIsNotFocusedException
Constructs a ComponentIsNotFocusedException object.
ComponentIsNotVisibleException - Exception in org.netbeans.jemmy
Exception can be thrown as a result of attempt to produce a mouse operation for a component which is not visible.
ComponentIsNotVisibleException(Component) - Constructor for exception org.netbeans.jemmy.ComponentIsNotVisibleException
Constructs a ComponentIsNotVisibleException object.
ComponentOperator - Class in org.netbeans.jemmy.operators
Root class for all component operators.
ComponentOperator(Component) - Constructor for class org.netbeans.jemmy.operators.ComponentOperator
Constructor.
ComponentOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.ComponentOperator
Constructs a ComponentOperator object.
ComponentOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.ComponentOperator
Constructs a ComponentOperator object.
ComponentOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.ComponentOperator
Constructor.
ComponentOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.ComponentOperator
Constructor.
ComponentSearcher - Class in org.netbeans.jemmy
Contains methods to search for components below a a given java.awt.Container in the display containment hierarchy.
ComponentSearcher(Container) - Constructor for class org.netbeans.jemmy.ComponentSearcher
Contructor.
computeVisibleRect(Rectangle) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.computeVisibleRect(Rectangle) through queue
configureEditor(ComboBoxEditor, Object) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.configureEditor(ComboBoxEditor, Object) through queue
ContainerOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
ComponentOperator.WaitComponentTimeout - time to wait container displayed
.
ContainerOperator(Container) - Constructor for class org.netbeans.jemmy.operators.ContainerOperator
Constructor.
ContainerOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.ContainerOperator
Constructs a ContainerOperator object.
ContainerOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.ContainerOperator
Constructs a ContainerOperator object.
ContainerOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.ContainerOperator
Constructor.
ContainerOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.ContainerOperator
Constructor.
ContainerOperator.ContainerFinder - Class in org.netbeans.jemmy.operators
Checks component type.
ContainerOperator.ContainerFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.ContainerOperator.ContainerFinder
Constructs ContainerFinder.
ContainerOperator.ContainerFinder() - Constructor for class org.netbeans.jemmy.operators.ContainerOperator.ContainerFinder
Constructs ContainerFinder.
contains(String) - Method in class org.netbeans.jemmy.JemmyProperties
Checks if "name" propery currently has a value.
contains(int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.contains(int, int) through queue
contains(Point) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.contains(Point) through queue
contains(String) - Method in class org.netbeans.jemmy.Timeouts
Checks if timeout has already been defined in this timeout instance.
containsDefault(String) - Static method in class org.netbeans.jemmy.Timeouts
Check that default timeout value was defined.
CONTENT_TYPE_DPROP - Static variable in class org.netbeans.jemmy.operators.JEditorPaneOperator
Identifier for a "content type" property.
contentsChanged(ListDataEvent) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.contentsChanged(ListDataEvent) through queue
convertColumnIndexToModel(int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.convertColumnIndexToModel(int) through queue
convertColumnIndexToView(int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.convertColumnIndexToView(int) through queue
convertValueToText(Object, boolean, boolean, boolean, int, boolean) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.convertValueToText(Object, boolean, boolean, boolean, int, boolean) through queue
copy() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.copy() through queue
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.ButtonOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.CheckboxOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.ChoiceOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.ComponentOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.FrameOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.JListOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.JMenuOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.JTableOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.JTreeOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.ListOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.Operator
Copies all environment (output, timeouts, visualizer) from another operator.
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.ScrollbarOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.TextComponentOperator
 
copyEnvironment(Operator) - Method in class org.netbeans.jemmy.operators.WindowOperator
 
copyTo(JemmyProperties) - Method in class org.netbeans.jemmy.JemmyProperties
Copy all properties from this instance into another.
create(String) - Method in class org.netbeans.jemmy.Timeouts
Creates Timeout new object by name and getTimeout(name) value.
createDefaultColumnsFromModel() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.createDefaultColumnsFromModel() through queue
createDelta() - Method in class org.netbeans.jemmy.Timeouts
Create timeout for "Timeouts.DeltaTimeout" name.
createErrorOutput() - Method in class org.netbeans.jemmy.TestOut
Creates an output which prints only error messages.
createHorizontalScrollBar() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.createHorizontalScrollBar() through queue
createImage(int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.createImage(int, int) through queue
createImage(ImageProducer) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.createImage(ImageProducer) through queue
createOperator(Component) - Static method in class org.netbeans.jemmy.operators.Operator
Creates operator for component.
createStandardLabels(int) - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.createStandardLabels(int) through queue
createStandardLabels(int, int) - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.createStandardLabels(int, int) through queue
createSubOperator(ComponentChooser, int) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Waits for a subcomponent and creates an operator.
createSubOperator(ComponentChooser) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Waits for a subcomponent and creates an operator.
createToolTip() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.createToolTip() through queue
createVerticalScrollBar() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.createVerticalScrollBar() through queue
cut() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.cut() through queue

D

decode() - Method in class org.netbeans.jemmy.util.PNGDecoder
Decodes image from an input stream passed into constructor.
decode(String) - Static method in class org.netbeans.jemmy.util.PNGDecoder
Decodes image from file.
DECREASE_SCROLL_DIRECTION - Static variable in interface org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster
Decrease scroll direction.
DefaultCharBindingMap - Class in org.netbeans.jemmy
Default implementation of CharBindingMap interface.
DefaultCharBindingMap() - Constructor for class org.netbeans.jemmy.DefaultCharBindingMap
Constructor.
DefaultCommentWindow - Class in org.netbeans.jemmy.demo
Default org.netbeans.jemmy.demo.CommentWindow implementation.
DefaultCommentWindow(boolean) - Constructor for class org.netbeans.jemmy.demo.DefaultCommentWindow
Constructs a DefaultCommentWindow object.
DefaultCommentWindow() - Constructor for class org.netbeans.jemmy.demo.DefaultCommentWindow
Constructs a DefaultCommentWindow object.
DefaultCommentWindow.Mover - Class in org.netbeans.jemmy.demo
Perform a mouse action at the end of test step.
DefaultCommentWindow.Mover(JButton) - Constructor for class org.netbeans.jemmy.demo.DefaultCommentWindow.Mover
Creates a Mover object.
DefaultDriverInstaller - Class in org.netbeans.jemmy.drivers
Installs all necessary drivers for Jemmy operators except low-level drivers which are installed by InputDriverInstaller.
DefaultDriverInstaller(boolean) - Constructor for class org.netbeans.jemmy.drivers.DefaultDriverInstaller
Constructs a DefaultDriverInstaller object.
DefaultDriverInstaller() - Constructor for class org.netbeans.jemmy.drivers.DefaultDriverInstaller
Constructs a DefaultDriverInstaller object with shortcut mode flag taken from JemmyProperties.
DefaultVisualizer - Class in org.netbeans.jemmy.util
Used as component visualizer by default.
DefaultVisualizer() - Constructor for class org.netbeans.jemmy.util.DefaultVisualizer
 
deiconify(ComponentOperator) - Method in interface org.netbeans.jemmy.drivers.FrameDriver
Deiconifies a frame.
deiconify() - Method in class org.netbeans.jemmy.operators.FrameOperator
Deiconifies the frame.
deiconify() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Deiconifies frame.
delayRobot(long) - Method in class org.netbeans.jemmy.EventDispatcher
Delays robot.
demaximize(ComponentOperator) - Method in interface org.netbeans.jemmy.drivers.FrameDriver
Demaximizes a frame.
demaximize() - Method in class org.netbeans.jemmy.operators.FrameOperator
Demaximizes the frame.
demaximize() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Demaximizes frame.
DemoInterruptedException - Exception in org.netbeans.jemmy.demo
Exception is throught if test (demo) execution has been interrupted (CommentWindow.isInterrupted() returned true).
DemoInterruptedException(String) - Constructor for exception org.netbeans.jemmy.demo.DemoInterruptedException
Constructs a DemoInterruptedException object.
Demonstrator - Class in org.netbeans.jemmy.demo
Class to display step comments.
Demonstrator() - Constructor for class org.netbeans.jemmy.demo.Demonstrator
 
DescriptablePathChooser - Interface in org.netbeans.jemmy.drivers
Specifies an interface for objects defining path searching criteria.
deselect(int) - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.deselect(int) through queue
DialogOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
DialogWaiter.WaitDialogTimeout - time to wait dialog displayed
DialogWaiter.AfterDialogTimeout - time to sleep after dialog has been dispayed
ComponentOperator.WaitStateTimeout - time to wait for title
.
DialogOperator(Dialog) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructs a DialogOperator object.
DialogOperator(ComponentChooser, int, Operator) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructs a DialogOperator object.
DialogOperator(ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructs a DialogOperator object.
DialogOperator(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructs a DialogOperator object.
DialogOperator(WindowOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructs a DialogOperator object.
DialogOperator(WindowOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructs a DialogOperator object.
DialogOperator(WindowOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructor.
DialogOperator(WindowOperator, String) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Uses owner's timeout and output for waiting and to init operator.
DialogOperator(WindowOperator, int) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructor.
DialogOperator(WindowOperator) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructor.
DialogOperator(String, int, Operator) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructor.
DialogOperator(String, int) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructor.
DialogOperator(String) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructor.
DialogOperator(int) - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructor.
DialogOperator() - Constructor for class org.netbeans.jemmy.operators.DialogOperator
Constructor.
DialogOperator.DialogByTitleFinder - Class in org.netbeans.jemmy.operators
Allows to find component by title.
DialogOperator.DialogByTitleFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.DialogOperator.DialogByTitleFinder
Constructs DialogByTitleFinder.
DialogOperator.DialogByTitleFinder(String) - Constructor for class org.netbeans.jemmy.operators.DialogOperator.DialogByTitleFinder
Constructs DialogByTitleFinder.
DialogOperator.DialogFinder - Class in org.netbeans.jemmy.operators
Checks component type.
DialogOperator.DialogFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.DialogOperator.DialogFinder
Constructs DialogFinder.
DialogOperator.DialogFinder() - Constructor for class org.netbeans.jemmy.operators.DialogOperator.DialogFinder
Constructs DialogFinder.
DialogWaiter - Class in org.netbeans.jemmy
A DialogWaiter is a utility class used to look or wait for Dialogs.
DialogWaiter() - Constructor for class org.netbeans.jemmy.DialogWaiter
Constructor.
dispatchEvent(Component, AWTEvent) - Method in class org.netbeans.jemmy.drivers.input.EventDriver
Dispatches an event to the component.
dispatchEvent(Component, int, int, int, int, int, int) - Method in class org.netbeans.jemmy.drivers.input.MouseEventDriver
Dispatches a mouse event to the component.
dispatchEvent(AWTEvent) - Method in class org.netbeans.jemmy.EventDispatcher
Dispatches AWTEvent to component passed in constructor.
dispatchEvent(AWTEvent) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.dispatchEvent(AWTEvent) through queue
dispatchKeyEvent(int, int, int) - Method in class org.netbeans.jemmy.EventDispatcher
Dispatches KeyEvent.
dispatchKeyEvent(int, int, int, char) - Method in class org.netbeans.jemmy.EventDispatcher
Dispatches KeyEvent.
dispatchMouseEvent(int, int, int, int, int, boolean) - Method in class org.netbeans.jemmy.EventDispatcher
Dispatches a MouseEvent.
dispatchMouseEvent(int, int, int, boolean) - Method in class org.netbeans.jemmy.EventDispatcher
Dispatches MouseEvent at the center of component.
dispatchWindowEvent(int) - Method in class org.netbeans.jemmy.EventDispatcher
Dispatches WindowEvent.
dispose() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.dispose() through queue
dispose() - Method in class org.netbeans.jemmy.operators.WindowOperator
Maps Window.dispose() through queue
DO_NOT_TOUCH_SCROLL_DIRECTION - Static variable in interface org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster
Specifies that necessary value has been reached..
doAction(Object) - Method in class org.netbeans.jemmy.operators.Operator.NoBlockingAction
Performs a mapping action.
doClick() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.doClick() through queue
doClick(int) - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.doClick(int) through queue
doCollapsePath(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Ensures that the node identified by the specified path is collapsed and viewable.
doCollapseRow(int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Ensures that the node in the specified row is collapsed.
doDragAndDrop(ComponentOperator, ScrollAdjuster) - Method in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Performs drag'n'drop scrolling till scroller's value does not cross required value.
doExpandPath(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Expands path.
doExpandRow(int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Expands path on row.
doJumps(ComponentOperator, ScrollAdjuster) - Method in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Performs jump scrolling till scroller's value does not cross required value.
doLayout() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.doLayout() through queue
doMakeVisible(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Ensures that the node identified by path is currently viewable.
doPushAndWait(ComponentOperator, ScrollAdjuster) - Method in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Performs "push and wait" scrolling till scroller's value does not cross required value.
doSleep(long) - Method in class org.netbeans.jemmy.Test
Sleeps.
doSteps(ComponentOperator, ScrollAdjuster) - Method in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Performs minimal scrollings till scroller's value does not cross required value.
drag(ComponentOperator, Point) - Method in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Drag to a specified point.
drag(ComponentOperator, Point) - Method in class org.netbeans.jemmy.drivers.scrolling.AWTScrollDriver
 
drag(ComponentOperator, Point) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarAPIDriver
 
drag(ComponentOperator, Point) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarDriver
 
drag(ComponentOperator, Point) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderAPIDriver
 
drag(ComponentOperator, Point) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderDriver
 
dragMouse(ComponentOperator, int, int, int, int) - Method in class org.netbeans.jemmy.drivers.input.MouseEventDriver
 
dragMouse(ComponentOperator, int, int, int, int) - Method in class org.netbeans.jemmy.drivers.input.MouseRobotDriver
 
dragMouse(int, int, int, int) - Method in class org.netbeans.jemmy.drivers.input.RobotDriver
 
dragMouse(ComponentOperator, int, int, int, int) - Method in interface org.netbeans.jemmy.drivers.MouseDriver
Drags mouse.
dragMouse(int, int, int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Drag mouse over the component.
dragMouse(int, int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Drag mouse over the component with 0 modifiers.
dragMouse(int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Drag mouse over the component with 0 modifiers and default mose button pressed.
dragNDrop(ComponentOperator, int, int, int, int, int, int, Timeout, Timeout) - Method in class org.netbeans.jemmy.drivers.input.MouseEventDriver
 
dragNDrop(ComponentOperator, int, int, int, int, int, int, Timeout, Timeout) - Method in class org.netbeans.jemmy.drivers.input.MouseRobotDriver
 
dragNDrop(int, int, int, int, int, int, Timeout, Timeout) - Method in class org.netbeans.jemmy.drivers.input.RobotDriver
 
dragNDrop(ComponentOperator, int, int, int, int, int, int, Timeout, Timeout) - Method in interface org.netbeans.jemmy.drivers.MouseDriver
Performs drag'n'drop.
dragNDrop(int, int, int, int, int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Makes drag'n'drop operation.
dragNDrop(int, int, int, int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Makes drag'n'drop operation with 0 modifiers.
dragNDrop(int, int, int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Makes drag'n'drop operation by default mouse buttons with 0 modifiers.
Driver - Interface in org.netbeans.jemmy.drivers
Implements "heavy" model of driver because requires to load classes for all supported operator types.
DRIVER_ID - Static variable in class org.netbeans.jemmy.drivers.DriverManager
Symbolic constant - prefix for drivers names.
DriverInstaller - Interface in org.netbeans.jemmy.drivers
 
DriverManager - Class in org.netbeans.jemmy.drivers
Manages driver set.
drop(ComponentOperator, Point) - Method in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Drop at a specified point.
drop(ComponentOperator, Point) - Method in class org.netbeans.jemmy.drivers.scrolling.AWTScrollDriver
 
drop(ComponentOperator, Point) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarAPIDriver
 
drop(ComponentOperator, Point) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarDriver
 
drop(ComponentOperator, Point) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderAPIDriver
 
drop(ComponentOperator, Point) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderDriver
 
dumpAll(PrintWriter) - Static method in class org.netbeans.jemmy.util.Dumper
Prints all component hierarchy (GUI dump).
dumpAll(PrintWriter, DumpController) - Static method in class org.netbeans.jemmy.util.Dumper
 
dumpAll(PrintStream) - Static method in class org.netbeans.jemmy.util.Dumper
Prints all component hierarchy (GUI dump).
dumpAll(PrintStream, DumpController) - Static method in class org.netbeans.jemmy.util.Dumper
 
dumpAll(String) - Static method in class org.netbeans.jemmy.util.Dumper
Prints component hierarchy (GUI dump) into file.
dumpAll(String, DumpController) - Static method in class org.netbeans.jemmy.util.Dumper
 
dumpComponent(Component, PrintWriter, DumpController) - Static method in class org.netbeans.jemmy.util.Dumper
Prints component hierarchy (GUI dump) starting from comp component.
dumpComponent(Component, PrintWriter) - Static method in class org.netbeans.jemmy.util.Dumper
 
dumpComponent(Component, PrintStream) - Static method in class org.netbeans.jemmy.util.Dumper
Prints component hierarchy (GUI dump).
dumpComponent(Component, PrintStream, DumpController) - Static method in class org.netbeans.jemmy.util.Dumper
 
dumpComponent(Component, String) - Static method in class org.netbeans.jemmy.util.Dumper
Prints component hierarchy (GUI dump) into file.
dumpComponent(Component, String, DumpController) - Static method in class org.netbeans.jemmy.util.Dumper
 
DumpController - Interface in org.netbeans.jemmy.util
 
Dumper - Class in org.netbeans.jemmy.util
Allows to "dump" current GUI state into XML file.
Dumper() - Constructor for class org.netbeans.jemmy.util.Dumper
 

E

ECHO_CHAR_DPROP - Static variable in class org.netbeans.jemmy.operators.JPasswordFieldOperator
Identifier for a "echo char" property.
echoCharIsSet() - Method in class org.netbeans.jemmy.operators.JPasswordFieldOperator
Maps JPasswordField.echoCharIsSet() through queue
echoCharIsSet() - Method in class org.netbeans.jemmy.operators.TextFieldOperator
Maps TextField.echoCharIsSet() through queue
editCell(ComponentOperator, int, int, Object) - Method in interface org.netbeans.jemmy.drivers.TableDriver
Edits a cell.
editCell(ComponentOperator, int, int, Object) - Method in class org.netbeans.jemmy.drivers.tables.JTableMouseDriver
 
editCellAt(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.editCellAt(int, int) through queue
editCellAt(int, int, EventObject) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.editCellAt(int, int, EventObject) through queue
editingCanceled(ChangeEvent) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.editingCanceled(ChangeEvent) through queue
editingStopped(ChangeEvent) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.editingStopped(ChangeEvent) through queue
editItem(ComponentOperator, int, Object, Timeout) - Method in interface org.netbeans.jemmy.drivers.TreeDriver
Edits a node.
editItem(ComponentOperator, int, Object, Timeout) - Method in class org.netbeans.jemmy.drivers.trees.JTreeAPIDriver
 
editItem(ComponentOperator, int, Object, Timeout) - Method in class org.netbeans.jemmy.drivers.trees.JTreeMouseDriver
 
EditorDriver - Interface in org.netbeans.jemmy.drivers
Interface of objects to be used for value changing (editing).
EmptyVisualizer - Class in org.netbeans.jemmy.util
Being used bas visualizer does nothing.
EmptyVisualizer() - Constructor for class org.netbeans.jemmy.util.EmptyVisualizer
 
enableInputMethods(boolean) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.enableInputMethods(boolean) through queue
encode(BufferedImage) - Method in class org.netbeans.jemmy.util.PNGEncoder
main encoding method (stays blocked till encoding is finished).
enlargeImage(BufferedImage, int) - Static method in class org.netbeans.jemmy.image.ImageTool
Increases image.
ensureFileIsVisible(File) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.ensureFileIsVisible(File) through queue
ensureIndexIsVisible(int) - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.ensureIndexIsVisible(int) through queue
enter() - Method in class org.netbeans.jemmy.demo.DefaultCommentWindow.Mover
Moves mouse pointer to the button.
enterBlue(int) - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Enters blue color component value.
enterColor(int, int, int) - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Enters all color components values.
enterColor(Color) - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Enters color.
enterColor(int) - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Enters color.
enterGreen(int) - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Enters green color component value.
enterMouse(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.input.MouseEventDriver
 
enterMouse(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.input.MouseRobotDriver
 
enterMouse(ComponentOperator) - Method in interface org.netbeans.jemmy.drivers.MouseDriver
Moves mouse inside a component.
enterMouse() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Move mouse inside the component.
enterNewValue(ComponentOperator, Object) - Method in interface org.netbeans.jemmy.drivers.EditorDriver
Changes value.
enterRed(int) - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Enters red color component value.
enterSubDir(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Enters into subdirectory.
enterSubDir(String, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Deprecated. Use enterSubDir(String) or enterSubDir(String, StringComparator)
enterSubDir(String) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Enters into subdir curently displayed in the list.
enterText(ComponentOperator, String) - Method in class org.netbeans.jemmy.drivers.text.TextAPIDriver
 
enterText(ComponentOperator, String) - Method in class org.netbeans.jemmy.drivers.text.TextKeyboardDriver
 
enterText(ComponentOperator, String) - Method in interface org.netbeans.jemmy.drivers.TextDriver
Type text and push enter.
enterText(String) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Requests a focus, clears text, types new one and pushes Enter.
enterText(String) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Requests a focus, clears text, types new one and pushes Enter.
enterText(String) - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Requests a focus, clears text, types new one and pushes Enter.
equals(Object) - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ExactScrollAdjuster
 
equals(Object) - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ObjectScrollAdjuster
 
equals(Object) - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ToStringScrollAdjuster
 
equals(String, String) - Method in class org.netbeans.jemmy.operators.Operator.DefaultStringComparator
Compares a caption with a match using switched passed into constructor.
equals(String, String) - Method in interface org.netbeans.jemmy.operators.Operator.StringComparator
Imlementation must return true if strings are equal.
equals(String, String) - Method in class org.netbeans.jemmy.util.RegExComparator
 
eSleep(String) - Method in class org.netbeans.jemmy.Timeouts
Sleeps for the "name" timeout value.
EventDispatcher - Class in org.netbeans.jemmy
Provides low level functions for reproducing user actions.
EventDispatcher(Component) - Constructor for class org.netbeans.jemmy.EventDispatcher
Constructor.
EventDriver - Class in org.netbeans.jemmy.drivers.input
Superclass for all drivers using event dispatching.
EventDriver(String[]) - Constructor for class org.netbeans.jemmy.drivers.input.EventDriver
Constructs an EventDriver object.
EventDriver() - Constructor for class org.netbeans.jemmy.drivers.input.EventDriver
Constructs an EventDriver object suporting ComponentOperator.
EventDriver.Dispatcher - Class in org.netbeans.jemmy.drivers.input
Class used fot execution of an event through the dispatching thread.
EventDriver.Dispatcher(Component, AWTEvent) - Constructor for class org.netbeans.jemmy.drivers.input.EventDriver.Dispatcher
Constructs an EventDriver$Dispatcher object.
EventTool - Class in org.netbeans.jemmy
Provides methods to check last dispatched events, to wait for events of specific types, or to guarantee that events of specific types are not dispatched during some time frame.
EventTool() - Constructor for class org.netbeans.jemmy.EventTool
Constructor.
exitMouse(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.input.MouseEventDriver
 
exitMouse(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.input.MouseRobotDriver
 
exitMouse(ComponentOperator) - Method in interface org.netbeans.jemmy.drivers.MouseDriver
Moves mouse outside a component.
exitMouse() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Move mouse outside the component.
expandItem(ComponentOperator, int) - Method in interface org.netbeans.jemmy.drivers.TreeDriver
Expandes a node.
expandItem(ComponentOperator, int) - Method in class org.netbeans.jemmy.drivers.trees.JTreeAPIDriver
 
expandItem(ComponentOperator, int) - Method in class org.netbeans.jemmy.drivers.trees.JTreeMouseDriver
 
expandLeft() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Pushes one time left(top) expand button.
expandPath(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.expandPath(TreePath) through queue
expandRight() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Pushes one time right(bottom) expand button.
expandRow(int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.expandRow(int) through queue
expired() - Method in class org.netbeans.jemmy.Timeout
Checks if timeout has been expired after start() invocation.

F

FileImageComparator - Class in org.netbeans.jemmy.image
Allowes compares images in memory to ones stored in files and compare such images one with another.
FileImageComparator(ImageComparator, ImageLoader) - Constructor for class org.netbeans.jemmy.image.FileImageComparator
Constructs a FileImageComparator object.
findAbstractButton(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Searches AbstractButton in a container.
findAbstractButton(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Searches for the first AbstractButton in a container.
findAbstractButton(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Searches AbstractButton by text.
findAbstractButton(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Searches AbstractButton by text.
findButton(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.ButtonOperator
Searches Button in a container.
findButton(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.ButtonOperator
Searches for the first Button in a container.
findButton(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.ButtonOperator
Searches Button by text.
findButton(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.ButtonOperator
Searches Button by text.
findCell(String, Operator.StringComparator, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell coordinates.
findCell(String, Operator.StringComparator, int[], int[], int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell coordinates in the specified rows and columns.
findCell(String, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell coordinates.
findCell(String, int[], int[], int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell coordinates in the specified rows and columns.
findCell(ComponentChooser, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell coordinates.
findCell(ComponentChooser, int[], int[], int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell coordinates.
findCell(ComponentChooser) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell coordinates.
findCell(JTableOperator.TableCellChooser, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell coordinates.
findCell(JTableOperator.TableCellChooser, int[], int[], int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell coordinates in the specified rows and columns.
findCell(JTableOperator.TableCellChooser) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell coordinates.
findCellColumn(String, Operator.StringComparator, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell column visible index.
findCellColumn(String, Operator.StringComparator, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell column index.
findCellColumn(String, boolean, boolean, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Deprecated. Use findCellColumn(String, int) or findCellColumn(String, StringComparator, int)
findCellColumn(String, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JTableOperator
Deprecated. Use findCellColumn(String) or findCellColumn(String, StringComparator)
findCellColumn(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell column visible index.
findCellColumn(String, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell column by cell text.
findCellColumn(String, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell column index.
findCellColumn(String) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches first cell column by cell text.
findCellColumn(ComponentChooser, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell column by rendered component.
findCellColumn(ComponentChooser, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell column index.
findCellColumn(ComponentChooser) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell column by rendered component.
findCellColumn(JTableOperator.TableCellChooser, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell column by TableCellChooser.
findCellColumn(JTableOperator.TableCellChooser, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell column index.
findCellColumn(JTableOperator.TableCellChooser) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell column by TableCellChooser.
findCellRow(String, Operator.StringComparator, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell row index.
findCellRow(String, Operator.StringComparator, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell row index.
findCellRow(String, boolean, boolean, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Deprecated. Use findCellRow(String, int) or findCellRow(String, StringComparator, int)
findCellRow(String, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JTableOperator
Deprecated. Use findCellRow(String) or findCellRow(String, StringComparator)
findCellRow(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell row index.
findCellRow(String, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell row by cell text.
findCellRow(String, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell row index.
findCellRow(String) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches first cell row by cell text.
findCellRow(ComponentChooser, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell row by rendered component.
findCellRow(ComponentChooser, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell row index.
findCellRow(ComponentChooser) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell row by rendered component.
findCellRow(JTableOperator.TableCellChooser, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell row by TableCellChooser.
findCellRow(JTableOperator.TableCellChooser, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell row index.
findCellRow(JTableOperator.TableCellChooser) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches cell row by TableCellChooser.
findCheckbox(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.CheckboxOperator
Searches Checkbox in container.
findCheckbox(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.CheckboxOperator
Searches 0'th Checkbox in container.
findCheckbox(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.CheckboxOperator
Searches Checkbox by text.
findCheckbox(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.CheckboxOperator
Searches Checkbox by text.
findChoice(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.ChoiceOperator
Searches Choice in container.
findChoice(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.ChoiceOperator
Searches 0'th Choice in container.
findChoice(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.ChoiceOperator
Searches Choice by text.
findChoice(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.ChoiceOperator
Searches Choice by text.
findColumn(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches a column by name.
findColumn(String) - Method in class org.netbeans.jemmy.operators.JTableOperator
Searches a column by name.
findComponent(ComponentChooser, int) - Method in class org.netbeans.jemmy.ComponentSearcher
Searches for a component.
findComponent(ComponentChooser) - Method in class org.netbeans.jemmy.ComponentSearcher
Searches for a component.
findComponent(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.ComponentOperator
Searches Component in container.
findComponent(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.ComponentOperator
Searches Component in container.
findComponentAt(int, int) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.findComponentAt(int, int) through queue
findComponentAt(Point) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.findComponentAt(Point) through queue
findContainer(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.ContainerOperator
Searches Container in container.
findContainer(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.ContainerOperator
Searches 0'th Container in container.
findContainer(Container, int) - Static method in class org.netbeans.jemmy.operators.ContainerOperator
Searches Container in container.
findContainer(Container) - Static method in class org.netbeans.jemmy.operators.ContainerOperator
Searches 0'th Container in container.
findContainerUnder(Component, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.ContainerOperator
Searches Container object which component lies on.
findContainerUnder(Component) - Static method in class org.netbeans.jemmy.operators.ContainerOperator
Searches Container object which component lies on.
findDivider() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Searches divider inside split pane.
findImage(BufferedImage, int) - Method in interface org.netbeans.jemmy.image.ImageFinder
Should return location if image lays inside an image represented by this object.
findImage(BufferedImage, int) - Method in class org.netbeans.jemmy.image.RoughImageFinder
Performs "rough" search.
findImage(BufferedImage, int) - Method in class org.netbeans.jemmy.image.StrictImageFinder
Searchs for an image inside image passed into constructor.
findItem(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ListSpinnerOperator
Looks for an index of an item having toString() matching a specified pattern.
findItem(String) - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ListSpinnerOperator
Looks for an index of an item having toString() matching a specified pattern.
findItemIndex(String, int) - Method in class org.netbeans.jemmy.operators.ChoiceOperator
Finds an item between choice items.
findItemIndex(String) - Method in class org.netbeans.jemmy.operators.ChoiceOperator
Finds an item between choice items.
findItemIndex(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Finds an item between list items.
findItemIndex(JListOperator.ListItemChooser, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Searches for index'th item good from chooser's point of view.
findItemIndex(JListOperator.ListItemChooser) - Method in class org.netbeans.jemmy.operators.JListOperator
Searches for an item good from chooser's point of view.
findItemIndex(String, Operator.StringComparator, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Searches for an item good from chooser's point of view.
findItemIndex(String, boolean, boolean, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Deprecated. Use findItemIndex(String, int) or findItemIndex(String, StringComparator, int)
findItemIndex(String, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Searched for index'th item by text.
findItemIndex(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JListOperator
Searches for an item good from chooser's point of view.
findItemIndex(String, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JListOperator
Deprecated. Use findItemIndex(String) or findItemIndex(String, StringComparator)
findItemIndex(String) - Method in class org.netbeans.jemmy.operators.JListOperator
Searched for first item by text.
findItemIndex(ComponentChooser, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Searches for index'th item by rendered component.
findItemIndex(ComponentChooser) - Method in class org.netbeans.jemmy.operators.JListOperator
Searches for an item by rendered component.
findItemIndex(String, int) - Method in class org.netbeans.jemmy.operators.ListOperator
Searches an item index.
findItemIndex(String) - Method in class org.netbeans.jemmy.operators.ListOperator
Searches an item index.
findJButton(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JButtonOperator
Searches JButton in container.
findJButton(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JButtonOperator
Searches 0'th JButton in container.
findJButton(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JButtonOperator
Searches JButton by text.
findJButton(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JButtonOperator
Searches JButton by text.
findJButton() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Searches JButton inside component.
findJCheckBox(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JCheckBoxOperator
Searches JCheckBox in container.
findJCheckBox(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JCheckBoxOperator
Searches 0'th JCheckBox in container.
findJCheckBox(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JCheckBoxOperator
Searches JCheckBox by text.
findJCheckBox(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JCheckBoxOperator
Searches JCheckBox by text.
findJColorChooser(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JColorChooserOperator
Searches JColorChooser in container.
findJColorChooser(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JColorChooserOperator
Searches 0'th JColorChooser in container.
findJColorChooser(Container, int) - Static method in class org.netbeans.jemmy.operators.JColorChooserOperator
Searches JColorChooser in container.
findJColorChooser(Container) - Static method in class org.netbeans.jemmy.operators.JColorChooserOperator
Searches 0'th JColorChooser in container.
findJComboBox(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JComboBoxOperator
Searches JComboBox in container.
findJComboBox(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JComboBoxOperator
Searches 0'th JComboBox in container.
findJComboBox(Container, String, boolean, boolean, int, int) - Static method in class org.netbeans.jemmy.operators.JComboBoxOperator
Searches JComboBox by item.
findJComboBox(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JComboBoxOperator
Searches JComboBox by item.
findJComponent(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JComponentOperator
Searches JComponent in container.
findJComponent(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JComponentOperator
Searches 0'th JComponent in container.
findJComponent(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JComponentOperator
Searches JComponent by tooltip text.
findJComponent(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JComponentOperator
Searches JComponent by tooltip text.
findJDialog(ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JDialogOperator
Searches an index'th dialog.
findJDialog(ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JDialogOperator
Searches a dialog.
findJDialog(String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JDialogOperator
Searches an index'th dialog by title.
findJDialog(String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JDialogOperator
Searches a dialog by title.
findJDialog(Window, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JDialogOperator
Searches an index'th dialog between owner's owned windows.
findJDialog(Window, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JDialogOperator
Searches a dialog between owner's owned windows.
findJDialog(Window, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JDialogOperator
Searches an index'th dialog by title between owner's owned windows.
findJDialog(Window, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JDialogOperator
Searches a dialog by title between owner's owned windows.
findJEditorPane(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JEditorPaneOperator
Searches JEditorPane in container.
findJEditorPane(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JEditorPaneOperator
Searches JEditorPane in container.
findJEditorPane(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JEditorPaneOperator
Searches JEditorPane by text.
findJEditorPane(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JEditorPaneOperator
Searches JEditorPane by text.
findJFileChooser(Container) - Static method in class org.netbeans.jemmy.operators.JFileChooserOperator
Searches JFileChooser in container.
findJFileChooser() - Static method in class org.netbeans.jemmy.operators.JFileChooserOperator
Searches currently opened JFileChooser.
findJFileChooserDialog() - Static method in class org.netbeans.jemmy.operators.JFileChooserOperator
Searches currently opened JDilog with JFileChooser inside.
findJFrame(ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JFrameOperator
Searches an index'th frame.
findJFrame(ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JFrameOperator
Searches a frame.
findJFrame(String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JFrameOperator
Searches an index'th frame by title.
findJFrame(String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JFrameOperator
Searches a frame by title.
findJInternalFrame(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Searches JInternalframe in container.
findJInternalFrame(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Searches JInternalframe in container.
findJInternalFrame(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Searches JInternalframe by title.
findJInternalFrame(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Searches JInternalframe by title.
findJInternalFrameUnder(Component, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Searches JInternalFrame object which component lies on.
findJInternalFrameUnder(Component) - Static method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Searches JInternalFrame object which component lies on.
findJLabel(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JLabelOperator
Searches JLabel in container.
findJLabel(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JLabelOperator
Searches JLabel in container.
findJLabel(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JLabelOperator
Searches JLabel by text.
findJLabel(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JLabelOperator
Searches JLabel by text.
findJList(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JListOperator
Searches JList in container.
findJList(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JListOperator
Searches 0'th JList in container.
findJList(Container, String, boolean, boolean, int, int) - Static method in class org.netbeans.jemmy.operators.JListOperator
Searches JList by item.
findJList(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JListOperator
Searches JList by item.
findJMenu(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JMenuOperator
Searches JMenu in container.
findJMenu(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JMenuOperator
Searches 0'th JMenu in container.
findJMenu(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JMenuOperator
Searches JMenu by text.
findJMenu(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JMenuOperator
Searches JMenu by text.
findJMenuBar(JFrame) - Static method in class org.netbeans.jemmy.operators.JMenuBarOperator
Searches JMenuBar in frame.
findJMenuBar(JDialog) - Static method in class org.netbeans.jemmy.operators.JMenuBarOperator
Searches JMenuBar in dialog.
findJMenuBar(Container) - Static method in class org.netbeans.jemmy.operators.JMenuBarOperator
Waits JMenuBar in container.
findJMenuItem(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JMenuItemOperator
Searches JMenuItem in container.
findJMenuItem(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JMenuItemOperator
Searches 0'th JMenuItem in container.
findJMenuItem(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JMenuItemOperator
Searches JMenuItem by text.
findJMenuItem(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JMenuItemOperator
Searches JMenuItem by text.
findJPasswordField(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JPasswordFieldOperator
Searches JPasswordField in container.
findJPasswordField(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JPasswordFieldOperator
Searches JPasswordField in container.
findJPasswordField(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JPasswordFieldOperator
Searches JPasswordField by text.
findJPasswordField(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JPasswordFieldOperator
Searches JPasswordField by text.
findJPopupMenu(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Searches JPopupMenu in container.
findJPopupMenu(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Searches JPopupMenu in container.
findJPopupWindow(ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Searches for a window which contains JPopupMenu.
findJProgressBar(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JProgressBarOperator
Searches JProgressBar in container.
findJProgressBar(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JProgressBarOperator
Searches 0'th JProgressBar in container.
findJProgressBar(Container, int) - Static method in class org.netbeans.jemmy.operators.JProgressBarOperator
Searches JProgressBar in container.
findJProgressBar(Container) - Static method in class org.netbeans.jemmy.operators.JProgressBarOperator
Searches 0'th JProgressBar in container.
findJRadioButton(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JRadioButtonOperator
Searches JRadioButton in container.
findJRadioButton(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JRadioButtonOperator
Searches 0'th JRadioButton in container.
findJRadioButton(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JRadioButtonOperator
Searches JRadioButton by text.
findJRadioButton(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JRadioButtonOperator
Searches JRadioButton by text.
findJScrollBar(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JScrollBarOperator
Searches JScrollBar in container.
findJScrollBar(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JScrollBarOperator
Searches 0'th JScrollBar in container.
findJScrollBar(Container, int) - Static method in class org.netbeans.jemmy.operators.JScrollBarOperator
Searches JScrollBar in container.
findJScrollBar(Container) - Static method in class org.netbeans.jemmy.operators.JScrollBarOperator
Searches 0'th JScrollBar in container.
findJScrollPane(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Searches JScrollPane in container.
findJScrollPane(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Searches 0'th JScrollPane in container.
findJScrollPane(Container, int) - Static method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Searches JScrollPane in container.
findJScrollPane(Container) - Static method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Searches 0'th JScrollPane in container.
findJScrollPaneUnder(Component, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Searches JScrollPane object which component lies on.
findJScrollPaneUnder(Component) - Static method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Searches JScrollPane object which component lies on.
findJSlider(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JSliderOperator
Searches JSlider in container.
findJSlider(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JSliderOperator
Searches 0'th JSlider in container.
findJSlider(Container, int) - Static method in class org.netbeans.jemmy.operators.JSliderOperator
Searches JSlider in container.
findJSlider(Container) - Static method in class org.netbeans.jemmy.operators.JSliderOperator
Searches 0'th JSlider in container.
findJSpinner(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JSpinnerOperator
Searches JSpinner in container.
findJSpinner(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JSpinnerOperator
Searches 0'th JSpinner in container.
findJSpinner(Container, int) - Static method in class org.netbeans.jemmy.operators.JSpinnerOperator
Searches JSpinner in container.
findJSpinner(Container) - Static method in class org.netbeans.jemmy.operators.JSpinnerOperator
Searches 0'th JSpinner in container.
findJSplitPane(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Searches JSplitPane in container.
findJSplitPane(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Searches 0'th JSplitPane in container.
findJSplitPane(Container, int) - Static method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Searches JSplitPane in container.
findJSplitPane(Container) - Static method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Searches 0'th JSplitPane in container.
findJSplitPaneUnder(Component, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Searches JSplitPane object which component lies on.
findJSplitPaneUnder(Component) - Static method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Searches JSplitPane object which component lies on.
findJTabbedPane(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Searches JTabbedPane in container.
findJTabbedPane(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Searches 0'th JTabbedPane in container.
findJTabbedPane(Container, String, boolean, boolean, int, int) - Static method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Searches JTabbedPane by tab title.
findJTabbedPane(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Searches JTabbedPane by tab title.
findJTabbedPaneUnder(Component, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Searches JTabbedPane object which component lies on.
findJTabbedPaneUnder(Component) - Static method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Searches JTabbedPane object which component lies on.
findJTable(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JTableOperator
Searches JTable in container.
findJTable(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JTableOperator
Searches 0'th JTable in container.
findJTable(Container, String, boolean, boolean, int, int, int) - Static method in class org.netbeans.jemmy.operators.JTableOperator
Searches JTable by cell.
findJTable(Container, String, boolean, boolean, int, int) - Static method in class org.netbeans.jemmy.operators.JTableOperator
Searches JTable by cell.
findJTextArea(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JTextAreaOperator
Searches JTextArea in container.
findJTextArea(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JTextAreaOperator
Searches JTextArea in container.
findJTextArea(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JTextAreaOperator
Searches JTextArea by text.
findJTextArea(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JTextAreaOperator
Searches JTextArea by text.
findJTextComponent(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JTextComponentOperator
Searches JTextComponent in container.
findJTextComponent(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JTextComponentOperator
Searches JTextComponent in container.
findJTextComponent(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JTextComponentOperator
Searches JTextComponent by text.
findJTextComponent(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JTextComponentOperator
Searches JTextComponent by text.
findJTextField() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Searches JTextField inside component.
findJTextField(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JTextFieldOperator
Searches JTextField in container.
findJTextField(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JTextFieldOperator
Searches JTextField in container.
findJTextField(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JTextFieldOperator
Searches JTextField by text.
findJTextField(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JTextFieldOperator
Searches JTextField by text.
findJTextPane(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JTextPaneOperator
Searches JTextPane in container.
findJTextPane(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JTextPaneOperator
Searches JTextPane in container.
findJTextPane(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JTextPaneOperator
Searches JTextPane by text.
findJTextPane(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JTextPaneOperator
Searches JTextPane by text.
findJToggleButton(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JToggleButtonOperator
Searches JToggleButton in container.
findJToggleButton(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JToggleButtonOperator
Searches 0'th JToggleButton in container.
findJToggleButton(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JToggleButtonOperator
Searches JToggleButton by text.
findJToggleButton(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.JToggleButtonOperator
Searches JToggleButton by text.
findJTree(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.JTreeOperator
Searches JTree in container.
findJTree(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.JTreeOperator
Searches 0'th JTree in container.
findJTree(Container, String, boolean, boolean, int, int) - Static method in class org.netbeans.jemmy.operators.JTreeOperator
Searches JTree by item.
findJTree(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.JTreeOperator
Searches JTree by item.
findLabel(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.LabelOperator
Searches Label in container.
findLabel(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.LabelOperator
Searches Label in container.
findLabel(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.LabelOperator
Searches Label by text.
findLabel(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.LabelOperator
Searches Label by text.
findList(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.ListOperator
Searches List in container.
findList(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.ListOperator
Searches 0'th List in container.
findPage(JTabbedPaneOperator.TabPageChooser) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Deprecated. Use findPage(String) or findPage(String, StringComparator)
findPage(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Deprecated. Use findPage(String) or findPage(String, StringComparator)
findPage(String, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Deprecated. Use findPage(String) or findPage(String, StringComparator)
findPage(String) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Searches tab index by tab title.
findPath(JTreeOperator.TreePathChooser) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches path in tree.
findPath(String[], int[], Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches path in tree.
findPath(String[], int[], boolean, boolean) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Deprecated. Use findPath(String[], int[]) or findCellRow(String[], int[], StringComparator)
findPath(String[], int[]) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches path in tree.
findPath(String[], Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches path in tree.
findPath(String[], boolean, boolean) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Deprecated. Use findPath(String[]) or findCellRow(String[], StringComparator)
findPath(String[]) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches path in tree.
findPath(String, String, String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches path in tree.
findPath(String, String, String, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Deprecated. Use findPath(String, String, String) or findCellRow(String, String, String, StringComparator)
findPath(String, String, String) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches path in tree.
findPath(String, String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches path in tree.
findPath(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches path in tree.
findPath(String, String, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Deprecated. Use findPath(String, String) or findCellRow(String, String, StringComparator)
findPath(String, String) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches path in tree.
findPath(String) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches path in tree.
findRow(JTreeOperator.TreeRowChooser, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches index'th row by row chooser.
findRow(JTreeOperator.TreeRowChooser) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches a row by row chooser.
findRow(String, Operator.StringComparator, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches index'th row by substring.
findRow(String, boolean, boolean, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Deprecated. Use findRow(String, int) or findRow(String, StringComparator, int)
findRow(String, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches index'th row by substring.
findRow(String, Operator.StringComparator) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches a row by substring.
findRow(String, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Deprecated. Use findRow(String) or findRow(String, StringComparator)
findRow(String) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches a row by substring.
findRow(ComponentChooser, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches index'th row by rendered component.
findRow(ComponentChooser) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Searches a row by rendered component.
findScrollbar(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.ScrollbarOperator
Finds a scrollbar.
findScrollbar(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.ScrollbarOperator
Finds a scrollbar.
findScrollbar(Container, int) - Static method in class org.netbeans.jemmy.operators.ScrollbarOperator
Finds a scrollbar.
findScrollbar(Container) - Static method in class org.netbeans.jemmy.operators.ScrollbarOperator
Finds a scrollbar.
findScrollPane(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Searches ScrollPane in container.
findScrollPane(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Searches 0'th ScrollPane in container.
findScrollPane(Container, int) - Static method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Searches ScrollPane in container.
findScrollPane(Container) - Static method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Searches 0'th ScrollPane in container.
findScrollPaneUnder(Component, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Searches ScrollPane object which component lies on.
findScrollPaneUnder(Component) - Static method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Searches ScrollPane object which component lies on.
findSubComponent(ComponentChooser, int) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Searches for a subcomponent.
findSubComponent(ComponentChooser) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Searches for a subcomponent.
findSubWindow(ComponentChooser, int) - Method in class org.netbeans.jemmy.operators.WindowOperator
Searches an index'th window between windows owned by this window.
findSubWindow(ComponentChooser) - Method in class org.netbeans.jemmy.operators.WindowOperator
Searches a window between windows owned by this window.
findTextArea(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.TextAreaOperator
Searches TextArea in a container.
findTextArea(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.TextAreaOperator
Searches for the first TextArea in a container.
findTextArea(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.TextAreaOperator
Searches TextArea by text.
findTextArea(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.TextAreaOperator
Searches TextArea by text.
findTextComponent(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.TextComponentOperator
Searches TextComponent in a container.
findTextComponent(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.TextComponentOperator
Searches for the first TextComponent in a container.
findTextComponent(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.TextComponentOperator
Searches TextComponent by text.
findTextComponent(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.TextComponentOperator
Searches TextComponent by text.
findTextField(Container, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.TextFieldOperator
Searches TextField in a container.
findTextField(Container, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.TextFieldOperator
Searches for the first TextField in a container.
findTextField(Container, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.operators.TextFieldOperator
Searches TextField by text.
findTextField(Container, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.TextFieldOperator
Searches TextField by text.
findTitlePane() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Uses InternalframeDriver to get a title pane.
findWindow(ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.WindowOperator
Searches an index'th window.
findWindow(ComponentChooser) - Static method in class org.netbeans.jemmy.operators.WindowOperator
Searches a window.
findWindow(Window, ComponentChooser, int) - Static method in class org.netbeans.jemmy.operators.WindowOperator
Searches an index'th window.
findWindow(Window, ComponentChooser) - Static method in class org.netbeans.jemmy.operators.WindowOperator
Searches a window.
fireHyperlinkUpdate(HyperlinkEvent) - Method in class org.netbeans.jemmy.operators.JEditorPaneOperator
Maps JEditorPane.fireHyperlinkUpdate(HyperlinkEvent) through queue
firePropertyChange(String, byte, byte) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.firePropertyChange(String, byte, byte) through queue
firePropertyChange(String, char, char) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.firePropertyChange(String, char, char) through queue
firePropertyChange(String, double, double) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.firePropertyChange(String, double, double) through queue
firePropertyChange(String, float, float) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.firePropertyChange(String, float, float) through queue
firePropertyChange(String, int, int) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.firePropertyChange(String, int, int) through queue
firePropertyChange(String, long, long) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.firePropertyChange(String, long, long) through queue
firePropertyChange(String, short, short) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.firePropertyChange(String, short, short) through queue
firePropertyChange(String, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.firePropertyChange(String, boolean, boolean) through queue
fireTreeCollapsed(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.fireTreeCollapsed(TreePath) through queue
fireTreeExpanded(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.fireTreeExpanded(TreePath) through queue
fireTreeWillCollapse(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.fireTreeWillCollapse(TreePath) through queue
fireTreeWillExpand(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.fireTreeWillExpand(TreePath) through queue
flush() - Method in class org.netbeans.jemmy.TestOut
Flushes all output threads.
FOCUS_DRIVER_ID - Static variable in class org.netbeans.jemmy.drivers.DriverManager
Symbolic constant for frame drivers.
FocusDriver - Interface in org.netbeans.jemmy.drivers
Defines how to manage focus.
FRAME_DRIVER_ID - Static variable in class org.netbeans.jemmy.drivers.DriverManager
Symbolic constant for window drivers.
FrameDriver - Interface in org.netbeans.jemmy.drivers
Defines how to work with frames.
FrameOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
FrameWaiter.WaitFrameTimeout - time to wait frame displayed
FrameWaiter.AfterFrameTimeout - time to sleep after frame has been dispayed
ComponentOperator.WaitStateTimeout - time to wait for text
.
FrameOperator(Frame) - Constructor for class org.netbeans.jemmy.operators.FrameOperator
Constructs a FrameOperator object.
FrameOperator(ComponentChooser, int, Operator) - Constructor for class org.netbeans.jemmy.operators.FrameOperator
Constructs a FrameOperator object.
FrameOperator(ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.FrameOperator
Constructs a FrameOperator object.
FrameOperator(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.FrameOperator
Constructs a FrameOperator object.
FrameOperator(String, int, Operator) - Constructor for class org.netbeans.jemmy.operators.FrameOperator
Constructor.
FrameOperator(String, int) - Constructor for class org.netbeans.jemmy.operators.FrameOperator
Constructor.
FrameOperator(String) - Constructor for class org.netbeans.jemmy.operators.FrameOperator
Constructor.
FrameOperator(int) - Constructor for class org.netbeans.jemmy.operators.FrameOperator
Constructor.
FrameOperator() - Constructor for class org.netbeans.jemmy.operators.FrameOperator
Constructor.
FrameOperator.FrameByTitleFinder - Class in org.netbeans.jemmy.operators
Allows to find component by title.
FrameOperator.FrameByTitleFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.FrameOperator.FrameByTitleFinder
Constructs FrameByTitleFinder.
FrameOperator.FrameByTitleFinder(String) - Constructor for class org.netbeans.jemmy.operators.FrameOperator.FrameByTitleFinder
Constructs FrameByTitleFinder.
FrameOperator.FrameFinder - Class in org.netbeans.jemmy.operators
Checks component type.
FrameOperator.FrameFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.FrameOperator.FrameFinder
Constructs FrameFinder.
FrameOperator.FrameFinder() - Constructor for class org.netbeans.jemmy.operators.FrameOperator.FrameFinder
Constructs FrameFinder.
FrameWaiter - Class in org.netbeans.jemmy
Contains methods to search and wait Frame.
FrameWaiter() - Constructor for class org.netbeans.jemmy.FrameWaiter
Constructor.

G

getAbsoluteX(ComponentOperator, int) - Method in class org.netbeans.jemmy.drivers.input.MouseRobotDriver
Returns absolute x coordinate for relative x coordinate.
getAbsoluteX(int) - Method in class org.netbeans.jemmy.EventDispatcher
Bind horizontal relative cursor coordinate to screen coordinate.
getAbsoluteY(ComponentOperator, int) - Method in class org.netbeans.jemmy.drivers.input.MouseRobotDriver
Returns absolute y coordinate for relative y coordinate.
getAbsoluteY(int) - Method in class org.netbeans.jemmy.EventDispatcher
Bind vertical relative cursor coordinate to screen coordinate.
getAccelerator() - Method in class org.netbeans.jemmy.operators.JMenuItemOperator
Maps JMenuItem.getAccelerator() through queue
getAcceptAllFileFilter() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getAcceptAllFileFilter() through queue
getAccessibleContext() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getAccessibleContext() through queue
getAccessibleContext() - Method in class org.netbeans.jemmy.operators.JDialogOperator
Maps JDialog.getAccessibleContext() through queue
getAccessibleContext() - Method in class org.netbeans.jemmy.operators.JFrameOperator
Maps JFrame.getAccessibleContext() through queue
getAccessory() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getAccessory() through queue
getActionCommand() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getActionCommand() through queue
getActionCommand() - Method in class org.netbeans.jemmy.operators.ButtonOperator
Maps Button.getActionCommand() through queue
getActionCommand() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.getActionCommand() through queue
getActionForKeyStroke(KeyStroke) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getActionForKeyStroke(KeyStroke) through queue
getActionProducedMessage(long, Object) - Method in class org.netbeans.jemmy.DialogWaiter
Overrides WindowWaiter.getActionProducedMessage.
getActionProducedMessage(long, Object) - Method in class org.netbeans.jemmy.FrameWaiter
Overrides WindowWaiter.getActionProducedMessage.
getActionProducedMessage(long, Object) - Method in class org.netbeans.jemmy.Waiter
Returns message to be printed when waiting has been successfully finished.
getActionProducedMessage(long, Object) - Method in class org.netbeans.jemmy.WindowWaiter
Overrides Waiter.getActionProducedMessage.
getActions() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getActions() through queue
getAlignment() - Method in class org.netbeans.jemmy.operators.LabelOperator
Maps Label.getAlignment() through queue
getAlignmentX() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getAlignmentX() through queue
getAlignmentY() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getAlignmentY() through queue
getAnchorSelectionIndex() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getAnchorSelectionIndex() through queue
getApproveButton() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Returns approve button.
getApproveButtonMnemonic() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getApproveButtonMnemonic() through queue
getApproveButtonText() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getApproveButtonText() through queue
getApproveButtonToolTipText() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getApproveButtonToolTipText() through queue
getAutoCreateColumnsFromModel() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getAutoCreateColumnsFromModel() through queue
getAutoFlushMode() - Method in class org.netbeans.jemmy.TestOut
Says if flush is invoked after each output.
getAutoResizeMode() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getAutoResizeMode() through queue
getAutoscrolls() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getAutoscrolls() through queue
getBackground() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getBackground() through queue
getBackgroundAt(int) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getBackgroundAt(int) through queue
getBetweenTimeout(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.AWTTextKeyboardDriver
 
getBetweenTimeout(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.SwingTextKeyboardDriver
 
getBetweenTimeout(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.TextKeyboardDriver
Returns a timeout to sleep between text typing and caret operations.
getBlockIncrement() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.getBlockIncrement() through queue
getBlockIncrement(int) - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.getBlockIncrement(int) through queue
getBlockIncrement() - Method in class org.netbeans.jemmy.operators.ScrollbarOperator
Maps Scrollbar.getBlockIncrement() through queue
getBorder() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getBorder() through queue
getBottomComponent() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.getBottomComponent() through queue
getBounds() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getBounds() through queue
getBounds(Rectangle) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getBounds(Rectangle) through queue
getBoundsAt(int) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getBoundsAt(int) through queue
getBuild() - Static method in class org.netbeans.jemmy.JemmyProperties
Returns build (like 20011231 (yyyymmdd)).
getBundle(String) - Method in class org.netbeans.jemmy.BundleManager
Returns a Bundle given it's symbolic ID.
getBundleManager() - Method in class org.netbeans.jemmy.JemmyProperties
Returns bundle manager.
getButton() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Creates an operator for button returned by findJButton() method.
getButtonDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns BUTTON_DRIVER_ID driver.
getButtonDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns BUTTON_DRIVER_ID driver.
getCancelButton() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Returns cancel button.
getCaret() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getCaret() through queue
getCaretColor() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getCaretColor() through queue
getCaretPosition(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.AWTTextAPIDriver
 
getCaretPosition(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.AWTTextKeyboardDriver
 
getCaretPosition(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.SwingTextAPIDriver
 
getCaretPosition(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.SwingTextKeyboardDriver
 
getCaretPosition(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.TextAPIDriver
Returns current caret position.
getCaretPosition(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.TextKeyboardDriver
Returns current caret position.
getCaretPosition() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getCaretPosition() through queue
getCaretPosition() - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Maps TextComponent.getCaretPosition() through queue
getCellBounds(int, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getCellBounds(int, int) through queue
getCellEditor() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getCellEditor() through queue
getCellEditor(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getCellEditor(int, int) through queue
getCellEditor() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getCellEditor() through queue
getCellRect(int, int, boolean) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getCellRect(int, int, boolean) through queue
getCellRenderer() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getCellRenderer() through queue
getCellRenderer(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getCellRenderer(int, int) through queue
getCellRenderer() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getCellRenderer() through queue
getCellSelectionEnabled() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getCellSelectionEnabled() through queue
getCenterX() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Return the center x coordinate.
getCenterXForClick() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Return the x coordinate which should be used for mouse operations by default.
getCenterXForClick() - Method in class org.netbeans.jemmy.operators.JComponentOperator
 
getCenterY() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Return the center y coordinate.
getCenterYForClick() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Return the y coordinate which should be used for mouse operations by default.
getCenterYForClick() - Method in class org.netbeans.jemmy.operators.JComponentOperator
 
getChangeListeners() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Maps JSpinner.getChangeListeners() through queue
getCharacterAttributes() - Method in class org.netbeans.jemmy.operators.JTextPaneOperator
Maps JTextPane.getCharacterAttributes() through queue
getCharBindingMap() - Method in class org.netbeans.jemmy.JemmyProperties
Returns char binding map.
getCharBindingMap() - Method in class org.netbeans.jemmy.operators.Operator
Returns CharBindingMap used for keyboard operations.
getCharKey(char) - Method in interface org.netbeans.jemmy.CharBindingMap
Returns the code of the primary key used to type a symbol.
getCharKey(char) - Method in class org.netbeans.jemmy.DefaultCharBindingMap
Returns the code of the primary key used to type a symbol.
getCharKey(char) - Method in class org.netbeans.jemmy.operators.Operator
Returns key code to be pressed for character typing.
getCharModifiers(char) - Method in interface org.netbeans.jemmy.CharBindingMap
Returns the modifiers that should be pressed to type a symbol.
getCharModifiers(char) - Method in class org.netbeans.jemmy.DefaultCharBindingMap
Returns the modifiers that should be pressed to type a symbol.
getCharModifiers(char) - Method in class org.netbeans.jemmy.operators.Operator
Returns modifiers mask for character typing.
getCharsKeys(char[]) - Method in class org.netbeans.jemmy.operators.Operator
Returns key codes to by pressed for characters typing.
getCharsKeys(String) - Method in class org.netbeans.jemmy.operators.Operator
Returns key codes to by pressed for the string typing.
getCharsModifiers(char[]) - Method in class org.netbeans.jemmy.operators.Operator
Returns modifiers masks for characters typing.
getCharsModifiers(String) - Method in class org.netbeans.jemmy.operators.Operator
Returns modifiers masks for the string typing.
getCheckboxGroup() - Method in class org.netbeans.jemmy.operators.CheckboxOperator
Maps Checkbox.getCheckboxGroup() through queue
getChild(Object, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Returns node child.
getChildCount(Object) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Returns number of child.
getChildCount(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Returns number of child.
getChildPath(TreePath, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Constructs new path from a path and index's subnode of it last node.
getChildPaths(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Constructs new paths from a path and all subnodes of it last node.
getChildren(Object) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Returns node children.
getChoosableFileFilters() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getChoosableFileFilters() through queue
getChooserPanels() - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Maps JColorChooser.getChooserPanels() through queue
getClasses() - Method in class org.netbeans.jemmy.ClassReference
Returns all superclasses.
getClickPoint(ComponentOperator, int, int) - Method in class org.netbeans.jemmy.drivers.scrolling.AWTScrollDriver
Defines a click point which needs to be used in order to increase/decrease scroller value.
getClickPoint(ComponentOperator, int, int) - Method in class org.netbeans.jemmy.drivers.scrolling.ScrollbarDriver
 
getClickPoint(ComponentOperator, int, int) - Method in class org.netbeans.jemmy.drivers.scrolling.ScrollPaneDriver
 
getClickPoint(int) - Method in class org.netbeans.jemmy.operators.JListOperator
Gets point to click on itemIndex'th item.
getClientProperty(Object) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getClientProperty(Object) through queue
getCloseButton() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Waits for a close button inside the title pane.
getClosestPathForLocation(int, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getClosestPathForLocation(int, int) through queue
getClosestRowForLocation(int, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getClosestRowForLocation(int, int) through queue
getColor() - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Maps JColorChooser.getColor() through queue
getColorModel() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getColorModel() through queue
getColumn(Object) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getColumn(Object) through queue
getColumnClass(int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getColumnClass(int) through queue
getColumnCount() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getColumnCount() through queue
getColumnHeader() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.getColumnHeader() through queue
getColumnModel() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.getColumnModel() through queue
getColumnModel() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getColumnModel() through queue
getColumnName(int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getColumnName(int) through queue
getColumns() - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Maps JTextArea.getColumns() through queue
getColumns() - Method in class org.netbeans.jemmy.operators.JTextFieldOperator
Maps JTextField.getColumns() through queue
getColumns() - Method in class org.netbeans.jemmy.operators.TextAreaOperator
Maps TextArea.getColumns() through queue
getColumns() - Method in class org.netbeans.jemmy.operators.TextFieldOperator
Maps TextField.getColumns() through queue
getColumnSelectionAllowed() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getColumnSelectionAllowed() through queue
getComparator() - Method in class org.netbeans.jemmy.operators.Operator
Returns object which is used for string comparison.
getComponent() - Method in exception org.netbeans.jemmy.JemmyInputException
Returns component.
getComponent(int) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.getComponent(int) through queue
getComponent() - Method in class org.netbeans.jemmy.operators.JMenuItemOperator
Maps JMenuItem.getComponent() through queue
getComponentAt(int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getComponentAt(int, int) through queue
getComponentAt(Point) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getComponentAt(Point) through queue
getComponentAt(int) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getComponentAt(int) through queue
getComponentChooser() - Method in class org.netbeans.jemmy.WindowWaiter
Method can be used by a subclass to define chooser.
getComponentCount() - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.getComponentCount() through queue
getComponentIndex(Component) - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
Maps JMenuBar.getComponentIndex(Component) through queue
getComponentIndex(Component) - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.getComponentIndex(Component) through queue
getComponentOrientation() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getComponentOrientation() through queue
getComponents() - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.getComponents() through queue
getConditionForKeyStroke(KeyStroke) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getConditionForKeyStroke(KeyStroke) through queue
getContainer(ComponentChooser) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Searches a container.
getContainers() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Returns an array of containers for this component.
getContentPane() - Method in class org.netbeans.jemmy.operators.JDialogOperator
Maps JDialog.getContentPane() through queue
getContentPane() - Method in class org.netbeans.jemmy.operators.JFrameOperator
Maps JFrame.getContentPane() through queue
getContentPane() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.getContentPane() through queue
getContentType() - Method in class org.netbeans.jemmy.operators.JEditorPaneOperator
Maps JEditorPane.getContentType() through queue
getCorner(String) - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.getCorner(String) through queue
getCurrentBundleManager() - Static method in class org.netbeans.jemmy.JemmyProperties
Just like getProperties().getBundleManager().
getCurrentCharBindingMap() - Static method in class org.netbeans.jemmy.JemmyProperties
Just like getProperties().getCharBindingMap().
getCurrentDirectory() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getCurrentDirectory() through queue
getCurrentDispatchingModel() - Static method in class org.netbeans.jemmy.JemmyProperties
Returns the current dispatching model.
getCurrentDragAndDropStepLength() - Static method in class org.netbeans.jemmy.JemmyProperties
Returns the current drag and drop step length value.
getCurrentEventMask() - Static method in class org.netbeans.jemmy.EventTool
Returns event mask last time used by addListeners(long) method.
getCurrentKeys() - Static method in class org.netbeans.jemmy.JemmyProperties
Returns the current key values.
getCurrentOutput() - Static method in class org.netbeans.jemmy.JemmyProperties
Just like getProperties().getOutput().
getCurrentProperty(String) - Static method in class org.netbeans.jemmy.JemmyProperties
Just like getProperties().getProperty(propertyName).
getCurrentResource(String) - Static method in class org.netbeans.jemmy.JemmyProperties
Just like getProperties().getBundleManager().getResource(key).
getCurrentResource(String, String) - Static method in class org.netbeans.jemmy.JemmyProperties
Just like getProperties().getBundleManager().getResource(bundleID, key).
getCurrentTimeout(String) - Static method in class org.netbeans.jemmy.JemmyProperties
Just like getProperties().getTimeouts().getTimeout(name).
getCurrentTimeouts() - Static method in class org.netbeans.jemmy.JemmyProperties
Just like getProperties().getTimeouts().
getCursor() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getCursor() through queue
getDateModel() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.DateSpinnerOperator
Costs spinner's model to SpinnerDateModel.
getDateSpinner() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Returns an instance of DateSpinnerOperator operator, the operator used for JSpinner having SpinnerDateModel model.
getDebugGraphicsOptions() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getDebugGraphicsOptions() through queue
getDecreaseButton() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Returns a button responsible for value decreasing.
getDecreaseOperator() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Returns an operator for a button used for value decreasing.
getDefault(String) - Static method in class org.netbeans.jemmy.Timeouts
Gets default timeout value.
getDefaultCloseOperation() - Method in class org.netbeans.jemmy.operators.JDialogOperator
Maps JDialog.getDefaultCloseOperation() through queue
getDefaultCloseOperation() - Method in class org.netbeans.jemmy.operators.JFrameOperator
Maps JFrame.getDefaultCloseOperation() through queue
getDefaultCloseOperation() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.getDefaultCloseOperation() through queue
getDefaultComponentVisualizer() - Static method in class org.netbeans.jemmy.operators.Operator
Returns an object to be used by default to prepare component.
getDefaultDispatchingModel() - Static method in class org.netbeans.jemmy.JemmyProperties
Returns default event dispatching model.
getDefaultEditor(Class) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getDefaultEditor(Class) through queue
getDefaultMouseButton() - Static method in class org.netbeans.jemmy.operators.Operator
Returns default mouse button mask.
getDefaultPathParser() - Static method in class org.netbeans.jemmy.operators.Operator
Returns an object used for parsing of path-like strings.
getDefaultRenderer() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.getDefaultRenderer() through queue
getDefaultRenderer(Class) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getDefaultRenderer(Class) through queue
getDefaultStringComparator() - Static method in class org.netbeans.jemmy.operators.Operator
Returns string comparator used to init operators.
getDefaultVerification() - Static method in class org.netbeans.jemmy.operators.Operator
Says weither newly created operators perform operations verifications by default.
getDelay() - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.getDelay() through queue
getDeltaTimeout() - Method in class org.netbeans.jemmy.Timeouts
Gets "Timeouts.DeltaTimeout" timeout value.
getDepth() - Method in interface org.netbeans.jemmy.drivers.PathChooser
Return requiered depth of the path.
getDescription() - Method in interface org.netbeans.jemmy.Action
Returns the description value.
getDescription() - Method in class org.netbeans.jemmy.ActionProducer
 
getDescription() - Method in interface org.netbeans.jemmy.ComponentChooser
Returns searched component description.
getDescription() - Method in interface org.netbeans.jemmy.drivers.DescriptablePathChooser
Gives path description.
getDescription() - Method in interface org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster
Returns a printable scrolling description.
getDescription() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator.AbstractButtonByLabelFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.ButtonOperator.ButtonByLabelFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.CheckboxOperator.CheckboxByLabelFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.ChoiceOperator.ChoiceBySelectedItemFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.DialogOperator.DialogByTitleFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.FrameOperator.FrameByTitleFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator.JCheckBoxMenuItemByLabelFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator.JComboBoxByItemFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.JComponentOperator.JComponentByTipFinder
 
getDescription(File) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getDescription(File) through queue
getDescription() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator.JFileChooserJDialogFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator.JInternalFrameByTitleFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator.JInternalFrameFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.JLabelOperator.JLabelByLabelFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.JListOperator.JListByItemFinder
 
getDescription() - Method in interface org.netbeans.jemmy.operators.JListOperator.ListItemChooser
Item description.
getDescription() - Method in class org.netbeans.jemmy.operators.JMenuItemOperator.JMenuItemByLabelFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.JMenuOperator.JMenuByLabelFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator.JPopupWindowFinder
 
getDescription() - Method in interface org.netbeans.jemmy.operators.JProgressBarOperator.ValueChooser
Deprecated. A description.
getDescription() - Method in class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator.JRadioButtonMenuItemByLabelFinder
 
getDescription() - Method in interface org.netbeans.jemmy.operators.JScrollBarOperator.ScrollChecker
Scrolling rules decription.
getDescription() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.DateScrollAdjuster
 
getDescription() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ExactScrollAdjuster
 
getDescription() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.JSpinnerByTextFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ListScrollAdjuster
 
getDescription() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.NumberScrollAdjuster
 
getDescription() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ToStringScrollAdjuster
 
getDescription() - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator.JTabbedPaneByItemFinder
 
getDescription() - Method in interface org.netbeans.jemmy.operators.JTabbedPaneOperator.TabPageChooser
Page description.
getDescription() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator.JTableHeaderFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.JTableOperator.JTableByCellFinder
 
getDescription() - Method in interface org.netbeans.jemmy.operators.JTableOperator.TableCellChooser
Item description.
getDescription() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator.JTextComponentByTextFinder
 
getDescription() - Method in interface org.netbeans.jemmy.operators.JTextComponentOperator.TextChooser
Returns a printable description of the criteria.
getDescription() - Method in class org.netbeans.jemmy.operators.JTreeOperator.JTreeByItemFinder
 
getDescription() - Method in interface org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser
Returns the description.
getDescription() - Method in interface org.netbeans.jemmy.operators.JTreeOperator.TreeRowChooser
Row description.
getDescription() - Method in class org.netbeans.jemmy.operators.LabelOperator.LabelByLabelFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.ListOperator.ListByItemFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.Operator.Finder
 
getDescription() - Method in class org.netbeans.jemmy.operators.Operator.NoBlockingAction
 
getDescription() - Method in class org.netbeans.jemmy.operators.TextAreaOperator.TextAreaByTextFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.TextComponentOperator.TextComponentByTextFinder
 
getDescription() - Method in class org.netbeans.jemmy.operators.TextFieldOperator.TextFieldByTextFinder
 
getDescription() - Method in class org.netbeans.jemmy.QueueTool.QueueAction
Action description.
getDescription() - Method in class org.netbeans.jemmy.Test
 
getDescription() - Method in class org.netbeans.jemmy.util.AbstractTextStyleChooser
 
getDescription() - Method in class org.netbeans.jemmy.util.NameComponentChooser
 
getDescription() - Method in class org.netbeans.jemmy.util.PropChooser
 
getDescription() - Method in class org.netbeans.jemmy.util.StringPropChooser
 
getDescription() - Method in class org.netbeans.jemmy.util.TextStyleChooser
 
getDescription() - Method in interface org.netbeans.jemmy.util.WindowJob
Job description.
getDescription() - Method in class org.netbeans.jemmy.util.WindowManager.ModalDialogChoosingJob
 
getDescription() - Method in interface org.netbeans.jemmy.Waitable
Returns description.
getDescription() - Method in class org.netbeans.jemmy.Waiter
 
getDescription() - Method in class org.netbeans.jemmy.WindowWaiter
 
getDesktopIcon() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.getDesktopIcon() through queue
getDesktopPane() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.getDesktopPane() through queue
getDetailsToggleButton() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Returns a toggle button being used to switch to detals view.
getDialog(ComponentChooser) - Static method in class org.netbeans.jemmy.DialogWaiter
Searches for a dialog.
getDialog(ComponentChooser, int) - Static method in class org.netbeans.jemmy.DialogWaiter
Searches for a dialog.
getDialog(String, boolean, boolean) - Static method in class org.netbeans.jemmy.DialogWaiter
Searches for a dialog by title.
getDialog(String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.DialogWaiter
Searches for a dialog by title.
getDialog(Window, ComponentChooser) - Static method in class org.netbeans.jemmy.DialogWaiter
Searches for a dialog.
getDialog(Window, ComponentChooser, int) - Static method in class org.netbeans.jemmy.DialogWaiter
Searches for a dialog.
getDialog(Window, String, boolean, boolean) - Static method in class org.netbeans.jemmy.DialogWaiter
Searches for a dialog by title.
getDialog(Window, String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.DialogWaiter
Searches for a dialog by title.
getDialogTitle() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getDialogTitle() through queue
getDialogType() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getDialogType() through queue
getDisabledIcon() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getDisabledIcon() through queue
getDisabledIcon() - Method in class org.netbeans.jemmy.operators.JLabelOperator
Maps JLabel.getDisabledIcon() through queue
getDisabledIconAt(int) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getDisabledIconAt(int) through queue
getDisabledSelectedIcon() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getDisabledSelectedIcon() through queue
getDisabledTextColor() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getDisabledTextColor() through queue
getDispatchingModel() - Method in class org.netbeans.jemmy.EventDispatcher
Gets the dispatching model value.
getDispatchingModel() - Method in class org.netbeans.jemmy.JemmyProperties
Returns the dispatching model.
getDisplayedMnemonic() - Method in class org.netbeans.jemmy.operators.JLabelOperator
Maps JLabel.getDisplayedMnemonic() through queue
getDisplayedText() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Returns text which is really displayed.
getDivider() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Searches divider inside split pane.
getDividerLocation() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.getDividerLocation() through queue
getDividerSize() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.getDividerSize() through queue
getDocument() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getDocument() through queue
getDragAndDropStepLength(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Returns a number of pixels in one drag and drop scrolling.
getDragAndDropStepLength(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.AWTScrollDriver
 
getDragAndDropStepLength(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarAPIDriver
 
getDragAndDropStepLength(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarDriver
 
getDragAndDropStepLength(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderAPIDriver
 
getDragAndDropStepLength(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderDriver
 
getDragAndDropStepLength() - Method in class org.netbeans.jemmy.JemmyProperties
Returns the drag and drop step length value.
getDraggedColumn() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.getDraggedColumn() through queue
getDraggedDistance() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.getDraggedDistance() through queue
getDriver(String, Class, JemmyProperties) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Searches a driver.
getDriver(String, ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Searches a driver.
getDriver(String, Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Searches a driver.
getDropTarget() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getDropTarget() through queue
getDump() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.ButtonOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.CheckboxOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.ChoiceOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.DialogOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.FrameOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.JButtonOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.JComponentOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JEditorPaneOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.JLabelOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.JListOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JMenuItemOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JMenuOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JPasswordFieldOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JSliderOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JTableOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.LabelOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.ListOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.Operator
Returns information about component.
getDump() - Method in class org.netbeans.jemmy.operators.TextAreaOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.TextComponentOperator
 
getDump() - Method in class org.netbeans.jemmy.operators.TextFieldOperator
 
getEchoChar() - Method in class org.netbeans.jemmy.operators.JPasswordFieldOperator
Maps JPasswordField.getEchoChar() through queue
getEchoChar() - Method in class org.netbeans.jemmy.operators.TextFieldOperator
Maps TextField.getEchoChar() through queue
getEditingColumn() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getEditingColumn() through queue
getEditingPath() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getEditingPath() through queue
getEditingRow() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getEditingRow() through queue
getEditor() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.getEditor() through queue
getEditor() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Maps JSpinner.getEditor() through queue
getEditorComponent() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getEditorComponent() through queue
getEditorKit() - Method in class org.netbeans.jemmy.operators.JEditorPaneOperator
Maps JEditorPane.getEditorKit() through queue
getEditorKitForContentType(String) - Method in class org.netbeans.jemmy.operators.JEditorPaneOperator
Maps JEditorPane.getEditorKitForContentType(String) through queue
getEnvironmentOperator() - Static method in class org.netbeans.jemmy.operators.Operator
Returns an operator containing default environment.
getErrput() - Method in class org.netbeans.jemmy.TestOut
Returns errput writer.
getEventDispatcher() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Returnes org.netbeans.jemmy.EventDispatcher instance which is used to dispatch events.
getException() - Method in class org.netbeans.jemmy.ActionProducer
Returns the exception value.
getException() - Method in class org.netbeans.jemmy.operators.Operator.NoBlockingAction
Returns an exception occured diring the action execution.
getException() - Method in class org.netbeans.jemmy.QueueTool.QueueAction
Returns exception occured during action execution (if any).
getExistingField(String, TestOut) - Method in class org.netbeans.jemmy.EventDispatcher
Gets component field value through SwingUtilities.invokeAndWait(Runnable).
getExistingField(String) - Method in class org.netbeans.jemmy.EventDispatcher
Gets component field value through SwingUtilities.invokeAndWait(Runnable).
getExpandedDescendants(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getExpandedDescendants(TreePath) through queue
getExtent() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getExtent() through queue
getField(String) - Method in class org.netbeans.jemmy.ClassReference
Returns the field value.
getField(String) - Method in class org.netbeans.jemmy.EventDispatcher
Gets component field value through SwingUtilities.invokeAndWait(Runnable).
getFileCount() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Return count of files currently displayed.
getFileFilter() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getFileFilter() through queue
getFileList() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Returns file list.
getFiles() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Return files currently displayed.
getFileSelectionMode() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getFileSelectionMode() through queue
getFileSystemView() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getFileSystemView() through queue
getFileTypesCombo() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Returns combo box containing file types (lower).
getFileView() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getFileView() through queue
getFinished() - Method in class org.netbeans.jemmy.ActionProducer
Check if a launched action has finished.
getFinished() - Method in class org.netbeans.jemmy.QueueTool.QueueAction
Informs whether action has been finished or not.
getFirstVisibleIndex() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getFirstVisibleIndex() through queue
getFixedCellHeight() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getFixedCellHeight() through queue
getFixedCellWidth() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getFixedCellWidth() through queue
getFocus() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Gives inout focud to the component.
getFocusAccelerator() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getFocusAccelerator() through queue
getFocusDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns FOCUS_DRIVER_ID driver.
getFocusDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns FOCUS_DRIVER_ID driver.
getFocusOwner() - Method in class org.netbeans.jemmy.operators.WindowOperator
Maps Window.getFocusOwner() through queue
getFont() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getFont() through queue
getFontMetrics(Font) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getFontMetrics(Font) through queue
getForeground() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getForeground() through queue
getForegroundAt(int) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getForegroundAt(int) through queue
getFrame(ComponentChooser) - Static method in class org.netbeans.jemmy.FrameWaiter
Searches for a Frame.
getFrame(ComponentChooser, int) - Static method in class org.netbeans.jemmy.FrameWaiter
Searches for a Frame.
getFrame(String, boolean, boolean) - Static method in class org.netbeans.jemmy.FrameWaiter
Searches for a Frame by title.
getFrame(String, boolean, boolean, int) - Static method in class org.netbeans.jemmy.FrameWaiter
Searches for a Frame by title.
getFrameDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns FRAME_DRIVER_ID driver.
getFrameDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns FRAME_DRIVER_ID driver.
getFrameIcon() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.getFrameIcon() through queue
getFullVersion() - Static method in class org.netbeans.jemmy.JemmyProperties
Returns full version string (like 1.0.1-20011231).
getGlassPane() - Method in class org.netbeans.jemmy.operators.JDialogOperator
Maps JDialog.getGlassPane() through queue
getGlassPane() - Method in class org.netbeans.jemmy.operators.JFrameOperator
Maps JFrame.getGlassPane() through queue
getGlassPane() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.getGlassPane() through queue
getGolden() - Method in class org.netbeans.jemmy.TestOut
Returns golden output writer.
getGoldenActionProducedMessage() - Method in class org.netbeans.jemmy.DialogWaiter
 
getGoldenActionProducedMessage() - Method in class org.netbeans.jemmy.FrameWaiter
 
getGoldenActionProducedMessage() - Method in class org.netbeans.jemmy.Waiter
Returns message to be printed int golden output when waiting has been successfully finished.
getGoldenActionProducedMessage() - Method in class org.netbeans.jemmy.WindowWaiter
 
getGoldenTimeoutExpiredMessage() - Method in class org.netbeans.jemmy.DialogWaiter
 
getGoldenTimeoutExpiredMessage() - Method in class org.netbeans.jemmy.FrameWaiter
 
getGoldenTimeoutExpiredMessage() - Method in class org.netbeans.jemmy.Waiter
Returns message to be printed int golden output when waiting timeout has been expired.
getGoldenTimeoutExpiredMessage() - Method in class org.netbeans.jemmy.WindowWaiter
 
getGoldenWaitingStartedMessage() - Method in class org.netbeans.jemmy.DialogWaiter
 
getGoldenWaitingStartedMessage() - Method in class org.netbeans.jemmy.FrameWaiter
 
getGoldenWaitingStartedMessage() - Method in class org.netbeans.jemmy.Waiter
Returns message to be printed int golden output before waiting start.
getGoldenWaitingStartedMessage() - Method in class org.netbeans.jemmy.WindowWaiter
 
getGraphics() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getGraphics() through queue
getGridColor() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getGridColor() through queue
getHAdjustable() - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Maps ScrollPane.getHAdjustable() through queue
getHeaderOperator() - Method in class org.netbeans.jemmy.operators.JTableOperator
Creates an operator for a teble header assigned to this table.
getHeaderRect(int) - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.getHeaderRect(int) through queue
getHeight() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getHeight() through queue
getHelpMenu() - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
Maps JMenuBar.getHelpMenu() through queue
getHighlighter() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getHighlighter() through queue
getHomeButton() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Returns "Home" button.
getHorizontalAlignment() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getHorizontalAlignment() through queue
getHorizontalAlignment() - Method in class org.netbeans.jemmy.operators.JLabelOperator
Maps JLabel.getHorizontalAlignment() through queue
getHorizontalAlignment() - Method in class org.netbeans.jemmy.operators.JTextFieldOperator
Maps JTextField.getHorizontalAlignment() through queue
getHorizontalScrollBar() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.getHorizontalScrollBar() through queue
getHorizontalScrollBarPolicy() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.getHorizontalScrollBarPolicy() through queue
getHorizontalTextPosition() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getHorizontalTextPosition() through queue
getHorizontalTextPosition() - Method in class org.netbeans.jemmy.operators.JLabelOperator
Maps JLabel.getHorizontalTextPosition() through queue
getHorizontalVisibility() - Method in class org.netbeans.jemmy.operators.JTextFieldOperator
Maps JTextField.getHorizontalVisibility() through queue
getHScrollbarHeight() - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Maps ScrollPane.getHScrollbarHeight() through queue
getHScrollBarOperator() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Returns operator used for horizontal scrollbar.
getIcon() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getIcon() through queue
getIcon(File) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getIcon(File) through queue
getIcon() - Method in class org.netbeans.jemmy.operators.JLabelOperator
Maps JLabel.getIcon() through queue
getIconAt(int) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getIconAt(int) through queue
getIconImage() - Method in class org.netbeans.jemmy.operators.FrameOperator
Maps Frame.getIconImage() through queue
getIconOperator() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Creates an operator for an desktop icon.
getIconTextGap() - Method in class org.netbeans.jemmy.operators.JLabelOperator
Maps JLabel.getIconTextGap() through queue
getImage(Rectangle) - Static method in class org.netbeans.jemmy.image.ImageTool
Gets an image from a rectange on screen.
getImage(Component) - Static method in class org.netbeans.jemmy.image.ImageTool
Gets an image from a component.
getImage() - Static method in class org.netbeans.jemmy.image.ImageTool
Gets the whole screen image.
getIncreaseButton() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Returns a button responsible for value increasing.
getIncreaseOperator() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Returns an operator for a button used for value increasing.
getInnerException() - Method in exception org.netbeans.jemmy.JemmyException
Deprecated. Use getInnerThrowable()
getInnerThrowable() - Method in exception org.netbeans.jemmy.JemmyException
Returns inner throwable.
getInput() - Method in class org.netbeans.jemmy.TestOut
Returns input stream.
getInputAttributes() - Method in class org.netbeans.jemmy.operators.JTextPaneOperator
Maps JTextPane.getInputAttributes() through queue
getInputContext() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getInputContext() through queue
getInputMethodRequests() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getInputMethodRequests() through queue
getInsets() - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.getInsets() through queue
getInsets(Insets) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getInsets(Insets) through queue
getIntercellSpacing() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getIntercellSpacing() through queue
getInternalFrame() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator.JDesktopIconOperator
Creates an operator for the correspondent intenal frame.
getInternalFrameDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns INTERNAL_FRAME_DRIVER_ID driver.
getInternalFrameDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns INTERNAL_FRAME_DRIVER_ID driver.
getInterruptMessage() - Method in interface org.netbeans.jemmy.demo.CommentWindow
Returns a message for a case when test needs to be interrupted.
getInterruptMessage() - Method in class org.netbeans.jemmy.demo.DefaultCommentWindow
 
getInverted() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getInverted() through queue
getInvoker() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.getInvoker() through queue
getInvokesStopCellEditing() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getInvokesStopCellEditing() through queue
getItem(int) - Method in class org.netbeans.jemmy.operators.ChoiceOperator
Maps Choice.getItem(int) through queue
getItem(int) - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.getItem(int) through queue
getItem(int) - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.getItem(int) through queue
getItemAt(int) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.getItemAt(int) through queue
getItemCount() - Method in class org.netbeans.jemmy.operators.ChoiceOperator
Maps Choice.getItemCount() through queue
getItemCount() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.getItemCount() through queue
getItemCount() - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.getItemCount() through queue
getItemCount() - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.getItemCount() through queue
getItems() - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.getItems() through queue
getJMenuBar() - Method in class org.netbeans.jemmy.operators.JDialogOperator
Maps JDialog.getJMenuBar() through queue
getJMenuBar() - Method in class org.netbeans.jemmy.operators.JFrameOperator
Maps JFrame.getJMenuBar() through queue
getJMenuBar() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.getJMenuBar() through queue
getKeyAndModifiers(char) - Method in class org.netbeans.jemmy.DefaultCharBindingMap
Returns key + modifiers pair.
getKeyDescription(int) - Static method in class org.netbeans.jemmy.EventDispatcher
Returns a string representation for a keyboard event.
getKeyDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns KEY_DRIVER_ID driver.
getKeyDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns KEY_DRIVER_ID driver.
getKeymap() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getKeymap() through queue
getKeys(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.AWTTextKeyboardDriver
 
getKeys(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.SwingTextKeyboardDriver
 
getKeys(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.TextKeyboardDriver
Returns an array of navigation keys.
getKeys() - Method in class org.netbeans.jemmy.JemmyProperties
Returns the key values.
getKeySelectionManager() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.getKeySelectionManager() through queue
getLabel() - Method in class org.netbeans.jemmy.operators.ButtonOperator
Maps Button.getLabel() through queue
getLabel() - Method in class org.netbeans.jemmy.operators.CheckboxOperator
Maps Checkbox.getLabel() through queue
getLabel() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.getLabel() through queue
getLabelFor() - Method in class org.netbeans.jemmy.operators.JLabelOperator
Maps JLabel.getLabelFor() through queue
getLabelTable() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getLabelTable() through queue
getLastDividerLocation() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.getLastDividerLocation() through queue
getLastEvent(long) - Static method in class org.netbeans.jemmy.EventTool
Returns last dispatched event under mask.
getLastEvent() - Static method in class org.netbeans.jemmy.EventTool
Returns last dispatched event.
getLastEventTime(long) - Static method in class org.netbeans.jemmy.EventTool
Returns time of the last dispatched event under mask.
getLastEventTime() - Static method in class org.netbeans.jemmy.EventTool
Returns time of the last dispatched event.
getLastSelectedPathComponent() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getLastSelectedPathComponent() through queue
getLastVisibleIndex() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getLastVisibleIndex() through queue
getLayer() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.getLayer() through queue
getLayeredPane() - Method in class org.netbeans.jemmy.operators.JDialogOperator
Maps JDialog.getLayeredPane() through queue
getLayeredPane() - Method in class org.netbeans.jemmy.operators.JFrameOperator
Maps JFrame.getLayeredPane() through queue
getLayeredPane() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.getLayeredPane() through queue
getLayout() - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.getLayout() through queue
getLeadSelectionIndex() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getLeadSelectionIndex() through queue
getLeadSelectionPath() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getLeadSelectionPath() through queue
getLeadSelectionRow() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getLeadSelectionRow() through queue
getLeftComponent() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.getLeftComponent() through queue
getLineCount() - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Maps JTextArea.getLineCount() through queue
getLineEndOffset(int) - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Maps JTextArea.getLineEndOffset(int) through queue
getLineOfOffset(int) - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Maps JTextArea.getLineOfOffset(int) through queue
getLineStartOffset(int) - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Maps JTextArea.getLineStartOffset(int) through queue
getLineWrap() - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Maps JTextArea.getLineWrap() through queue
getListDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns LIST_DRIVER_ID driver.
getListDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns LIST_DRIVER_ID driver.
getListModel() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ListSpinnerOperator
Costs spinner's model to SpinnerListModel.
getListSpinner() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Returns an instance of ListSpinnerOperator operator, the operator used for JSpinner having SpinnerListModel model.
getListToggleButton() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Returns a toggle button being used to switch to list view.
getLocale() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getLocale() through queue
getLocation() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getLocation() through queue
getLocation(Point) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getLocation(Point) through queue
getLocationOnScreen() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getLocationOnScreen() through queue
getLogicalStyle() - Method in class org.netbeans.jemmy.operators.JTextPaneOperator
Maps JTextPane.getLogicalStyle() through queue
getMajorTickSpacing() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getMajorTickSpacing() through queue
getMajorVersion() - Static method in class org.netbeans.jemmy.JemmyProperties
Returns major version (like 1.0).
getMargin() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getMargin() through queue
getMargin() - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
Maps JMenuBar.getMargin() through queue
getMargin() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.getMargin() through queue
getMargin() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getMargin() through queue
getMaximizeButton() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Waits for a maximize button inside the title pane.
getMaximum() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
Maps JProgressBar.getMaximum() through queue
getMaximum() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.getMaximum() through queue
getMaximum() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getMaximum() through queue
getMaximum() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Returns a maximal value.
getMaximum() - Method in class org.netbeans.jemmy.operators.ScrollbarOperator
Maps Scrollbar.getMaximum() through queue
getMaximumDividerLocation() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.getMaximumDividerLocation() through queue
getMaximumRowCount() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.getMaximumRowCount() through queue
getMaximumSize() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getMaximumSize() through queue
getMaxSelectionIndex() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getMaxSelectionIndex() through queue
getMaxSelectionRow() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getMaxSelectionRow() through queue
getMenu(int) - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
Maps JMenuBar.getMenu(int) through queue
getMenuBar() - Method in class org.netbeans.jemmy.operators.FrameOperator
Maps Frame.getMenuBar() through queue
getMenuComponent(int) - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.getMenuComponent(int) through queue
getMenuComponentCount() - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.getMenuComponentCount() through queue
getMenuComponents() - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.getMenuComponents() through queue
getMenuCount() - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
Maps JMenuBar.getMenuCount() through queue
getMenuDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns MENU_DRIVER_ID driver.
getMenuDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns MENU_DRIVER_ID driver.
getMinimizeButton() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Waits for a minimize button inside the title pane.
getMinimum() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
Maps JProgressBar.getMinimum() through queue
getMinimum() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.getMinimum() through queue
getMinimum() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getMinimum() through queue
getMinimum() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Returns a minimal value.
getMinimum() - Method in class org.netbeans.jemmy.operators.ScrollbarOperator
Maps Scrollbar.getMinimum() through queue
getMinimumDividerLocation() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.getMinimumDividerLocation() through queue
getMinimumSize() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getMinimumSize() through queue
getMinimumSize(int) - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.getMinimumSize(int) through queue
getMinimumSize(int, int) - Method in class org.netbeans.jemmy.operators.TextAreaOperator
Maps TextArea.getMinimumSize(int, int) through queue
getMinimumSize(int) - Method in class org.netbeans.jemmy.operators.TextFieldOperator
Maps TextField.getMinimumSize(int) through queue
getMinorTickSpacing() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getMinorTickSpacing() through queue
getMinorVersion() - Static method in class org.netbeans.jemmy.JemmyProperties
Returns minor version (like 1).
getMinSelectionIndex() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getMinSelectionIndex() through queue
getMinSelectionRow() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getMinSelectionRow() through queue
getMnemonic() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getMnemonic() through queue
getModel() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getModel() through queue
getModel() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.getModel() through queue
getModel() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getModel() through queue
getModel() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
Maps JProgressBar.getModel() through queue
getModel() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.getModel() through queue
getModel() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getModel() through queue
getModel() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Maps JSpinner.getModel() through queue
getModel() - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getModel() through queue
getModel() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getModel() through queue
getModel() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getModel() through queue
getModifiersString(int) - Static method in class org.netbeans.jemmy.EventDispatcher
Get a string representation for key modifiers.
getMouseButtonDescription(int) - Static method in class org.netbeans.jemmy.EventDispatcher
Returns a mouse button string representation.
getMouseDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns MOUSE_DRIVER_ID driver.
getMouseDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns MOUSE_DRIVER_ID driver.
getMultiSelListDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns MULTISELLIST_DRIVER_ID driver.
getMultiSelListDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns MULTISELLIST_DRIVER_ID driver.
getName() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getName() through queue
getName(File) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getName(File) through queue
getName() - Method in class org.netbeans.jemmy.Timeout
Returns timeout name.
getNextFocusableComponent() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getNextFocusableComponent() through queue
getNextValue() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Maps JSpinner.getNextValue() through queue
getNullOutput() - Static method in class org.netbeans.jemmy.TestOut
Creates output which does not print any message anywhere.
getNumberModel() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.NumberSpinnerOperator
Costs spinner's model to SpinnerNumberModel.
getNumberSpinner() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Returns an instance of NumberSpinnerOperator operator, the operator used for JSpinner having SpinnerNumberModel model.
getObject() - Method in exception org.netbeans.jemmy.JemmyException
Returns "object" constructor parameter.
getObject() - Method in class org.netbeans.jemmy.ObjectBrowser
Returns the object value.
getOrderedListDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns ORDEREDLIST_DRIVER_ID driver.
getOrderedListDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns ORDEREDLIST_DRIVER_ID driver.
getOrientation() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
Maps JProgressBar.getOrientation() through queue
getOrientation() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.getOrientation() through queue
getOrientation() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getOrientation() through queue
getOrientation() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.getOrientation() through queue
getOrientation() - Method in class org.netbeans.jemmy.operators.ScrollbarOperator
Maps Scrollbar.getOrientation() through queue
getOutput() - Method in class org.netbeans.jemmy.ComponentSearcher
Returns print output streams or writers.
getOutput() - Method in class org.netbeans.jemmy.DialogWaiter
Returns print output streams or writers.
getOutput() - Method in class org.netbeans.jemmy.EventDispatcher
Returns print output streams or writers.
getOutput() - Method in class org.netbeans.jemmy.EventTool
Returns print output streams or writers.
getOutput() - Method in class org.netbeans.jemmy.explorer.TrialListenerManager
 
getOutput() - Method in class org.netbeans.jemmy.FrameWaiter
Returns print output streams or writers.
getOutput() - Method in class org.netbeans.jemmy.JemmyProperties
Returns output.
getOutput() - Method in class org.netbeans.jemmy.ObjectBrowser
Returns print output streams or writers.
getOutput() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.ButtonOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.CheckboxOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.ChoiceOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.ComponentOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.ContainerOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.FrameOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JComponentOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator.JDesktopIconOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JListOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JMenuItemOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JMenuOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JSliderOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JTableOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.JTreeOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.ListOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.Operator
 
getOutput() - Method in class org.netbeans.jemmy.operators.ScrollbarOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.TextAreaOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.TextComponentOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.TextFieldOperator
 
getOutput() - Method in class org.netbeans.jemmy.operators.WindowOperator
 
getOutput() - Method in interface org.netbeans.jemmy.Outputable
Returns print output streams or writers.
getOutput() - Method in class org.netbeans.jemmy.QueueTool
Returns print output streams or writers.
getOutput() - Method in class org.netbeans.jemmy.Test
Get the streams or writers used for print output.
getOutput() - Method in class org.netbeans.jemmy.TestOut
Returns output writer.
getOutput() - Method in class org.netbeans.jemmy.util.PropChooser
 
getOutput() - Method in class org.netbeans.jemmy.util.WindowManager
 
getOutput() - Method in class org.netbeans.jemmy.Waiter
Returns print output streams or writers.
getOwnedWindows() - Method in class org.netbeans.jemmy.operators.WindowOperator
Maps Window.getOwnedWindows() through queue
getOwner() - Method in class org.netbeans.jemmy.operators.WindowOperator
Maps Window.getOwner() through queue
getOwner() - Method in class org.netbeans.jemmy.WindowWaiter
Method can be used by a subclass to define window owner.
getPage() - Method in class org.netbeans.jemmy.operators.JEditorPaneOperator
Maps JEditorPane.getPage() through queue
getPaintLabels() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getPaintLabels() through queue
getPaintTicks() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getPaintTicks() through queue
getPaintTrack() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getPaintTrack() through queue
getParagraphAttributes() - Method in class org.netbeans.jemmy.operators.JTextPaneOperator
Maps JTextPane.getParagraphAttributes() through queue
getParent() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getParent() through queue
getParentPath(String[]) - Method in class org.netbeans.jemmy.operators.Operator
Creates new array which has all elements from first array, except last element.
getParentPath(ComponentChooser[]) - Method in class org.netbeans.jemmy.operators.Operator
 
getPassword() - Method in class org.netbeans.jemmy.operators.JPasswordFieldOperator
Maps JPasswordField.getPassword() through queue
getPathBounds(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getPathBounds(TreePath) through queue
getPathCombo() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Returns combo box containing path (upper).
getPathField() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Returns field which can be used to type path.
getPathForLocation(int, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getPathForLocation(int, int) through queue
getPathForRow(int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getPathForRow(int) through queue
getPathParser() - Method in class org.netbeans.jemmy.operators.Operator
Returns object which is used for parsing of path-like strings.
getPercentComplete() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
Maps JProgressBar.getPercentComplete() through queue
getPointToClick(int) - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Return a point to click on column header.
getPointToClick(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Returns a point at the center of the cell rectangle.
getPointToClick(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Retuns points which can be used to click on path.
getPointToClick(int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Retuns points which can be used to click on path.
getPopupMenu() - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.getPopupMenu() through queue
getPopupMouseButton() - Static method in class org.netbeans.jemmy.operators.Operator
Returns mask of mouse button which used to popup expanding.
getPositionByText(String, JTextComponentOperator.TextChooser, int) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Finds start text position.
getPositionByText(String, JTextComponentOperator.TextChooser) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Finds start text position.
getPositionByText(String, int) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Finds start text position.
getPositionByText(String) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Finds start text position.
getPositionByText(String, int) - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Finds start text position.
getPositionByText(String) - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Finds start text position.
getPreferredScrollableViewportSize() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getPreferredScrollableViewportSize() through queue
getPreferredScrollableViewportSize() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getPreferredScrollableViewportSize() through queue
getPreferredScrollableViewportSize() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getPreferredScrollableViewportSize() through queue
getPreferredScrollableViewportSize() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getPreferredScrollableViewportSize() through queue
getPreferredSize() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getPreferredSize() through queue
getPreferredSize(int) - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.getPreferredSize(int) through queue
getPreferredSize(int, int) - Method in class org.netbeans.jemmy.operators.TextAreaOperator
Maps TextArea.getPreferredSize(int, int) through queue
getPreferredSize(int) - Method in class org.netbeans.jemmy.operators.TextFieldOperator
Maps TextField.getPreferredSize(int) through queue
getPressedIcon() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getPressedIcon() through queue
getPreviewPanel() - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Maps JColorChooser.getPreviewPanel() through queue
getPreviousValue() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Maps JSpinner.getPreviousValue() through queue
getProperties() - Static method in class org.netbeans.jemmy.JemmyProperties
Peeks upper JemmyProperties instance from stack.
getProperties() - Method in class org.netbeans.jemmy.operators.Operator
Returns a JemmyProperty object assigned to this operator.
getProperty(String) - Method in class org.netbeans.jemmy.JemmyProperties
Returns the property value.
getPrototypeCellValue() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getPrototypeCellValue() through queue
getQueue() - Static method in class org.netbeans.jemmy.QueueTool
Returns system EventQueue.
getQueueTool() - Method in class org.netbeans.jemmy.operators.Operator
Returns QueueTool is used to work with queue.
getRegisteredKeyStrokes() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getRegisteredKeyStrokes() through queue
getRenderedComponent(int, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JListOperator
Ask renderer for component to be displayed.
getRenderedComponent(int) - Method in class org.netbeans.jemmy.operators.JListOperator
Ask renderer for component to be displayed.
getRenderedComponent(int, int, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JTableOperator
Ask renderer for component to be displayed.
getRenderedComponent(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Ask renderer for component to be displayed.
getRenderedComponent(TreePath, boolean, boolean, boolean) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Ask renderer for component to be displayed.
getRenderedComponent(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Ask renderer for component to be displayed.
getRenderer() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.getRenderer() through queue
getReorderingAllowed() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.getReorderingAllowed() through queue
getResizingAllowed() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.getResizingAllowed() through queue
getResizingColumn() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.getResizingColumn() through queue
getResource(String) - Method in class org.netbeans.jemmy.Bundle
Gets resource by key.
getResource(String, String) - Method in class org.netbeans.jemmy.BundleManager
Returns resource from ID bundle.
getResource(String) - Method in class org.netbeans.jemmy.BundleManager
Searches for a resource in all the managed Bundles.
getResource(String) - Method in class org.netbeans.jemmy.JemmyProperties
Returns resource value.
getResource(String, String) - Method in class org.netbeans.jemmy.JemmyProperties
Returns resource value from the specified bundle.
getResult() - Method in class org.netbeans.jemmy.ActionProducer
Get the result of a launched action.
getResult() - Method in class org.netbeans.jemmy.QueueTool.QueueAction
Returns action result if action has already been finished, null otherwise.
getRightComponent() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.getRightComponent() through queue
getRolloverIcon() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getRolloverIcon() through queue
getRolloverSelectedIcon() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getRolloverSelectedIcon() through queue
getRoot() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Returns the root of the tree.
getRootPane() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getRootPane() through queue
getRootPane() - Method in class org.netbeans.jemmy.operators.JDialogOperator
Maps JDialog.getRootPane() through queue
getRootPane() - Method in class org.netbeans.jemmy.operators.JFrameOperator
Maps JFrame.getRootPane() through queue
getRowBounds(int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getRowBounds(int) through queue
getRowCount() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getRowCount() through queue
getRowCount() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getRowCount() through queue
getRowForLocation(int, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getRowForLocation(int, int) through queue
getRowForPath(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getRowForPath(TreePath) through queue
getRowHeader() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.getRowHeader() through queue
getRowHeight() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getRowHeight() through queue
getRowHeight() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getRowHeight() through queue
getRowMargin() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getRowMargin() through queue
getRows() - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Maps JTextArea.getRows() through queue
getRows() - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.getRows() through queue
getRows() - Method in class org.netbeans.jemmy.operators.TextAreaOperator
Maps TextArea.getRows() through queue
getRowSelectionAllowed() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getRowSelectionAllowed() through queue
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getScrollableBlockIncrement(Rectangle, int, int) through queue
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getScrollableBlockIncrement(Rectangle, int, int) through queue
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getScrollableBlockIncrement(Rectangle, int, int) through queue
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getScrollableBlockIncrement(Rectangle, int, int) through queue
getScrollableTracksViewportHeight() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getScrollableTracksViewportHeight() through queue
getScrollableTracksViewportHeight() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getScrollableTracksViewportHeight() through queue
getScrollableTracksViewportHeight() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getScrollableTracksViewportHeight() through queue
getScrollableTracksViewportHeight() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getScrollableTracksViewportHeight() through queue
getScrollableTracksViewportWidth() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getScrollableTracksViewportWidth() through queue
getScrollableTracksViewportWidth() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getScrollableTracksViewportWidth() through queue
getScrollableTracksViewportWidth() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getScrollableTracksViewportWidth() through queue
getScrollableTracksViewportWidth() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getScrollableTracksViewportWidth() through queue
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getScrollableUnitIncrement(Rectangle, int, int) through queue
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getScrollableUnitIncrement(Rectangle, int, int) through queue
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getScrollableUnitIncrement(Rectangle, int, int) through queue
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getScrollableUnitIncrement(Rectangle, int, int) through queue
getScrollbarDisplayPolicy() - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Maps ScrollPane.getScrollbarDisplayPolicy() through queue
getScrollbarVisibility() - Method in class org.netbeans.jemmy.operators.TextAreaOperator
Maps TextArea.getScrollbarVisibility() through queue
getScrollDeltaTimeout(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Returns a timeout for sleeping between verifications during "push and wait" scrolling.
getScrollDeltaTimeout(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.AWTScrollDriver
 
getScrollDeltaTimeout(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarAPIDriver
 
getScrollDeltaTimeout(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarDriver
 
getScrollDeltaTimeout(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderAPIDriver
 
getScrollDeltaTimeout(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderDriver
 
getScrollDirection() - Method in interface org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster
Returns scroll direction to reach necessary scroller value.
getScrollDirection(JScrollBarOperator) - Method in interface org.netbeans.jemmy.operators.JScrollBarOperator.ScrollChecker
Defines a scrolling direction.
getScrollDirection() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.DateScrollAdjuster
 
getScrollDirection() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ListScrollAdjuster
 
getScrollDirection() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.NumberScrollAdjuster
 
getScrollDirection() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ObjectScrollAdjuster
 
getScrollDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns SCROLL_DRIVER_ID driver.
getScrollDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns SCROLL_DRIVER_ID driver.
getScrollModel() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Deprecated. All actions are prformed throw a ScrollDriver registered for this component, so value returned by this method is ignored.
getScrollOffset() - Method in class org.netbeans.jemmy.operators.JTextFieldOperator
Maps JTextField.getScrollOffset() through queue
getScrollOrientation() - Method in interface org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster
Returns scrolling orientation.
getScrollOrientation() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.DateScrollAdjuster
 
getScrollOrientation() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ExactScrollAdjuster
 
getScrollOrientation() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ListScrollAdjuster
 
getScrollOrientation() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.NumberScrollAdjuster
 
getScrollOrientation() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ObjectScrollAdjuster
 
getScrollOrientation() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator.ToStringScrollAdjuster
 
getScrollPosition() - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Maps ScrollPane.getScrollPosition() through queue
getScrollsOnExpand() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getScrollsOnExpand() through queue
getSelectedColumn() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getSelectedColumn() through queue
getSelectedColumnCount() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getSelectedColumnCount() through queue
getSelectedColumns() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getSelectedColumns() through queue
getSelectedComponent() - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getSelectedComponent() through queue
getSelectedFile() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getSelectedFile() through queue
getSelectedFiles() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getSelectedFiles() through queue
getSelectedIcon() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getSelectedIcon() through queue
getSelectedIndex() - Method in class org.netbeans.jemmy.operators.ChoiceOperator
Maps Choice.getSelectedIndex() through queue
getSelectedIndex() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.getSelectedIndex() through queue
getSelectedIndex() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getSelectedIndex() through queue
getSelectedIndex() - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getSelectedIndex() through queue
getSelectedIndex() - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.getSelectedIndex() through queue
getSelectedIndexes() - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.getSelectedIndexes() through queue
getSelectedIndices() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getSelectedIndices() through queue
getSelectedItem() - Method in class org.netbeans.jemmy.operators.ChoiceOperator
Maps Choice.getSelectedItem() through queue
getSelectedItem() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.getSelectedItem() through queue
getSelectedItem() - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.getSelectedItem() through queue
getSelectedItems() - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.getSelectedItems() through queue
getSelectedObjects() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getSelectedObjects() through queue
getSelectedObjects() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.getSelectedObjects() through queue
getSelectedObjects() - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.getSelectedObjects() through queue
getSelectedRow() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getSelectedRow() through queue
getSelectedRowCount() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getSelectedRowCount() through queue
getSelectedRows() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getSelectedRows() through queue
getSelectedText() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getSelectedText() through queue
getSelectedText() - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Maps TextComponent.getSelectedText() through queue
getSelectedTextColor() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getSelectedTextColor() through queue
getSelectedValue() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getSelectedValue() through queue
getSelectedValues() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getSelectedValues() through queue
getSelectionBackground() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getSelectionBackground() through queue
getSelectionBackground() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getSelectionBackground() through queue
getSelectionColor() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getSelectionColor() through queue
getSelectionCount() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getSelectionCount() through queue
getSelectionEnd(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.AWTTextAPIDriver
 
getSelectionEnd(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.AWTTextKeyboardDriver
 
getSelectionEnd(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.SwingTextAPIDriver
 
getSelectionEnd(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.SwingTextKeyboardDriver
 
getSelectionEnd(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.TextAPIDriver
Returns a caret position of selection end.
getSelectionEnd(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.TextKeyboardDriver
Returns a caret position of selection end.
getSelectionEnd() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getSelectionEnd() through queue
getSelectionEnd() - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Maps TextComponent.getSelectionEnd() through queue
getSelectionForeground() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getSelectionForeground() through queue
getSelectionForeground() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getSelectionForeground() through queue
getSelectionMode() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getSelectionMode() through queue
getSelectionModel() - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Maps JColorChooser.getSelectionModel() through queue
getSelectionModel() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getSelectionModel() through queue
getSelectionModel() - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
Maps JMenuBar.getSelectionModel() through queue
getSelectionModel() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.getSelectionModel() through queue
getSelectionModel() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getSelectionModel() through queue
getSelectionModel() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getSelectionModel() through queue
getSelectionPath() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getSelectionPath() through queue
getSelectionPaths() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getSelectionPaths() through queue
getSelectionRows() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getSelectionRows() through queue
getSelectionStart(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.AWTTextAPIDriver
 
getSelectionStart(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.AWTTextKeyboardDriver
 
getSelectionStart(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.SwingTextAPIDriver
 
getSelectionStart(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.SwingTextKeyboardDriver
 
getSelectionStart(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.TextAPIDriver
Returns a caret position of selection start.
getSelectionStart(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.TextKeyboardDriver
Returns a caret position of selection start.
getSelectionStart() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getSelectionStart() through queue
getSelectionStart() - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Maps TextComponent.getSelectionStart() through queue
getShowHorizontalLines() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getShowHorizontalLines() through queue
getShowsRootHandles() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getShowsRootHandles() through queue
getShowVerticalLines() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getShowVerticalLines() through queue
getSize() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getSize() through queue
getSize(Dimension) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getSize(Dimension) through queue
getSnapToTicks() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getSnapToTicks() through queue
getSource() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Returns component.
getSource() - Method in class org.netbeans.jemmy.operators.Operator
Returns object operator is used for.
getState() - Method in class org.netbeans.jemmy.operators.CheckboxOperator
Maps Checkbox.getState() through queue
getState() - Method in class org.netbeans.jemmy.operators.FrameOperator
Maps Frame.getState() through queue
getState() - Method in class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator
Maps JCheckBoxMenuItem.getState() through queue
getStatus() - Method in exception org.netbeans.jemmy.TestCompletedException
Returns status.
getString() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
Maps JProgressBar.getString() through queue
getStyle(String) - Method in class org.netbeans.jemmy.operators.JTextPaneOperator
Maps JTextPane.getStyle(String) through queue
getStyledDocument() - Method in class org.netbeans.jemmy.operators.JTextPaneOperator
Maps JTextPane.getStyledDocument() through queue
getSubElements() - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
Maps JMenuBar.getSubElements() through queue
getSubElements() - Method in class org.netbeans.jemmy.operators.JMenuItemOperator
Maps JMenuItem.getSubElements() through queue
getSubElements() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.getSubElements() through queue
getSupported() - Method in interface org.netbeans.jemmy.drivers.Driver
Returns an array of operator classes which are supported by this driver.
getSupported() - Method in interface org.netbeans.jemmy.drivers.LightDriver
Returns array of operator classes which are supported by this driver.
getSupported() - Method in class org.netbeans.jemmy.drivers.LightSupportiveDriver
Returns array of operator classes which are supported by this driver.
getSupported() - Method in class org.netbeans.jemmy.drivers.SupportiveDriver
Returns array of operator classes which are supported by this driver.
getSupportedChars() - Method in class org.netbeans.jemmy.DefaultCharBindingMap
Returns an array of all supported chars.
getTabCount() - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getTabCount() through queue
getTable() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.getTable() through queue
getTableDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns TABLE_DRIVER_ID driver.
getTableDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns TABLE_DRIVER_ID driver.
getTableHeader() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getTableHeader() through queue
getTabPlacement() - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getTabPlacement() through queue
getTabRunCount() - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getTabRunCount() through queue
getTabSize() - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Maps JTextArea.getTabSize() through queue
getText(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.AWTTextAPIDriver
 
getText(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.AWTTextKeyboardDriver
 
getText(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.SwingTextAPIDriver
 
getText(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.SwingTextKeyboardDriver
 
getText(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.TextAPIDriver
Returns operator's text.
getText(ComponentOperator) - Method in class org.netbeans.jemmy.drivers.text.TextKeyboardDriver
Returns operator's text.
getText() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getText() through queue
getText() - Method in class org.netbeans.jemmy.operators.JLabelOperator
Maps JLabel.getText() through queue
getText() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getText() through queue
getText(int, int) - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getText(int, int) through queue
getText() - Method in class org.netbeans.jemmy.operators.LabelOperator
Maps Label.getText() through queue
getText() - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Maps TextComponent.getText() through queue
getTextDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns TEXT_DRIVER_ID driver.
getTextDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns TEXT_DRIVER_ID driver.
getTextDriver() - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Return a TextDriver used by this component.
getTextField() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Creates an operator for button returned by findJTextField() method.
getTheWholeEventMask() - Static method in class org.netbeans.jemmy.EventTool
Returns a combination of all AWTEvent.*_EVENT_MASK fields..
getTimeout(String) - Method in class org.netbeans.jemmy.JemmyProperties
Returns a timeouts value.
getTimeout(String) - Method in class org.netbeans.jemmy.Timeouts
Gets timeout value.
getTimeoutExpiredMessage(long) - Method in class org.netbeans.jemmy.DialogWaiter
Overrides WindowWaiter.getTimeoutExpiredMessage.
getTimeoutExpiredMessage(long) - Method in class org.netbeans.jemmy.FrameWaiter
Overrides WindowWaiter.getTimeoutExpiredMessage.
getTimeoutExpiredMessage(long) - Method in class org.netbeans.jemmy.Waiter
Returns message to be printed when waiting timeout has been expired.
getTimeoutExpiredMessage(long) - Method in class org.netbeans.jemmy.WindowWaiter
Overrides Waiter.getTimeoutExpiredMessage.
getTimeouts() - Method in class org.netbeans.jemmy.ActionProducer
Get all the time outs used by sleeps or waits used by the launched action.
getTimeouts() - Method in class org.netbeans.jemmy.DialogWaiter
Return current timeouts.
getTimeouts() - Method in class org.netbeans.jemmy.EventDispatcher
Return current timeouts.
getTimeouts() - Method in class org.netbeans.jemmy.EventTool
Return current timeouts.
getTimeouts() - Method in class org.netbeans.jemmy.FrameWaiter
Return current timeouts.
getTimeouts() - Method in class org.netbeans.jemmy.JemmyProperties
Returns timeouts.
getTimeouts() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.ButtonOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.ComponentOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.ContainerOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JComponentOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator.JDesktopIconOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JMenuItemOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JMenuOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JSliderOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JTableOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.JTreeOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.Operator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.ScrollbarOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.TextAreaOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.TextComponentOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.operators.TextFieldOperator
 
getTimeouts() - Method in class org.netbeans.jemmy.QueueTool
Return current timeouts.
getTimeouts() - Method in class org.netbeans.jemmy.Test
Get the timeouts used by this Test.
getTimeouts() - Method in interface org.netbeans.jemmy.Timeoutable
Return current timeouts.
getTimeouts() - Method in class org.netbeans.jemmy.util.WindowManager
 
getTimeouts() - Method in class org.netbeans.jemmy.Waiter
Return current timeouts.
getTimeouts() - Method in class org.netbeans.jemmy.WindowWaiter
Return current timeouts.
getTitle() - Method in class org.netbeans.jemmy.operators.DialogOperator
Maps Dialog.getTitle() through queue
getTitle() - Method in class org.netbeans.jemmy.operators.FrameOperator
Maps Frame.getTitle() through queue
getTitle() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.getTitle() through queue
getTitleAt(int) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getTitleAt(int) through queue
getTitleOperator() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Waits for the title pane.
getTitlePane(ComponentOperator) - Method in interface org.netbeans.jemmy.drivers.InternalFrameDriver
Returns the title pane component.
getToolkit() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getToolkit() through queue
getToolTipLocation(MouseEvent) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getToolTipLocation(MouseEvent) through queue
getToolTipText() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getToolTipText() through queue
getToolTipText(MouseEvent) - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getToolTipText(MouseEvent) through queue
getTopComponent() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.getTopComponent() through queue
getTopLevelAncestor() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getTopLevelAncestor() through queue
getTopModalDialog() - Static method in class org.netbeans.jemmy.operators.JDialogOperator
Searhs for modal dialog currently staying on top.
getTreeDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns TREE_DRIVER_ID driver.
getTreeDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns TREE_DRIVER_ID driver.
getTreeLock() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getTreeLock() through queue
getTrueChooser(String) - Static method in class org.netbeans.jemmy.ComponentSearcher
Creates ComponentChooser implementation whose checkComponent(Component) method returns true for any component.
getTypeDescription(File) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getTypeDescription(File) through queue
getUI() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JColorChooserOperator
Maps JColorChooser.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JLabelOperator
Maps JLabel.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
Maps JMenuBar.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
Maps JProgressBar.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Maps JSpinner.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.getUI() through queue
getUI() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getUI() through queue
getUIClassID() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getUIClassID() through queue
getUnitIncrement() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.getUnitIncrement() through queue
getUnitIncrement(int) - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.getUnitIncrement(int) through queue
getUnitIncrement() - Method in class org.netbeans.jemmy.operators.ScrollbarOperator
Maps Scrollbar.getUnitIncrement() through queue
getUpdateTableInRealTime() - Method in class org.netbeans.jemmy.operators.JTableHeaderOperator
Maps JTableHeader.getUpdateTableInRealTime() through queue
getUpLevelButton() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Returns "Up One Level" button.
getVAdjustable() - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Maps ScrollPane.getVAdjustable() through queue
getValue() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
Maps JProgressBar.getValue() through queue
getValue() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.getValue() through queue
getValue() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getValue() through queue
getValue() - Method in class org.netbeans.jemmy.operators.JSpinnerOperator
Maps JSpinner.getValue() through queue
getValue() - Method in class org.netbeans.jemmy.operators.ScrollbarOperator
Maps Scrollbar.getValue() through queue
getValue() - Method in class org.netbeans.jemmy.Timeout
Returns timeout value.
getValueAt(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.getValueAt(int, int) through queue
getValueIsAdjusting() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getValueIsAdjusting() through queue
getValueIsAdjusting() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.getValueIsAdjusting() through queue
getValueIsAdjusting() - Method in class org.netbeans.jemmy.operators.JSliderOperator
Maps JSlider.getValueIsAdjusting() through queue
getVerification() - Method in class org.netbeans.jemmy.operators.Operator
Says weither operator performs operation verifications.
getVersion() - Static method in class org.netbeans.jemmy.JemmyProperties
Returns version string (like 1.0.1).
getVerticalAlignment() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getVerticalAlignment() through queue
getVerticalAlignment() - Method in class org.netbeans.jemmy.operators.JLabelOperator
Maps JLabel.getVerticalAlignment() through queue
getVerticalScrollBar() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.getVerticalScrollBar() through queue
getVerticalScrollBarPolicy() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.getVerticalScrollBarPolicy() through queue
getVerticalTextPosition() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.getVerticalTextPosition() through queue
getVerticalTextPosition() - Method in class org.netbeans.jemmy.operators.JLabelOperator
Maps JLabel.getVerticalTextPosition() through queue
getViewport() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.getViewport() through queue
getViewportBorder() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.getViewportBorder() through queue
getViewportBorderBounds() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Maps JScrollPane.getViewportBorderBounds() through queue
getViewportSize() - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Maps ScrollPane.getViewportSize() through queue
getVisibleAmount() - Method in class org.netbeans.jemmy.operators.JScrollBarOperator
Maps JScrollBar.getVisibleAmount() through queue
getVisibleAmount() - Method in class org.netbeans.jemmy.operators.ScrollbarOperator
Maps Scrollbar.getVisibleAmount() through queue
getVisibleIndex() - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.getVisibleIndex() through queue
getVisibleRect() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.getVisibleRect() through queue
getVisibleRowCount() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.getVisibleRowCount() through queue
getVisibleRowCount() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.getVisibleRowCount() through queue
getVisualizer() - Method in class org.netbeans.jemmy.operators.Operator
Returns component visualizer.
getVScrollBarOperator() - Method in class org.netbeans.jemmy.operators.JScrollPaneOperator
Returns operator used for vertical scrollbar.
getVScrollbarWidth() - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Maps ScrollPane.getVScrollbarWidth() through queue
getWaitingStartedMessage() - Method in class org.netbeans.jemmy.DialogWaiter
 
getWaitingStartedMessage() - Method in class org.netbeans.jemmy.FrameWaiter
 
getWaitingStartedMessage() - Method in class org.netbeans.jemmy.Waiter
Returns message to be printed before waiting start.
getWaitingStartedMessage() - Method in class org.netbeans.jemmy.WindowWaiter
 
getWarningString() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.getWarningString() through queue
getWarningString() - Method in class org.netbeans.jemmy.operators.WindowOperator
Maps Window.getWarningString() through queue
getWidth() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getWidth() through queue
getWindow() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Searches the window under component.
getWindow(Window, ComponentChooser, int) - Static method in class org.netbeans.jemmy.WindowWaiter
Searches for a window.
getWindow(Window, ComponentChooser) - Static method in class org.netbeans.jemmy.WindowWaiter
Searches for a window.
getWindow(ComponentChooser, int) - Static method in class org.netbeans.jemmy.WindowWaiter
Searches for a window.
getWindow(ComponentChooser) - Static method in class org.netbeans.jemmy.WindowWaiter
Searches for a window.
getWindowContainerOperator() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Looks for a first window-like container.
getWindowDriver(Class) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns WINDOW_DRIVER_ID driver.
getWindowDriver(ComponentOperator) - Static method in class org.netbeans.jemmy.drivers.DriverManager
Returns WINDOW_DRIVER_ID driver.
getWrapStyleWord() - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Maps JTextArea.getWrapStyleWord() through queue
getX() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getX() through queue
getY() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.getY() through queue
giveFocus(ComponentOperator) - Method in interface org.netbeans.jemmy.drivers.FocusDriver
Makes a compoennt having focus.
goHome() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Pushes "Home" button.
goUpLevel() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Pushes "Up One Level" button.
grabFocus() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.grabFocus() through queue
GREYSCALE_MODE - Static variable in class org.netbeans.jemmy.util.PNGEncoder
grey scale image mode.
GUIBrowser - Class in org.netbeans.jemmy.explorer
An application allowing to explore a Java GUI application.

H

hasAsParent(TreePath, int) - Method in interface org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser
Checks if the path has another path as a parent.
hasBeenExpanded(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.hasBeenExpanded(TreePath) through queue
hasFocus() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.hasFocus() through queue
HEIGHT_DPROP - Static variable in class org.netbeans.jemmy.operators.ComponentOperator
Identifier for a height property.
hidePopup() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.hidePopup() through queue
HORIZONTAL_ORIENTATION_DPROP_VALUE - Static variable in class org.netbeans.jemmy.operators.JScrollBarOperator
Identifier for a "HORIZONTAL" value of "orientation" property.
HORIZONTAL_ORIENTATION_DPROP_VALUE - Static variable in class org.netbeans.jemmy.operators.JSliderOperator
Identifier for a "HORIZONTAL" value of "orientation" property.
HORIZONTAL_ORIENTATION_DPROP_VALUE - Static variable in class org.netbeans.jemmy.operators.JSplitPaneOperator
Identifier for a "HORIZONTAL" value of "orientation" property.

I

iconify(ComponentOperator) - Method in interface org.netbeans.jemmy.drivers.FrameDriver
Iconifies a frame.
iconify() - Method in class org.netbeans.jemmy.operators.FrameOperator
Iconifies the frame.
iconify() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Iconifies frame.
ImageComparator - Interface in org.netbeans.jemmy.image
Interface for all classes performing image comparision.
ImageFinder - Interface in org.netbeans.jemmy.image
Interface for all classes performing image lookup.
ImageLoader - Interface in org.netbeans.jemmy.image
Interface for all classes performing image loading.
ImageSaver - Interface in org.netbeans.jemmy.image
Interface for classes performing image saving.
ImageTool - Class in org.netbeans.jemmy.image
Contains util methods to work with images.
ImageTool() - Constructor for class org.netbeans.jemmy.image.ImageTool
 
imageUpdate(Image, int, int, int, int, int) - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.imageUpdate(Image, int, int, int, int, int) through queue
INCREASE_SCROLL_DIRECTION - Static variable in interface org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster
Increase scroll direction.
indexOfComponent(Component) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.indexOfComponent(Component) through queue
indexOfTab(String) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.indexOfTab(String) through queue
indexOfTab(Icon) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.indexOfTab(Icon) through queue
indexToLocation(int) - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.indexToLocation(int) through queue
init() - Method in class org.netbeans.jemmy.JemmyProperties
Inits properties and dispatching model from system environment variables.
initCurrentTimeout(String, long) - Static method in class org.netbeans.jemmy.JemmyProperties
Just like getProperties().getTimeouts().initTimeout(name, newValue).
initDefault(String, long) - Static method in class org.netbeans.jemmy.Timeouts
Sets default timeout value if it was not set before.
initDispatchingModel(boolean, boolean, boolean) - Method in class org.netbeans.jemmy.JemmyProperties
Initializes dispatching model.
initDispatchingModel(boolean, boolean, boolean, boolean) - Method in class org.netbeans.jemmy.JemmyProperties
Initializes dispatching model.
initDispatchingModel(boolean, boolean) - Method in class org.netbeans.jemmy.JemmyProperties
Initializes dispatching model.
initDispatchingModel() - Method in class org.netbeans.jemmy.JemmyProperties
Initializes dispatching model.
initInternalFrame(JInternalFrameOperator) - Method in class org.netbeans.jemmy.util.DefaultVisualizer
Inits an internal frame.
initOperators() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Initiaites suboperators.
initProperties(String) - Method in class org.netbeans.jemmy.JemmyProperties
Method to initialize timeouts and resources.
initProperties() - Method in class org.netbeans.jemmy.JemmyProperties
Method to initialize timeouts and resources.
initTimeout(String, long) - Method in class org.netbeans.jemmy.JemmyProperties
Inits a timeouts value.
initTimeout(String, long) - Method in class org.netbeans.jemmy.Timeouts
Sets timeout value if it was not set before.
InputDriverInstaller - Class in org.netbeans.jemmy.drivers
Installs drivers for low-level drivers.
InputDriverInstaller(boolean, Timeout) - Constructor for class org.netbeans.jemmy.drivers.InputDriverInstaller
Constructs an InputDriverInstaller object.
InputDriverInstaller(boolean) - Constructor for class org.netbeans.jemmy.drivers.InputDriverInstaller
Constructs an InputDriverInstaller object.
InputDriverInstaller(boolean, boolean) - Constructor for class org.netbeans.jemmy.drivers.InputDriverInstaller
Constructs an InputDriverInstaller object.
InputDriverInstaller(Timeout) - Constructor for class org.netbeans.jemmy.drivers.InputDriverInstaller
Constructs an InputDriverInstaller object.
InputDriverInstaller() - Constructor for class org.netbeans.jemmy.drivers.InputDriverInstaller
Constructs an InputDriverInstaller object.
insert(String, int) - Method in class org.netbeans.jemmy.operators.ChoiceOperator
Maps Choice.insert(String) through queue
insert(String, int) - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.insert(String, int) through queue
insert(Action, int) - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.insert(Action, int) through queue
insert(JMenuItem, int) - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.insert(JMenuItem, int) through queue
insert(Component, int) - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.insert(Component, int) through queue
insert(Action, int) - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.insert(Action, int) through queue
insert(String, int) - Method in class org.netbeans.jemmy.operators.JTextAreaOperator
Maps JTextArea.insert(String, int) through queue
insertComponent(Component) - Method in class org.netbeans.jemmy.operators.JTextPaneOperator
Maps JTextPane.insertComponent(Component) through queue
insertIcon(Icon) - Method in class org.netbeans.jemmy.operators.JTextPaneOperator
Maps JTextPane.insertIcon(Icon) through queue
insertItemAt(Object, int) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.insertItemAt(Object, int) through queue
insertSeparator(int) - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.insertSeparator(int) through queue
insertTab(String, Icon, Component, String, int) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.insertTab(String, Icon, Component, String, int) through queue
install() - Method in class org.netbeans.jemmy.drivers.ArrayDriverInstaller
Installs drivers from the array passed into constructor.
install() - Method in interface org.netbeans.jemmy.drivers.DriverInstaller
 
install() - Method in class org.netbeans.jemmy.drivers.InputDriverInstaller
Installs input drivers.
installQueue() - Static method in class org.netbeans.jemmy.QueueTool
Installs own Jemmy EventQueue implementation.
INTERNAL_FRAME_DRIVER_ID - Static variable in class org.netbeans.jemmy.drivers.DriverManager
Symbolic constant for window drivers.
InternalFrameDriver - Interface in org.netbeans.jemmy.drivers
Defines the way to get a title pane.
intervalAdded(ListDataEvent) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.intervalAdded(ListDataEvent) through queue
intervalRemoved(ListDataEvent) - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.intervalRemoved(ListDataEvent) through queue
invalidate() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.invalidate() through queue
invoke(QueueTool.QueueAction) - Method in class org.netbeans.jemmy.QueueTool
Invokes action through EventQueue.
invoke(Runnable) - Method in class org.netbeans.jemmy.QueueTool
Invokes runnable through EventQueue.
invoke(Action, Object) - Method in class org.netbeans.jemmy.QueueTool
Invokes action through EventQueue.
invokeAndWait(QueueTool.QueueAction) - Method in class org.netbeans.jemmy.QueueTool
Invokes action through EventQueue.
invokeAndWait(Runnable) - Method in class org.netbeans.jemmy.QueueTool
Invokes runnable through EventQueue.
invokeAndWait(Action, Object) - Method in class org.netbeans.jemmy.QueueTool
Invokes action through EventQueue.
invokeExistingMethod(String, Object[], Class[], TestOut) - Method in class org.netbeans.jemmy.EventDispatcher
Invokes component method through SwingUtilities.invokeAndWait(Runnable).
invokeExistingMethod(String, Object[], Class[]) - Method in class org.netbeans.jemmy.EventDispatcher
Invokes component method through SwingUtilities.invokeAndWait(Runnable).
invokeMethod(String, Object[], Class[]) - Method in class org.netbeans.jemmy.ClassReference
Locates method by name and parameter types and executes it.
invokeMethod(String, Object[], Class[]) - Method in class org.netbeans.jemmy.EventDispatcher
Invokes component method through SwingUtilities.invokeAndWait(Runnable).
invokeSmoothly(QueueTool.QueueAction) - Method in class org.netbeans.jemmy.QueueTool
Being executed outside of AWT dispatching thread, invokes an action through the event queue.
invokeSmoothly(Runnable) - Method in class org.netbeans.jemmy.QueueTool
Being executed outside of AWT dispatching thread, invokes a runnable through the event queue.
invokeSmoothly(Action, Object) - Method in class org.netbeans.jemmy.QueueTool
Being executed outside of AWT dispatching thread, invokes an action through the event queue.
IS_DEFAULT_DPROP - Static variable in class org.netbeans.jemmy.operators.JButtonOperator
Identifier for a "default button" property.
IS_EDITABLE_DPROP - Static variable in class org.netbeans.jemmy.operators.JTextComponentOperator
Identifier for a "editable" property.
IS_INVERTED_DPROP - Static variable in class org.netbeans.jemmy.operators.JSliderOperator
Identifier for a "inverted" property.
IS_MODAL_DPROP - Static variable in class org.netbeans.jemmy.operators.DialogOperator
Identifier for a modal property.
IS_ONE_TOUCH_EXPANDABLE_DPROP - Static variable in class org.netbeans.jemmy.operators.JSplitPaneOperator
Identifier for a "one touch expendable" property.
IS_RESIZABLE_DPROP - Static variable in class org.netbeans.jemmy.operators.DialogOperator
Identifier for a resizable property.
IS_RESIZABLE_DPROP - Static variable in class org.netbeans.jemmy.operators.FrameOperator
Identifier for a resizable property.
IS_RESIZABLE_DPROP - Static variable in class org.netbeans.jemmy.operators.JInternalFrameOperator
Identifier for a "resizable" property.
IS_SELECTED_DPROP - Static variable in class org.netbeans.jemmy.operators.AbstractButtonOperator
Identifier for a selected text property.
IS_SELECTED_DPROP - Static variable in class org.netbeans.jemmy.operators.JInternalFrameOperator
Identifier for a "selected" property.
IS_SHOWING_DPROP - Static variable in class org.netbeans.jemmy.operators.ComponentOperator
Identifier for a showing property.
IS_VISIBLE_DPROP - Static variable in class org.netbeans.jemmy.operators.ComponentOperator
Identifier for a visible property.
isActive() - Method in class org.netbeans.jemmy.operators.WindowOperator
Maps Window.isActive() through queue.
isAncestorOf(Component) - Method in class org.netbeans.jemmy.operators.ContainerOperator
Maps Container.isAncestorOf(Component) through queue
isArmed() - Method in class org.netbeans.jemmy.operators.JMenuItemOperator
Maps JMenuItem.isArmed() through queue
isBorderPainted() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.isBorderPainted() through queue
isBorderPainted() - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
Maps JMenuBar.isBorderPainted() through queue
isBorderPainted() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.isBorderPainted() through queue
isBorderPainted() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
Maps JProgressBar.isBorderPainted() through queue
isCaptionEqual(String, String, boolean, boolean) - Static method in class org.netbeans.jemmy.operators.Operator
Deprecated. use another methods with the same name.
isCaptionEqual(String, String, Operator.StringComparator) - Static method in class org.netbeans.jemmy.operators.Operator
Compares caption (button text, window title, ...) with a sample text.
isCaptionEqual(String, String) - Method in class org.netbeans.jemmy.operators.Operator
Compares string using getComparator StringComparator.
isCellEditable(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.isCellEditable(int, int) through queue
isCellSelected(int, int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.isCellSelected(int, int) through queue
isClosable() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.isClosable() through queue
isClosed() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.isClosed() through queue
isCollapsed(int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isCollapsed(int) through queue
isCollapsed(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isCollapsed(TreePath) through queue
isColumnSelected(int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.isColumnSelected(int) through queue
isContentAreaFilled() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.isContentAreaFilled() through queue
isContinuousLayout() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.isContinuousLayout() through queue
isDefaultButton() - Method in class org.netbeans.jemmy.operators.JButtonOperator
Maps JButton.isDefaultButton() through queue
isDefaultCapable() - Method in class org.netbeans.jemmy.operators.JButtonOperator
Maps JButton.isDefaultCapable() through queue
isDirectorySelectionEnabled() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.isDirectorySelectionEnabled() through queue
isDispatchThread() - Static method in class org.netbeans.jemmy.QueueTool
Map to EventQueue.isDispatchThread().
isDisplayable() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.isDisplayable() through queue
isDoubleBuffered() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.isDoubleBuffered() through queue
isEditable() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.isEditable() through queue
isEditable() - Method in class org.netbeans.jemmy.operators.JTextComponentOperator
Maps JTextComponent.isEditable() through queue
isEditable() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isEditable() through queue
isEditable() - Method in class org.netbeans.jemmy.operators.TextComponentOperator
Maps TextComponent.isEditable() through queue
isEditing() - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.isEditing() through queue
isEditing() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isEditing() through queue
isEnabled() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.isEnabled() through queue
isEnabledAt(int) - Method in class org.netbeans.jemmy.operators.JTabbedPaneOperator
Maps JTabbedPane.isEnabledAt(int) through queue
isExpanded(int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isExpanded(int) through queue
isExpanded(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isExpanded(TreePath) through queue
isFileHidingEnabled() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.isFileHidingEnabled() through queue
isFileSelectionEnabled() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.isFileSelectionEnabled() through queue
isFixedRowHeight() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isFixedRowHeight() through queue
isFocusCycleRoot() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.isFocusCycleRoot() through queue
isFocused() - Method in class org.netbeans.jemmy.operators.WindowOperator
Maps Window.isFocused() through queue.
isFocusPainted() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.isFocusPainted() through queue
isFocusTraversable() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.isFocusTraversable() through queue
isIcon() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.isIcon() through queue
isIconifiable() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.isIconifiable() through queue
isIndexSelected(int) - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.isIndexSelected(int) through queue
isInterrupted() - Method in interface org.netbeans.jemmy.demo.CommentWindow
Defines either test execution should be interrupted or not.
isInterrupted() - Method in class org.netbeans.jemmy.demo.DefaultCommentWindow
 
isLargeModel() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isLargeModel() through queue
isLightweight() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.isLightweight() through queue
isLightWeightPopupEnabled() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.isLightWeightPopupEnabled() through queue
isLightWeightPopupEnabled() - Method in class org.netbeans.jemmy.operators.JPopupMenuOperator
Maps JPopupMenu.isLightWeightPopupEnabled() through queue
isManagingFocus() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.isManagingFocus() through queue
isMaximizable() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.isMaximizable() through queue
isMaximum() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.isMaximum() through queue
isMenuComponent(Component) - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.isMenuComponent(Component) through queue
isModal() - Method in class org.netbeans.jemmy.operators.DialogOperator
Maps Dialog.isModal() through queue
isMultipleMode() - Method in class org.netbeans.jemmy.operators.ListOperator
Maps List.isMultipleMode() through queue
isMultiSelectionEnabled() - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.isMultiSelectionEnabled() through queue
isOneTouchExpandable() - Method in class org.netbeans.jemmy.operators.JSplitPaneOperator
Maps JSplitPane.isOneTouchExpandable() through queue
isOpaque() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.isOpaque() through queue
isOptimizedDrawingEnabled() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.isOptimizedDrawingEnabled() through queue
isPaintingTile() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.isPaintingTile() through queue
isPathEditable(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isPathEditable(TreePath) through queue
isPathSelected(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isPathSelected(TreePath) through queue
isPopupMenuVisible() - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.isPopupMenuVisible() through queue
isPopupVisible() - Method in class org.netbeans.jemmy.operators.JComboBoxOperator
Maps JComboBox.isPopupVisible() through queue
isRequestFocusEnabled() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.isRequestFocusEnabled() through queue
isResizable() - Method in class org.netbeans.jemmy.operators.DialogOperator
Maps Dialog.isResizable() through queue
isResizable() - Method in class org.netbeans.jemmy.operators.FrameOperator
Maps Frame.isResizable() through queue
isResizable() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.isResizable() through queue
isRolloverEnabled() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.isRolloverEnabled() through queue
isRootVisible() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isRootVisible() through queue
isRowSelected(int) - Method in class org.netbeans.jemmy.operators.JTableOperator
Maps JTable.isRowSelected(int) through queue
isRowSelected(int) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isRowSelected(int) through queue
isScrollbarVisible(int) - Method in class org.netbeans.jemmy.operators.ScrollPaneOperator
Tells if a scrollbar is visible.
isSelected() - Method in class org.netbeans.jemmy.operators.AbstractButtonOperator
Maps AbstractButton.isSelected() through queue
isSelected() - Method in class org.netbeans.jemmy.operators.JInternalFrameOperator
Maps JInternalFrame.isSelected() through queue
isSelected() - Method in class org.netbeans.jemmy.operators.JMenuBarOperator
Maps JMenuBar.isSelected() through queue
isSelectedIndex(int) - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.isSelectedIndex(int) through queue
isSelectionEmpty() - Method in class org.netbeans.jemmy.operators.JListOperator
Maps JList.isSelectionEmpty() through queue
isSelectionEmpty() - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isSelectionEmpty() through queue
isShowing() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.isShowing() through queue
isStopped() - Method in interface org.netbeans.jemmy.demo.CommentWindow
Defines either test(demo) has been stopped or not.
isStopped() - Method in class org.netbeans.jemmy.demo.DefaultCommentWindow
 
isStringPainted() - Method in class org.netbeans.jemmy.operators.JProgressBarOperator
Maps JProgressBar.isStringPainted() through queue
isTearOff() - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.isTearOff() through queue
isTopLevelMenu() - Method in class org.netbeans.jemmy.operators.JMenuOperator
Maps JMenu.isTopLevelMenu() through queue
isTraversable(File) - Method in class org.netbeans.jemmy.operators.JFileChooserOperator
Maps JFileChooser.isTraversable(File) through queue
isValid() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.isValid() through queue
isValidateRoot() - Method in class org.netbeans.jemmy.operators.JComponentOperator
Maps JComponent.isValidateRoot() through queue
isVisible() - Method in class org.netbeans.jemmy.operators.ComponentOperator
Maps Component.isVisible() through queue
isVisible(TreePath) - Method in class org.netbeans.jemmy.operators.JTreeOperator
Maps JTree.isVisible(TreePath) through queue
isWindowActive(WindowOperator) - Method in class org.netbeans.jemmy.util.DefaultVisualizer
Returns true if window is active.
isWindowActive(WindowOperator) - Method in class org.netbeans.jemmy.util.MouseVisualizer
 
ITEM_PREFIX_DPROP - Static variable in class org.netbeans.jemmy.operators.ChoiceOperator
Identifier for a items properties.
ITEM_PREFIX_DPROP - Static variable in class org.netbeans.jemmy.operators.JComboBoxOperator
Identifier for a "item" property values.
ITEM_PREFIX_DPROP - Static variable in class org.netbeans.jemmy.operators.JListOperator
Identifier for a "item" properties.
ITEM_PREFIX_DPROP - Static variable in class org.netbeans.jemmy.operators.ListOperator
Identifier for a "item" properties.

J

JButtonOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait button displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled
.
JButtonOperator(JButton) - Constructor for class org.netbeans.jemmy.operators.JButtonOperator
Constructor.
JButtonOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JButtonOperator
Constructs a JButtonOperator object.
JButtonOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JButtonOperator
Constructs a JButtonOperator object.
JButtonOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JButtonOperator
Constructor.
JButtonOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JButtonOperator
Constructor.
JButtonOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JButtonOperator
Constructor.
JButtonOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JButtonOperator
Constructor.
JButtonOperator.JButtonFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JButtonOperator.JButtonFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JButtonOperator.JButtonFinder
Constructs JButtonFinder.
JButtonOperator.JButtonFinder() - Constructor for class org.netbeans.jemmy.operators.JButtonOperator.JButtonFinder
Constructs JButtonFinder.
JCheckBoxMenuItemOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JMenuItemOperator.PushMenuTimeout - time between button pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait button displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled
.
JCheckBoxMenuItemOperator(JCheckBoxMenuItem) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator
Constructor.
JCheckBoxMenuItemOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator
Constructs a JCheckBoxMenuItemOperator object.
JCheckBoxMenuItemOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator
Constructs a JCheckBoxMenuItemOperator object.
JCheckBoxMenuItemOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator
Constructor.
JCheckBoxMenuItemOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator
Constructor.
JCheckBoxMenuItemOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator
Constructor.
JCheckBoxMenuItemOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator
Constructor.
JCheckBoxMenuItemOperator.JCheckBoxMenuItemByLabelFinder - Class in org.netbeans.jemmy.operators
Allows to find component by text.
JCheckBoxMenuItemOperator.JCheckBoxMenuItemByLabelFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator.JCheckBoxMenuItemByLabelFinder
Constructs JCheckBoxMenuItemByLabelFinder.
JCheckBoxMenuItemOperator.JCheckBoxMenuItemByLabelFinder(String) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator.JCheckBoxMenuItemByLabelFinder
Constructs JCheckBoxMenuItemByLabelFinder.
JCheckBoxMenuItemOperator.JCheckBoxMenuItemFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JCheckBoxMenuItemOperator.JCheckBoxMenuItemFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator.JCheckBoxMenuItemFinder
Constructs JCheckBoxMenuItemFinder.
JCheckBoxMenuItemOperator.JCheckBoxMenuItemFinder() - Constructor for class org.netbeans.jemmy.operators.JCheckBoxMenuItemOperator.JCheckBoxMenuItemFinder
Constructs JCheckBoxMenuItemFinder.
JCheckBoxOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait button displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled
.
JCheckBoxOperator(JCheckBox) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxOperator
Constructor.
JCheckBoxOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxOperator
Constructs a JCheckBoxOperator object.
JCheckBoxOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxOperator
Constructs a JCheckBoxOperator object.
JCheckBoxOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxOperator
Constructor.
JCheckBoxOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxOperator
Constructor.
JCheckBoxOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxOperator
Constructor.
JCheckBoxOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxOperator
Constructor.
JCheckBoxOperator.JCheckBoxFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JCheckBoxOperator.JCheckBoxFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JCheckBoxOperator.JCheckBoxFinder
Constructs JCheckBoxFinder.
JCheckBoxOperator.JCheckBoxFinder() - Constructor for class org.netbeans.jemmy.operators.JCheckBoxOperator.JCheckBoxFinder
Constructs JCheckBoxFinder.
JColorChooserOperator - Class in org.netbeans.jemmy.operators
Class provides methods to cover main JColorChooser component functionality.
JColorChooserOperator(JColorChooser) - Constructor for class org.netbeans.jemmy.operators.JColorChooserOperator
Constructor.
JColorChooserOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JColorChooserOperator
Constructs a JColorChooserOperator object.
JColorChooserOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JColorChooserOperator
Constructs a JColorChooserOperator object.
JColorChooserOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JColorChooserOperator
Constructor.
JColorChooserOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JColorChooserOperator
Constructor.
JColorChooserOperator.JColorChooserFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JColorChooserOperator.JColorChooserFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JColorChooserOperator.JColorChooserFinder
Constructs JColorChooserFinder.
JColorChooserOperator.JColorChooserFinder() - Constructor for class org.netbeans.jemmy.operators.JColorChooserOperator.JColorChooserFinder
Constructs JColorChooserFinder.
JComboBoxOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JComboBoxOperator.BeforeSelectingTimeout - time to sleep after list opened and before item selected
JComboBoxOperator.WaitListTimeout - time to wait list opened
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait component enabled
ComponentOperator.WaitStateTimeout - time to wait for item to be selected
AbstractButtonOperator.PushButtonTimeout - time between combo button pressing and releasing
ComponentOperator.MouseClickTimeout - time between mouse pressing and releasing during item selecting
JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing
JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing
JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position
JTextComponentOperator.TypeTextTimeout - maximum time to type text
.
JComboBoxOperator(JComboBox) - Constructor for class org.netbeans.jemmy.operators.JComboBoxOperator
Constructs a JComboBoxOperator object.
JComboBoxOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JComboBoxOperator
Constructs a JComboBoxOperator object.
JComboBoxOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JComboBoxOperator
Constructs a JComboBoxOperator object.
JComboBoxOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JComboBoxOperator
Constructor.
JComboBoxOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JComboBoxOperator
Constructor.
JComboBoxOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JComboBoxOperator
Constructor.
JComboBoxOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JComboBoxOperator
Constructor.
JComboBoxOperator.JComboBoxByItemFinder - Class in org.netbeans.jemmy.operators
Allows to find component by an item.
JComboBoxOperator.JComboBoxByItemFinder(String, int, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JComboBoxOperator.JComboBoxByItemFinder
Constructs JComboBoxByItemFinder.
JComboBoxOperator.JComboBoxByItemFinder(String, int) - Constructor for class org.netbeans.jemmy.operators.JComboBoxOperator.JComboBoxByItemFinder
Constructs JComboBoxByItemFinder.
JComboBoxOperator.JComboBoxFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JComboBoxOperator.JComboBoxFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JComboBoxOperator.JComboBoxFinder
Constructs JComboBoxFinder.
JComboBoxOperator.JComboBoxFinder() - Constructor for class org.netbeans.jemmy.operators.JComboBoxOperator.JComboBoxFinder
Constructs JComboBoxFinder.
JComboMouseDriver - Class in org.netbeans.jemmy.drivers.lists
List driver for javax.swing.JCompoBox component type.
JComboMouseDriver() - Constructor for class org.netbeans.jemmy.drivers.lists.JComboMouseDriver
 
JComponentOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JComponentOperator.WaitToolTipTimeout - time to wait tool tip displayed
JComponentOperator.ShowToolTipTimeout - time to show tool tip
ComponentOperator.WaitComponentTimeout - time to wait component displayed
.
JComponentOperator(JComponent) - Constructor for class org.netbeans.jemmy.operators.JComponentOperator
Constructor.
JComponentOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JComponentOperator
Constructs a JComponentOperator object.
JComponentOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JComponentOperator
Constructs a JComponentOperator object.
JComponentOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JComponentOperator
Constructor.
JComponentOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JComponentOperator
Constructor.
JComponentOperator.JComponentByTipFinder - Class in org.netbeans.jemmy.operators
Allows to find component by tooltip.
JComponentOperator.JComponentByTipFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JComponentOperator.JComponentByTipFinder
Constructs JComponentByTipFinder.
JComponentOperator.JComponentByTipFinder(String) - Constructor for class org.netbeans.jemmy.operators.JComponentOperator.JComponentByTipFinder
Constructs JComponentByTipFinder.
JComponentOperator.JComponentFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JComponentOperator.JComponentFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JComponentOperator.JComponentFinder
Constructs JComponentFinder.
JComponentOperator.JComponentFinder() - Constructor for class org.netbeans.jemmy.operators.JComponentOperator.JComponentFinder
Constructs JComponentFinder.
JDialogOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
DialogWaiter.WaitDialogTimeout - time to wait dialog displayed
DialogWaiter.AfterDialogTimeout - time to sleep after dialog has been dispayed
.
JDialogOperator(JDialog) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructor.
JDialogOperator(ComponentChooser, int, Operator) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructs a JDialogOperator object.
JDialogOperator(ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructs a JDialogOperator object.
JDialogOperator(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructs a JDialogOperator object.
JDialogOperator(WindowOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructs a JDialogOperator object.
JDialogOperator(WindowOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructs a JDialogOperator object.
JDialogOperator(WindowOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructor.
JDialogOperator(WindowOperator, String) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructor.
JDialogOperator(WindowOperator, int) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructor.
JDialogOperator(WindowOperator) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructor.
JDialogOperator(String, int, Operator) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructor.
JDialogOperator(String, int) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructor.
JDialogOperator(String) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructor.
JDialogOperator(int) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructor.
JDialogOperator() - Constructor for class org.netbeans.jemmy.operators.JDialogOperator
Constructor.
JDialogOperator.JDialogFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JDialogOperator.JDialogFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JDialogOperator.JDialogFinder
Constructs JDialogFinder.
JDialogOperator.JDialogFinder() - Constructor for class org.netbeans.jemmy.operators.JDialogOperator.JDialogFinder
Constructs JDialogFinder.
JEditorPaneOperator - Class in org.netbeans.jemmy.operators
Class provides basic functions to operate with JEditorPane (selection, typing, deleting)

Timeouts used:
JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing
JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing
JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to change caret position
JTextComponentOperator.TypeTextTimeout - maximum time to type text
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitFocusTimeout - time to wait component focus
JScrollBarOperator.OneScrollClickTimeout - time for one scroll click
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
.
JEditorPaneOperator(JEditorPane) - Constructor for class org.netbeans.jemmy.operators.JEditorPaneOperator
Constructor.
JEditorPaneOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JEditorPaneOperator
Constructs a JEditorPaneOperator object.
JEditorPaneOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JEditorPaneOperator
Constructs a JEditorPaneOperator object.
JEditorPaneOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JEditorPaneOperator
Constructor.
JEditorPaneOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JEditorPaneOperator
Constructor.
JEditorPaneOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JEditorPaneOperator
Constructor.
JEditorPaneOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JEditorPaneOperator
Constructor.
JEditorPaneOperator.JEditorPaneFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JEditorPaneOperator.JEditorPaneFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JEditorPaneOperator.JEditorPaneFinder
Constructs JEditorPaneFinder.
JEditorPaneOperator.JEditorPaneFinder() - Constructor for class org.netbeans.jemmy.operators.JEditorPaneOperator.JEditorPaneFinder
Constructs JEditorPaneFinder.
JemmyException - Exception in org.netbeans.jemmy
Parent of all Jemmy exceptions.
JemmyException(String) - Constructor for exception org.netbeans.jemmy.JemmyException
Constructor.
JemmyException(String, Throwable) - Constructor for exception org.netbeans.jemmy.JemmyException
Constructor.
JemmyException(String, Object) - Constructor for exception org.netbeans.jemmy.JemmyException
Constructor.
JemmyException(String, Throwable, Object) - Constructor for exception org.netbeans.jemmy.JemmyException
Constructor.
JemmyInputException - Exception in org.netbeans.jemmy
Exception can be thrown as a result of incorrect input operations.
JemmyInputException(Component) - Constructor for exception org.netbeans.jemmy.JemmyInputException
Constructor.
JemmyInputException(String, Component) - Constructor for exception org.netbeans.jemmy.JemmyInputException
Constructor.
JemmyProperties - Class in org.netbeans.jemmy
Keeps default Jemmy properties.
JemmyProperties() - Constructor for class org.netbeans.jemmy.JemmyProperties
 
JFileChooserOperator - Class in org.netbeans.jemmy.operators
Class provides methods to cover main JFileChooser component functionality.
JFileChooserOperator(JFileChooser) - Constructor for class org.netbeans.jemmy.operators.JFileChooserOperator
Constructor.
JFileChooserOperator(Operator) - Constructor for class org.netbeans.jemmy.operators.JFileChooserOperator
Constructor.
JFileChooserOperator() - Constructor for class org.netbeans.jemmy.operators.JFileChooserOperator
Constructor.
JFileChooserOperator.JFileChooserFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JFileChooserOperator.JFileChooserFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JFileChooserOperator.JFileChooserFinder
Constructs JFileChooserFinder.
JFileChooserOperator.JFileChooserFinder() - Constructor for class org.netbeans.jemmy.operators.JFileChooserOperator.JFileChooserFinder
Constructs JFileChooserFinder.
JFileChooserOperator.JFileChooserJDialogFinder - Class in org.netbeans.jemmy.operators
Allows to find a dialog containing JFileChooser.
JFileChooserOperator.JFileChooserJDialogFinder(TestOut) - Constructor for class org.netbeans.jemmy.operators.JFileChooserOperator.JFileChooserJDialogFinder
Constructs JFileChooserJDialogFinder.
JFrameOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
FrameWaiter.WaitFrameTimeout - time to wait frame displayed
FrameWaiter.AfterFrameTimeout - time to sleep after frame has been dispayed
.
JFrameOperator(JFrame) - Constructor for class org.netbeans.jemmy.operators.JFrameOperator
Constructor.
JFrameOperator(ComponentChooser, int, Operator) - Constructor for class org.netbeans.jemmy.operators.JFrameOperator
Constructs a JFrameOperator object.
JFrameOperator(ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JFrameOperator
Constructs a JFrameOperator object.
JFrameOperator(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JFrameOperator
Constructs a JFrameOperator object.
JFrameOperator(String, int, Operator) - Constructor for class org.netbeans.jemmy.operators.JFrameOperator
Constructor.
JFrameOperator(String, int) - Constructor for class org.netbeans.jemmy.operators.JFrameOperator
Constructor.
JFrameOperator(String) - Constructor for class org.netbeans.jemmy.operators.JFrameOperator
Constructor.
JFrameOperator(int) - Constructor for class org.netbeans.jemmy.operators.JFrameOperator
Constructor.
JFrameOperator() - Constructor for class org.netbeans.jemmy.operators.JFrameOperator
Constructor.
JFrameOperator.JFrameFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JFrameOperator.JFrameFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JFrameOperator.JFrameFinder
Constructs JFrameFinder.
JFrameOperator.JFrameFinder() - Constructor for class org.netbeans.jemmy.operators.JFrameOperator.JFrameFinder
Constructs JFrameFinder.
JInternalFrameOperator - Class in org.netbeans.jemmy.operators
Class provides necessary functionality to operate with javax.swing.JInternalFrame component.
JInternalFrameOperator(JInternalFrame) - Constructor for class org.netbeans.jemmy.operators.JInternalFrameOperator
Constructor.
JInternalFrameOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JInternalFrameOperator
Constructs a JInternalFrameOperator object.
JInternalFrameOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JInternalFrameOperator
Constructs a JInternalFrameOperator object.
JInternalFrameOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JInternalFrameOperator
Constructor.
JInternalFrameOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JInternalFrameOperator
Constructor.
JInternalFrameOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JInternalFrameOperator
Constructor.
JInternalFrameOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JInternalFrameOperator
Constructor.
JInternalFrameOperator.JDesktopIconOperator - Class in org.netbeans.jemmy.operators
Class to operate with javax.swing.JInternalFrame.JDesktopIconOperator component.
JInternalFrameOperator.JDesktopIconOperator(JInternalFrame.JDesktopIcon) - Constructor for class org.netbeans.jemmy.operators.JInternalFrameOperator.JDesktopIconOperator
Constructs JDesktopIconOperator.
JInternalFrameOperator.JInternalFrameByTitleFinder - Class in org.netbeans.jemmy.operators
Allows to find component by title.
JInternalFrameOperator.JInternalFrameByTitleFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JInternalFrameOperator.JInternalFrameByTitleFinder
Constructs JInternalFrameByTitleFinder.
JInternalFrameOperator.JInternalFrameByTitleFinder(String) - Constructor for class org.netbeans.jemmy.operators.JInternalFrameOperator.JInternalFrameByTitleFinder
Constructs JInternalFrameByTitleFinder.
JInternalFrameOperator.JInternalFrameFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JInternalFrameOperator.JInternalFrameFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JInternalFrameOperator.JInternalFrameFinder
Constructs JInternalFrameFinder.
JInternalFrameOperator.JInternalFrameFinder() - Constructor for class org.netbeans.jemmy.operators.JInternalFrameOperator.JInternalFrameFinder
Constructs JInternalFrameFinder.
JInternalFrameOperator.WrongInternalFrameStateException - Exception in org.netbeans.jemmy.operators
Exception can be throwht if as a result of an attempt to produce operation for the frame in incorrect state.
JInternalFrameOperator.WrongInternalFrameStateException(String, Component) - Constructor for exception org.netbeans.jemmy.operators.JInternalFrameOperator.WrongInternalFrameStateException
Constructs a JInternalFrameOperator$WrongInternalFrameStateException object.
JLabelOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitStateTimeout - time to wait for text
.
JLabelOperator(JLabel) - Constructor for class org.netbeans.jemmy.operators.JLabelOperator
Constructor.
JLabelOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JLabelOperator
Constructs a JLabelOperator object.
JLabelOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JLabelOperator
Constructs a JLabelOperator object.
JLabelOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JLabelOperator
Constructor.
JLabelOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JLabelOperator
Constructor.
JLabelOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JLabelOperator
Constructor.
JLabelOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JLabelOperator
Constructor.
JLabelOperator.JLabelByLabelFinder - Class in org.netbeans.jemmy.operators
Allows to find component by text.
JLabelOperator.JLabelByLabelFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JLabelOperator.JLabelByLabelFinder
Constructs JLabelByLabelFinder.
JLabelOperator.JLabelByLabelFinder(String) - Constructor for class org.netbeans.jemmy.operators.JLabelOperator.JLabelByLabelFinder
Constructs JLabelByLabelFinder.
JLabelOperator.JLabelFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JLabelOperator.JLabelFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JLabelOperator.JLabelFinder
Constructs JLabelFinder.
JLabelOperator.JLabelFinder() - Constructor for class org.netbeans.jemmy.operators.JLabelOperator.JLabelFinder
Constructs JLabelFinder.
JListMouseDriver - Class in org.netbeans.jemmy.drivers.lists
List driver for javax.swing.JList component type.
JListMouseDriver() - Constructor for class org.netbeans.jemmy.drivers.lists.JListMouseDriver
Constructs a JListMouseDriver.
JListOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitStateTimeout - time to wait for item, and for item to be selected
JScrollBarOperator.OneScrollClickTimeout - time for one scroll click
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
.
JListOperator(JList) - Constructor for class org.netbeans.jemmy.operators.JListOperator
Constructor.
JListOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JListOperator
Constructs a JListOperator object.
JListOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JListOperator
Constructs a JListOperator object.
JListOperator(ContainerOperator, String, int, int) - Constructor for class org.netbeans.jemmy.operators.JListOperator
Constructor.
JListOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JListOperator
Constructor.
JListOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JListOperator
Constructor.
JListOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JListOperator
Constructor.
JListOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JListOperator
Constructor.
JListOperator.JListByItemFinder - Class in org.netbeans.jemmy.operators
Allows to find component by an item.
JListOperator.JListByItemFinder(String, int, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JListOperator.JListByItemFinder
Constructs JListByItemFinder.
JListOperator.JListByItemFinder(String, int) - Constructor for class org.netbeans.jemmy.operators.JListOperator.JListByItemFinder
Constructs JListByItemFinder.
JListOperator.JListFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JListOperator.JListFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JListOperator.JListFinder
Constructs JListFinder.
JListOperator.JListFinder() - Constructor for class org.netbeans.jemmy.operators.JListOperator.JListFinder
Constructs JListFinder.
JListOperator.ListItemChooser - Interface in org.netbeans.jemmy.operators
Iterface to choose list item.
JListOperator.NoSuchItemException - Exception in org.netbeans.jemmy.operators
Can be throught during item selecting if list does not have item requested.
JListOperator.NoSuchItemException(String) - Constructor for exception org.netbeans.jemmy.operators.JListOperator.NoSuchItemException
Constructor.
JListOperator.NoSuchItemException(int) - Constructor for exception org.netbeans.jemmy.operators.JListOperator.NoSuchItemException
Constructor.
JMenuBarOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JMenuOperator.WaitBeforePopupTimeout - time to sleep before popup expanding
JMenuOperator.WaitPopupTimeout - time to wait popup displayed
ComponentOperator.WaitComponentTimeout - time to wait button displayed
.
JMenuBarOperator(JMenuBar) - Constructor for class org.netbeans.jemmy.operators.JMenuBarOperator
Constructor.
JMenuBarOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JMenuBarOperator
Constructs a JMenuBarOperator object.
JMenuBarOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JMenuBarOperator
Constructs a JMenuBarOperator object.
JMenuBarOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JMenuBarOperator
Constructor.
JMenuBarOperator.JMenuBarFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JMenuBarOperator.JMenuBarFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JMenuBarOperator.JMenuBarFinder
Constructs JMenuBarFinder.
JMenuBarOperator.JMenuBarFinder() - Constructor for class org.netbeans.jemmy.operators.JMenuBarOperator.JMenuBarFinder
Constructs JMenuBarFinder.
JMenuItemOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JMenuItemOperator.PushMenuTimeout - time between button pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait button displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled
.
JMenuItemOperator(JMenuItem) - Constructor for class org.netbeans.jemmy.operators.JMenuItemOperator
Constructor.
JMenuItemOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JMenuItemOperator
Constructs a JMenuItemOperator object.
JMenuItemOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JMenuItemOperator
Constructs a JMenuItemOperator object.
JMenuItemOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JMenuItemOperator
Constructor.
JMenuItemOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JMenuItemOperator
Constructor.
JMenuItemOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JMenuItemOperator
Constructor.
JMenuItemOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JMenuItemOperator
Constructor.
JMenuItemOperator.JMenuItemByLabelFinder - Class in org.netbeans.jemmy.operators
Allows to find component by text.
JMenuItemOperator.JMenuItemByLabelFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JMenuItemOperator.JMenuItemByLabelFinder
Constructs JMenuItemByLabelFinder.
JMenuItemOperator.JMenuItemByLabelFinder(String) - Constructor for class org.netbeans.jemmy.operators.JMenuItemOperator.JMenuItemByLabelFinder
Constructs JMenuItemByLabelFinder.
JMenuItemOperator.JMenuItemFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JMenuItemOperator.JMenuItemFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JMenuItemOperator.JMenuItemFinder
Constructs JMenuItemFinder.
JMenuItemOperator.JMenuItemFinder() - Constructor for class org.netbeans.jemmy.operators.JMenuItemOperator.JMenuItemFinder
Constructs JMenuItemFinder.
JMenuOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JMenuOperator.WaitBeforePopupTimeout - time to sleep before popup expanding
JMenuOperator.WaitPopupTimeout - time to wait popup displayed
JMenuOperator.PushMenuTimeout - time for the whole menu operation
JMenuItemOperator.PushMenuTimeout - time between button pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait button displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled
.
JMenuOperator(JMenu) - Constructor for class org.netbeans.jemmy.operators.JMenuOperator
Constructor.
JMenuOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JMenuOperator
Constructs a JMenuOperator object.
JMenuOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JMenuOperator
Constructs a JMenuOperator object.
JMenuOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JMenuOperator
Constructor.
JMenuOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JMenuOperator
Constructor.
JMenuOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JMenuOperator
Constructor.
JMenuOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JMenuOperator
Constructor.
JMenuOperator.JMenuByLabelFinder - Class in org.netbeans.jemmy.operators
Allows to find component by text.
JMenuOperator.JMenuByLabelFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JMenuOperator.JMenuByLabelFinder
Constructs JMenuByLabelFinder.
JMenuOperator.JMenuByLabelFinder(String) - Constructor for class org.netbeans.jemmy.operators.JMenuOperator.JMenuByLabelFinder
Constructs JMenuByLabelFinder.
JMenuOperator.JMenuFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JMenuOperator.JMenuFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JMenuOperator.JMenuFinder
Constructs JMenuFinder.
JMenuOperator.JMenuFinder() - Constructor for class org.netbeans.jemmy.operators.JMenuOperator.JMenuFinder
Constructs JMenuFinder.
JPasswordFieldOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing
JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing
JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position
JTextComponentOperator.TypeTextTimeout - maximum time to type text
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitFocusTimeout - time to wait component focus
JScrollBarOperator.OneScrollClickTimeout - time for one scroll click
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
.
JPasswordFieldOperator(JPasswordField) - Constructor for class org.netbeans.jemmy.operators.JPasswordFieldOperator
Constructor.
JPasswordFieldOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JPasswordFieldOperator
Constructs a JPasswordFieldOperator object.
JPasswordFieldOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JPasswordFieldOperator
Constructs a JPasswordFieldOperator object.
JPasswordFieldOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JPasswordFieldOperator
Constructor.
JPasswordFieldOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JPasswordFieldOperator
Constructor.
JPasswordFieldOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JPasswordFieldOperator
Constructor.
JPasswordFieldOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JPasswordFieldOperator
Constructor.
JPasswordFieldOperator.JPasswordFieldFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JPasswordFieldOperator.JPasswordFieldFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JPasswordFieldOperator.JPasswordFieldFinder
Constructs JPasswordFieldFinder.
JPasswordFieldOperator.JPasswordFieldFinder() - Constructor for class org.netbeans.jemmy.operators.JPasswordFieldOperator.JPasswordFieldFinder
Constructs JPasswordFieldFinder.
JPopupMenuOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JMenuOperator.WaitBeforePopupTimeout - time to sleep before popup expanding
JMenuOperator.WaitPopupTimeout - time to wait popup displayed
ComponentOperator.WaitComponentTimeout - time to wait button displayed
WindowWaiter.WaitWindowTimeout - time to wait popup window displayed
WindowWaiter.AfterWindowTimeout - time to sleep after popup window has been dispayed
.
JPopupMenuOperator(JPopupMenu) - Constructor for class org.netbeans.jemmy.operators.JPopupMenuOperator
Constructor.
JPopupMenuOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JPopupMenuOperator
Constructs a JPopupMenuOperator object.
JPopupMenuOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JPopupMenuOperator
Constructs a JPopupMenuOperator object.
JPopupMenuOperator(Operator) - Constructor for class org.netbeans.jemmy.operators.JPopupMenuOperator
Constructor.
JPopupMenuOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JPopupMenuOperator
Constructor.
JPopupMenuOperator() - Constructor for class org.netbeans.jemmy.operators.JPopupMenuOperator
Constructor.
JPopupMenuOperator.JPopupMenuFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JPopupMenuOperator.JPopupMenuFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JPopupMenuOperator.JPopupMenuFinder
Constructs JPopupMenuFinder.
JPopupMenuOperator.JPopupMenuFinder() - Constructor for class org.netbeans.jemmy.operators.JPopupMenuOperator.JPopupMenuFinder
Constructs JPopupMenuFinder.
JPopupMenuOperator.JPopupWindowFinder - Class in org.netbeans.jemmy.operators
Allwos to find a window containing JPopupMenu.
JPopupMenuOperator.JPopupWindowFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JPopupMenuOperator.JPopupWindowFinder
Constructs JPopupWindowFinder.
JPopupMenuOperator.JPopupWindowFinder() - Constructor for class org.netbeans.jemmy.operators.JPopupMenuOperator.JPopupWindowFinder
Constructs JPopupWindowFinder.
JProgressBarOperator - Class in org.netbeans.jemmy.operators
Operator is supposed to be used to operate with an instance of javax.swing.JProgressBar class.
JProgressBarOperator(JProgressBar) - Constructor for class org.netbeans.jemmy.operators.JProgressBarOperator
Constructor.
JProgressBarOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JProgressBarOperator
Constructs a JProgressBarOperator object.
JProgressBarOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JProgressBarOperator
Constructs a JProgressBarOperator object.
JProgressBarOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JProgressBarOperator
Constructor.
JProgressBarOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JProgressBarOperator
Constructor.
JProgressBarOperator.JProgressBarFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JProgressBarOperator.JProgressBarFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JProgressBarOperator.JProgressBarFinder
Constructs JProgressBarFinder.
JProgressBarOperator.JProgressBarFinder() - Constructor for class org.netbeans.jemmy.operators.JProgressBarOperator.JProgressBarFinder
Constructs JProgressBarFinder.
JProgressBarOperator.ValueChooser - Interface in org.netbeans.jemmy.operators
Deprecated. Use waitState(ComponentChooser) instead.
JRadioButtonMenuItemOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JMenuItemOperator.PushMenuTimeout - time between button pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait button displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled
.
JRadioButtonMenuItemOperator(JRadioButtonMenuItem) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator
Constructor.
JRadioButtonMenuItemOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator
Constructs a JRadioButtonMenuItemOperator object.
JRadioButtonMenuItemOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator
Constructs a JRadioButtonMenuItemOperator object.
JRadioButtonMenuItemOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator
Constructor.
JRadioButtonMenuItemOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator
Constructor.
JRadioButtonMenuItemOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator
Constructor.
JRadioButtonMenuItemOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator
Constructor.
JRadioButtonMenuItemOperator.JRadioButtonMenuItemByLabelFinder - Class in org.netbeans.jemmy.operators
Allows to find component by text.
JRadioButtonMenuItemOperator.JRadioButtonMenuItemByLabelFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator.JRadioButtonMenuItemByLabelFinder
Constructs JRadioButtonMenuItemByLabelFinder.
JRadioButtonMenuItemOperator.JRadioButtonMenuItemByLabelFinder(String) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator.JRadioButtonMenuItemByLabelFinder
Constructs JRadioButtonMenuItemByLabelFinder.
JRadioButtonMenuItemOperator.JRadioButtonMenuItemFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JRadioButtonMenuItemOperator.JRadioButtonMenuItemFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator.JRadioButtonMenuItemFinder
Constructs JRadioButtonMenuItemFinder.
JRadioButtonMenuItemOperator.JRadioButtonMenuItemFinder() - Constructor for class org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator.JRadioButtonMenuItemFinder
Constructs JRadioButtonMenuItemFinder.
JRadioButtonOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait button displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled
.
JRadioButtonOperator(JRadioButton) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonOperator
Constructor.
JRadioButtonOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonOperator
Constructs a JRadioButtonOperator object.
JRadioButtonOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonOperator
Constructs a JRadioButtonOperator object.
JRadioButtonOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonOperator
Constructor.
JRadioButtonOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonOperator
Constructor.
JRadioButtonOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonOperator
Constructor.
JRadioButtonOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonOperator
Constructor.
JRadioButtonOperator.JRadioButtonFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JRadioButtonOperator.JRadioButtonFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JRadioButtonOperator.JRadioButtonFinder
Constructs JRadioButtonFinder.
JRadioButtonOperator.JRadioButtonFinder() - Constructor for class org.netbeans.jemmy.operators.JRadioButtonOperator.JRadioButtonFinder
Constructs JRadioButtonFinder.
JScrollBarAPIDriver - Class in org.netbeans.jemmy.drivers.scrolling
ScrollDriver for javax.swing.JScrollBar component type.
JScrollBarAPIDriver() - Constructor for class org.netbeans.jemmy.drivers.scrolling.JScrollBarAPIDriver
Constructs a JScrollBarDriver.
JScrollBarDriver - Class in org.netbeans.jemmy.drivers.scrolling
ScrollDriver for javax.swing.JScrollBar component type.
JScrollBarDriver() - Constructor for class org.netbeans.jemmy.drivers.scrolling.JScrollBarDriver
Constructs a JScrollBarDriver.
JScrollBarOperator - Class in org.netbeans.jemmy.operators
Operator is supposed to be used to operate with an instance of javax.swing.JScrollBar class.
JScrollBarOperator(JScrollBar) - Constructor for class org.netbeans.jemmy.operators.JScrollBarOperator
Constructor.
JScrollBarOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JScrollBarOperator
Constructs a JScrollBarOperator object.
JScrollBarOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JScrollBarOperator
Constructs a JScrollBarOperator object.
JScrollBarOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JScrollBarOperator
Constructor.
JScrollBarOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JScrollBarOperator
Constructor.
JScrollBarOperator.JScrollBarFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JScrollBarOperator.JScrollBarFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JScrollBarOperator.JScrollBarFinder
Constructs JScrollBarFinder.
JScrollBarOperator.JScrollBarFinder() - Constructor for class org.netbeans.jemmy.operators.JScrollBarOperator.JScrollBarFinder
Constructs JScrollBarFinder.
JScrollBarOperator.ScrollChecker - Interface in org.netbeans.jemmy.operators
Interface can be used to define some kind of complicated scrolling rules.
JScrollPaneOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JScrollBarOperator.OneScrollClickTimeout - time for one scroll click
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
ComponentOperator.WaitComponentTimeout - time to wait component displayed
.
JScrollPaneOperator(JScrollPane) - Constructor for class org.netbeans.jemmy.operators.JScrollPaneOperator
Constructor.
JScrollPaneOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JScrollPaneOperator
Constructs a JScrollPaneOperator object.
JScrollPaneOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JScrollPaneOperator
Constructs a JScrollPaneOperator object.
JScrollPaneOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JScrollPaneOperator
Constructor.
JScrollPaneOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JScrollPaneOperator
Constructor.
JScrollPaneOperator.JScrollPaneFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JScrollPaneOperator.JScrollPaneFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JScrollPaneOperator.JScrollPaneFinder
Constructs JScrollPaneFinder.
JScrollPaneOperator.JScrollPaneFinder() - Constructor for class org.netbeans.jemmy.operators.JScrollPaneOperator.JScrollPaneFinder
Constructs JScrollPaneFinder.
JSliderAPIDriver - Class in org.netbeans.jemmy.drivers.scrolling
A scroll driver serving JSlider component.
JSliderAPIDriver() - Constructor for class org.netbeans.jemmy.drivers.scrolling.JSliderAPIDriver
Constructs a JSliderDriver object.
JSliderDriver - Class in org.netbeans.jemmy.drivers.scrolling
A scroll driver serving JSlider component.
JSliderDriver() - Constructor for class org.netbeans.jemmy.drivers.scrolling.JSliderDriver
Constructs a JSliderDriver object.
JSliderOperator - Class in org.netbeans.jemmy.operators
Covers javax.swing.JSlider component.
JSliderOperator(JSlider) - Constructor for class org.netbeans.jemmy.operators.JSliderOperator
Constructor.
JSliderOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JSliderOperator
Constructs a JSliderOperator object.
JSliderOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JSliderOperator
Constructs a JSliderOperator object.
JSliderOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JSliderOperator
Constructor.
JSliderOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JSliderOperator
Constructor.
JSliderOperator.JSliderFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JSliderOperator.JSliderFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JSliderOperator.JSliderFinder
Constructs JSliderFinder.
JSliderOperator.JSliderFinder() - Constructor for class org.netbeans.jemmy.operators.JSliderOperator.JSliderFinder
Constructs JSliderFinder.
JSpinnerDriver - Class in org.netbeans.jemmy.drivers.scrolling
A scroll driver serving JSpinner component.
JSpinnerDriver() - Constructor for class org.netbeans.jemmy.drivers.scrolling.JSpinnerDriver
Constructs a JSpinnerDriver object.
JSpinnerOperator - Class in org.netbeans.jemmy.operators
Provides methods to work with javax.swing.JSpinner component
JSpinnerOperator(JSpinner) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator
Constructor.
JSpinnerOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator
Constructs a JSpinnerOperator object.
JSpinnerOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator
Constructs a JSpinnerOperator object.
JSpinnerOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator
Constructs a JSpinnerOperator object.
JSpinnerOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator
Constructs a JSpinnerOperator object.
JSpinnerOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator
Constructor.
JSpinnerOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator
Constructor.
JSpinnerOperator.DateScrollAdjuster - Class in org.netbeans.jemmy.operators
A ScrollAdjuster to be used for JSpinner component having SpinnerDateModel model.
JSpinnerOperator.DateScrollAdjuster(JSpinnerOperator, Date) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.DateScrollAdjuster
Constructs a DateScrollAdjuster object.
JSpinnerOperator.DateSpinnerOperator - Class in org.netbeans.jemmy.operators
Provides some specific functionality for JSpinner components having SpinnerDateModel model.
JSpinnerOperator.ExactScrollAdjuster - Class in org.netbeans.jemmy.operators
Class for a scrolling of a spinner having unknown model type.
JSpinnerOperator.ExactScrollAdjuster(JSpinnerOperator, Object, int) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.ExactScrollAdjuster
Constructs a ExactScrollAdjuster object.
JSpinnerOperator.JSpinnerByTextFinder - Class in org.netbeans.jemmy.operators
Allows to find component by text.
JSpinnerOperator.JSpinnerByTextFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.JSpinnerByTextFinder
Constructs JSpinnerByTextFinder.
JSpinnerOperator.JSpinnerByTextFinder(String) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.JSpinnerByTextFinder
Constructs JSpinnerByTextFinder.
JSpinnerOperator.JSpinnerFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JSpinnerOperator.JSpinnerFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.JSpinnerFinder
Constructs JSpinnerFinder.
JSpinnerOperator.JSpinnerFinder() - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.JSpinnerFinder
Constructs JSpinnerFinder.
JSpinnerOperator.ListScrollAdjuster - Class in org.netbeans.jemmy.operators
A ScrollAdjuster to be used for JSpinner component having SpinnerListModel model.
JSpinnerOperator.ListScrollAdjuster(JSpinnerOperator, Object) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.ListScrollAdjuster
Constructs a ListScrollAdjuster object.
JSpinnerOperator.ListScrollAdjuster(JSpinnerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.ListScrollAdjuster
Constructs a ListScrollAdjuster object.
JSpinnerOperator.ListSpinnerOperator - Class in org.netbeans.jemmy.operators
Provides some specific functionality for JSpinner components having SpinnerListModel model.
JSpinnerOperator.NumberScrollAdjuster - Class in org.netbeans.jemmy.operators
A ScrollAdjuster to be used for JSpinner component having SpinnerNumberModel model.
JSpinnerOperator.NumberScrollAdjuster(JSpinnerOperator, double) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.NumberScrollAdjuster
Constructs a NumberScrollAdjuster object.
JSpinnerOperator.NumberScrollAdjuster(JSpinnerOperator, Number) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.NumberScrollAdjuster
Constructs a NumberScrollAdjuster object.
JSpinnerOperator.NumberSpinnerOperator - Class in org.netbeans.jemmy.operators
Provides some specific functionality for JSpinner components having SpinnerNumberModel model.
JSpinnerOperator.ObjectScrollAdjuster - Class in org.netbeans.jemmy.operators
Abstract class for a scrolling of a spinner having unknown model type.
JSpinnerOperator.ObjectScrollAdjuster(JSpinnerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.ObjectScrollAdjuster
Constructs a ObjectScrollAdjuster object.
JSpinnerOperator.SpinnerModelException - Exception in org.netbeans.jemmy.operators
Exception is thown whenever spinner model is threated wrong.
JSpinnerOperator.SpinnerModelException(String, Component) - Constructor for exception org.netbeans.jemmy.operators.JSpinnerOperator.SpinnerModelException
Constructs a SpinnerModelException object.
JSpinnerOperator.ToStringScrollAdjuster - Class in org.netbeans.jemmy.operators
Class for a scrolling of a spinner having unknown model type.
JSpinnerOperator.ToStringScrollAdjuster(JSpinnerOperator, String, Operator.StringComparator, int) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.ToStringScrollAdjuster
Constructs a ToStringScrollAdjuster object.
JSpinnerOperator.ToStringScrollAdjuster(JSpinnerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JSpinnerOperator.ToStringScrollAdjuster
Constructs a ToStringScrollAdjuster object.
JSplitPaneDriver - Class in org.netbeans.jemmy.drivers.scrolling
ScrollDriver for javax.swing.JSplitPane component type.
JSplitPaneDriver() - Constructor for class org.netbeans.jemmy.drivers.scrolling.JSplitPaneDriver
Constructs a JSplitPaneDriver.
JSplitPaneOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JSplitPaneOperator.ScrollClickTimeout - time for simple scroll click
JSplitPaneOperator.BetweenClickTimeout - time to sleep between scroll clicks
JSplitPaneOperator.WholeScrollTimeout - time for the whole scrolling
ComponentOperator.WaitComponentTimeout - time to wait component displayed
.
JSplitPaneOperator(JSplitPane) - Constructor for class org.netbeans.jemmy.operators.JSplitPaneOperator
Constructor.
JSplitPaneOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JSplitPaneOperator
Constructs a JSplitPaneOperator object.
JSplitPaneOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JSplitPaneOperator
Constructs a JSplitPaneOperator object.
JSplitPaneOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JSplitPaneOperator
Constructor.
JSplitPaneOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JSplitPaneOperator
Constructor.
JSplitPaneOperator.JSplitPaneFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JSplitPaneOperator.JSplitPaneFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JSplitPaneOperator.JSplitPaneFinder
Constructs JSplitPaneFinder.
JSplitPaneOperator.JSplitPaneFinder() - Constructor for class org.netbeans.jemmy.operators.JSplitPaneOperator.JSplitPaneFinder
Constructs JSplitPaneFinder.
JTabAPIDriver - Class in org.netbeans.jemmy.drivers.lists
List driver for javax.swing.JTabbedPane component type.
JTabAPIDriver() - Constructor for class org.netbeans.jemmy.drivers.lists.JTabAPIDriver
Constructs a JTabMouseDriver.
JTabbedPaneOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
ComponentOperator.WaitComponentTimeout - time to wait component displayed
.
JTabbedPaneOperator(JTabbedPane) - Constructor for class org.netbeans.jemmy.operators.JTabbedPaneOperator
Constructor.
JTabbedPaneOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JTabbedPaneOperator
Constructs a JTabbedPaneOperator object.
JTabbedPaneOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTabbedPaneOperator
Constructs a JTabbedPaneOperator object.
JTabbedPaneOperator(ContainerOperator, String, int, int) - Constructor for class org.netbeans.jemmy.operators.JTabbedPaneOperator
Constructor.
JTabbedPaneOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JTabbedPaneOperator
Constructor.
JTabbedPaneOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JTabbedPaneOperator
Constructor.
JTabbedPaneOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JTabbedPaneOperator
Constructor.
JTabbedPaneOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JTabbedPaneOperator
Constructor.
JTabbedPaneOperator.JTabbedPaneByItemFinder - Class in org.netbeans.jemmy.operators
Allows to find component by page title.
JTabbedPaneOperator.JTabbedPaneByItemFinder(String, int, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JTabbedPaneOperator.JTabbedPaneByItemFinder
Constructs JTabbedPaneByItemFinder.
JTabbedPaneOperator.JTabbedPaneByItemFinder(String, int) - Constructor for class org.netbeans.jemmy.operators.JTabbedPaneOperator.JTabbedPaneByItemFinder
Constructs JTabbedPaneByItemFinder.
JTabbedPaneOperator.JTabbedPaneFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JTabbedPaneOperator.JTabbedPaneFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTabbedPaneOperator.JTabbedPaneFinder
Constructs JTabbedPaneFinder.
JTabbedPaneOperator.JTabbedPaneFinder() - Constructor for class org.netbeans.jemmy.operators.JTabbedPaneOperator.JTabbedPaneFinder
Constructs JTabbedPaneFinder.
JTabbedPaneOperator.NoSuchPageException - Exception in org.netbeans.jemmy.operators
Exception is thrown if a nonexistent page is trying to be selected.
JTabbedPaneOperator.NoSuchPageException(String) - Constructor for exception org.netbeans.jemmy.operators.JTabbedPaneOperator.NoSuchPageException
Constructor.
JTabbedPaneOperator.TabPageChooser - Interface in org.netbeans.jemmy.operators
Specifies criteria for a tab page searching.
JTableHeaderDriver - Class in org.netbeans.jemmy.drivers.lists
List driver for javax.swing.table.JTableHeader component type.
JTableHeaderDriver() - Constructor for class org.netbeans.jemmy.drivers.lists.JTableHeaderDriver
Constructs a JTableHeaderDriver.
JTableHeaderOperator - Class in org.netbeans.jemmy.operators
ComponentOperator.BeforeDragTimeout - time to sleep before column moving
ComponentOperator.AfterDragTimeout - time to sleep after column moving
ComponentOperator.WaitComponentTimeout - time to wait component displayed
.
JTableHeaderOperator(JTableHeader) - Constructor for class org.netbeans.jemmy.operators.JTableHeaderOperator
Constructor.
JTableHeaderOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JTableHeaderOperator
Constructs a JTableHeaderOperator object.
JTableHeaderOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTableHeaderOperator
Constructs a JTableHeaderOperator object.
JTableHeaderOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JTableHeaderOperator
Constructs a JTableHeaderOperator object.
JTableHeaderOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JTableHeaderOperator
Constructs a JTableHeaderOperator object.
JTableHeaderOperator.JTableHeaderFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JTableHeaderOperator.JTableHeaderFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTableHeaderOperator.JTableHeaderFinder
Constructs JTableHeaderFinder.
JTableMouseDriver - Class in org.netbeans.jemmy.drivers.tables
TableDriver for javax.swing.JTableDriver component type.
JTableMouseDriver() - Constructor for class org.netbeans.jemmy.drivers.tables.JTableMouseDriver
Constructs a JTableMouseDriver.
JTableOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JTableOperator.WaitEditingTimeout - time to wait cell editing
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitStateTimeout - time to wait for cell contents
JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position
JTextComponentOperator.TypeTextTimeout - maximum time to type text
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
.
JTableOperator(JTable) - Constructor for class org.netbeans.jemmy.operators.JTableOperator
Constructor.
JTableOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JTableOperator
Constructs a JTableOperator object.
JTableOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTableOperator
Constructs a JTableOperator object.
JTableOperator(ContainerOperator, String, int, int, int) - Constructor for class org.netbeans.jemmy.operators.JTableOperator
Constructor.
JTableOperator(ContainerOperator, String, int, int) - Constructor for class org.netbeans.jemmy.operators.JTableOperator
Constructor.
JTableOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JTableOperator
Constructor.
JTableOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JTableOperator
Constructor.
JTableOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JTableOperator
Constructor.
JTableOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JTableOperator
Constructor.
JTableOperator.JTableByCellFinder - Class in org.netbeans.jemmy.operators
Allows to find component by cell text.
JTableOperator.JTableByCellFinder(String, int, int, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JTableOperator.JTableByCellFinder
Constructs JTableByCellFinder.
JTableOperator.JTableByCellFinder(String, int, int) - Constructor for class org.netbeans.jemmy.operators.JTableOperator.JTableByCellFinder
Constructs JTableByCellFinder.
JTableOperator.JTableFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JTableOperator.JTableFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTableOperator.JTableFinder
Constructs JTableFinder.
JTableOperator.JTableFinder() - Constructor for class org.netbeans.jemmy.operators.JTableOperator.JTableFinder
Constructs JTableFinder.
JTableOperator.TableCellChooser - Interface in org.netbeans.jemmy.operators
Iterface to choose table cell.
JTabMouseDriver - Class in org.netbeans.jemmy.drivers.lists
List driver for javax.swing.JTabbedPane component type.
JTabMouseDriver() - Constructor for class org.netbeans.jemmy.drivers.lists.JTabMouseDriver
Constructs a JTabMouseDriver.
JTextAreaOperator - Class in org.netbeans.jemmy.operators
Class provides basic functions to operate with JTextArea (selection, typing, deleting)

Timeouts used:
JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing
JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing
JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position
JTextComponentOperator.TypeTextTimeout - maximum time to type text
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitFocusTimeout - time to wait component focus
JScrollBarOperator.OneScrollClickTimeout - time for one scroll click
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
.
JTextAreaOperator(JTextArea) - Constructor for class org.netbeans.jemmy.operators.JTextAreaOperator
Constructor.
JTextAreaOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JTextAreaOperator
Constructs a JTextAreaOperator object.
JTextAreaOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTextAreaOperator
Constructs a JTextAreaOperator object.
JTextAreaOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JTextAreaOperator
Constructor.
JTextAreaOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JTextAreaOperator
Constructor.
JTextAreaOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JTextAreaOperator
Constructor.
JTextAreaOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JTextAreaOperator
Constructor.
JTextAreaOperator.JTextAreaFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JTextAreaOperator.JTextAreaFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTextAreaOperator.JTextAreaFinder
Constructs JTextAreaFinder.
JTextAreaOperator.JTextAreaFinder() - Constructor for class org.netbeans.jemmy.operators.JTextAreaOperator.JTextAreaFinder
Constructs JTextAreaFinder.
JTextComponentOperator - Class in org.netbeans.jemmy.operators
Class provides basic functions to operate with JTextComponent (selection, typing, deleting)

Timeouts used:
JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing
JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing
JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position
JTextComponentOperator.TypeTextTimeout - maximum time to type text
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitFocusTimeout - time to wait component focus
ComponentOperator.WaitStateTimeout - time to wait for text
JScrollBarOperator.OneScrollClickTimeout - time for one scroll click
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
.
JTextComponentOperator(JTextComponent) - Constructor for class org.netbeans.jemmy.operators.JTextComponentOperator
Constructor.
JTextComponentOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JTextComponentOperator
Constructs a JTextComponentOperator object.
JTextComponentOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTextComponentOperator
Constructs a JTextComponentOperator object.
JTextComponentOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JTextComponentOperator
Constructor.
JTextComponentOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JTextComponentOperator
Constructor.
JTextComponentOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JTextComponentOperator
Constructor.
JTextComponentOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JTextComponentOperator
Constructor.
JTextComponentOperator.JTextComponentByTextFinder - Class in org.netbeans.jemmy.operators
Allows to find component by text.
JTextComponentOperator.JTextComponentByTextFinder(String, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JTextComponentOperator.JTextComponentByTextFinder
Constructs JTextComponentByTextFinder.
JTextComponentOperator.JTextComponentByTextFinder(String) - Constructor for class org.netbeans.jemmy.operators.JTextComponentOperator.JTextComponentByTextFinder
Constructs JTextComponentByTextFinder.
JTextComponentOperator.JTextComponentFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JTextComponentOperator.JTextComponentFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTextComponentOperator.JTextComponentFinder
Constructs JTextComponentFinder.
JTextComponentOperator.JTextComponentFinder() - Constructor for class org.netbeans.jemmy.operators.JTextComponentOperator.JTextComponentFinder
Constructs JTextComponentFinder.
JTextComponentOperator.NoSuchTextException - Exception in org.netbeans.jemmy.operators
Can be throught during a text operation if text has not been found in the component.
JTextComponentOperator.NoSuchTextException(String) - Constructor for exception org.netbeans.jemmy.operators.JTextComponentOperator.NoSuchTextException
Constructor.
JTextComponentOperator.TextChooser - Interface in org.netbeans.jemmy.operators
Interface defining additional text cearch criteria.
JTextFieldOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing
JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing
JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position
JTextComponentOperator.TypeTextTimeout - maximum time to type text
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitFocusTimeout - time to wait component focus
JScrollBarOperator.OneScrollClickTimeout - time for one scroll click
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
.
JTextFieldOperator(JTextField) - Constructor for class org.netbeans.jemmy.operators.JTextFieldOperator
Constructor.
JTextFieldOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JTextFieldOperator
Constructs a JTextFieldOperator object.
JTextFieldOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTextFieldOperator
Constructs a JTextFieldOperator object.
JTextFieldOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JTextFieldOperator
Constructor.
JTextFieldOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JTextFieldOperator
Constructor.
JTextFieldOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JTextFieldOperator
Constructor.
JTextFieldOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JTextFieldOperator
Constructor.
JTextFieldOperator.JTextFieldFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JTextFieldOperator.JTextFieldFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTextFieldOperator.JTextFieldFinder
Constructs JTextFieldFinder.
JTextFieldOperator.JTextFieldFinder() - Constructor for class org.netbeans.jemmy.operators.JTextFieldOperator.JTextFieldFinder
Constructs JTextFieldFinder.
JTextPaneOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing
JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing
JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position
JTextComponentOperator.TypeTextTimeout - maximum time to type text
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitFocusTimeout - time to wait component focus
JScrollBarOperator.OneScrollClickTimeout - time for one scroll click
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
.
JTextPaneOperator(JTextPane) - Constructor for class org.netbeans.jemmy.operators.JTextPaneOperator
Constructor.
JTextPaneOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JTextPaneOperator
Constructs a JTextPaneOperator object.
JTextPaneOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTextPaneOperator
Constructs a JTextPaneOperator object.
JTextPaneOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JTextPaneOperator
Constructor.
JTextPaneOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JTextPaneOperator
Constructor.
JTextPaneOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JTextPaneOperator
Constructor.
JTextPaneOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JTextPaneOperator
Constructor.
JTextPaneOperator.JTextPaneFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JTextPaneOperator.JTextPaneFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTextPaneOperator.JTextPaneFinder
Constructs JTextPaneFinder.
JTextPaneOperator.JTextPaneFinder() - Constructor for class org.netbeans.jemmy.operators.JTextPaneOperator.JTextPaneFinder
Constructs JTextPaneFinder.
JToggleButtonOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait button displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled
.
JToggleButtonOperator(JToggleButton) - Constructor for class org.netbeans.jemmy.operators.JToggleButtonOperator
Constructor.
JToggleButtonOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JToggleButtonOperator
Constructs a JToggleButtonOperator object.
JToggleButtonOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JToggleButtonOperator
Constructs a JToggleButtonOperator object.
JToggleButtonOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JToggleButtonOperator
Constructor.
JToggleButtonOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JToggleButtonOperator
Constructor.
JToggleButtonOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JToggleButtonOperator
Constructor.
JToggleButtonOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JToggleButtonOperator
Constructor.
JToggleButtonOperator.JToggleButtonFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JToggleButtonOperator.JToggleButtonFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JToggleButtonOperator.JToggleButtonFinder
Constructs JToggleButtonFinder.
JToggleButtonOperator.JToggleButtonFinder() - Constructor for class org.netbeans.jemmy.operators.JToggleButtonOperator.JToggleButtonFinder
Constructs JToggleButtonFinder.
JTreeAPIDriver - Class in org.netbeans.jemmy.drivers.trees
TreeDriver for javax.swing.JTree component type.
JTreeAPIDriver() - Constructor for class org.netbeans.jemmy.drivers.trees.JTreeAPIDriver
Constructs a JTreeAPIDriver.
JTreeMouseDriver - Class in org.netbeans.jemmy.drivers.trees
TreeDriver for javax.swing.JTree component type.
JTreeMouseDriver() - Constructor for class org.netbeans.jemmy.drivers.trees.JTreeMouseDriver
Constructs a JTreeMouseDriver.
JTreeOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
JTreeOperator.WaitNodeExpandedTimeout - time to wait node expanded
JTreeOperator.WaitNodeCollapsedTimeout - time to wait node collapsed
JTreeOperator.WaitAfterNodeExpandedTimeout - time to to sleep after node expanded
JTreeOperator.WaitNextNodeTimeout - time to wait next node displayed
JTreeOperator.WaitNodeVisibleTimeout - time to wait node visible
JTreeOperator.BeforeEditTimeout - time to sleep before edit click
JTreeOperator.WaitEditingTimeout - time to wait node editing
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitStateTimeout - time to wait for path to be expanded, collapsed, selected, time to wait for a text in a row
WindowWaiter.WaitWindowTimeout - time to wait popup window displayed
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
.
JTreeOperator(JTree) - Constructor for class org.netbeans.jemmy.operators.JTreeOperator
Constructor.
JTreeOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.JTreeOperator
Constructs a JTreeOperator object.
JTreeOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTreeOperator
Constructs a JTreeOperator object.
JTreeOperator(ContainerOperator, String, int, int) - Constructor for class org.netbeans.jemmy.operators.JTreeOperator
Constructor.
JTreeOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.JTreeOperator
Constructor.
JTreeOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.JTreeOperator
Constructor.
JTreeOperator(ContainerOperator, int) - Constructor for class org.netbeans.jemmy.operators.JTreeOperator
Constructor.
JTreeOperator(ContainerOperator) - Constructor for class org.netbeans.jemmy.operators.JTreeOperator
Constructor.
JTreeOperator.JTreeByItemFinder - Class in org.netbeans.jemmy.operators
Allows to find component by node text.
JTreeOperator.JTreeByItemFinder(String, int, Operator.StringComparator) - Constructor for class org.netbeans.jemmy.operators.JTreeOperator.JTreeByItemFinder
Constructs JTreeByItemFinder.
JTreeOperator.JTreeByItemFinder(String, int) - Constructor for class org.netbeans.jemmy.operators.JTreeOperator.JTreeByItemFinder
Constructs JTreeByItemFinder.
JTreeOperator.JTreeFinder - Class in org.netbeans.jemmy.operators
Checks component type.
JTreeOperator.JTreeFinder(ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.JTreeOperator.JTreeFinder
Constructs JTreeFinder.
JTreeOperator.JTreeFinder() - Constructor for class org.netbeans.jemmy.operators.JTreeOperator.JTreeFinder
Constructs JTreeFinder.
JTreeOperator.NoSuchPathException - Exception in org.netbeans.jemmy.operators
Can be throught during item selecting if list does not have item requested.
JTreeOperator.NoSuchPathException() - Constructor for exception org.netbeans.jemmy.operators.JTreeOperator.NoSuchPathException
Constructor.
JTreeOperator.NoSuchPathException(String[]) - Constructor for exception org.netbeans.jemmy.operators.JTreeOperator.NoSuchPathException
Constructor.
JTreeOperator.NoSuchPathException(int) - Constructor for exception org.netbeans.jemmy.operators.JTreeOperator.NoSuchPathException
Constructor.
JTreeOperator.NoSuchPathException(TreePath) - Constructor for exception org.netbeans.jemmy.operators.JTreeOperator.NoSuchPathException
Constructor.
JTreeOperator.TreePathChooser - Interface in org.netbeans.jemmy.operators
Specifies criteria for path searching.
JTreeOperator.TreeRowChooser - Interface in org.netbeans.jemmy.operators
Iterface to choose tree row.
jump(ComponentOperator, ScrollAdjuster) - Method in class org.netbeans.jemmy.drivers.scrolling.AbstractScrollDriver
Performs maximal scroll step.
jump(ComponentOperator, ScrollAdjuster) - Method in class org.netbeans.jemmy.drivers.scrolling.AWTScrollDriver
 
jump(ComponentOperator, ScrollAdjuster) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarAPIDriver
 
jump(ComponentOperator, ScrollAdjuster) - Method in class org.netbeans.jemmy.drivers.scrolling.JScrollBarDriver
 
jump(ComponentOperator, ScrollAdjuster) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderAPIDriver
 
jump(ComponentOperator, ScrollAdjuster) - Method in class org.netbeans.jemmy.drivers.scrolling.JSliderDriver
 

K

KEY_DRIVER_ID - Static variable in class org.netbeans.jemmy.drivers.DriverManager
Symbolic constant for key drivers.
KeyDriver - Interface in org.netbeans.jemmy.drivers
Defines how to simulate keyboard operations.
KeyEventDriver - Class in org.netbeans.jemmy.drivers.input
KeyDriver using event dispatching.
KeyEventDriver(String[]) - Constructor for class org.netbeans.jemmy.drivers.input.KeyEventDriver
Constructs a KeyEventDriver object.
KeyEventDriver() - Constructor for class org.netbeans.jemmy.drivers.input.KeyEventDriver
Constructs an KeyEventDriver object suporting ComponentOperator.
KeyRobotDriver - Class in org.netbeans.jemmy.drivers.input
KeyDriver using robot operations.
KeyRobotDriver(Timeout) - Constructor for class org.netbeans.jemmy.drivers.input.KeyRobotDriver
Constructs a KeyRobotDriver object.
KeyRobotDriver(Timeout, String[]) - Constructor for class org.netbeans.jemmy.drivers.input.KeyRobotDriver
Constructs a KeyRobotDriver object.

L

LABEL_DPROP - Static variable in class org.netbeans.jemmy.operators.JPopupMenuOperator
Identifier for a "label" property.
LabelOperator - Class in org.netbeans.jemmy.operators


Timeouts used:
ComponentOperator.WaitComponentTimeout - time to wait component displayed
.
LabelOperator(Label) - Constructor for class org.netbeans.jemmy.operators.LabelOperator
Constructor.
LabelOperator(ContainerOperator, ComponentChooser, int) - Constructor for class org.netbeans.jemmy.operators.LabelOperator
Constructs a LabelOperator object.
LabelOperator(ContainerOperator, ComponentChooser) - Constructor for class org.netbeans.jemmy.operators.LabelOperator
Constructs a LabelOperator object.
LabelOperator(ContainerOperator, String, int) - Constructor for class org.netbeans.jemmy.operators.LabelOperator
Constructor.
LabelOperator(ContainerOperator, String) - Constructor for class org.netbeans.jemmy.operators.