org.gnu.gtk.event
Class CalendarEvent.Type

java.lang.Object
  |
  +--org.gnu.gtk.event.GtkEventType
        |
        +--org.gnu.gtk.event.CalendarEvent.Type
Enclosing class:
CalendarEvent

public static class CalendarEvent.Type
extends GtkEventType

Type of a CalendarEvent


Field Summary
static CalendarEvent.Type DAY_SELECTED
          Emitted when the user selects a day.
static CalendarEvent.Type DAY_SELECTED_DOUBLE_CLICK
          Emitted when the user double-clicks on a day.
static CalendarEvent.Type MONTH_CHANGED
          Emitted when the user clicks a button to change the selected month.
static CalendarEvent.Type YEAR_CHANGED
          Emitted when the user clicks a button to change the selected year.
 
Methods inherited from class org.gnu.gtk.event.GtkEventType
getID, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DAY_SELECTED

public static final CalendarEvent.Type DAY_SELECTED
Emitted when the user selects a day.


DAY_SELECTED_DOUBLE_CLICK

public static final CalendarEvent.Type DAY_SELECTED_DOUBLE_CLICK
Emitted when the user double-clicks on a day.


MONTH_CHANGED

public static final CalendarEvent.Type MONTH_CHANGED
Emitted when the user clicks a button to change the selected month.


YEAR_CHANGED

public static final CalendarEvent.Type YEAR_CHANGED
Emitted when the user clicks a button to change the selected year.


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net