Skip navigation links
A C D E F G H I J K M P R S T U V 

T

TargetToolkit - Enum in info.bioinfweb.tic
Enumerates the supported toolkits of TIC (currently Swing and SWT).
TICComponent - Class in info.bioinfweb.tic
This is the parent class of all GUI components based in TIC.
TICComponent() - Constructor for class info.bioinfweb.tic.TICComponent
Creates a new instance of this class.
TICEvent - Class in info.bioinfweb.tic.input
The base class of all events in the context of a TICComponent.
TICEvent(TICComponent) - Constructor for class info.bioinfweb.tic.input.TICEvent
 
TICInputEvent - Class in info.bioinfweb.tic.input
All toolkit independent input events in TIC should be inherited from this class.
TICInputEvent(TICComponent, int, long, int) - Constructor for class info.bioinfweb.tic.input.TICInputEvent
Creates a new instance of this class.
TICKeyAdapter - Class in info.bioinfweb.tic.input
Adapter class that implements all methods of an TICKeyListener.
TICKeyAdapter() - Constructor for class info.bioinfweb.tic.input.TICKeyAdapter
 
TICKeyEvent - Class in info.bioinfweb.tic.input
TIC event object that is used to represent a toolkit independent key event.
TICKeyEvent(TICComponent, int, long, int, int, int, char) - Constructor for class info.bioinfweb.tic.input.TICKeyEvent
 
TICKeyEventComponentForwarder - Class in info.bioinfweb.tic.input.component
An TIC key event listener that forwards all received TICKeyEvents to a set of TICComponents.
TICKeyEventComponentForwarder(Set<TICComponent>) - Constructor for class info.bioinfweb.tic.input.component.TICKeyEventComponentForwarder
 
TICKeyListener - Interface in info.bioinfweb.tic.input
Implement this interface to listen to key events of TICComponents.
TICListenerSet<L extends java.util.EventListener> - Class in info.bioinfweb.tic.input
Manages a list of TIC event listeners.
TICListenerSet(TICComponent) - Constructor for class info.bioinfweb.tic.input.TICListenerSet
 
TICMouseAdapter - Class in info.bioinfweb.tic.input
Adapter class that implements all methods of an TICMouseListener.
TICMouseAdapter() - Constructor for class info.bioinfweb.tic.input.TICMouseAdapter
 
TICMouseEvent - Class in info.bioinfweb.tic.input
TIC event object that is used to represent a toolkit independent mouse event.
TICMouseEvent(TICComponent, int, long, int, int, int, boolean, int, int) - Constructor for class info.bioinfweb.tic.input.TICMouseEvent
 
TICMouseEventComponentForwarder - Class in info.bioinfweb.tic.input.component
An TIC mouse event listener that forwards all received TICMouseEvents to a set TICComponents.
TICMouseEventComponentForwarder(Set<TICComponent>) - Constructor for class info.bioinfweb.tic.input.component.TICMouseEventComponentForwarder
 
TICMouseListener - Interface in info.bioinfweb.tic.input
Implement this interface to listen to mouse events of TICComponents.
TICMouseWheelEvent - Class in info.bioinfweb.tic.input
TIC event object that is used to represent a toolkit independent mouse wheel event.
TICMouseWheelEvent(TICComponent, int, long, int, int, int, boolean, int, int, int, double) - Constructor for class info.bioinfweb.tic.input.TICMouseWheelEvent
 
TICMouseWheelEventComponentForwarder - Class in info.bioinfweb.tic.input.component
An TIC mouse wheel event listener that forwards all received TICMouseWheelEvents to a set of TICComponents.
TICMouseWheelEventComponentForwarder(Set<TICComponent>) - Constructor for class info.bioinfweb.tic.input.component.TICMouseWheelEventComponentForwarder
 
TICMouseWheelListener - Interface in info.bioinfweb.tic.input
Implement this interface to listen to mouse wheel events of TICComponents.
TICPaintEvent - Class in info.bioinfweb.tic
Event that notifies implementations of PaintableArea that a part of their associated components have to be repainted.
TICPaintEvent(Object, Graphics2D, Rectangle2D) - Constructor for class info.bioinfweb.tic.TICPaintEvent
Creates a new instance of this class.
TICScrollEvent - Class in info.bioinfweb.tic.scrolling
An object describing a scroll event of a ScrollingTICComponent.
TICScrollEvent(ScrollingToolkitComponent) - Constructor for class info.bioinfweb.tic.scrolling.TICScrollEvent
Creates a new instance of this class.
TICScrollListener - Interface in info.bioinfweb.tic.scrolling
Listener interface to be implemented by classes that want to be informed in changes of the scroll position of instances of ScrollingTICComponent.
ToolkitComponent - Interface in info.bioinfweb.tic.toolkit
Interface to be implemented by all toolkit-specific GUI components associated with a TICComponent.
ToolkitSpecificInstantiationException - Exception in info.bioinfweb.tic.exception
Exception that indicates that creating a toolkit specific instance related to a TICComponent failed.
ToolkitSpecificInstantiationException(Throwable) - Constructor for exception info.bioinfweb.tic.exception.ToolkitSpecificInstantiationException
 
ToolkitSpecificInstantiationException(String) - Constructor for exception info.bioinfweb.tic.exception.ToolkitSpecificInstantiationException
 
transformMouseX(int) - Method in class info.bioinfweb.tic.input.AbstractSWTMouseEventForwarder
Edits the x-coordinate of a mouse event according to the values of DirectPaintingSWTScrollContainer#getScrollOffsetX() if the owner of the listener set implements DirectPaintingSWTScrollContainer.
transformMouseY(int) - Method in class info.bioinfweb.tic.input.AbstractSWTMouseEventForwarder
Edits the y-coordinate of a mouse event according to the values of DirectPaintingSWTScrollContainer#getScrollOffsetY() if the owner of the listener set implements DirectPaintingSWTScrollContainer.
A C D E F G H I J K M P R S T U V 
Skip navigation links