当前页面:
在线文档首页 >
JBoss 3.2.7 console API Documentation 英文版文档
ResourceTreeNode (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档
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: 1.1.2.1 $
Revisions:
December 16 2002 Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
TreeNode
ALWAYS_VISIBLE
public static final int ALWAYS_VISIBLE
- See Also:
- Constant Field Values
INVISIBLE_IF_SUBNODE_EXISTS
public static final int INVISIBLE_IF_SUBNODE_EXISTS
- See Also:
- Constant Field Values
getResource
public ManageableResource getResource()
getVisibility
public int getVisibility()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.