|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ResettableIterator | |
| org.multijava.launcher | The launcher allows the user to access all of the tools in MJ. |
| Uses of ResettableIterator in org.multijava.launcher |
| Classes in org.multijava.launcher that implement ResettableIterator | |
protected static class |
Launcher.ToolIterator
The Iterator that uses an ArrayList to cycle through Hashtables that hold the tool descriptions and AbstractToolLaunchers to enable the launchers to run the various tools. |
| Fields in org.multijava.launcher declared as ResettableIterator | |
protected ResettableIterator |
LauncherFactory.tools
Iterator through all the tools. |
| Methods in org.multijava.launcher with parameters of type ResettableIterator | |
ImpLauncher |
LauncherFactory.getImpLauncherInstance(String name,
ResettableIterator tools,
String logoName)
Determines which instance of ImpLaunchers to provide to the caller. |
| Constructors in org.multijava.launcher with parameters of type ResettableIterator | |
CompactLauncher(String name,
ResettableIterator tools,
String logoName)
Constructor for the CompactLauncher |
|
FullLauncher(String name,
ResettableIterator tools,
String logoName)
Constructor for the FullLauncher |
|
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||