|
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.CalendarEventMouseAction
Describes the event that a Mouse Action was performed.
| Constructor Summary | |
CalendarEventMouseAction(CalendarComponent calendarComponent,
CalendarPartInfo calendarPartInfo,
MouseEventType mouseEventType,
java.awt.event.MouseEvent mouseEvent)
Create a CalendarEventMouseAction event. |
|
| Method Summary | |
java.awt.event.MouseEvent |
getMouseEvent()
Get the mouseEvent associated. |
MouseEventType |
getMouseEventType()
Get the mouseEventType 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 CalendarEventMouseAction(CalendarComponent calendarComponent,
CalendarPartInfo calendarPartInfo,
MouseEventType mouseEventType,
java.awt.event.MouseEvent mouseEvent)
calendarComponent - The parent CalendarComponent object.calendarPartInfo - The calendarPartInfo related to the event.mouseEventType - The mouse event type.mouseEvent - The mouse event associated.| Method Detail |
public java.awt.event.MouseEvent getMouseEvent()
public MouseEventType getMouseEventType()
|
Calendar Component v5.1 www.calendarcomponent.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||