|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Uses of AbstractGestureDevice in org.ximtec.igesture.algorithm.rubine3d.tools |
|---|
| Subclasses of AbstractGestureDevice in org.ximtec.igesture.algorithm.rubine3d.tools | |
|---|---|
class |
WiiReader
|
| Uses of AbstractGestureDevice in org.ximtec.igesture.io |
|---|
| Methods in org.ximtec.igesture.io that return AbstractGestureDevice | |
|---|---|
AbstractGestureDevice<?,?> |
DeviceUserAssociation.getDeviceItem()
Get the device of this association. |
| Methods in org.ximtec.igesture.io that return types with arguments of type AbstractGestureDevice | |
|---|---|
Set<AbstractGestureDevice<?,?>> |
DeviceDiscoveryService.discover()
Discover and return the found devices. |
Set<AbstractGestureDevice<?,?>> |
IDeviceManager.getDevices()
Get all devices registered with the controller. |
| Methods in org.ximtec.igesture.io with parameters of type AbstractGestureDevice | |
|---|---|
void |
IDeviceManager.addDevice(AbstractGestureDevice<?,?> device,
IUser user)
Add a device and associate it with a user. |
void |
IDeviceManager.associateUser(AbstractGestureDevice<?,?> device,
IUser user)
Associate a user with a device. |
void |
IDeviceManager.notifyDeviceManagerListener(int operation,
AbstractGestureDevice<?,?> device)
|
void |
IDeviceManager.removeDevice(AbstractGestureDevice<?,?> device)
Remove a device. |
void |
DeviceManagerListener.updateDeviceManagerListener(int operation,
AbstractGestureDevice<?,?> device)
|
| Constructors in org.ximtec.igesture.io with parameters of type AbstractGestureDevice | |
|---|---|
DeviceUserAssociation(AbstractGestureDevice<?,?> device,
IUser user)
Constructor |
|
| Uses of AbstractGestureDevice in org.ximtec.igesture.io.mouseclient |
|---|
| Subclasses of AbstractGestureDevice in org.ximtec.igesture.io.mouseclient | |
|---|---|
class |
MouseReader
A mouse reader. |
class |
SwingMouseReader
Comment |
| Uses of AbstractGestureDevice in org.ximtec.igesture.io.tuio |
|---|
| Subclasses of AbstractGestureDevice in org.ximtec.igesture.io.tuio | |
|---|---|
class |
TuioReader
Reader that initializes the TuioConnection and handles the events caused by the TuioConnection. |
class |
TuioReader2D
Reader that initializes the TuioConnection and handles the events caused by the TuioConnection. |
class |
TuioReader3D
Reader that initializes the TuioConnection and handles the events caused by the TuioConnection. |
| Uses of AbstractGestureDevice in org.ximtec.igesture.tool.service |
|---|
| Subclasses of AbstractGestureDevice in org.ximtec.igesture.tool.service | |
|---|---|
class |
SwingMouseReaderService
Service Wrapper for InputDeviceClient |
| Uses of AbstractGestureDevice in org.ximtec.igesture.tool.view |
|---|
| Methods in org.ximtec.igesture.tool.view with parameters of type AbstractGestureDevice | |
|---|---|
void |
DeviceListPanel.addDevice(AbstractGestureDevice<?,?> device)
|
void |
DeviceListPanel.removeDevice(AbstractGestureDevice<?,?> device)
|
void |
DeviceListPanelListener.updateDeviceListPanelListener(AbstractGestureDevice<?,?> device)
|
| Uses of AbstractGestureDevice in org.ximtec.igesture.tool.view.admin.panel |
|---|
| Methods in org.ximtec.igesture.tool.view.admin.panel with parameters of type AbstractGestureDevice | |
|---|---|
void |
SampleDescriptorPanel.updateDeviceListPanelListener(AbstractGestureDevice<?,?> device)
|
void |
SampleDescriptor3DPanel.updateDeviceListPanelListener(AbstractGestureDevice<?,?> device)
|
void |
SampleDescriptorPanel.updateDeviceManagerListener(int operation,
AbstractGestureDevice<?,?> device)
|
void |
SampleDescriptor3DPanel.updateDeviceManagerListener(int operation,
AbstractGestureDevice<?,?> device)
|
void |
CompositeDescriptorPanel.updateDeviceManagerListener(int operation,
AbstractGestureDevice<?,?> device)
|
| Uses of AbstractGestureDevice in org.ximtec.igesture.tool.view.composite |
|---|
| Methods in org.ximtec.igesture.tool.view.composite with parameters of type AbstractGestureDevice | |
|---|---|
void |
CompositeView.updateDeviceManagerListener(int operation,
AbstractGestureDevice<?,?> device)
|
| Uses of AbstractGestureDevice in org.ximtec.igesture.tool.view.devicemanager |
|---|
| Subclasses of AbstractGestureDevice in org.ximtec.igesture.tool.view.devicemanager | |
|---|---|
class |
BlueToothReader
Dummy BlueTooth Device |
| Methods in org.ximtec.igesture.tool.view.devicemanager that return types with arguments of type AbstractGestureDevice | |
|---|---|
Set<AbstractGestureDevice<?,?>> |
DeviceManagerController.getDevices()
|
| Methods in org.ximtec.igesture.tool.view.devicemanager with parameters of type AbstractGestureDevice | |
|---|---|
void |
DeviceManagerController.addDevice(AbstractGestureDevice<?,?> device,
IUser user)
|
void |
DeviceManagerController.associateUser(AbstractGestureDevice<?,?> device,
IUser user)
|
void |
DeviceManagerController.notifyDeviceManagerListener(int operation,
AbstractGestureDevice<?,?> device)
|
void |
DeviceManagerController.removeDevice(AbstractGestureDevice<?,?> device)
|
| Uses of AbstractGestureDevice in org.ximtec.igesture.tool.view.devicemanager.discoveryservice |
|---|
| Methods in org.ximtec.igesture.tool.view.devicemanager.discoveryservice that return AbstractGestureDevice | |
|---|---|
AbstractGestureDevice<?,?> |
BluetoothDeviceConverter.createDevice(javax.bluetooth.RemoteDevice device,
javax.bluetooth.DeviceClass clazz)
Create a AbstractGestureDevice from a found BlueTooth device. |
| Methods in org.ximtec.igesture.tool.view.devicemanager.discoveryservice that return types with arguments of type AbstractGestureDevice | |
|---|---|
Set<AbstractGestureDevice<?,?>> |
BluetoothDeviceDiscoveryService.discover()
|
Set<AbstractGestureDevice<?,?>> |
AbstractTuioDeviceDiscoveryService.discover()
|
| Uses of AbstractGestureDevice in org.ximtec.igesture.tool.view.testbench.panel |
|---|
| Methods in org.ximtec.igesture.tool.view.testbench.panel with parameters of type AbstractGestureDevice | |
|---|---|
void |
ConfigurationPanel.updateDeviceListPanelListener(AbstractGestureDevice<?,?> device)
|
void |
ConfigurationPanel.updateDeviceManagerListener(int operation,
AbstractGestureDevice<?,?> device)
|
| Uses of AbstractGestureDevice in org.ximtec.igesture.tool.view.testset.panel |
|---|
| Methods in org.ximtec.igesture.tool.view.testset.panel with parameters of type AbstractGestureDevice | |
|---|---|
void |
TestClassPanel.updateDeviceListPanelListener(AbstractGestureDevice<?,?> device)
|
void |
TestClassPanel.updateDeviceManagerListener(int operation,
AbstractGestureDevice<?,?> device)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||