org.gnu.gtk.event
Class CalendarEvent.Type

java.lang.Object
  extended by org.gnu.glib.EventType
      extended by org.gnu.gtk.event.CalendarEvent.Type
Enclosing class:
CalendarEvent

Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

public static class CalendarEvent.Type
extends org.gnu.glib.EventType

Type of a CalendarEvent


Field Summary
static CalendarEvent.Type DAY_SELECTED
          Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
static CalendarEvent.Type DAY_SELECTED_DOUBLE_CLICK
          Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
static CalendarEvent.Type MONTH_CHANGED_NEXT
          Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
static CalendarEvent.Type MONTH_CHANGED_PREV
          Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
static CalendarEvent.Type YEAR_CHANGED_NEXT
          Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
static CalendarEvent.Type YEAR_CHANGED_PREV
          Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
 
Method Summary
 
Methods inherited from class org.gnu.glib.EventType
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
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when the user selects a day.


DAY_SELECTED_DOUBLE_CLICK

public static final CalendarEvent.Type DAY_SELECTED_DOUBLE_CLICK
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when the user double-clicks on a day.


MONTH_CHANGED_NEXT

public static final CalendarEvent.Type MONTH_CHANGED_NEXT
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when the user clicks a button to change the selected month.


MONTH_CHANGED_PREV

public static final CalendarEvent.Type MONTH_CHANGED_PREV
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when the user clicks a button to change the selected month.


YEAR_CHANGED_NEXT

public static final CalendarEvent.Type YEAR_CHANGED_NEXT
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when the user clicks a button to change the selected year.


YEAR_CHANGED_PREV

public static final CalendarEvent.Type YEAR_CHANGED_PREV
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when the user clicks a button to change the selected year.