com.ibm.as400.ui.framework
Class PulldownDescriptor

java.lang.Object
  extended by com.ibm.as400.ui.framework.PulldownDescriptor
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ToolBarDescriptor

public class PulldownDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 String m_baseName
           
 String m_menuName
           
 
Constructor Summary
Constructor and Description
PulldownDescriptor()
           
 
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_menuName

public String m_menuName
Constructor Detail

PulldownDescriptor

public PulldownDescriptor()
Method Detail

toString

public String toString()
Overrides:
toString in class Object