| 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. |