|
install4j API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.install4j.api.CustomAction
public abstract class CustomAction
The base class for all actions. Do not use this class as a base class for your own custom actions but choose one of the derived classes instead. You have to implement all abstract methods. See the derived classes for further methods that have to be implemented.
| Constructor Summary | |
|---|---|
CustomAction()
|
|
| Method Summary | |
|---|---|
abstract int |
getPercentOfTotalInstallation()
Should return the x percentage points of the installation progress bar that this action wants to reserve for itself. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomAction()
| Method Detail |
|---|
public abstract int getPercentOfTotalInstallation()
|
install4j API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||