JTablet 1.2.0 API

Package cello.jtablet.event

Provides interfaces and classes for dealing with tablet events on AWT components.

See:
          Description

Interface Summary
TabletListener The listener interface for receiving tablet events on a component (similar to MouseListener and MouseMotionListener).
 

Class Summary
TabletAdapter This class is a convenience class that implements TabletListener as empty methods.
TabletEvent An event that indicates cursor input occurred on the given component.
TabletFunneler A convenience class that implements TabletListener as a funnel to a single abstract method you can implement to handle all events.
 

Enum Summary
TabletEvent.Type This enum is used to specify the possible types of a TabletEvent.
 

Package cello.jtablet.event Description

Provides interfaces and classes for dealing with tablet events on AWT components.

See Also:
TabletListener

JTablet 1.2.0 API