fbench.tree
Class Application

java.lang.Object
  extended by fbench.dom.ElementModel
      extended by fbench.tree.DOMTreeNode
          extended by fbench.tree.Application
All Implemented Interfaces:
javax.swing.tree.TreeNode, org.w3c.dom.events.EventListener

public class Application
extends DOMTreeNode

A DOM tree node for an Application


Constructor Summary
Application()
           
 
Method Summary
 javax.swing.Icon getIcon()
          Returns the icon to be used for display of this element.
 java.lang.String getText()
          Returns the string to be used to display the tree node.
 
Methods inherited from class fbench.tree.DOMTreeNode
add, children, forElement, getAllowsChildren, getChildAt, getChildCount, getChildren, getIndex, getParent, handleEvent, hasInterface, isLeaf, removeAllChildren, setElement, setParent
 
Methods inherited from class fbench.dom.ElementModel
equals, forElement, getComment, getElement, getName, getType, isDigit, isLetter, isName, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

getIcon

public javax.swing.Icon getIcon()
Description copied from class: DOMTreeNode
Returns the icon to be used for display of this element. Default is the icon identified by the element's tag name in lower case, or null if no icon is to be used.

Overrides:
getIcon in class DOMTreeNode

getText

public java.lang.String getText()
Description copied from class: DOMTreeNode
Returns the string to be used to display the tree node. Default is the result of the ElementModel getName() method.

Overrides:
getText in class DOMTreeNode