|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jhotdraw.gui.AbstractAttributeEditorHandler<T>
org.jhotdraw.gui.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.gui.AbstractAttributeEditorHandler |
|---|
AbstractAttributeEditorHandler.EventHandler |
| Field Summary | |
|---|---|
private Drawing |
drawing
|
| Fields inherited from class org.jhotdraw.gui.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.gui.AbstractAttributeEditorHandler |
|---|
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 |
| Field Detail |
|---|
private Drawing drawing
| 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>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||