|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.netbeans.jemmy.operators.Operator
org.netbeans.jemmy.operators.ComponentOperator
org.netbeans.jemmy.operators.ContainerOperator
org.netbeans.jemmy.operators.JComponentOperator
org.netbeans.jemmy.operators.AbstractButtonOperator
org.netbeans.jemmy.operators.JMenuItemOperator
org.netbeans.jemmy.operators.JRadioButtonMenuItemOperator
public class JRadioButtonMenuItemOperator
Timeouts used:
JMenuItemOperator.PushMenuTimeout - time between button pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait button displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled
.
Timeouts| Nested Class Summary | |
|---|---|
static class |
JRadioButtonMenuItemOperator.JRadioButtonMenuItemByLabelFinder
Allows to find component by text. |
static class |
JRadioButtonMenuItemOperator.JRadioButtonMenuItemFinder
Checks component type. |
| Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.JMenuItemOperator |
|---|
JMenuItemOperator.JMenuItemByLabelFinder, JMenuItemOperator.JMenuItemFinder |
| Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.AbstractButtonOperator |
|---|
AbstractButtonOperator.AbstractButtonByLabelFinder, AbstractButtonOperator.AbstractButtonFinder |
| Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.JComponentOperator |
|---|
JComponentOperator.JComponentByTipFinder, JComponentOperator.JComponentFinder |
| Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.ContainerOperator |
|---|
ContainerOperator.ContainerFinder |
| Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.Operator |
|---|
Operator.ComponentVisualizer, Operator.DefaultPathParser, Operator.DefaultStringComparator, Operator.Finder, Operator.MapAction, Operator.MapBooleanAction, Operator.MapByteAction, Operator.MapDoubleAction, Operator.MapFloatAction, Operator.MapCharacterAction, Operator.MapIntegerAction, Operator.MapLongAction, Operator.MapVoidAction, Operator.NoBlockingAction, Operator.PathParser, Operator.StringComparator |
| Field Summary |
|---|
| Fields inherited from class org.netbeans.jemmy.operators.AbstractButtonOperator |
|---|
IS_SELECTED_DPROP, TEXT_DPROP |
| Fields inherited from class org.netbeans.jemmy.operators.JComponentOperator |
|---|
A11Y_DATA, A11Y_DESCRIPTION_DPROP, A11Y_NAME_DPROP, TOOLTIP_TEXT_DPROP |
| Fields inherited from class org.netbeans.jemmy.operators.ComponentOperator |
|---|
HEIGHT_DPROP, IS_SHOWING_DPROP, IS_VISIBLE_DPROP, NAME_DPROP, WIDTH_DPROP, X_DPROP, Y_DPROP |
| Fields inherited from class org.netbeans.jemmy.operators.Operator |
|---|
CLASS_DPROP, TO_STRING_DPROP |
| Constructor Summary | |
|---|---|
JRadioButtonMenuItemOperator(ContainerOperator cont)
Constructor. |
|
JRadioButtonMenuItemOperator(ContainerOperator cont,
ComponentChooser chooser)
Constructs a JRadioButtonMenuItemOperator object. |
|
JRadioButtonMenuItemOperator(ContainerOperator cont,
ComponentChooser chooser,
int index)
Constructs a JRadioButtonMenuItemOperator object. |
|
JRadioButtonMenuItemOperator(ContainerOperator cont,
int index)
Constructor. |
|
JRadioButtonMenuItemOperator(ContainerOperator cont,
java.lang.String text)
Constructor. |
|
JRadioButtonMenuItemOperator(ContainerOperator cont,
java.lang.String text,
int index)
Constructor. |
|
JRadioButtonMenuItemOperator(javax.swing.JRadioButtonMenuItem item)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class org.netbeans.jemmy.operators.JMenuItemOperator |
|---|
addMenuDragMouseListener, addMenuKeyListener, findJMenuItem, findJMenuItem, findJMenuItem, findJMenuItem, getAccelerator, getComponent, getDump, getOutput, getSubElements, getTimeouts, isArmed, menuSelectionChanged, prepareToClick, processKeyEvent, processMenuDragMouseEvent, processMenuKeyEvent, processMouseEvent, push, pushNoBlock, removeMenuDragMouseListener, removeMenuKeyListener, setAccelerator, setArmed, setOutput, setTimeouts, setUI, waitJMenuItem, waitJMenuItem, waitJMenuItem, waitJMenuItem |
| Methods inherited from class org.netbeans.jemmy.operators.ContainerOperator |
|---|
add, add, add, add, add, addContainerListener, createSubOperator, createSubOperator, findComponentAt, findComponentAt, findContainer, findContainer, findContainer, findContainer, findContainerUnder, findContainerUnder, findSubComponent, findSubComponent, getComponent, getComponentCount, getComponents, getInsets, getLayout, isAncestorOf, paintComponents, printComponents, remove, remove, removeAll, removeContainerListener, setLayout, waitContainer, waitContainer, waitContainer, waitContainer, waitSubComponent, waitSubComponent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRadioButtonMenuItemOperator(javax.swing.JRadioButtonMenuItem item)
item - a component
public JRadioButtonMenuItemOperator(ContainerOperator cont,
ComponentChooser chooser,
int index)
cont - a containerchooser - a component chooser specifying searching criteria.index - an index between appropriate ones.
public JRadioButtonMenuItemOperator(ContainerOperator cont,
ComponentChooser chooser)
cont - a containerchooser - a component chooser specifying searching criteria.
public JRadioButtonMenuItemOperator(ContainerOperator cont,
java.lang.String text,
int index)
cont - a containertext - Button text.index - Ordinal component index.Operator.isCaptionEqual(String, String, boolean, boolean)
public JRadioButtonMenuItemOperator(ContainerOperator cont,
java.lang.String text)
cont - a containertext - Button text.Operator.isCaptionEqual(String, String, boolean, boolean)
public JRadioButtonMenuItemOperator(ContainerOperator cont,
int index)
cont - a containerindex - Ordinal component index.public JRadioButtonMenuItemOperator(ContainerOperator cont)
cont - a container
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||