|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object abbot.tester.Robot abbot.tester.ComponentTester abbot.tester.ContainerTester abbot.tester.JComponentTester abbot.tester.JInternalFrameTester
public class JInternalFrameTester
Field Summary |
---|
Fields inherited from class abbot.tester.ComponentTester |
---|
IGNORED_METHODS |
Fields inherited from class abbot.tester.Robot |
---|
componentDelay, defaultDelay, EM_AWT, EM_ROBOT, IDLE_TIMEOUT, MOUSELESS_MODIFIER, MOUSELESS_MODIFIER_MASK, popupDelay |
Fields inherited from interface abbot.tester.AWTConstants |
---|
BUTTON_MASK, COPY_MASK, DRAG_THRESHOLD, LINK_MASK, MENU_SHORTCUT_KEYCODE, MENU_SHORTCUT_MASK, MENU_SHORTCUT_MODIFIER, MENU_SHORTCUT_STRING, MOVE_MASK, MULTI_CLICK_INTERVAL, POPUP_MASK, POPUP_MODIFIER, POPUP_ON_PRESS, TERTIARY_MASK, TERTIARY_MODIFIER |
Constructor Summary | |
---|---|
JInternalFrameTester()
|
Method Summary | |
---|---|
void |
actionClose(Component comp)
Close the internal frame. |
void |
actionDeiconify(Component comp)
Deiconify the given Frame. |
void |
actionIconify(Component comp)
Iconify the given Frame. |
void |
actionMaximize(Component comp)
|
void |
actionMove(Component comp,
int x,
int y)
Move the given internal frame. |
void |
actionNormalize(Component comp)
|
void |
actionResize(Component comp,
int width,
int height)
Resize the given internal frame. |
protected void |
iconify(JInternalFrame frame,
boolean b)
Iconify/deiconify the given frame. |
protected void |
maximize(JInternalFrame frame,
boolean b)
Maximize or normalize the given frame. |
Methods inherited from class abbot.tester.JComponentTester |
---|
actionActionMap, actionClick, actionClick, actionDrag, actionDrag, actionDrop, actionScrollToVisible, actionScrollToVisible, actionScrollToVisible, convertRendererToString, deriveTag, getTester, isVisible, isVisible, mousePress, scrollRectToVisible, scrollToVisible, scrollToVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JInternalFrameTester()
Method Detail |
---|
protected void maximize(JInternalFrame frame, boolean b)
public void actionMaximize(Component comp)
public void actionNormalize(Component comp)
protected void iconify(JInternalFrame frame, boolean b)
public void actionIconify(Component comp)
public void actionDeiconify(Component comp)
public void actionMove(Component comp, int x, int y)
public void actionResize(Component comp, int width, int height)
public void actionClose(Component comp)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |