|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ launch overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.launch
Interface Launcher

- All Known Implementing Classes:
- Launch.LauncherImpl
- public interface Launcher
API exposed by the launcher
| Field Summary | |
static java.lang.String |
API_NAME
The name of this API. |
| Method Summary | |
void |
addLaunchCompleter(LaunchCompleter completer)
Add a callback to call on completion of the launch. |
java.io.File |
getPluginDirectory()
Get the current plugin directory path |
java.util.Locale |
getStartupLocale()
Get the current startup locale |
java.lang.String |
getStartupLookAndFeel()
Get the current startup look and feel setting |
void |
openAboutBox(javax.swing.JComponent parent)
Open the about box. |
void |
setPluginDirectory(java.io.File dir)
Set the current plugin directory path |
void |
setStartupLocale(java.util.Locale locale)
Set the current startup locale |
void |
setStartupLookAndFeel(java.lang.String lafClass)
Set the current startup look and feel setting |
| Field Detail |
API_NAME
public static final java.lang.String API_NAME
- The name of this API.
- See Also:
- Constant Field Values
| Method Detail |
addLaunchCompleter
public void addLaunchCompleter(LaunchCompleter completer)
- Add a callback to call on completion of the launch.
openAboutBox
public void openAboutBox(javax.swing.JComponent parent)
- Open the about box.
getStartupLookAndFeel
public java.lang.String getStartupLookAndFeel()
- Get the current startup look and feel setting
setStartupLookAndFeel
public void setStartupLookAndFeel(java.lang.String lafClass)
- Set the current startup look and feel setting
getStartupLocale
public java.util.Locale getStartupLocale()
- Get the current startup locale
setStartupLocale
public void setStartupLocale(java.util.Locale locale)
- Set the current startup locale
getPluginDirectory
public java.io.File getPluginDirectory()
- Get the current plugin directory path
setPluginDirectory
public void setPluginDirectory(java.io.File dir)
- Set the current plugin directory path
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ launch overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC