Uses of Interface
org.jhotdraw.standard.TextHolder

Packages that use TextHolder
org.jhotdraw.contrib   
org.jhotdraw.contrib.html   
org.jhotdraw.figures   
org.jhotdraw.framework   
org.jhotdraw.standard   
 

Uses of TextHolder in org.jhotdraw.contrib
 

Classes in org.jhotdraw.contrib that implement TextHolder
 class TextAreaFigure
          A TextAreaFigure contains formatted text.
 

Uses of TextHolder in org.jhotdraw.contrib.html
 

Classes in org.jhotdraw.contrib.html that implement TextHolder
 class HTMLTextAreaFigure
          An HTMLTextAreaFigure contains HTML formatted text.
 

Methods in org.jhotdraw.contrib.html with parameters of type TextHolder
 void TextHolderContentProducer.setTextHolder(TextHolder newFigure)
           
 

Constructors in org.jhotdraw.contrib.html with parameters of type TextHolder
TextHolderContentProducer(TextHolder figure)
          Constructor for the TextAreaFigureContentProducer object
 

Uses of TextHolder in org.jhotdraw.figures
 

Classes in org.jhotdraw.figures that implement TextHolder
 class NumberTextFigure
          A TextFigure specialized to edit numbers.
 class TextFigure
          A text figure.
 

Methods in org.jhotdraw.figures that return TextHolder
 TextHolder TextFigure.getTextHolder()
           
 

Uses of TextHolder in org.jhotdraw.framework
 

Methods in org.jhotdraw.framework that return TextHolder
 TextHolder Figure.getTextHolder()
          Some figures have the ability to hold text.
 

Uses of TextHolder in org.jhotdraw.standard
 

Methods in org.jhotdraw.standard that return TextHolder
 TextHolder DecoratorFigure.getTextHolder()
           
 TextHolder AbstractFigure.getTextHolder()