|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.panels.userinput.action.ButtonAction
public abstract class ButtonAction
| Field Summary | |
|---|---|
protected InstallData |
installData
Access to installData |
protected Map<String,String> |
messages
Messages available for the button |
| Constructor Summary | |
|---|---|
ButtonAction(InstallData installData)
|
|
| Method Summary | |
|---|---|
abstract boolean |
execute()
Actual execution logic for the action. |
abstract boolean |
execute(Console console)
Execution method for console. |
abstract boolean |
execute(Prompt prompt)
Execution method for GUI |
void |
setMessages(Map<String,String> messages)
Give mapping from string name to the actual string value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final InstallData installData
protected Map<String,String> messages
| Constructor Detail |
|---|
public ButtonAction(InstallData installData)
| Method Detail |
|---|
public void setMessages(Map<String,String> messages)
messages - public abstract boolean execute()
public abstract boolean execute(Console console)
public abstract boolean execute(Prompt prompt)
prompt -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||