|
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.FigureAdapter
org.jhotdraw.draw.event.DrawingComponentRepainter
public class DrawingComponentRepainter
Calls repaint on components, which show attributes of a drawing object on the current view of the editor.
Constructor Summary | |
---|---|
DrawingComponentRepainter(DrawingEditor editor,
javax.swing.JComponent component)
|
Method Summary | |
---|---|
void |
attributeChanged(FigureEvent evt)
Sent when an attribute of the figure has changed. |
void |
dispose()
Disposes of all resources held by this object so that they can be garbage collected. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
Methods inherited from class org.jhotdraw.draw.event.FigureAdapter |
---|
areaInvalidated, figureAdded, figureChanged, figureHandlesChanged, figureRemoved, figureRequestRemove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DrawingComponentRepainter(DrawingEditor editor, javax.swing.JComponent component)
Method Detail |
---|
public void attributeChanged(FigureEvent evt)
FigureListener
attributeChanged
in interface FigureListener
attributeChanged
in class FigureAdapter
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
public void dispose()
Disposable
dispose
in interface Disposable
|
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 |