|
JHotDraw 7.5.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jhotdraw.draw.event.AbstractAttributeEditorHandler<T>
org.jhotdraw.draw.event.DrawingAttributeEditorHandler<T>
public class DrawingAttributeEditorHandler<T>
FigureAttributeEditorHandler mediates between an AttributeEditor and the currently selected Figure's in a DrawingEditor.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jhotdraw.draw.event.AbstractAttributeEditorHandler |
---|
AbstractAttributeEditorHandler.EventHandler |
Field Summary |
---|
Fields inherited from class org.jhotdraw.draw.event.AbstractAttributeEditorHandler |
---|
activeView, attributeEditor, attributeKey, attributeRestoreData, defaultAttributes, drawingEditor, updateDepth, view |
Constructor Summary | |
---|---|
DrawingAttributeEditorHandler(AttributeKey<T> key,
AttributeEditor<T> attributeEditor,
DrawingEditor drawingEditor)
|
Method Summary | |
---|---|
Drawing |
getDrawing()
|
protected java.util.Set<Figure> |
getEditedFigures()
|
void |
setDrawing(Drawing newValue)
|
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 |
Constructor Detail |
---|
public DrawingAttributeEditorHandler(AttributeKey<T> key, AttributeEditor<T> attributeEditor, DrawingEditor drawingEditor)
Method Detail |
---|
public void setDrawing(Drawing newValue)
public Drawing getDrawing()
protected java.util.Set<Figure> getEditedFigures()
getEditedFigures
in class AbstractAttributeEditorHandler<T>
|
Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |