|
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.CalendarEventKeyAction
Describes the event that a Key Action was performed.
| Constructor Summary | |
CalendarEventKeyAction(CalendarComponent calendarComponent,
CalendarPartInfo calendarPartInfo,
KeyEventType keyEventType,
java.awt.event.KeyEvent keyEvent)
Create a CalendarEventKeyAction event. |
|
| Method Summary | |
java.awt.event.KeyEvent |
getKeyEvent()
Get the keyEvent associated. |
KeyEventType |
getKeyEventType()
Get the keyEventType 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 CalendarEventKeyAction(CalendarComponent calendarComponent,
CalendarPartInfo calendarPartInfo,
KeyEventType keyEventType,
java.awt.event.KeyEvent keyEvent)
calendarComponent - The parent CalendarComponent object.calendarPartInfo - The calendarPartInfo related to the event.keyEventType - The key event type.keyEvent - The key event associated.| Method Detail |
public java.awt.event.KeyEvent getKeyEvent()
public KeyEventType getKeyEventType()
|
Calendar Component v5.1 www.calendarcomponent.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||