edu.princeton.wordnet.browser.tree.renderers.pojos
Class DefinitionDecorator

java.lang.Object
  extended by edu.princeton.wordnet.browser.tree.renderers.pojos.DefaultDecorator
      extended by edu.princeton.wordnet.browser.tree.renderers.pojos.PlainDecorator
          extended by edu.princeton.wordnet.browser.tree.renderers.pojos.DefinitionDecorator

public class DefinitionDecorator
extends PlainDecorator

Definition node decorator

Author:
Bernard Bou

Field Summary
 
Fields inherited from class edu.princeton.wordnet.browser.tree.renderers.pojos.PlainDecorator
theStyle
 
Fields inherited from class edu.princeton.wordnet.browser.tree.renderers.pojos.DefaultDecorator
theDefaultStyle, theObject
 
Constructor Summary
DefinitionDecorator(Definition thisDefinition)
          Constructor
 
Method Summary
 Definition getDescription()
          Get description
 java.lang.String getName()
          Get node name
 java.lang.String getValue()
          Get node data
 
Methods inherited from class edu.princeton.wordnet.browser.tree.renderers.pojos.PlainDecorator
getIcon, getNameStyle, getValueStyle
 
Methods inherited from class edu.princeton.wordnet.browser.tree.renderers.pojos.DefaultDecorator
childrenToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefinitionDecorator

public DefinitionDecorator(Definition thisDefinition)
Constructor

Parameters:
thisDefinition - definition
Method Detail

getDescription

public Definition getDescription()
Get description

Returns:
description

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