|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.panels.process.ProcessPanelWorker
public class ProcessPanelWorker
This class does alle the work for the process panel.
It responsible for
| Field Summary | |
|---|---|
static String |
SPEC_RESOURCE_NAME
Name of resource for specifying processing parameters. |
| Constructor Summary | |
|---|---|
ProcessPanelWorker(InstallData installData,
RulesEngine rules,
Resources resources,
PlatformModelMatcher matcher)
Constructs a ProcessPanelWorker. |
|
| Method Summary | |
|---|---|
boolean |
getResult()
Return the result of the process execution. |
void |
run()
This is called when the processing thread is activated. |
void |
setHandler(AbstractUIProcessHandler handler)
|
void |
startThread()
Start the compilation in a separate thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SPEC_RESOURCE_NAME
| Constructor Detail |
|---|
public ProcessPanelWorker(InstallData installData,
RulesEngine rules,
Resources resources,
PlatformModelMatcher matcher)
installData - the installation datarules - the rules engineresources - the resourcesmatcher - the platform-model matcher| Method Detail |
|---|
public void setHandler(AbstractUIProcessHandler handler)
public void run()
run in interface Runnablepublic void startThread()
public boolean getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||