| Package | Description |
|---|---|
| info.bioinfweb.tic |
TIC - Tool Independent Components
|
| info.bioinfweb.tic.input |
Contains classes providing adapters between mouse and key events from Swing or SWT and TIC.
|
| info.bioinfweb.tic.input.component |
Contains classes that allow to forward mouse and key events between different
TICComponents. |
| Class and Description |
|---|
| TICInputEvent
All toolkit independent input events in TIC should be inherited from this class.
|
| TICKeyListener
Implement this interface to listen to key events of
TICComponents. |
| TICListenerSet
Manages a list of TIC event listeners.
|
| TICMouseListener
Implement this interface to listen to mouse events of
TICComponents. |
| TICMouseWheelListener
Implement this interface to listen to mouse wheel events of
TICComponents. |
| Class and Description |
|---|
| AbstractEventForwarder
Implemented shared functionality for toolkit-specific event forwarders.
|
| AbstractSWTMouseEventForwarder
Abstract base class for all SWT mouse event forwarders.
|
| 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.
|
| TICKeyEvent
TIC event object that is used to represent a toolkit independent key event.
|
| TICKeyListener
Implement this interface to listen to key events of
TICComponents. |
| TICListenerSet
Manages a list of TIC event listeners.
|
| TICMouseEvent
TIC event object that is used to represent a toolkit independent mouse event.
|
| TICMouseListener
Implement this interface to listen to mouse events of
TICComponents. |
| TICMouseWheelEvent
TIC event object that is used to represent a toolkit independent mouse wheel event.
|
| TICMouseWheelListener
Implement this interface to listen to mouse wheel events of
TICComponents. |
| Class and Description |
|---|
| TICInputEvent
All toolkit independent input events in TIC should be inherited from this class.
|
| TICKeyEvent
TIC event object that is used to represent a toolkit independent key event.
|
| TICKeyListener
Implement this interface to listen to key events of
TICComponents. |
| TICMouseEvent
TIC event object that is used to represent a toolkit independent mouse event.
|
| TICMouseListener
Implement this interface to listen to mouse events of
TICComponents. |
| TICMouseWheelEvent
TIC event object that is used to represent a toolkit independent mouse wheel event.
|
| TICMouseWheelListener
Implement this interface to listen to mouse wheel events of
TICComponents. |