public class DrawingAttributeEditorHandler<T> extends AbstractAttributeEditorHandler<T>
AbstractAttributeEditorHandler.EventHandler
activeView, attributeEditor, attributeKey, attributeRestoreData, defaultAttributes, editor, updateDepth, view
Constructor and Description |
---|
DrawingAttributeEditorHandler(AttributeKey<T> key,
AttributeEditor<T> attributeEditor,
DrawingEditor drawingEditor) |
Modifier and Type | Method and Description |
---|---|
Drawing |
getDrawing() |
protected java.util.Set<Figure> |
getEditedFigures() |
void |
setDrawing(Drawing newValue) |
dispose, getActiveView, getAttributeEditor, getAttributeKey, getEditor, getView, isUpdateDrawingEditorDefaults, setAttributeEditor, setAttributeKey, setEditor, setUpdateDrawingEditorDefaults, setView, updateActiveView, updateAttributeEditor, updateFigures
public DrawingAttributeEditorHandler(AttributeKey<T> key, AttributeEditor<T> attributeEditor, DrawingEditor drawingEditor)
public void setDrawing(Drawing newValue)
public Drawing getDrawing()
protected java.util.Set<Figure> getEditedFigures()
getEditedFigures
in class AbstractAttributeEditorHandler<T>