Package com.portal.app.comp
Class TableLinkAdapter
java.lang.Object
java.awt.event.MouseMotionAdapter
com.portal.app.comp.TableLinkAdapter
- All Implemented Interfaces:
MouseMotionListener
,EventListener
This class is used as an adapter which will show a handcursor
if the cell renderer is of the type PLinkRenderer or Link.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method will listen to mouse motion events and will show a hand cursor if the cell renderer is of the type PLinkRenderer or LinkMethods inherited from class java.awt.event.MouseMotionAdapter
mouseDragged
-
Constructor Details
-
TableLinkAdapter
public TableLinkAdapter()
-
-
Method Details
-
mouseMoved
This method will listen to mouse motion events and will show a hand cursor if the cell renderer is of the type PLinkRenderer or Link- Specified by:
mouseMoved
in interfaceMouseMotionListener
- Overrides:
mouseMoved
in classMouseMotionAdapter
-