|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.stanford.ejalbert.launching.windows.WindowsBrowser
Encapsulates information on a Windows browser.
Constructor Summary | |
(package private) |
WindowsBrowser(String delimChar,
String configInfo)
Splits the config string using the delimiter character and sets the display name; executable; new window argument; and Program Files sub directory name. |
Method Summary | |
String |
getBrowserApplicationName()
Returns the name of the executable for the browser. |
String |
getBrowserDisplayName()
Returns the display name for the browser. |
String |
getForceNewWindowArgs()
Returns arguments used for forcing a new window. |
(package private) String |
getPathToExe()
|
(package private) String |
getSubDirName()
|
(package private) void |
setPathToExe(String path)
|
String |
toString()
Returns displayname and executable name for debugging. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
WindowsBrowser(String delimChar, String configInfo)
Sample config string (with ; as the delim char): displayName;exeName
delimChar
- StringconfigInfo
- StringMethod Detail |
public String toString()
void setPathToExe(String path)
String getPathToExe()
String getSubDirName()
public String getBrowserDisplayName()
getBrowserDisplayName
in interface BrowserDescription
public String getBrowserApplicationName()
getBrowserApplicationName
in interface BrowserDescription
public String getForceNewWindowArgs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |