@DefaultAnnotation(value=NonNull.class)
Package org.jhotdraw.draw.event
Provides interfaces and classes for dealing with different types of events fired
by components of the drawing framework.
See: Description
-
Interface Summary Interface Description CompositeFigureListener Interface implemented by observers ofCompositeFigure.FigureListener Interface implemented by observers ofFigureobjects.FigureSelectionListener Interface implemented by observers of selection changes inDrawingViewobjects.HandleListener Interface implemented by observers ofHandles.ToolListener Interface implemented by observers ofTools. -
Class Summary Class Description AbstractAttributeEditorHandler<T> AbstractAttributeEditorHandler mediates between an AttributeEditor and the currently selected Figure's in a DrawingEditor.AttributeChangeEdit<T> AnUndoableEditevent which can undo a change of aFigureattribute.BezierNodeEdit AnUndoableEditevent which can undo a change of a node in aBezierFigure.CompositeFigureEdit ACompositeEditwhich invokesfigure.willChangeandfigure.changedwhen undoing or redoing a change.CompositeFigureEvent AnEventObjectsent toCompositeFigureListeners.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 receivingFigureEvents.FigureAttributeEditorHandler<T> FigureAttributeEditorHandler mediates between an AttributeEditor and the currently selected Figure's in a DrawingEditor.FigureEvent AnEventObjectsent toFigureListeners.FigureSelectionEvent AnEventObjectsent toFigureSelectionListeners.HandleEvent AnEventObjectsent toHandleListeners.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 receivingToolEvents.ToolEvent An event sent to ToolListener's.TransformEdit AnUndoableEditevent which can undo a lossless transform ofFigures by applying the inverse of the transform to the figures.TransformRestoreEdit AnUndoableEditevent which can undo a lossy transform of a singleFigureby restoring the figure using its transform restore data.
Package org.jhotdraw.draw.event Description
Provides interfaces and classes for dealing with different types of events fired
by components of the drawing framework.
DataMelt 3.0 © DataMelt by jWork.ORG