| 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. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TICComponent.dispatchEvent(TICInputEvent event) |
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
TICInputEvent |
TICInputEvent.clone() |
TICInputEvent |
TICInputEvent.cloneWithNewSource(TICComponent source) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractEventComponentForwarder.dispatchEvent(TICInputEvent event) |