|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DrawingEditor in org.jhotdraw.applet |
---|
Classes in org.jhotdraw.applet that implement DrawingEditor | |
---|---|
class |
DrawApplet
DrawApplication defines a standard presentation for a drawing editor that is run as an applet. |
Uses of DrawingEditor in org.jhotdraw.application |
---|
Classes in org.jhotdraw.application that implement DrawingEditor | |
---|---|
class |
DrawApplication
DrawApplication defines a standard presentation for standalone drawing editors. |
Uses of DrawingEditor in org.jhotdraw.contrib |
---|
Classes in org.jhotdraw.contrib that implement DrawingEditor | |
---|---|
class |
MDI_DrawApplication
Many applications have the ability to deal with multiple internal windows. |
class |
SplitPaneDrawApplication
A specialised DrawApplication, which offers basic support for a simple splitted pane content. |
Constructors in org.jhotdraw.contrib with parameters of type DrawingEditor | |
---|---|
CompositeFigureCreationTool(DrawingEditor newDrawingEditor,
Figure prototype)
|
|
CTXWindowMenu(java.lang.String newText,
MDIDesktopPane newDesktop,
DrawingEditor newEditor)
Constructor for the CTXWindowsMenu object |
|
CustomSelectionTool(DrawingEditor editor)
Create an instance of this SelectionTool for the given view |
|
NestedCreationTool(DrawingEditor newDrawingEditor,
Figure prototype)
|
|
PolygonTool(DrawingEditor newDrawingEditor)
|
|
SplitConnectionTool(DrawingEditor newDrawingEditor,
ConnectionFigure newPrototype)
|
|
TextAreaTool(DrawingEditor newDrawingEditor,
Figure prototype)
Constructor for the TextAreaTool object |
|
WindowMenu(java.lang.String newText,
MDIDesktopPane newDesktop,
DrawingEditor newEditor)
|
Uses of DrawingEditor in org.jhotdraw.contrib.dnd |
---|
Constructors in org.jhotdraw.contrib.dnd with parameters of type DrawingEditor | |
---|---|
DragNDropTool(DrawingEditor editor)
|
|
JHDDragSourceListener(DrawingEditor newEditor,
DrawingView newView)
Creates a new instance of JHDDragSource |
|
JHDDropTargetListener(DrawingEditor drawingEditor,
DrawingView drawingView)
Creates a new instance of JHDDropTargetListener |
Uses of DrawingEditor in org.jhotdraw.contrib.html |
---|
Constructors in org.jhotdraw.contrib.html with parameters of type DrawingEditor | |
---|---|
HTMLTextAreaTool(DrawingEditor newDrawingEditor,
Figure prototype)
Constructor for the TextAreaTool object |
Uses of DrawingEditor in org.jhotdraw.contrib.zoom |
---|
Constructors in org.jhotdraw.contrib.zoom with parameters of type DrawingEditor | |
---|---|
ZoomAreaTracker(DrawingEditor editor)
|
|
ZoomCommand(java.lang.String newSame,
float newScale,
DrawingEditor newDrawingEditor)
Constructor for the ZoomCommand object |
|
ZoomDrawingView(DrawingEditor editor)
|
|
ZoomDrawingView(DrawingEditor editor,
int width,
int height)
|
|
ZoomTool(DrawingEditor editor)
|
Uses of DrawingEditor in org.jhotdraw.figures |
---|
Constructors in org.jhotdraw.figures with parameters of type DrawingEditor | |
---|---|
BorderTool(DrawingEditor editor)
|
|
ConnectedTextTool(DrawingEditor editor,
Figure prototype)
|
|
GroupCommand(java.lang.String name,
DrawingEditor newDrawingEditor)
Constructs a group command. |
|
InsertImageCommand(java.lang.String name,
java.lang.String newImageName,
DrawingEditor newDrawingEditor)
Constructs an insert image command. |
|
ScribbleTool(DrawingEditor newDrawingEditor)
|
|
TextTool(DrawingEditor newDrawingEditor,
Figure prototype)
|
|
UngroupCommand(java.lang.String name,
DrawingEditor newDrawingEditor)
Constructs a group command. |
Uses of DrawingEditor in org.jhotdraw.framework |
---|
Methods in org.jhotdraw.framework that return DrawingEditor | |
---|---|
DrawingEditor |
Tool.editor()
|
DrawingEditor |
DrawingView.editor()
Gets the editor. |
Methods in org.jhotdraw.framework with parameters of type DrawingEditor | |
---|---|
void |
DrawingView.setEditor(DrawingEditor editor)
Sets the view's editor. |
Uses of DrawingEditor in org.jhotdraw.samples.javadraw |
---|
Classes in org.jhotdraw.samples.javadraw that implement DrawingEditor | |
---|---|
class |
JavaDrawApp
|
class |
JavaDrawApplet
|
class |
JavaDrawViewer
|
Constructors in org.jhotdraw.samples.javadraw with parameters of type DrawingEditor | |
---|---|
MySelectionTool(DrawingEditor newDrawingEditor)
|
|
URLTool(DrawingEditor newDrawingEditor)
|
Uses of DrawingEditor in org.jhotdraw.standard |
---|
Methods in org.jhotdraw.standard that return DrawingEditor | |
---|---|
DrawingEditor |
StandardDrawingView.editor()
Gets the editor. |
DrawingEditor |
NullDrawingView.editor()
Gets the editor. |
DrawingEditor |
AbstractTool.editor()
Gets the tool's editor. |
DrawingEditor |
AbstractCommand.getDrawingEditor()
|
Methods in org.jhotdraw.standard with parameters of type DrawingEditor | |
---|---|
static DrawingView |
NullDrawingView.getManagedDrawingView(DrawingEditor editor)
|
void |
StandardDrawingView.setEditor(DrawingEditor editor)
Sets the view's editor. |
void |
NullDrawingView.setEditor(DrawingEditor editor)
Sets the view's editor. |
Constructors in org.jhotdraw.standard with parameters of type DrawingEditor | |
---|---|
AbstractCommand(java.lang.String newName,
DrawingEditor newDrawingEditor)
Constructs a command with the given name that applies to the given view. |
|
AbstractCommand(java.lang.String newName,
DrawingEditor newDrawingEditor,
boolean newIsViewRequired)
|
|
AbstractTool(DrawingEditor newDrawingEditor)
Constructs a tool for the given view. |
|
ActionTool(DrawingEditor newDrawingEditor)
|
|
AlignCommand(AlignCommand.Alignment newAlignment,
DrawingEditor newDrawingEditor)
Constructs an alignment command. |
|
BringToFrontCommand(java.lang.String name,
DrawingEditor newDrawingEditor)
Constructs a bring to front command. |
|
ChangeAttributeCommand(java.lang.String name,
FigureAttributeConstant attribute,
java.lang.Object value,
DrawingEditor newDrawingEditor)
Constructs a change attribute command. |
|
ConnectionTool(DrawingEditor newDrawingEditor,
ConnectionFigure newPrototype)
|
|
CopyCommand(java.lang.String name,
DrawingEditor newDrawingEditor)
Constructs a copy command. |
|
CreationTool(DrawingEditor newDrawingEditor,
Figure prototype)
Initializes a CreationTool with the given prototype. |
|
CutCommand(java.lang.String name,
DrawingEditor newDrawingEditor)
Constructs a cut command. |
|
DeleteCommand(java.lang.String name,
DrawingEditor newDrawingEditor)
Constructs a delete command. |
|
DragTracker(DrawingEditor newDrawingEditor,
Figure anchor)
|
|
DuplicateCommand(java.lang.String name,
DrawingEditor newDrawingEditor)
Constructs a duplicate command. |
|
HandleTracker(DrawingEditor newDrawingEditor,
Handle anchorHandle)
|
|
NullTool(DrawingEditor newDrawingEditor)
|
|
PasteCommand(java.lang.String name,
DrawingEditor newDrawingEditor)
Constructs a paste command. |
|
SelectAllCommand(java.lang.String name,
DrawingEditor newDrawingEditor)
Constructs a select all command. |
|
SelectAreaTracker(DrawingEditor newDrawingEditor)
|
|
SelectAreaTracker(DrawingEditor newDrawingEditor,
java.awt.Color rubberBandColor)
|
|
SelectionTool(DrawingEditor newDrawingEditor)
|
|
SendToBackCommand(java.lang.String name,
DrawingEditor newDrawingEditor)
Constructs a send to back command. |
|
StandardDrawingView(DrawingEditor editor)
Constructs the view. |
|
StandardDrawingView(DrawingEditor editor,
int width,
int height)
|
|
ToggleGridCommand(java.lang.String name,
DrawingEditor newDrawingEditor,
java.awt.Point grid)
Constructs a toggle grid command. |
Uses of DrawingEditor in org.jhotdraw.util |
---|
Methods in org.jhotdraw.util that return DrawingEditor | |
---|---|
DrawingEditor |
UndoableTool.editor()
|
DrawingEditor |
UndoableCommand.getDrawingEditor()
|
DrawingEditor |
Command.getDrawingEditor()
|
Constructors in org.jhotdraw.util with parameters of type DrawingEditor | |
---|---|
RedoCommand(java.lang.String name,
DrawingEditor newDrawingEditor)
Constructs a properties command. |
|
UndoCommand(java.lang.String name,
DrawingEditor newDrawingEditor)
Constructs a properties command. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |