|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ImpLauncher | |
| org.multijava.launcher | The launcher allows the user to access all of the tools in MJ. |
| Uses of ImpLauncher in org.multijava.launcher |
| Subclasses of ImpLauncher in org.multijava.launcher | |
class |
CompactLauncher
The implementation for a launcher that only provides a list of buttons for access to the tools. |
class |
FullLauncher
The implementation for a launcher that provides access to the tools as well as keeping track of common preferences and lists of files between tools. |
| Fields in org.multijava.launcher declared as ImpLauncher | |
protected ImpLauncher |
Launcher.impLauncher
Keeps an instance of the ImpLauncher class so it can "bridge" the abstraction of the various tool launchers to the implementation of how they are displayed. |
| Methods in org.multijava.launcher that return ImpLauncher | |
protected ImpLauncher |
Launcher.getImpLauncher(String name,
String logoName)
Returns a Singleton instance of the ToolLauncher |
ImpLauncher |
LauncherFactory.getImpLauncherInstance(String name,
ResettableIterator tools,
String logoName)
Determines which instance of ImpLaunchers to provide to the caller. |
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||