JHotDraw 6.0b1

Uses of Class
org.jhotdraw.standard.CreationTool

Packages that use CreationTool
org.jhotdraw.contrib   
org.jhotdraw.contrib.html   
org.jhotdraw.figures   
org.jhotdraw.samples.pert   
 

Uses of CreationTool in org.jhotdraw.contrib
 

Subclasses of CreationTool in org.jhotdraw.contrib
 class CompositeFigureCreationTool
           
 class NestedCreationTool
           
 class TextAreaTool
          A TextAreaTool creates TextAreaFigures.
To create a new text area, the user drags a rectangle on the drawing on a free spot.
When releasing the mouse the tool calls the area's editor to enter the text.
If the tool is clicked on an existing area the tool simply calls the area's editor.
When creating a new area, if the user leaves the text empty, the newly created area figure is discarded.
 

Uses of CreationTool in org.jhotdraw.contrib.html
 

Subclasses of CreationTool in org.jhotdraw.contrib.html
 class HTMLTextAreaTool
          HTMLTextAreaTool creates or edits HTMLTextAreaFigures.
Only diffreence with TextAreaFigure is that this allows to edit HTML code using a more suitable font than the one defined by the figure.
 

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.samples.pert
 

Subclasses of CreationTool in org.jhotdraw.samples.pert
 class PertFigureCreationTool
          A more efficient version of the generic Pert creation tool that is not based on cloning.
 


JHotDraw 6.0b1