org.jhotdraw.draw.event
Class DrawingAttributeEditorHandler<T>
- java.lang.Object
-
- org.jhotdraw.draw.event.AbstractAttributeEditorHandler<T>
-
- org.jhotdraw.draw.event.DrawingAttributeEditorHandler<T>
-
- All Implemented Interfaces:
- Disposable
public class DrawingAttributeEditorHandler<T> extends AbstractAttributeEditorHandler<T>
FigureAttributeEditorHandler mediates between an AttributeEditor and the currently selected Figure's in a DrawingEditor.
-
-
Constructor Summary
Constructors Constructor and Description DrawingAttributeEditorHandler(AttributeKey<T> key, AttributeEditor<T> attributeEditor, DrawingEditor drawingEditor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description DrawinggetDrawing()voidsetDrawing(Drawing newValue)-
Methods inherited from class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
dispose, getAttributeEditor, getAttributeKey, getEditor, getView, isUpdateDrawingEditorDefaults, setAttributeEditor, setAttributeKey, setEditor, setUpdateDrawingEditorDefaults, setView
-
-
-
-
Constructor Detail
-
DrawingAttributeEditorHandler
public DrawingAttributeEditorHandler(AttributeKey<T> key, AttributeEditor<T> attributeEditor, @Nullable DrawingEditor drawingEditor)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG