edu.washington.cs.supple.wlib.java2.customization
Class WizardPageSelectUiObject.TreeNode

java.lang.Object
  extended byedu.washington.cs.supple.wlib.java2.customization.WizardPageSelectUiObject.TreeNode
Enclosing class:
WizardPageSelectUiObject

protected class WizardPageSelectUiObject.TreeNode
extends java.lang.Object


Field Summary
static int CONTAINER_TYPE
           
static int EXISTING_OBJECT
           
static int SEPARATOR
           
 
Constructor Summary
WizardPageSelectUiObject.TreeNode(int type)
           
WizardPageSelectUiObject.TreeNode(java.lang.String text)
           
WizardPageSelectUiObject.TreeNode(UiObject object)
           
 
Method Summary
 int getType()
           
 UiObject getUiObject()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SEPARATOR

public static final int SEPARATOR
See Also:
Constant Field Values

EXISTING_OBJECT

public static final int EXISTING_OBJECT
See Also:
Constant Field Values

CONTAINER_TYPE

public static final int CONTAINER_TYPE
See Also:
Constant Field Values
Constructor Detail

WizardPageSelectUiObject.TreeNode

public WizardPageSelectUiObject.TreeNode(UiObject object)

WizardPageSelectUiObject.TreeNode

public WizardPageSelectUiObject.TreeNode(int type)

WizardPageSelectUiObject.TreeNode

public WizardPageSelectUiObject.TreeNode(java.lang.String text)
Method Detail

toString

public java.lang.String toString()

getUiObject

public UiObject getUiObject()

getType

public int getType()