com.ibm.as400.ui.framework
Class PropertySheetDescriptor

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

public class PropertySheetDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 String m_icon
           
 String m_iconBundle
           
 String m_name
           
 boolean m_rightToLeft
           
 String m_title
           
 String m_titleBundle
           
 
Constructor Summary
Constructor and Description
PropertySheetDescriptor()
           
 
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_rightToLeft

public boolean m_rightToLeft
Constructor Detail

PropertySheetDescriptor

public PropertySheetDescriptor()
Method Detail

toString

public String toString()
Overrides:
toString in class Object