See: Description
Interface | Description |
---|---|
TICKeyListener |
Implement this interface to listen to key events of
TICComponent s. |
TICMouseListener |
Implement this interface to listen to mouse events of
TICComponent s. |
Class | Description |
---|---|
TICComponentKeyListenersList |
Contains a list of
TICMouseListener s and delegates all Swing and SWT events to the entries in this list. |
TICComponentMouseListenersList |
Contains a list of
TICMouseListener s and delegates all Swing and SWT events to the entries in this list. |
TICInputEvent |
All toolkit independent input events in TIC should be inherited from this class.
|
TICKeyAdapter | |
TICKeyEvent |
TIC event object that is used to represent a toolkit independent key event.
|
TICMouseAdapter | |
TICMouseEvent |