|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jhotdraw.standard.AbstractTool
org.jhotdraw.standard.CreationTool
org.jhotdraw.contrib.TextAreaTool
org.jhotdraw.contrib.html.HTMLTextAreaTool
public 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.
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 |
---|
public HTMLTextAreaTool(DrawingEditor newDrawingEditor, Figure prototype)
newDrawingEditor
- the managing drawing editorprototype
- the prototype for the figure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |