Generated by
JDiff

Interface org.jhotdraw.draw.DrawingView

Documentation changed from old to new.

Added Methods
Handle getActiveHandle() Gets the active handle.
DrawingEditor getEditor() Gets the drawing editor associated to the DrawingView.
void repaintHandles() Repaints the handles of the view.
void setActiveHandle(Handle) Sets the active handle.
 

Changed Methods
void addKeyListener(KeyListener) Documentation changed from old to new.
Adds a key listener to the drawing view.
void addMouseListener(MouseListener) Documentation changed from old to new.
Adds a mouse listener to the drawing view.
void addMouseMotionListener(MouseMotionListener) Documentation changed from old to new.
Adds a mouse motion listener to the drawing view.
void addPropertyChangeListener(PropertyChangeListener) Documentation changed from old to new.
Adds a property change listener to the drawing view.
void removeKeyListener(KeyListener) Documentation changed from old to new.
Removes a key listener to the drawing view.
void removeMouseListener(MouseListener) Documentation changed from old to new.
Removes a mouse listener to the drawing view.
void removeMouseMotionListener(MouseMotionListener) Documentation changed from old to new.
Removes a mouse motion listener to the drawing view.
void removePropertyChangeListener(PropertyChangeListener) Documentation changed from old to new.
Removes a property change listener to the drawing view.
 

Added Fields
String ACTIVE_HANDLE_PROPERTY This constant is used to identify the activeHandle property of the DrawingView.