org.jhotdraw.contrib.html
Class HTMLTextAreaTool

java.lang.Object
  extended by org.jhotdraw.standard.AbstractTool
      extended by org.jhotdraw.standard.CreationTool
          extended by org.jhotdraw.contrib.TextAreaTool
              extended by org.jhotdraw.contrib.html.HTMLTextAreaTool
All Implemented Interfaces:
Tool

public class HTMLTextAreaTool
extends TextAreaTool

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.

Version:
<$CURRENT_VERSION$>
Author:
Eduardo Francos - InContext

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jhotdraw.contrib.TextAreaTool
TextAreaTool.UndoActivity
 
Nested classes/interfaces inherited from class org.jhotdraw.standard.AbstractTool
AbstractTool.EventDispatcher
 
Constructor Summary
HTMLTextAreaTool(DrawingEditor newDrawingEditor, Figure prototype)
          Constructor for the TextAreaTool object
 
Method Summary
 
Methods inherited from class org.jhotdraw.contrib.TextAreaTool
activate, deactivate, isActivated, mouseDown, mouseDrag, mouseUp
 
Methods inherited from class org.jhotdraw.standard.AbstractTool
addToolListener, drawing, editor, getActiveDrawing, getActiveView, getUndoActivity, isActive, isEnabled, isUsable, keyDown, mouseMove, removeToolListener, setEnabled, setUndoActivity, setUsable, view
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLTextAreaTool

public HTMLTextAreaTool(DrawingEditor newDrawingEditor,
                        Figure prototype)
Constructor for the TextAreaTool object

Parameters:
newDrawingEditor - the managing drawing editor
prototype - the prototype for the figure