org.tm4j.tmnav.renderer .CommonRendererMouseAdapter
Description
MouseAdapter which may be used by Renderers. To be fully functional, a MemberContributor should be set.
Inheritance Hierarchy
- java.awt.event.MouseAdapter
- CommonRendererMouseAdapter
| Method Summary | |
|---|---|
| void |
mouseClicked(java.awt.event.MouseEvent e)
Performs the default-Operation for the AMMember
on which this event originated.
|
| void |
mouseEntered(java.awt.event.MouseEvent e)
Default implementation which changes the Foreground-Color of
the source-Object to red
(if the sourceObject is instance of JComponent)
|
| void |
mouseExited(java.awt.event.MouseEvent e)
Default implementation which changes the Foreground-Color of
the source-Object to black
(if the sourceObject is instance of JComponent)
|
| void | mousePressed(java.awt.event.MouseEvent e) |
| void | mouseReleased(java.awt.event.MouseEvent e) |
| void | setMemberContributor(org.tm4j.tmnav.renderer.MemberContributor memC) |
Related Topics
Imports
Is Contained By
Is Imported By
