edu.princeton.wordnet.client.browser.domtree.wordnet
Class LinkDecorator

java.lang.Object
  extended by edu.princeton.wordnet.client.browser.domtree.DefaultDecorator
      extended by edu.princeton.wordnet.client.browser.domtree.wordnet.LinkDecorator
Direct Known Subclasses:
LinksDecorator

public class LinkDecorator
extends DefaultDecorator

Link node decorator

Author:
Bernard Bou

Field Summary
private static javax.swing.ImageIcon theIcon
          Icon
private static javax.swing.text.SimpleAttributeSet theNameStyle
          Style for name
 
Fields inherited from class edu.princeton.wordnet.client.browser.domtree.DefaultDecorator
theNode
 
Constructor Summary
LinkDecorator(org.w3c.dom.Node thisNode)
          Constructor
 
Method Summary
 javax.swing.Icon getIcon()
          Get icon for node
 java.lang.String getName()
          Get node name
 javax.swing.text.SimpleAttributeSet getNameStyle()
          Get name style
 java.lang.String getValue()
          Get node data
 
Methods inherited from class edu.princeton.wordnet.client.browser.domtree.DefaultDecorator
childrenToString, getValueStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theNameStyle

private static javax.swing.text.SimpleAttributeSet theNameStyle
Style for name


theIcon

private static javax.swing.ImageIcon theIcon
Icon

Constructor Detail

LinkDecorator

public LinkDecorator(org.w3c.dom.Node thisNode)
Constructor

Parameters:
thisNode - node
Method Detail

getName

public java.lang.String getName()
Description copied from class: DefaultDecorator
Get node name

Overrides:
getName in class DefaultDecorator
Returns:
node name

getValue

public java.lang.String getValue()
Description copied from class: DefaultDecorator
Get node data

Overrides:
getValue in class DefaultDecorator
Returns:
node data

getNameStyle

public javax.swing.text.SimpleAttributeSet getNameStyle()
Description copied from class: DefaultDecorator
Get name style

Overrides:
getNameStyle in class DefaultDecorator
Returns:
value style

getIcon

public javax.swing.Icon getIcon()
Description copied from class: DefaultDecorator
Get icon for node

Overrides:
getIcon in class DefaultDecorator
Returns:
icon