|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.GUIPrefs
public class GUIPrefs
This class holds the GUI preferences for an installer.
Field Summary | |
---|---|
int |
height
Specifies the starting window height, in pixels. |
java.util.Map |
lookAndFeelMapping
Specifies the OS Look and Feels mappings. |
java.util.Map |
lookAndFeelParams
Specifies the OS Look and Feels optionnal parameters. |
java.util.Map |
modifier
Specifies the modifier. |
boolean |
resizable
Specifies wether the window will be resizable. |
(package private) static long |
serialVersionUID
|
int |
width
Specifies the starting window width, in pixels. |
Constructor Summary | |
---|---|
GUIPrefs()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final long serialVersionUID
public boolean resizable
public int width
public int height
public java.util.Map lookAndFeelMapping
public java.util.Map lookAndFeelParams
public java.util.Map modifier
Constructor Detail |
---|
public GUIPrefs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |