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

SimpleTreeNodeMenuEntryImpl (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档


org.jboss.console.manager.interfaces.impl
Class SimpleTreeNodeMenuEntryImpl

java.lang.Object
  extended byorg.jboss.console.manager.interfaces.impl.SimpleTreeNodeMenuEntryImpl
All Implemented Interfaces:
Serializable, SimpleTreeNodeMenuEntry, TreeNodeMenuEntry

public class SimpleTreeNodeMenuEntryImpl
extends Object
implements SimpleTreeNodeMenuEntry

Default implementation for a simple entry of a popup menu

Version:
$Revision: 1.1.2.1 $

Revisions:

17 decembre 2002 Sacha Labourey:

  • First implementation
Author:
Sacha Labourey.
See Also:
TreeNodeMenuEntry, Serialized Form

Field Summary
protected  TreeAction action
           
protected  String text
           
 
Constructor Summary
SimpleTreeNodeMenuEntryImpl()
           
SimpleTreeNodeMenuEntryImpl(String text, TreeAction action)
           
 
Method Summary
 TreeAction getAction()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

protected TreeAction action

text

protected String text
Constructor Detail

SimpleTreeNodeMenuEntryImpl

public SimpleTreeNodeMenuEntryImpl()

SimpleTreeNodeMenuEntryImpl

public SimpleTreeNodeMenuEntryImpl(String text,
                                   TreeAction action)
Method Detail

getAction

public TreeAction getAction()
Specified by:
getAction in interface SimpleTreeNodeMenuEntry

getText

public String getText()
Specified by:
getText in interface SimpleTreeNodeMenuEntry


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