IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.services
Class PlaybackMonitorPreferences

java.lang.Object
  extended by WindowUIPreferences
      extended by com.rational.test.ft.services.PlaybackMonitorPreferences

public class PlaybackMonitorPreferences
extends WindowUIPreferences


Constructor Summary
PlaybackMonitorPreferences(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlaybackMonitorPreferences

public PlaybackMonitorPreferences(HashtableEx preferences)
Create a PlaybackMonitorPreferences object

Method Detail

getPlaybackMonitorPreferences

public static PlaybackMonitorPreferences getPlaybackMonitorPreferences()
Return the playback monitor's preferences. This is the method to call to create PlaybackMonitorPreferences


setAlwaysOnTop

public void setAlwaysOnTop(boolean b)
Always display the playback monitor on top of other windows

Parameters:
b - true - always displayed on top, otherwise, not always on top

isAlwaysOnTop

public boolean isAlwaysOnTop()
Return whether the playback monitor is always displayed on top of other windows

Returns:
true - always on top, false - not always on top

getAlwaysOnTopDefault

public static boolean getAlwaysOnTopDefault()
Returns the playback monitor is always displayed on top of other windows default.

Returns:
true if the default is to display on top, false otherwise

setVisible

public void setVisible(boolean b)
Shows or hides the playback monitor depending on the value of parameter b

Parameters:
b - true - show, otherwise, hide

isVisible

public boolean isVisible()
Return whether the playback monitor is visible

Returns:
true - visible, false - not visible

getVisibleDefault

public static boolean getVisibleDefault()
Returns the playback monitor is visible default.

Returns:
true if the default is visible, false otherwise

getRectangle

public java.awt.Rectangle getRectangle()
Return the window rectangle


toString

public java.lang.String toString()