semorg.gui.util
Class CalendarControl.SWTCalendarEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.swt.internal.SWTEventObject
          extended by org.eclipse.swt.events.TypedEvent
              extended by semorg.gui.util.CalendarControl.SWTCalendarEvent
All Implemented Interfaces:
Serializable
Enclosing class:
CalendarControl

public class CalendarControl.SWTCalendarEvent
extends org.eclipse.swt.events.TypedEvent

The Class SWTCalendarEvent.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          The Constant serialVersionUID.
 
Fields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CalendarControl.SWTCalendarEvent(org.eclipse.swt.widgets.Event event)
          Instantiates a new SWT calendar event.
 
Method Summary
 Calendar getCalendar()
          Returns the calendar.
 
Methods inherited from class org.eclipse.swt.events.TypedEvent
toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
The Constant serialVersionUID.

See Also:
Constant Field Values
Constructor Detail

CalendarControl.SWTCalendarEvent

public CalendarControl.SWTCalendarEvent(org.eclipse.swt.widgets.Event event)
Instantiates a new SWT calendar event.

Parameters:
event - the event
Method Detail

getCalendar

public Calendar getCalendar()
Returns the calendar.

Returns:
the calendar