com.ibm.as400.ui.framework
Class PaneDescriptor

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

public class PaneDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 String m_baseName
           
 String m_paneName
           
 String m_paneType
           
 
Constructor Summary
Constructor and Description
PaneDescriptor()
           
 
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_baseName

public String m_baseName

m_paneName

public String m_paneName

m_paneType

public String m_paneType
Constructor Detail

PaneDescriptor

public PaneDescriptor()
Method Detail

toString

public String toString()
Overrides:
toString in class Object