org.jboss.console.manager.interfaces
Interface ResourceTreeNode

All Superinterfaces:
Serializable, TreeNode
All Known Implementing Classes:
SimpleResourceTreeNode

public interface ResourceTreeNode
extends TreeNode

A specific tree node that list manageable resources as sub-nodes

Version:
$Revision: 57191 $

Revisions:

December 16 2002 Sacha Labourey:

Author:
Sacha Labourey.
See Also:
TreeNode

Field Summary
static int ALWAYS_VISIBLE
           
static int INVISIBLE_IF_SUBNODE_EXISTS
           
 
Method Summary
 ManageableResource getResource()
           
 int getVisibility()
           
 
Methods inherited from interface org.jboss.console.manager.interfaces.TreeNode
getAction, getDescription, getIcon, getMenuEntries, getName, getNodeManagableResources, getSubNodes, isMasterNode
 

Field Detail

ALWAYS_VISIBLE

static final int ALWAYS_VISIBLE
See Also:
Constant Field Values

INVISIBLE_IF_SUBNODE_EXISTS

static final int INVISIBLE_IF_SUBNODE_EXISTS
See Also:
Constant Field Values
Method Detail

getResource

ManageableResource getResource()

getVisibility

int getVisibility()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.