public class FigureAttributeEditorHandler<T> extends AbstractAttributeEditorHandler<T>
AbstractAttributeEditorHandler.EventHandler
activeView, attributeEditor, attributeKey, attributeRestoreData, defaultAttributes, editor, updateDepth, view
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) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<Figure> |
getEditedFigures() |
dispose, getActiveView, getAttributeEditor, getAttributeKey, getEditor, getView, isUpdateDrawingEditorDefaults, setAttributeEditor, setAttributeKey, setEditor, setUpdateDrawingEditorDefaults, setView, updateActiveView, updateAttributeEditor, updateFigures
public FigureAttributeEditorHandler(AttributeKey<T> key, AttributeEditor<T> attributeEditor, DrawingEditor drawingEditor)
public FigureAttributeEditorHandler(AttributeKey<T> key, AttributeEditor<T> attributeEditor, DrawingEditor drawingEditor, boolean updateDrawingEditorDefaults)
public FigureAttributeEditorHandler(AttributeKey<T> key, java.util.Map<AttributeKey,java.lang.Object> defaultAttributes, AttributeEditor<T> attributeEditor, DrawingEditor drawingEditor, boolean updateDrawingEditorDefaults)
protected java.util.Set<Figure> getEditedFigures()
getEditedFigures
in class AbstractAttributeEditorHandler<T>