当前页面:
在线文档首页 >
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
org.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:
- Author:
- Sacha Labourey.
- See Also:
TreeNodeMenuEntry
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
action
protected TreeAction action
text
protected String text
SimpleTreeNodeMenuEntryImpl
public SimpleTreeNodeMenuEntryImpl()
SimpleTreeNodeMenuEntryImpl
public SimpleTreeNodeMenuEntryImpl(String text,
TreeAction action)
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.