org.gnu.gtk.event

Class ItemEvent.Type

public static class ItemEvent.Type extends EventType

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.

Type of a ItemEvent
Field Summary
static ItemEvent.TypeDESELECT
static ItemEvent.TypeSELECT
static ItemEvent.TypeTOGGLE

Field Detail

DESELECT

public static final ItemEvent.Type DESELECT

SELECT

public static final ItemEvent.Type SELECT

TOGGLE

public static final ItemEvent.Type TOGGLE