|
Calendar Component v5.1 www.calendarcomponent.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.CalendarEventInputAction
com.imagine.component.calendar.events.CalendarEventMouseMotionAction
Describes the event that a Mouse Motion Action was performed.
| Constructor Summary | |
CalendarEventMouseMotionAction(CalendarComponent calendarComponent,
CalendarPartInfo calendarPartInfo,
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.CalendarEventInputAction |
getRelatedCalendarPartInfo |
| Methods inherited from class com.imagine.component.calendar.events.CalendarEvent |
consume, getCalendarComponent, isConsumed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CalendarEventMouseMotionAction(CalendarComponent calendarComponent,
CalendarPartInfo calendarPartInfo,
MouseMotionEventType mouseMotionEventType,
java.awt.event.MouseEvent mouseEvent)
calendarComponent - The parent CalendarComponent object.calendarPartInfo - The calendarPartInfo related to the event.mouseMotionEventType - The type of mouse motion event.mouseEvent - The mouse event associated.| Method Detail |
public java.awt.event.MouseEvent getMouseEvent()
public MouseMotionEventType getMouseMotionEventType()
|
Calendar Component v5.1 www.calendarcomponent.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||