com.ibm.as400.ui.framework
Class DeckPaneDescriptor

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

public class DeckPaneDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

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

DeckPaneDescriptor

public DeckPaneDescriptor()
Method Detail

toString

public String toString()
Overrides:
toString in class Object