站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 console API Documentation 英文版文档

ResourceTreeNode (JBoss Console API) - JBoss 4.0.1 sp1 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.4 $

Revisions:

December 16 2002 Sacha Labourey:

  • First implementation
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

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
Method Detail

getResource

public ManageableResource getResource()

getVisibility

public int getVisibility()


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