com.ibm.as400.ui.framework
Class PanelDescriptor

java.lang.Object
  extended by com.ibm.as400.ui.framework.PanelDescriptor
All Implemented Interfaces:
Serializable

public class PanelDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
static int BOTTOM
           
static int CENTER
           
static int DEFINITE
           
static int HORIZONTAL
           
static int LEFT
           
 String m_activationHandler
           
 int m_align
           
 String m_border
           
 int m_colCount
           
 Vector m_colInfo
           
 boolean m_equalize
           
 int m_hspacing
           
 String m_icon
           
 String m_iconBundle
           
 Insets m_insets
           
 String m_name
           
 Dimension m_prefsize
           
 int m_rowCount
           
 Vector m_rowInfo
           
 boolean m_scroll
           
 Dimension m_size
           
 String m_title
           
 String m_titleBundle
           
 int m_type
           
 int m_vspacing
           
static int RIGHT
           
static int TABLE
           
static int TOP
           
static int VERTICAL
           
 
Constructor Summary
Constructor and Description
PanelDescriptor()
           
 
Method Summary
Modifier and Type Method and Description
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_name

public String m_name

m_title

public String m_title

m_titleBundle

public String m_titleBundle

m_icon

public String m_icon

m_iconBundle

public String m_iconBundle

m_size

public Dimension m_size

m_activationHandler

public String m_activationHandler

DEFINITE

public static final int DEFINITE
See Also:
Constant Field Values

TABLE

public static final int TABLE
See Also:
Constant Field Values

HORIZONTAL

public static final int HORIZONTAL
See Also:
Constant Field Values

VERTICAL

public static final int VERTICAL
See Also:
Constant Field Values

CENTER

public static final int CENTER
See Also:
Constant Field Values

TOP

public static final int TOP
See Also:
Constant Field Values

LEFT

public static final int LEFT
See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
See Also:
Constant Field Values

RIGHT

public static final int RIGHT
See Also:
Constant Field Values

m_prefsize

public Dimension m_prefsize

m_insets

public Insets m_insets

m_hspacing

public int m_hspacing

m_vspacing

public int m_vspacing

m_align

public int m_align

m_equalize

public boolean m_equalize

m_type

public int m_type

m_rowCount

public int m_rowCount

m_colCount

public int m_colCount

m_rowInfo

public Vector m_rowInfo

m_colInfo

public Vector m_colInfo

m_border

public String m_border

m_scroll

public boolean m_scroll
Constructor Detail

PanelDescriptor

public PanelDescriptor()
Method Detail

toString

public String toString()
Overrides:
toString in class Object