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.
- Version:
- $Id: FigureAttributeEditorHandler.java 621 2010-01-17 13:43:26Z rawcoder $
- Author:
- Werner Randelshofer
Constructor Summary |
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)
|
Methods inherited from class org.jhotdraw.draw.event.AbstractAttributeEditorHandler |
dispose, getActiveView, getAttributeEditor, getAttributeKey, getDrawingEditor, getView, isUpdateDrawingEditorDefaults, setAttributeEditor, setAttributeKey, setDrawingEditor, setUpdateDrawingEditorDefaults, setView, updateActiveView, updateAttributeEditor, updateFigures |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
getEditedFigures
protected java.util.Set<Figure> getEditedFigures()
- Specified by:
getEditedFigures
in class AbstractAttributeEditorHandler<T>