D F G H M S U W
D
- dispose() - Method in class uk.ac.qmul.eecs.depic.jhapticgui.HapticDevice
-
Disposes the haptics: stops any form of interation based on haptics.
- dispose() - Method in interface uk.ac.qmul.eecs.depic.jhapticgui.Haptics
-
Disposes the haptics: stops any form of interation based on haptics.
F
- fireMessageReceived(String, String, int) - Method in class uk.ac.qmul.eecs.depic.jhapticgui.HapticListener
-
Calls messageReceived passing on the message data.
G
- getHapticDevice(InputStream, HapticListener, Dimension) - Method in interface uk.ac.qmul.eecs.depic.jhapticgui.HapticDeviceFactory
-
Creates a new instance of a
HapticDevice
. - getHapticDevice(InputStream, HapticListener, Dimension) - Method in class uk.ac.qmul.eecs.depic.jhapticgui.HapticDeviceWinFactory
-
Creates a new instance of a
HapticDevice
on a Windows platforms. - getListener() - Method in class uk.ac.qmul.eecs.depic.jhapticgui.HapticDevice
-
Returns a handle to the haptic listener associated to this object.
- getListener() - Method in interface uk.ac.qmul.eecs.depic.jhapticgui.Haptics
-
Returns a handle to the haptic listener associated to this object.
H
- HapticDevice - Class in uk.ac.qmul.eecs.depic.jhapticgui
-
A placeholder for a haptic device that exposes a native API.
- HapticDeviceWinFactory - Class in uk.ac.qmul.eecs.depic.jhapticgui
-
A
HapticDevice
factory for Windows platform. - HapticListener - Class in uk.ac.qmul.eecs.depic.jhapticgui
-
A general purpose haptic device listener.
- HapticsException - Exception in uk.ac.qmul.eecs.depic.jhapticgui
-
An Exception generated by a haptic device
- HapticDeviceFactory - Interface in uk.ac.qmul.eecs.depic.jhapticgui
-
An abstract factory interface, as per the Abstract Factory design pattern.
- Haptics - Interface in uk.ac.qmul.eecs.depic.jhapticgui
-
An interface for objects that implement haptics, that is any form of interaction involving the sense of touch.
- HapticDeviceWinFactory() - Constructor for class uk.ac.qmul.eecs.depic.jhapticgui.HapticDeviceWinFactory
- HapticListener() - Constructor for class uk.ac.qmul.eecs.depic.jhapticgui.HapticListener
-
Constructor
- HapticsException() - Constructor for exception uk.ac.qmul.eecs.depic.jhapticgui.HapticsException
-
Constructs a new exception with
null
as its detail message. - HapticsException(String) - Constructor for exception uk.ac.qmul.eecs.depic.jhapticgui.HapticsException
-
Constructs a new exception with the specified detail message.
- HapticsException(String, Throwable) - Constructor for exception uk.ac.qmul.eecs.depic.jhapticgui.HapticsException
-
Constructs a new exception with the specified detail message and cause.
- HapticsException(String, Throwable, boolean, boolean) - Constructor for exception uk.ac.qmul.eecs.depic.jhapticgui.HapticsException
-
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
- HapticsException(Throwable) - Constructor for exception uk.ac.qmul.eecs.depic.jhapticgui.HapticsException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
M
- messageReceived(String, String, int) - Method in class uk.ac.qmul.eecs.depic.jhapticgui.HapticListener
-
Called by the native haptic device handling thread, to notify this thread that a new message has been received.
S
- STOP_MSG - Static variable in class uk.ac.qmul.eecs.depic.jhapticgui.HapticListener
-
This is the string: "stop".
- sendMessage(String, String, int) - Method in class uk.ac.qmul.eecs.depic.jhapticgui.HapticDevice
-
Sends a message to the haptic device.
- sendMessage(String, String, int) - Method in interface uk.ac.qmul.eecs.depic.jhapticgui.Haptics
-
Sends a message to the haptic device.
U
- uk.ac.qmul.eecs.depic.jhapticgui - package uk.ac.qmul.eecs.depic.jhapticgui
W
- WINDOW_MSG - Static variable in class uk.ac.qmul.eecs.depic.jhapticgui.HapticListener
-
This is the string: "window".