com.izforge.izpack
Class Panel

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

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

Author:
Jan Blok
See Also:
Serialized Form

Field Summary
 java.lang.String className
          The panel classname.
 java.util.List osConstraints
          The target operation system of this panel
 
Constructor Summary
Panel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

public java.lang.String className
The panel classname.


osConstraints

public java.util.List osConstraints
The target operation system of this panel

Constructor Detail

Panel

public Panel()