FileDocCategorySizeDatePackage
SimpleTreeNodeMenuEntryImpl.javaAPI DocJBoss 4.2.12889Fri Jul 13 21:02:16 BST 2007org.jboss.console.manager.interfaces.impl

SimpleTreeNodeMenuEntryImpl

public class SimpleTreeNodeMenuEntryImpl extends Object implements org.jboss.console.manager.interfaces.SimpleTreeNodeMenuEntry
Default implementation for a simple entry of a popup menu
see
org.jboss.console.manager.interfaces.TreeNodeMenuEntry
author
Sacha Labourey.
version
$Revision: 57191 $

Revisions:

17 decembre 2002 Sacha Labourey:

  • First implementation

Fields Summary
protected org.jboss.console.manager.interfaces.TreeAction
action
protected String
text
Constructors Summary
public SimpleTreeNodeMenuEntryImpl()

   
   // Static --------------------------------------------------------
   
   // Constructors --------------------------------------------------
   
      
public SimpleTreeNodeMenuEntryImpl(String text, org.jboss.console.manager.interfaces.TreeAction action)

      this.action = action;
      this.text = text;
   
Methods Summary
public org.jboss.console.manager.interfaces.TreeActiongetAction()

      return this.action;
   
public java.lang.StringgetText()

      return this.text;