|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pushtotest.testmaker.gui.Preferences
public class Preferences
| Field Summary | |
|---|---|
static int |
checkDays
|
| Constructor Summary | |
|---|---|
Preferences()
|
|
| Method Summary | |
|---|---|
boolean |
checkForUpdate()
Check to see if it is time to check the PushToTest Web site for an update to TestMaker. |
static int |
getPortNumber()
Get the Agent Recorder port number |
boolean |
getRecorderDebug()
|
java.lang.String |
getRecorderProxy()
|
boolean |
getRecorderProxyFlag()
Returns true if user set preference to use the Recorder proxy |
java.lang.String |
getRecorderProxyPass()
|
static int |
getRecorderProxyPortNumber()
Returns the user set preference for the Recorder proxy port number. |
java.lang.String |
getRecorderProxyUser()
|
void |
loadState()
Load the preference settings from the TestMaker.properties XML document |
void |
saveState()
Save the preference settings to the TestMaker.properties XML document |
static void |
setPortNumber(int port)
Set the Agent Recorder port number |
static void |
setVisible(boolean viz)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int checkDays
| Constructor Detail |
|---|
public Preferences()
| Method Detail |
|---|
public static void setVisible(boolean viz)
public static int getPortNumber()
public static void setPortNumber(int port)
public static int getRecorderProxyPortNumber()
public java.lang.String getRecorderProxy()
public java.lang.String getRecorderProxyUser()
public java.lang.String getRecorderProxyPass()
public boolean getRecorderProxyFlag()
public boolean getRecorderDebug()
public boolean checkForUpdate()
public void saveState()
public void loadState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||