| com.izforge.izpack.util.ExtendedUIProgressHandler
All known Subclasses: com.izforge.izpack.panels.ExtendedInstallPanel,
ExtendedUIProgressHandler | public interface ExtendedUIProgressHandler (Code) | | This interface allowes an extended interaction with a user interface handler.
author: Klaus Bartz |
Field Summary | |
final static int | AFTER | final static int | BEFORE |
AFTER | final static int AFTER(Code) | | |
BEFORE | final static int BEFORE(Code) | | |
progress | public void progress(String stepMessage)(Code) | | Notify of progress with automatic counting.
Parameters: stepMessage - an additional message describing the substep the type of the substep |
restartAction | void restartAction(String name, String overallMsg, String tipMsg, int no_of_steps)(Code) | | The action restarts.
Parameters: name - The name of the action. Parameters: overallMsg - message to be used in the overall label. Parameters: tipMsg - message to be used in the tip label. Parameters: no_of_steps - The number of steps the action consists of. |
|
|