Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.events
Class CalendarEventKeyAction

java.lang.Object
  extended bycom.imagine.component.calendar.events.CalendarEvent
      extended bycom.imagine.component.calendar.events.CalendarEventInputAction
          extended bycom.imagine.component.calendar.events.CalendarEventKeyAction

public class CalendarEventKeyAction
extends CalendarEventInputAction

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

CalendarEventKeyAction

public CalendarEventKeyAction(CalendarComponent calendarComponent,
                              CalendarPartInfo calendarPartInfo,
                              KeyEventType keyEventType,
                              java.awt.event.KeyEvent keyEvent)
Create a CalendarEventKeyAction event.

Parameters:
calendarComponent - The parent CalendarComponent object.
calendarPartInfo - The calendarPartInfo related to the event.
keyEventType - The key event type.
keyEvent - The key event associated.
Method Detail

getKeyEvent

public java.awt.event.KeyEvent getKeyEvent()
Get the keyEvent associated.

Returns:
The keyEvent asssociated.

getKeyEventType

public KeyEventType getKeyEventType()
Get the keyEventType associated.

Returns:
The keyEventType asssociated.

Calendar Component v5.1
www.calendarcomponent.com