|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.launcher.AbstractLaunchTool
An abstract class to be used to simplify launching of tools.
| Field Summary | |
private Launcher |
delegee
The launcher object to dispose of eventually. |
| Constructor Summary | |
AbstractLaunchTool(Launcher delegee)
Initialize this abstract launch tool with the launcher object. |
|
| Method Summary | |
void |
actionPerformed(ActionEvent e)
Launch the tool inside a thread by calling the runTool() method. |
abstract void |
runTool()
Runs the tool |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private Launcher delegee
| Constructor Detail |
public AbstractLaunchTool(Launcher delegee)
| Method Detail |
public abstract void runTool()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListener
|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||