org.jboss.console.plugins.helpers
Class TreeNodeFactory

java.lang.Object
  extended byorg.jboss.console.plugins.helpers.TreeNodeFactory

public class TreeNodeFactory
extends java.lang.Object

See Also:

Field Summary
static int DEFAULT_URL
           
static int DESCRIPTION
           
static int ICON_URL
           
static int MANAGEABLE_RESOURCES
           
static int MENU_ENTRIES
           
static int NAME
           
static int SUB_NODES
           
static int SUB_RESOURCES
           
 
Constructor Summary
TreeNodeFactory()
           
 
Method Summary
static ManageableResource (src) createManageableResource(java.lang.Object content)
           
protected static TreeNodeMenuEntry (src) [] createTreeMenus(java.lang.Object[] content)
           
static TreeNode (src) createTreeNode(java.lang.Object[] content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final int NAME
See Also:
Constant Field Values (src)

DESCRIPTION

public static final int DESCRIPTION
See Also:
Constant Field Values (src)

ICON_URL

public static final int ICON_URL
See Also:
Constant Field Values (src)

DEFAULT_URL

public static final int DEFAULT_URL
See Also:
Constant Field Values (src)

MENU_ENTRIES

public static final int MENU_ENTRIES
See Also:
Constant Field Values (src)

SUB_NODES

public static final int SUB_NODES
See Also:
Constant Field Values (src)

SUB_RESOURCES

public static final int SUB_RESOURCES
See Also:
Constant Field Values (src)

MANAGEABLE_RESOURCES

public static final int MANAGEABLE_RESOURCES
See Also:
Constant Field Values (src)
Constructor Detail

TreeNodeFactory

public TreeNodeFactory()
Method Detail

createTreeNode

public static TreeNode (src)  createTreeNode(java.lang.Object[] content)
                               throws java.lang.Exception
Throws:
java.lang.Exception

createManageableResource

public static ManageableResource (src)  createManageableResource(java.lang.Object content)
                                                   throws java.lang.Exception
Throws:
java.lang.Exception

createTreeMenus

protected static TreeNodeMenuEntry (src) [] createTreeMenus(java.lang.Object[] content)
                                              throws java.lang.Exception
Throws:
java.lang.Exception