See: Description
| Interface | Description |
|---|---|
| TICKeyListener |
Implement this interface to listen to key events of
TICComponents. |
| TICMouseListener |
Implement this interface to listen to mouse events of
TICComponents. |
| TICMouseWheelListener |
Implement this interface to listen to mouse wheel events of
TICComponents. |
| Class | Description |
|---|---|
| AbstractEventForwarder<L extends java.util.EventListener> |
Implemented shared functionality for toolkit-specific event forwarders.
|
| AbstractSWTMouseEventForwarder<L extends java.util.EventListener> |
Abstract base class for all SWT mouse event forwarders.
|
| SwingKeyEventForwarder |
Contains a list of
TICMouseListeners and delegates all Swing events to the entries in this list. |
| SwingMouseEventForwarder |
Contains a list of
TICMouseListeners and delegates all Swing events to the entries in this list. |
| SwingMouseWheelEventForwarder |
Contains a list of
TICMouseWheelListeners and delegates all Swing events to the entries in this list. |
| SWTKeyEventForwarder |
Contains a list of
TICMouseListeners and delegates all SWT events to the entries in this list. |
| SWTMouseEventForwarder |
Contains a list of
TICMouseListeners and delegates all Swing and SWT events to the entries in this list. |
| SWTMouseWheelEventForwarder |
Contains a list of
TICMouseWheelListeners and delegates all SWT events to the entries in this list. |
| SWTSwingEventConversionTools |
Tool class that converts property values of Swing and SWT events.
|
| TICEvent |
The base class of all events in the context of a
TICComponent. |
| TICInputEvent |
All toolkit independent input events in TIC should be inherited from this class.
|
| TICKeyAdapter |
Adapter class that implements all methods of an
TICKeyListener. |
| TICKeyEvent |
TIC event object that is used to represent a toolkit independent key event.
|
| TICListenerSet<L extends java.util.EventListener> |
Manages a list of TIC event listeners.
|
| TICMouseAdapter |
Adapter class that implements all methods of an
TICMouseListener. |
| TICMouseEvent |
TIC event object that is used to represent a toolkit independent mouse event.
|
| TICMouseWheelEvent |
TIC event object that is used to represent a toolkit independent mouse wheel event.
|