com.ibm.as400.ui.framework
Class NodeDescriptor

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

public class NodeDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 Vector m_children
           
 String m_element
           
 String m_expandedImageFile
           
 String m_expandedImageFileBundle
           
 boolean m_expandRequested
           
 Vector m_handlerTasks
           
 String m_imageFile
           
 String m_imageFileBundle
           
 String m_name
           
 String m_title
           
 String m_titleBundle
           
 
Constructor Summary
Constructor and Description
NodeDescriptor()
           
NodeDescriptor(String element)
           
NodeDescriptor(String name, String title, String imageFile)
           
NodeDescriptor(String name, String title, String imageFile, String expandedImageFile)
           
NodeDescriptor(String name, String title, String imageFile, String expandedImageFile, Vector handlerTasks)
           
NodeDescriptor(String name, String title, String imageFile, Vector handlerTasks)
           
 
Method Summary
Modifier and Type Method and Description
 boolean isExpandRequested()
           
 boolean isLeaf()
           
 void setExpandRequested(boolean isExpandRequested)
           
 void setLeaf(boolean isLeaf)
           
 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_imageFile

public String m_imageFile

m_imageFileBundle

public String m_imageFileBundle

m_expandedImageFile

public String m_expandedImageFile

m_expandedImageFileBundle

public String m_expandedImageFileBundle

m_handlerTasks

public Vector m_handlerTasks

m_children

public Vector m_children

m_expandRequested

public boolean m_expandRequested
Constructor Detail

NodeDescriptor

public NodeDescriptor()

NodeDescriptor

public NodeDescriptor(String element)

NodeDescriptor

public NodeDescriptor(String name,
                      String title,
                      String imageFile)

NodeDescriptor

public NodeDescriptor(String name,
                      String title,
                      String imageFile,
                      String expandedImageFile)

NodeDescriptor

public NodeDescriptor(String name,
                      String title,
                      String imageFile,
                      Vector handlerTasks)

NodeDescriptor

public NodeDescriptor(String name,
                      String title,
                      String imageFile,
                      String expandedImageFile,
                      Vector handlerTasks)
Method Detail

setLeaf

public void setLeaf(boolean isLeaf)

isLeaf

public boolean isLeaf()

setExpandRequested

public void setExpandRequested(boolean isExpandRequested)

isExpandRequested

public boolean isExpandRequested()

toString

public String toString()
Overrides:
toString in class Object