Uses of Class
org.jhotdraw.standard.CreationTool

Packages that use CreationTool
org.jhotdraw.contrib   
org.jhotdraw.contrib.html   
org.jhotdraw.figures   
org.jhotdraw.test.standard   
 

Uses of CreationTool in org.jhotdraw.contrib
 

Subclasses of CreationTool in org.jhotdraw.contrib
 class CompositeFigureCreationTool
           
 class NestedCreationTool
           
 class TextAreaTool
          A TextAreaTool creates TextAreaFigures.
 

Uses of CreationTool in org.jhotdraw.contrib.html
 

Subclasses of CreationTool in org.jhotdraw.contrib.html
 class HTMLTextAreaTool
          HTMLTextAreaTool creates or edits HTMLTextAreaFigures.
 

Uses of CreationTool in org.jhotdraw.figures
 

Subclasses of CreationTool in org.jhotdraw.figures
 class ConnectedTextTool
          Tool to create new or edit existing text figures.
 class TextTool
          Tool to create new or edit existing text figures.
 

Uses of CreationTool in org.jhotdraw.test.standard
 

Methods in org.jhotdraw.test.standard that return CreationTool
 CreationTool CreationToolTest.createInstance()
          Factory method for instances of the class to be tested.