|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.charlesames.utility.launch.Launcher
public abstract class Launcher
Abstract class that launches a Windowed application. Concrete subclasses should be implemented as singletons.
| Method Summary | |
|---|---|
java.lang.String |
getApplicationName()
Get the application name. |
java.lang.String |
getInstallDir()
Get the path to the application directory. |
boolean |
isMacOS()
Test if the application is running under the Macintosh OS. |
void |
setApplicationName(java.lang.String applicationName)
Set the application name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getInstallDir()
public java.lang.String getApplicationName()
public void setApplicationName(java.lang.String applicationName)
applicationName - The intended application name.public boolean isMacOS()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||