|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagine.component.calendar.events.CalendarEvent
com.imagine.component.calendar.events.CalendarEventMouseMotionAction
Describes the event that a Mouse Motion Action was performed.
Constructor Summary | |
CalendarEventMouseMotionAction(CalendarComponent calendarComponent,
MouseMotionEventType mouseMotionEventType,
java.awt.event.MouseEvent mouseEvent)
Create a CalendarEventMouseMotionAction event. |
Method Summary | |
java.awt.event.MouseEvent |
getMouseEvent()
Get the mouseEvent associated. |
MouseMotionEventType |
getMouseMotionEventType()
Get the mouseMotionEventType associated. |
Methods inherited from class com.imagine.component.calendar.events.CalendarEvent |
getCalendarComponent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CalendarEventMouseMotionAction(CalendarComponent calendarComponent, MouseMotionEventType mouseMotionEventType, java.awt.event.MouseEvent mouseEvent)
calendarComponent
- The parent CalendarComponent object.mouseMotionEventType
- The type of mouse motion event.mouseEvent
- The mouse event associated.Method Detail |
public java.awt.event.MouseEvent getMouseEvent()
public MouseMotionEventType getMouseMotionEventType()
|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |