Uses of Class
jet.events.EventType

Packages that use EventType
jet.events   
jet.html   
jet.html.core   
 

Uses of EventType in jet.events
 

Fields in jet.events declared as EventType
private  EventType[] EventProxy.eventTypes
           
private  EventType EventProxy.newType
           
 

Methods in jet.events that return EventType
static EventType EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventType[] EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jet.events with parameters of type EventType
EventProxy(EventSupport support, java.lang.Object src, EventType[] eventTypes, EventType newType)
          Creates a new instance of EventProxy
EventProxy(EventSupport support, java.lang.Object src, EventType[] eventTypes, EventType newType)
          Creates a new instance of EventProxy
 

Uses of EventType in jet.html
 

Methods in jet.html with parameters of type EventType
 void JetComponent.addListener(EventType type, EventListener listener)
           
 void JetComponent.removeListener(EventType type, EventListener listener)
           
 

Uses of EventType in jet.html.core
 

Methods in jet.html.core with parameters of type EventType
 void JetComponent.addListener(EventType type, EventListener listener)
           
 void JetComponent.removeListener(EventType type, EventListener listener)