com.ibm.as400.ui.framework
Class ChoiceDescriptor

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

public class ChoiceDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 String m_element
           
 Vector m_handlerTasks
           
 String m_name
           
 String m_title
           
 String m_titleBundle
           
 
Constructor Summary
Constructor and Description
ChoiceDescriptor()
           
ChoiceDescriptor(String element)
           
ChoiceDescriptor(String name, String title)
           
ChoiceDescriptor(String name, String title, Vector handlerTasks)
           
 
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_element

public String m_element

m_name

public String m_name

m_title

public String m_title

m_titleBundle

public String m_titleBundle

m_handlerTasks

public Vector m_handlerTasks
Constructor Detail

ChoiceDescriptor

public ChoiceDescriptor()

ChoiceDescriptor

public ChoiceDescriptor(String element)

ChoiceDescriptor

public ChoiceDescriptor(String name,
                        String title)

ChoiceDescriptor

public ChoiceDescriptor(String name,
                        String title,
                        Vector handlerTasks)
Method Detail

toString

public String toString()
Overrides:
toString in class Object