- sendNotification(int, int, int, String, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
Send a notification to the device dev or to all the devices if dev is null.
- sendNotification(int, int, int, String, String) - Method in class fr.lri.smarties.libserver.Smarties
-
Send a notification to the device with IP ip or to all the devices if ip is null.
- sendNotification(int, int, int, String) - Method in class fr.lri.smarties.libserver.Smarties
-
Send a notification to all the devices.
- sendPuckColor(SmartiesPuck, String, int) - Method in class fr.lri.smarties.libserver.Smarties
-
Send (and set) to the device with IP adress ip, or to all the devices if ip is null,
the color for the puck p (in hexadecimal, e.g.
- sendPuckCursorType(SmartiesPuck, String, int) - Method in class fr.lri.smarties.libserver.Smarties
-
Send (and set) to the device with IP adress ip, or to all the devices if ip is null,
the cursor type of the puck p.
- sendWidgetCheckedItems(int, Vector<Boolean>, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the checked values of the widget (e.g., multi-choice popup) with identifier wid for
the device dev, or for all the devices if dev is null (if dev is null the change is
persistent, i.e., affect the widget for novel connection).
- sendWidgetCheckedItems(int, Vector<Boolean>, String) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the checked items of the widget (e.g., multi-choice popup) with identifier wid for
the device with IP address ip, or for all the devices if ip is null (if ip is null
the change is persistent, i.e., affect the widget for novel connection).
- sendWidgetCheckedItems(int, Vector<Boolean>) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the checked items of the widget (e.g., multi-choice popup) with identifier
wid for all the devices (the change is persistent, i.e., affect the widget for
novel connection).
- sendWidgetFontSize(int, int, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the font size for the widget with identifier wid for device dev,
or for all the devices if dev is null (if dev is null the change is persistent,
i.e., affect the widget for novel connection).
- sendWidgetFontSize(int, int, String) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the font size for the widget with identifier wid for
the device with IP address ip, or for all the devices if ip is null
(if ip is null the change is persistent, i.e., affect the widget
for novel connection).
- sendWidgetFontSize(int, int) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the font size for the widget with identifier wid for
all the devices (the change is persistent, i.e., affect the widget
for novel connection).
- sendWidgetItem(int, int, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the selected item of the widget with identifier wid for
the device dev, or for all the devices if dev is null (if dev is null the
change is persistent, i.e., affect the widget for novel connection).
- sendWidgetItem(int, int, String) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the selected item of the widget with identifier wid for
the device with IP address ip, or for all the devices if ip is null.
- sendWidgetItem(int, int) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the selected item of the widget with identifier wid
for all the devices.
- sendWidgetLabel(int, String, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the label of the widget with identifier wid for device dev,
or for all the devices if dev is null (if dev is null the change is persistent,
i.e., affect the widget for novel connection).
- sendWidgetLabel(int, String, String) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the label of the widget with identifier wid for
the device with IP address ip, or for all the devices (if ip is null
(if ip is null the change is persistent, i.e., affect the widget
for novel connection).
- sendWidgetLabel(int, String) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the label of the widget with identifier wid for
all the devices (the change is persistent, i.e., affect the widget
for novel connection).
- sendWidgetOnState(int, boolean, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the on/off value of the widget (e.g., a toggle button) with identifier wid for
the device dev, or for all the devices if dev is null (if dev is null the change is
persistent, i.e., affect the widget for novel connection).
- sendWidgetOnState(int, boolean, String) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the on/off value of the widget (e.g., a toggle button) with identifier wid for
the device with IP address ip, or for all the devices if ip is null (if ip is null
the change is persistent, i.e., affect the widget for novel connection).
- sendWidgetOnState(int, boolean) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the on/off value of the widget (e.g., a toggle button) with identifier
wid for all the devices (the change is persistent, i.e., affect the widget for
novel connection).
- sendWidgetState(int, int, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the state (enabled/disabled/hidden) of the widget with identifier wid for
the device dev, or for all the devices if dev is null (if dev is null the change is
persistent, i.e., affect the widget for novel connection).
- sendWidgetState(int, int, String) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the state (enabled/disabled/hidden) of the widget with identifier wid for
the device with IP address ip, or for all the devices if ip is null (if ip is null
the change is persistent, i.e., affect the widget for novel connection).
- sendWidgetState(int, int) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the state (enabled/disabled/hidden) of the widget with identifier wid for
all the devices (the change is persistent, i.e., affect the widget for novel
connection).
- sendWidgetValue(int, int, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the value of the widget (e.g., a slider) with identifier wid for
the device dev, or for all the devices if dev is null.
- sendWidgetValue(int, int, String) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the value of the widget (e.g., a slider) with identifier wid for
the device with IP address ip, or for all the devices if ip is null (if ip is
null the change is persistent, i.e., affect the widget for novel connection).
- sendWidgetValue(int, int) - Method in class fr.lri.smarties.libserver.Smarties
-
Send/change the value of the widget (e.g., a slider) with identifier wid for
all the devices (the change is persistent, i.e., affect the widget for novel
connection) .
- setAccelerationParameters(float, float, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
Set the acceleration parameters for indirect one finger touch for the device dev
(or all connected device if dev is null).
- setAccelerationParameters(float, float) - Method in class fr.lri.smarties.libserver.Smarties
-
Set the acceleration parameters for indirect one finger touch for all connected
device (and all future devices that will connect to the server).
- setDeviceOrientation(int) - Method in class fr.lri.smarties.libserver.Smarties
-
Set the orientation of the clients, could be Smarties.SMARTIES_DEVICE_ORIENTATION_LANDSCAPE
or Smarties.SMARTIES_DEVICE_ORIENTATION_PORTRAIT.
- setHideLockedPucks(boolean, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
Instruct the device dev (or all connected device if dev is null) to hide or not the locked
pucks.
- setHideLockedPucks(boolean) - Method in class fr.lri.smarties.libserver.Smarties
-
Instruct all connected device (and all future devices that will connect to the server) to hide or not
the locked pucks.
- setInterfaceButtons(boolean, boolean, boolean, boolean) - Method in class fr.lri.smarties.libserver.Smarties
-
Define the standard interface buttons and icons that appear in the clients interface.
- setPureTouchpad(boolean) - Method in class fr.lri.smarties.libserver.Smarties
-
Set to true to only have the touchpad area in the clients.
- setPureWidgetArea(boolean) - Method in class fr.lri.smarties.libserver.Smarties
-
Set to true to only have the widget area in the clients (no touchpad!).
- setRawTouchEventsConf(boolean, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
Disable/Enable the multi-touch raw events for the device dev or for all
the devices if dev is null.
- setRawTouchEventsConf(boolean) - Method in class fr.lri.smarties.libserver.Smarties
-
Disable/Enable the multi-touch raw events for all
the devices (and all future devices that will connect to the server).
- setSharingPolicyCustom() - Method in class fr.lri.smarties.libserver.Smarties
-
Set the Sharing policy to "custom"
- setSharingPolicyMedium() - Method in class fr.lri.smarties.libserver.Smarties
-
Set the Sharing policy to "medium"
- setSharingPolicyPermissive() - Method in class fr.lri.smarties.libserver.Smarties
-
Set the Sharing policy to "medium"
- setSharingPolicyStrict() - Method in class fr.lri.smarties.libserver.Smarties
-
Set the Sharing policy to "strict"
- setSmartiesTouchEventsConf(boolean, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
Disable/Enable the multi-touch "high-level" Smarties events for the device dev or for all
the devices if dev is null.
- setSmartiesTouchEventsConf(boolean) - Method in class fr.lri.smarties.libserver.Smarties
-
Disable/Enable the multi-touch "high-level" Smarties events for all
the devices (and all future devices that will connect to the server).
- showKeyboard(int, String, int) - Method in class fr.lri.smarties.libserver.Smarties
-
Ask the device with IP address ip to map a keyboard and to unmap it
after a certain number of keys has been typed.
- showKeyboard(int, String) - Method in class fr.lri.smarties.libserver.Smarties
-
Ask the device with IP address ip to map a keyboard.
- showKeyboard(int, SmartiesDevice, int) - Method in class fr.lri.smarties.libserver.Smarties
-
Ask the
SmartiesDevice
dev to map a keyboard and to unmap it
after a certain number of keys has been typed.
- showKeyboard(int, SmartiesDevice) - Method in class fr.lri.smarties.libserver.Smarties
-
- slider_value - Variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIE_EVENTS_TYPE_CREATE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_DELETE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_DOWN - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_END_MFMOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_END_MFPINCH - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_END_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_KEYDOWN - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_KEYUP - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_LONGPRESS - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_MFMOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_MFPINCH - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_MULTI_TAPS - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_NEW_DEVICE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_NONE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_RAW_DOWN - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_RAW_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_RAW_UP - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_SELECT - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_SHARE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_START_MFMOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_START_MFPINCH - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_START_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_STORE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_STRING_EDIT - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_TAP - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_UNSTORE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_EVENTS_TYPE_WIDGET - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_GESTUREMOD_DRAG - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIE_GESTUREMOD_HOVER - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- Smarties - Class in fr.lri.smarties.libserver
-
Smarties central class.
- Smarties(int, int, int, int, int) - Constructor for class fr.lri.smarties.libserver.Smarties
-
Create a Smarties object using an other port than the default "incoming" Smarties port
Smarties.DEFAULT_PORT_SMARTIES
(WARNING the mobile clients should be aware of that!)
- Smarties(int, int, int, int) - Constructor for class fr.lri.smarties.libserver.Smarties
-
Create a Smarties object for running with an application of the given size
running (eventually) with a wall/large display consituted by a tile of
screen.
- SMARTIES_DEVICE_ORIENTATION_LANDSCAPE - Static variable in class fr.lri.smarties.libserver.Smarties
-
- SMARTIES_DEVICE_ORIENTATION_PORTRAIT - Static variable in class fr.lri.smarties.libserver.Smarties
-
- SMARTIES_EVENTS_TYPE_CREATE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_DELETE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_DEVICE_SIZES - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_DOWN - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_END_MFMOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_END_MFPINCH - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_END_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_KEYDOWN - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_KEYUP - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_LONGPRESS - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_MFMOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_MFPINCH - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_MULTI_TAPS - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_NEW_DEVICE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_RAW_DOWN - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_RAW_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_RAW_UP - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_SELECT - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_SHARE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_START_MFMOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_START_MFPINCH - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_START_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_STORE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_STRING_EDIT - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_TAP - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_UNSTORE - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_EVENTS_TYPE_WIDGET - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_GESTUREMOD_DRAG - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_GESTUREMOD_HOVER - Static variable in class fr.lri.smarties.libserver.SmartiesEvent
-
- SMARTIES_OSC_OUT_PORT - Static variable in class fr.lri.smarties.libserver.Smarties
-
Default port that the server should use to send message to
the mobile devices (you should note really care ...
- SMARTIES_PUCK_STATUS_FREE - Static variable in class fr.lri.smarties.libserver.Smarties
-
- SMARTIES_PUCK_STATUS_LOCKED - Static variable in class fr.lri.smarties.libserver.Smarties
-
- SMARTIES_PUCK_STATUS_SELECTED - Static variable in class fr.lri.smarties.libserver.Smarties
-
- SMARTIES_SOUND_ALARM - Static variable in class fr.lri.smarties.libserver.Smarties
-
- SMARTIES_SOUND_NONE - Static variable in class fr.lri.smarties.libserver.Smarties
-
- SMARTIES_SOUND_NOTIFICATION - Static variable in class fr.lri.smarties.libserver.Smarties
-
- SMARTIES_SOUND_RINGTONE - Static variable in class fr.lri.smarties.libserver.Smarties
-
- SMARTIES_WIDGET_BUTTON_CLICK - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_BUTTON_DOWN - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_BUTTON_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_BUTTON_UP - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_STATE_DISABLED - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_STATE_ENABLED - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_STATE_HIDDEN - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_TYPE_BUTTON - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_TYPE_CHECKBOX - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_TYPE_DMUBUTTON - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_TYPE_DUBUTTON - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_TYPE_INCTEXT_BUTTON - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_TYPE_MULTICHOICE - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_TYPE_POPUPMENU - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_TYPE_SLIDER - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_TYPE_SPINNER - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_TYPE_TEXT_BUTTON - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_TYPE_TEXTVIEW - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SMARTIES_WIDGET_TYPE_TOGGLE_BUTTON - Static variable in class fr.lri.smarties.libserver.SmartiesWidget
-
- SmartiesColors - Class in fr.lri.smarties.libserver
-
To get the color of the puck with identifier id.
- SmartiesDevice - Class in fr.lri.smarties.libserver
-
Smarties device.
- SmartiesEvent - Class in fr.lri.smarties.libserver
-
Smarties events.
- SmartiesPuck - Class in fr.lri.smarties.libserver
-
Smarties puck.
- SMARTIESPUCK_CURSORTYPE_ARROW - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
-
- SMARTIESPUCK_CURSORTYPE_CIRCLE - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
-
- SMARTIESPUCK_CURSORTYPE_CROSS - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
-
- SMARTIESPUCK_CURSORTYPE_MOVE - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
-
- SMARTIESPUCK_CURSORTYPE_NONE - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
-
- SMARTIESPUCK_CURSORTYPE_POINT - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
-
- SMARTIESPUCK_CURSORTYPE_SELECT - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
-
- SMARTIESPUCK_CURSORTYPE_TEXT - Static variable in class fr.lri.smarties.libserver.SmartiesPuck
-
- SmartiesWidget - Class in fr.lri.smarties.libserver
-
Smarties widget.
- SmartiesWidgetHandler - Interface in fr.lri.smarties.libserver
-
- stored - Variable in class fr.lri.smarties.libserver.SmartiesPuck
-
is the puck stored