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