|
|||||||||
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.WindowOperator
org.netbeans.jemmy.operators.FrameOperator
org.netbeans.jemmy.operators.JFrameOperator
public class JFrameOperator
Timeouts used:
FrameWaiter.WaitFrameTimeout - time to wait frame displayed
FrameWaiter.AfterFrameTimeout - time to sleep after frame has been dispayed
.
Timeouts
Nested Class Summary | |
---|---|
static class |
JFrameOperator.JFrameFinder
Checks component type. |
Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.FrameOperator |
---|
FrameOperator.FrameByTitleFinder, FrameOperator.FrameFinder |
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.MapCharacterAction, Operator.MapDoubleAction, Operator.MapFloatAction, Operator.MapIntegerAction, Operator.MapLongAction, Operator.MapVoidAction, Operator.NoBlockingAction, Operator.PathParser, Operator.StringComparator |
Field Summary |
---|
Fields inherited from class org.netbeans.jemmy.operators.FrameOperator |
---|
IS_RESIZABLE_DPROP, STATE_DPROP, STATE_ICONIFIED_DPROP_VALUE, STATE_NORMAL_DPROP_VALUE, TITLE_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 | |
---|---|
JFrameOperator()
Constructor. |
|
JFrameOperator(ComponentChooser chooser)
Constructs a JFrameOperator object. |
|
JFrameOperator(ComponentChooser chooser,
int index)
Constructs a JFrameOperator object. |
|
JFrameOperator(ComponentChooser chooser,
int index,
Operator env)
Constructs a JFrameOperator object. |
|
JFrameOperator(int index)
Constructor. |
|
JFrameOperator(javax.swing.JFrame w)
Constructor. |
|
JFrameOperator(java.lang.String title)
Constructor. |
|
JFrameOperator(java.lang.String title,
int index)
Constructor. |
|
JFrameOperator(java.lang.String title,
int index,
Operator env)
Constructor. |
Method Summary | |
---|---|
static javax.swing.JFrame |
findJFrame(ComponentChooser chooser)
Searches a frame. |
static javax.swing.JFrame |
findJFrame(ComponentChooser chooser,
int index)
Searches an index'th frame. |
static javax.swing.JFrame |
findJFrame(java.lang.String title,
boolean ce,
boolean cc)
Searches a frame by title. |
static javax.swing.JFrame |
findJFrame(java.lang.String title,
boolean ce,
boolean cc,
int index)
Searches an index'th frame by title. |
javax.accessibility.AccessibleContext |
getAccessibleContext()
Maps JFrame.getAccessibleContext() through queue |
java.awt.Container |
getContentPane()
Maps JFrame.getContentPane() through queue |
int |
getDefaultCloseOperation()
Maps JFrame.getDefaultCloseOperation() through queue |
java.awt.Component |
getGlassPane()
Maps JFrame.getGlassPane() through queue |
javax.swing.JMenuBar |
getJMenuBar()
Maps JFrame.getJMenuBar() through queue |
javax.swing.JLayeredPane |
getLayeredPane()
Maps JFrame.getLayeredPane() through queue |
javax.swing.JRootPane |
getRootPane()
Maps JFrame.getRootPane() through queue |
void |
setContentPane(java.awt.Container container)
Maps JFrame.setContentPane(Container) through queue |
void |
setDefaultCloseOperation(int i)
Maps JFrame.setDefaultCloseOperation(int) through queue |
void |
setGlassPane(java.awt.Component component)
Maps JFrame.setGlassPane(Component) through queue |
void |
setJMenuBar(javax.swing.JMenuBar jMenuBar)
Maps JFrame.setJMenuBar(JMenuBar) through queue |
void |
setLayeredPane(javax.swing.JLayeredPane jLayeredPane)
Maps JFrame.setLayeredPane(JLayeredPane) through queue |
static javax.swing.JFrame |
waitJFrame(ComponentChooser chooser)
Waits a frame. |
static javax.swing.JFrame |
waitJFrame(ComponentChooser chooser,
int index)
Waits an index'th frame. |
static javax.swing.JFrame |
waitJFrame(java.lang.String title,
boolean ce,
boolean cc)
Waits a frame by title. |
static javax.swing.JFrame |
waitJFrame(java.lang.String title,
boolean ce,
boolean cc,
int index)
Waits an index'th frame by title. |
Methods inherited from class org.netbeans.jemmy.operators.FrameOperator |
---|
copyEnvironment, deiconify, demaximize, getDump, getIconImage, getMenuBar, getOutput, getState, getTitle, iconify, isResizable, maximize, setIconImage, setMenuBar, setOutput, setResizable, setState, setTitle, waitFrame, waitState, waitTitle |
Methods inherited from class org.netbeans.jemmy.operators.WindowOperator |
---|
activate, addWindowListener, applyResourceBundle, applyResourceBundle, close, dispose, findSubWindow, findSubWindow, findWindow, findWindow, findWindow, findWindow, getFocusOwner, getOwnedWindows, getOwner, getWarningString, isActive, isFocused, move, pack, removeWindowListener, resize, toBack, toFront, waitClosed, waitSubWindow, waitSubWindow, waitWindow, waitWindow, waitWindow, waitWindow, waitWindow, waitWindow, waitWindow |
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, getTimeouts, isAncestorOf, paintComponents, printComponents, remove, remove, removeAll, removeContainerListener, setLayout, setTimeouts, 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 JFrameOperator(javax.swing.JFrame w)
w
- windowpublic JFrameOperator(ComponentChooser chooser, int index, Operator env)
chooser
- a component chooser specifying searching criteria.index
- an index between appropriate ones.env
- an operator to copy environment from.public JFrameOperator(ComponentChooser chooser, int index)
chooser
- a component chooser specifying searching criteria.index
- an index between appropriate ones.public JFrameOperator(ComponentChooser chooser)
chooser
- a component chooser specifying searching criteria.public JFrameOperator(java.lang.String title, int index, Operator env)
title
- a window titleindex
- Ordinal component index.env
- an operator to copy environment from.Operator.isCaptionEqual(String, String, boolean, boolean)
public JFrameOperator(java.lang.String title, int index)
title
- a window titleindex
- Ordinal component index.Operator.isCaptionEqual(String, String, boolean, boolean)
,
JemmyProperties.getCurrentTimeouts()
,
JemmyProperties.getCurrentOutput()
public JFrameOperator(java.lang.String title)
title
- a window titleOperator.isCaptionEqual(String, String, boolean, boolean)
,
JemmyProperties.getCurrentTimeouts()
,
JemmyProperties.getCurrentOutput()
public JFrameOperator(int index)
index
- Ordinal component index.public JFrameOperator()
Method Detail |
---|
public static javax.swing.JFrame findJFrame(ComponentChooser chooser, int index)
chooser
- a component chooser specifying searching criteria.index
- an index between appropriate ones.
public static javax.swing.JFrame findJFrame(ComponentChooser chooser)
chooser
- a component chooser specifying searching criteria.
public static javax.swing.JFrame findJFrame(java.lang.String title, boolean ce, boolean cc, int index)
title
- Frame titlece
- Compare exactly. If true, text can be a substring of caption.cc
- Compare case sensitively. If true, both text and caption areindex
- an index between appropriate ones.
public static javax.swing.JFrame findJFrame(java.lang.String title, boolean ce, boolean cc)
title
- Frame titlece
- Compare exactly. If true, text can be a substring of caption.cc
- Compare case sensitively. If true, both text and caption are
public static javax.swing.JFrame waitJFrame(ComponentChooser chooser, int index)
chooser
- a component chooser specifying searching criteria.index
- an index between appropriate ones.
public static javax.swing.JFrame waitJFrame(ComponentChooser chooser)
chooser
- a component chooser specifying searching criteria.
public static javax.swing.JFrame waitJFrame(java.lang.String title, boolean ce, boolean cc, int index)
title
- Frame titlece
- Compare exactly. If true, text can be a substring of caption.cc
- Compare case sensitively. If true, both text and caption areindex
- an index between appropriate ones.
public static javax.swing.JFrame waitJFrame(java.lang.String title, boolean ce, boolean cc)
title
- Frame titlece
- Compare exactly. If true, text can be a substring of caption.cc
- Compare case sensitively. If true, both text and caption are
public javax.accessibility.AccessibleContext getAccessibleContext()
JFrame.getAccessibleContext()
through queue
public java.awt.Container getContentPane()
JFrame.getContentPane()
through queue
public int getDefaultCloseOperation()
JFrame.getDefaultCloseOperation()
through queue
public java.awt.Component getGlassPane()
JFrame.getGlassPane()
through queue
public javax.swing.JMenuBar getJMenuBar()
JFrame.getJMenuBar()
through queue
public javax.swing.JLayeredPane getLayeredPane()
JFrame.getLayeredPane()
through queue
public javax.swing.JRootPane getRootPane()
JFrame.getRootPane()
through queue
public void setContentPane(java.awt.Container container)
JFrame.setContentPane(Container)
through queue
public void setDefaultCloseOperation(int i)
JFrame.setDefaultCloseOperation(int)
through queue
public void setGlassPane(java.awt.Component component)
JFrame.setGlassPane(Component)
through queue
public void setJMenuBar(javax.swing.JMenuBar jMenuBar)
JFrame.setJMenuBar(JMenuBar)
through queue
public void setLayeredPane(javax.swing.JLayeredPane jLayeredPane)
JFrame.setLayeredPane(JLayeredPane)
through queue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |