|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.install4j.api.update.ApplicationDisplayMode
public class ApplicationDisplayMode
Enumeration class that represents the different display modes. These values are used as an argument for
UpdateChecker.getUpdateDescriptor(String, ApplicationDisplayMode)
.
Field Summary | |
---|---|
static ApplicationDisplayMode |
CONSOLE
The invoking application runs on the command line. |
static ApplicationDisplayMode |
GUI
The invoking application runs with a Swing GUI. |
static ApplicationDisplayMode |
UNATTENDED
The invoking application does not take user input from a GUI or on the command line. |
Method Summary | |
---|---|
static ApplicationDisplayMode |
getFromIntValue(int overwrite)
Convert int value to constant. |
int |
getIntValue()
Convert to an int value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ApplicationDisplayMode GUI
public static final ApplicationDisplayMode CONSOLE
public static final ApplicationDisplayMode UNATTENDED
Method Detail |
---|
public int getIntValue()
public static ApplicationDisplayMode getFromIntValue(int overwrite)
overwrite
- the int value
public java.lang.String toString()
toString
in class java.lang.Object
|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |