|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ActivateHandler | Handler interface for ActivateEvent events. |
| BeginHandler | Handler interface for BeginEvent events. |
| EndHandler | Handler interface for EndEvent events. |
| FocusInHandler | Handler interface for FocusInEvent events. |
| FocusOutHandler | Handler interface for FocusOutEvent events. |
| HasActivateHandlers | A widget that implements this interface provides registration for
ActivateHandler instances. |
| HasAnimationHandlers | This is a convenience interface that includes all animation handlers defined by SVG. |
| HasBeginHandlers | A widget that implements this interface provides registration for
BeginHandler instances. |
| HasDocumentHandlers | This is a convenience interface that includes all document handlers defined by SVG. |
| HasEndHandlers | A widget that implements this interface provides registration for
EndHandler instances. |
| HasFocusInHandlers | A widget that implements this interface provides registration for
FocusInHandler instances. |
| HasFocusOutHandlers | A widget that implements this interface provides registration for
FocusOutHandler instances. |
| HasGraphicalHandlers | This is a convenience interface that includes all graphical handlers defined by SVG. |
| HasRepeatHandlers | A widget that implements this interface provides registration for
RepeatHandler instances. |
| HasSVGZoomHandlers | A widget that implements this interface provides registration for
SVGZoomHandler instances. |
| RepeatHandler | Handler interface for RepeatEvent events. |
| SVGZoomHandler | Handler interface for SVGZoomEvent events. |
| Class Summary | |
|---|---|
| ActivateEvent | The activate event occurs when an element is activated, for instance, thru a mouse click or a keypress. |
| BeginEvent | This event is raised when the element local timeline begins to play. |
| EndEvent | This event is raised at the active end of the element. |
| FocusInEvent | The DOMFocusIn event occurs when an EventTarget receives focus. |
| FocusOutEvent | The DOMFocusOut event occurs when an EventTarget loses focus. |
| RepeatEvent | This event is raised when an element local timeline repeats. |
| SVGZoomEvent | The zoom event occurs when the user initiates an action which causes the current view of the SVG document fragment to be rescaled. |
| TimeEvent<H extends EventHandler> | The TimeEvent interface provides specific contextual information associated with Time events. |
SVG-specific event handler classes. The classes in this package correspond to event classes which extend the GWT event model with new SVG-specific events, as well as handlers for subscribing to these events.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||