public class PlaybackMonitorPreferences
extends com.rational.test.ft.ui.WindowUIPreferences
| Constructor and Description |
|---|
PlaybackMonitorPreferences(com.rational.test.ft.sys.HashtableEx preferences)
Create a PlaybackMonitorPreferences object
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public PlaybackMonitorPreferences(com.rational.test.ft.sys.HashtableEx preferences)
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.WindowUIPreferencespublic java.lang.String toString()
toString in class java.lang.Object