Uses of Class
edu.princeton.wordnet.browser.Style

Packages that use Style
edu.princeton.wordnet.browser   
edu.princeton.wordnet.browser.component   
edu.princeton.wordnet.browser.tree.renderers.pojos   
 

Uses of Style in edu.princeton.wordnet.browser
 

Methods in edu.princeton.wordnet.browser with parameters of type Style
 void Style.set(Style thisStyle)
          Set from buddy style
 

Uses of Style in edu.princeton.wordnet.browser.component
 

Fields in edu.princeton.wordnet.browser.component declared as Style
private  Style StyleDialog.theStyle
          (Copy of) style being edited
 

Methods in edu.princeton.wordnet.browser.component with parameters of type Style
 java.awt.Dimension RendererCell.calcPreferredSize(Style thisStyle)
          Calculate preferred size as per style
 

Uses of Style in edu.princeton.wordnet.browser.tree.renderers.pojos
 

Fields in edu.princeton.wordnet.browser.tree.renderers.pojos declared as Style
static Style DefaultDecorator.theDefaultStyle
          Default name style
static Style LinkDecorator.theStyle
          Style for name
 Style PlainDecorator.theStyle
          Style for data
 Style MappedStyle.theStyle
           
 

Methods in edu.princeton.wordnet.browser.tree.renderers.pojos that return Style
 Style MappedStyle.toStyle()