com.ibm.as400.ui.framework
Class XMLTableAreaDefinition

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

public class XMLTableAreaDefinition
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Constructor and Description
XMLTableAreaDefinition(PanelDescriptor pd, Vector v)
           
XMLTableAreaDefinition(XMLPanelDefinition def)
           
 
Method Summary
Modifier and Type Method and Description
 GridBagConstraints getConstraints(ComponentDescriptor cd)
           
 PanelDescriptor getPanel()
           
 Vector getPanelComponents()
           
 GridBagConstraints getToolBarConstraints()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLTableAreaDefinition

public XMLTableAreaDefinition(XMLPanelDefinition def)

XMLTableAreaDefinition

public XMLTableAreaDefinition(PanelDescriptor pd,
                              Vector v)
Method Detail

getPanel

public PanelDescriptor getPanel()

getPanelComponents

public Vector getPanelComponents()

getConstraints

public GridBagConstraints getConstraints(ComponentDescriptor cd)

getToolBarConstraints

public GridBagConstraints getToolBarConstraints()

isValid

public boolean isValid()