com.izforge.izpack
Class GUIPrefs

java.lang.Object
  extended bycom.izforge.izpack.GUIPrefs
All Implemented Interfaces:
java.io.Serializable

public class GUIPrefs
extends java.lang.Object
implements java.io.Serializable

This class holds the GUI preferences for an installer.

Author:
Julien Ponge
See Also:
Serialized Form

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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

resizable

public boolean resizable
Specifies wether the window will be resizable.


width

public int width
Specifies the starting window width, in pixels.


height

public int height
Specifies the starting window height, in pixels.


lookAndFeelMapping

public java.util.Map lookAndFeelMapping
Specifies the OS Look and Feels mappings.


lookAndFeelParams

public java.util.Map lookAndFeelParams
Specifies the OS Look and Feels optionnal parameters.


modifier

public java.util.Map modifier
Specifies the modifier.

Constructor Detail

GUIPrefs

public GUIPrefs()