|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.ui.WindowUIPreferences
com.rational.test.ft.services.PlaybackMonitorPreferences
public class PlaybackMonitorPreferences
Field Summary |
---|
Fields inherited from class com.rational.test.ft.ui.WindowUIPreferences |
---|
preferences |
Constructor Summary | |
---|---|
PlaybackMonitorPreferences(com.rational.test.ft.sys.HashtableEx preferences)
Create a PlaybackMonitorPreferences object |
Method Summary | |
---|---|
static boolean |
getAlwaysOnTopDefault()
Returns the playback monitor is always displayed on top of other windows default. |
static PlaybackMonitorPreferences |
getPlaybackMonitorPreferences()
Return the playback monitor's preferences. |
java.awt.Rectangle |
getRectangle()
Return the window rectangle |
static boolean |
getVisibleDefault()
Returns the playback monitor is visible default. |
boolean |
isAlwaysOnTop()
Return whether the playback monitor is always displayed on top of other windows |
boolean |
isVisible()
Return whether the playback monitor is visible |
void |
setAlwaysOnTop(boolean b)
Always display the playback monitor on top of other windows |
void |
setVisible(boolean b)
Shows or hides the playback monitor depending on the value of parameter b |
java.lang.String |
toString()
|
Methods inherited from class com.rational.test.ft.ui.WindowUIPreferences |
---|
getLocation, getPreferences, getProperty, getWindowUIPreferences, isIconified, save, setIconified, setLocation, setName, setProperty, setRectangle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlaybackMonitorPreferences(com.rational.test.ft.sys.HashtableEx preferences)
Method Detail |
---|
public static PlaybackMonitorPreferences getPlaybackMonitorPreferences()
public void setAlwaysOnTop(boolean b)
b
- true - always displayed on top,
otherwise, not always on toppublic boolean isAlwaysOnTop()
public static boolean getAlwaysOnTopDefault()
public void setVisible(boolean b)
b
- true - show, otherwise, hidepublic boolean isVisible()
public static boolean getVisibleDefault()
public java.awt.Rectangle getRectangle()
getRectangle
in class com.rational.test.ft.ui.WindowUIPreferences
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |