com.ibm.as400.ui.framework
Class SplitPaneDescriptor

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

public class SplitPaneDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 String m_name
           
 String m_orientation
           
 Rectangle m_position
           
 String m_title
           
 String m_titleBundle
           
 
Constructor Summary
Constructor and Description
SplitPaneDescriptor()
           
 
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_position

public Rectangle m_position

m_orientation

public String m_orientation
Constructor Detail

SplitPaneDescriptor

public SplitPaneDescriptor()
Method Detail

toString

public String toString()
Overrides:
toString in class Object