See: Description
Interface | Description |
---|---|
CompositeFigureListener |
Interface implemented by observers of
CompositeFigure . |
FigureListener |
Interface implemented by observers of
Figure objects. |
FigureSelectionListener |
Interface implemented by observers of selection changes in
DrawingView objects. |
HandleListener |
Interface implemented by observers of
Handle s. |
ToolListener |
Interface implemented by observers of
Tool s. |
Class | Description |
---|---|
AbstractAttributeEditorHandler<T> |
AbstractAttributeEditorHandler mediates between an AttributeEditor and the
currently selected Figure's in a DrawingEditor.
|
AttributeChangeEdit<T> |
An
UndoableEdit event which can undo a change of a Figure
attribute. |
BezierNodeEdit |
An
UndoableEdit event which can undo a change of a node in
a BezierFigure . |
CompositeFigureEdit |
A
CompositeEdit which invokes figure.willChange
and figure.changed when undoing or redoing a change. |
CompositeFigureEvent |
An
EventObject sent to CompositeFigureListener s. |
DrawingAttributeEditorHandler<T> |
FigureAttributeEditorHandler mediates between an AttributeEditor and the
currently selected Figure's in a DrawingEditor.
|
DrawingComponentRepainter |
Calls repaint on components, which show attributes of a drawing object
on the current view of the editor.
|
FigureAdapter |
An abstract adapter class for receiving
FigureEvent s. |
FigureAttributeEditorHandler<T> |
FigureAttributeEditorHandler mediates between an AttributeEditor and the
currently selected Figure's in a DrawingEditor.
|
FigureEvent |
An
EventObject sent to FigureListener s. |
FigureSelectionEvent |
An
EventObject sent to FigureSelectionListener s. |
HandleEvent |
An
EventObject sent to HandleListener s. |
HandleMulticaster |
Forwards events to one or many handles.
|
SelectionComponentDisplayer |
Calls setVisible(true/false) on components, which show attributes of the
drawing editor and of its views based on the current selection.
|
SelectionComponentRepainter |
Calls repaint on components, which show attributes of the drawing editor
and of its views based on the current selection.
|
SetBoundsEdit |
SetBoundsEdit.
|
ToolAdapter |
An abstract adapter class for receiving
ToolEvent s. |
ToolEvent |
An event sent to ToolListener's.
|
TransformEdit |
An
UndoableEdit event which can undo a lossless transform of
Figure s by applying the inverse of the transform to the figures. |
TransformRestoreEdit |
An
UndoableEdit event which can undo a lossy transform of a single
Figure by restoring the figure using its transform restore data. |