Package | Description |
---|---|
info.bioinfweb.tic.input |
Contains classes providing adapters between mouse and key events from Swing or SWT and TIC.
|
Modifier and Type | Class and Description |
---|---|
class |
TICInputEvent
All toolkit independent input events in TIC should be inherited from this class.
|
class |
TICKeyEvent
TIC event object that is used to represent a toolkit independent key event.
|
class |
TICMouseEvent
TIC event object that is used to represent a toolkit independent mouse event.
|
class |
TICMouseWheelEvent
TIC event object that is used to represent a toolkit independent mouse wheel event.
|
Modifier and Type | Method and Description |
---|---|
TICEvent |
TICEvent.clone() |
TICEvent |
TICEvent.cloneWithNewSource(TICComponent source)
Creates a copy of this event with all properties set to identical values but with a
different source.
|