Generated by
JDiff

Class org.jhotdraw.draw.ImageTool

Documentation changed from old to new.

Removed Constructors
ImageTool(ImageHolderFigure, Map) Creates a new instance.
 

Added Constructors
ImageTool(ImageHolderFigure, Map<AttributeKey, Object>) Creates a new instance.
 

Added Methods
boolean isUseFileDialog()  
void setUseFileDialog(boolean)  
 

Changed Methods
void activate(DrawingEditor) Method was inherited from CreationTool, but is now defined locally.  
void creationFinished(Figure) Documentation changed from old to new.
Method was locally defined, but is now inherited from CreationTool. Change of visibility from public to protected.
This method allows subclasses to do perform additonal user interactions after the new figure has been created.
 

Added Fields
JFileChooser fileChooser  
FileDialog fileDialog  
boolean useFileDialog  
Thread workerThread