Modifier and Type | Class and Description |
---|---|
class |
MoveBetweenContainerBehaviour
The Class MoveBetweenContainerBehaviour.
|
class |
RotateTranslateScaleBehaviour
The Class RotateTranslateScaleBehaviour.
|
class |
ThreeDRotateInteraction
The Class ThreeDRotateInteraction.
|
Modifier and Type | Class and Description |
---|---|
class |
GestureDetectionBehaviour
The Class GestureDetectionBehaviour.
|
Modifier and Type | Class and Description |
---|---|
class |
InertiaBehaviour
The Class InertiaBehaviour.
|
Modifier and Type | Class and Description |
---|---|
class |
ItemDragAndDropWorker
The Class ItemDragAndDropWorker.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiTouchEventDispatcher
The Class MultiTouchEventDispatcher.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IMultiTouchEventListener> |
MultiTouchEventDispatcher.getListeners()
Gets the listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiTouchEventDispatcher.addListener(IMultiTouchEventListener listener)
Adds the listener.
|
void |
MultiTouchEventDispatcher.remove(IMultiTouchEventListener listener)
Removes the.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiTouchEventDispatcher.addListeners(java.util.List<IMultiTouchEventListener> listeners)
Adds the listeners.
|
void |
MultiTouchEventDispatcher.removeListeners(java.util.List<IMultiTouchEventListener> listeners)
Removes the listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyboardBehaviour
The Class KeyboardBehaviour.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICursorOverlay
The Interface ICursorOverlay.
|
interface |
ICursorTrailsOverlay
The Interface ICursorTrailsOverlay.
|
Modifier and Type | Class and Description |
---|---|
class |
Gravity
The Class Gravity.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiTouchEventAdapter
The Class MultiTouchEventAdapter.
|
class |
MultiTouchInputComponent
Manages a multi-touch input source and passes it through a set of filters.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiTouchInputComponent.registerMultiTouchEventListener(IMultiTouchEventListener listener) |
void |
IMultiTouchInputSource.registerMultiTouchEventListener(IMultiTouchEventListener listener)
Register the listener to receive multi-touch events, as defined in
IMultiTouchInputListener.
|
void |
IMultiTouchEventProducer.registerMultiTouchEventListener(IMultiTouchEventListener listener)
Register multi touch event listener.
|
void |
MultiTouchInputComponent.registerMultiTouchEventListener(IMultiTouchEventListener listener,
int index) |
void |
IMultiTouchInputSource.registerMultiTouchEventListener(IMultiTouchEventListener listener,
int index)
Register multi touch event listener.
|
void |
IMultiTouchEventProducer.registerMultiTouchEventListener(IMultiTouchEventListener listener,
int index)
Register multi touch event listener.
|
void |
MultiTouchInputComponent.unregisterMultiTouchEventListener(IMultiTouchEventListener listener) |
void |
IMultiTouchInputSource.unregisterMultiTouchEventListener(IMultiTouchEventListener listener)
Stops the listener from receiving multi-touch events.
|
void |
IMultiTouchEventProducer.unregisterMultiTouchEventListener(IMultiTouchEventListener listener)
Unregister multi touch event listener.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMultiTouchInputFilter
The Interface IMultiTouchInputFilter.
|
Modifier and Type | Method and Description |
---|---|
void |
IMultiTouchInputFilter.setNext(IMultiTouchEventListener el)
Sets the next.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingFilter
Logs all actions to a log file.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggingFilter.setNext(IMultiTouchEventListener el) |
Modifier and Type | Class and Description |
---|---|
class |
SingleInputFilter
Ensures only one cursor is active at any one time.
|
Modifier and Type | Method and Description |
---|---|
void |
SingleInputFilter.setNext(IMultiTouchEventListener el) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadedLuminMultiTouchInput.registerMultiTouchEventListener(IMultiTouchEventListener listener) |
void |
LuminMultiTouchInput.registerMultiTouchEventListener(IMultiTouchEventListener listener) |
void |
ThreadedLuminMultiTouchInput.registerMultiTouchEventListener(IMultiTouchEventListener listener,
int index) |
void |
LuminMultiTouchInput.registerMultiTouchEventListener(IMultiTouchEventListener listener,
int index) |
void |
ThreadedLuminMultiTouchInput.unregisterMultiTouchEventListener(IMultiTouchEventListener listener) |
void |
LuminMultiTouchInput.unregisterMultiTouchEventListener(IMultiTouchEventListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMultiTouchSimulator.registerMultiTouchEventListener(IMultiTouchEventListener listener) |
void |
AbstractMultiTouchSimulator.registerMultiTouchEventListener(IMultiTouchEventListener listener,
int index) |
void |
AbstractMultiTouchSimulator.unregisterMultiTouchEventListener(IMultiTouchEventListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
TUIOMultiTouchInput.registerMultiTouchEventListener(IMultiTouchEventListener listener) |
void |
TUIOMultiTouchInput.registerMultiTouchEventListener(IMultiTouchEventListener listener,
int index) |
void |
TUIOMultiTouchInput.unregisterMultiTouchEventListener(IMultiTouchEventListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
Win7TouchInput.registerMultiTouchEventListener(IMultiTouchEventListener listener) |
void |
Win7TouchInput.registerMultiTouchEventListener(IMultiTouchEventListener listener,
int index) |
void |
Win7TouchInput.unregisterMultiTouchEventListener(IMultiTouchEventListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
PickedItemDispatcher
The Class PickedItemDispatcher.
|
Modifier and Type | Class and Description |
---|---|
class |
LittleFishes
The Class LittleFishes.
|
Modifier and Type | Class and Description |
---|---|
class |
GravitySim
The Class GravitySim.
|
Modifier and Type | Class and Description |
---|---|
class |
TablePosApp
The Class TablePosApp.
|
Modifier and Type | Class and Description |
---|---|
class |
FlickGameApp
The Class FlickGameApp.
|
Modifier and Type | Class and Description |
---|---|
class |
FlickStudyApp
The Class FlickStudyApp.
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkFlickBehaviour
Behaviour for items which are intended to be capable of being flicked across
the network.
|
Modifier and Type | Class and Description |
---|---|
class |
PTMListener
The listener interface for receiving PTM events.
|
Modifier and Type | Class and Description |
---|---|
class |
TrackedApp
The Class TrackedApp.
|
Modifier and Type | Class and Description |
---|---|
class |
DemoTrackedApp
The Class DemoTrackedApp.
|
Modifier and Type | Class and Description |
---|---|
class |
EarlyYearsTrackedApp
The Class EarlyYearsTrackedApp.
|
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentExplorerTrackedApp
The Class EnvironmentExplorerTrackedApp.
|
Modifier and Type | Class and Description |
---|---|
class |
StickerbookTrackedApp
The Class StickerbookTrackedApp.
|
Modifier and Type | Class and Description |
---|---|
class |
TrainTracksTrackedApp
The Class TrainTracksTrackedApp.
|
Modifier and Type | Class and Description |
---|---|
class |
MysteriesApp
The Class MysteriesApp.
|
Modifier and Type | Class and Description |
---|---|
class |
NumberNetTracked
The Class NumberNetTracked.
|