A C D E G H I K L M O P R S T W

A

AccelerationChangeEvent - class com.phidgets.event.AccelerationChangeEvent.
This class represents the data for an AccelerationChangeEvent.
AccelerationChangeEvent(Phidget, int, double) - Constructor for class com.phidgets.event.AccelerationChangeEvent
Class constructor.
AccelerationChangeListener - interface com.phidgets.event.AccelerationChangeListener.
This interface represents a AccelerationChangeEvent.
AccelerometerPhidget - class com.phidgets.AccelerometerPhidget.
This class represents a Phidget Accelerometer.
AccelerometerPhidget() - Constructor for class com.phidgets.AccelerometerPhidget
 
AdvancedServoPhidget - class com.phidgets.AdvancedServoPhidget.
This class represents a Phidget Advanced Servo Controller.
AdvancedServoPhidget() - Constructor for class com.phidgets.AdvancedServoPhidget
 
AttachEvent - class com.phidgets.event.AttachEvent.
This class represents the data for a AttachEvent.
AttachEvent(Phidget) - Constructor for class com.phidgets.event.AttachEvent
Class constructor.
AttachListener - interface com.phidgets.event.AttachListener.
This interface represents a AttachEvent.
accelerationChanged(AccelerationChangeEvent) - Method in interface com.phidgets.event.AccelerationChangeListener
This method is called with the event data when a new event arrives.
add(String, String) - Method in class com.phidgets.Dictionary
Adds a new key to the Dictionary, or modifies the value of an existing key.
add(String, String, boolean) - Method in class com.phidgets.Dictionary
Adds a new key to the Dictionary, or modifies the value of an existing key.
addAccelerationChangeListener(AccelerationChangeListener) - Method in class com.phidgets.AccelerometerPhidget
Adds an acceleration change listener.
addAttachListener(AttachListener) - Method in class com.phidgets.Manager
Adds an attach listener.
addAttachListener(AttachListener) - Method in class com.phidgets.Phidget
Adds an attach listener.
addCurrentChangeListener(CurrentChangeListener) - Method in class com.phidgets.AdvancedServoPhidget
Adds a current change listener.
addCurrentChangeListener(CurrentChangeListener) - Method in class com.phidgets.MotorControlPhidget
Adds a current change listener.
addCurrentChangeListener(CurrentChangeListener) - Method in class com.phidgets.StepperPhidget
Adds a current change listener.
addDetachListener(DetachListener) - Method in class com.phidgets.Manager
Adds a detach listener.
addDetachListener(DetachListener) - Method in class com.phidgets.Phidget
Adds a detach listener.
addEncoderPositionChangeListener(EncoderPositionChangeListener) - Method in class com.phidgets.EncoderPhidget
Adds a position change listener.
addErrorListener(ErrorListener) - Method in class com.phidgets.Phidget
Adds an error listener.
addInputChangeListener(InputChangeListener) - Method in class com.phidgets.EncoderPhidget
Adds an input change listener.
addInputChangeListener(InputChangeListener) - Method in class com.phidgets.InterfaceKitPhidget
Adds an input change listener.
addInputChangeListener(InputChangeListener) - Method in class com.phidgets.MotorControlPhidget
Adds an input change listener.
addInputChangeListener(InputChangeListener) - Method in class com.phidgets.StepperPhidget
Adds an input change listener.
addKeyChangeListener(KeyChangeListener) - Method in class com.phidgets.DictionaryKeyListener
Add a new listener for key change events.
addKeyRemovalListener(KeyRemovalListener) - Method in class com.phidgets.DictionaryKeyListener
Add a new listener for key removal events.
addMotorVelocityChangeListener(MotorVelocityChangeListener) - Method in class com.phidgets.MotorControlPhidget
Adds a velocity change listener.
addOutputChangeListener(OutputChangeListener) - Method in class com.phidgets.InterfaceKitPhidget
Adds an output change listener.
addOutputChangeListener(OutputChangeListener) - Method in class com.phidgets.RFIDPhidget
Adds an output change listener.
addPHChangeListener(PHChangeListener) - Method in class com.phidgets.PHSensorPhidget
Adds a pH change listener.
addSensorChangeListener(SensorChangeListener) - Method in class com.phidgets.InterfaceKitPhidget
Adds a sensor change listener.
addServerConnectListener(ServerConnectListener) - Method in class com.phidgets.Dictionary
Adds an serverConnect listener.
addServerConnectListener(ServerConnectListener) - Method in class com.phidgets.Manager
Adds an serverConnect listener.
addServerConnectListener(ServerConnectListener) - Method in class com.phidgets.Phidget
Adds an serverConnect listener.
addServerDisconnectListener(ServerDisconnectListener) - Method in class com.phidgets.Dictionary
Adds an serverDisconnect listener.
addServerDisconnectListener(ServerDisconnectListener) - Method in class com.phidgets.Manager
Adds an serverDisconnect listener.
addServerDisconnectListener(ServerDisconnectListener) - Method in class com.phidgets.Phidget
Adds an serverDisconnect listener.
addServoPositionChangeListener(ServoPositionChangeListener) - Method in class com.phidgets.AdvancedServoPhidget
Adds a position change listener.
addServoPositionChangeListener(ServoPositionChangeListener) - Method in class com.phidgets.ServoPhidget
Adds a servo position change listener.
addServoVelocityChangeListener(ServoVelocityChangeListener) - Method in class com.phidgets.AdvancedServoPhidget
Adds a velocity change listener.
addStepperPositionChangeListener(StepperPositionChangeListener) - Method in class com.phidgets.StepperPhidget
Adds a position change listener.
addStepperVelocityChangeListener(StepperVelocityChangeListener) - Method in class com.phidgets.StepperPhidget
Adds a velocity change listener.
addTagGainListener(TagGainListener) - Method in class com.phidgets.RFIDPhidget
Adds a tag gained listener.
addTagLossListener(TagLossListener) - Method in class com.phidgets.RFIDPhidget
Adds a tag lost listener.
addTemperatureChangeListener(TemperatureChangeListener) - Method in class com.phidgets.TemperatureSensorPhidget
Adds a temperature change listener.
addWeightChangeListener(WeightChangeListener) - Method in class com.phidgets.WeightSensorPhidget
Adds a weight change listener.
attached(AttachEvent) - Method in interface com.phidgets.event.AttachListener
This method is called with the event data when a new event arrives.

C

CurrentChangeEvent - class com.phidgets.event.CurrentChangeEvent.
This class represents the data for a CurrentChangeEvent.
CurrentChangeEvent(Phidget, int, double) - Constructor for class com.phidgets.event.CurrentChangeEvent
Class constructor.
CurrentChangeListener - interface com.phidgets.event.CurrentChangeListener.
This interface represents a CurrentChangeEvent.
close() - Method in class com.phidgets.Dictionary
Closes this Dictionary.
close() - Method in class com.phidgets.Manager
Shuts down the Phidget Manager.
close() - Method in class com.phidgets.Phidget
Closes this Phidget.
com.phidgets - package com.phidgets
This package contains classes for each type of Phidget, as well as a Phidget Manager.
com.phidgets.event - package com.phidgets.event
This package contains interfaces and data classes for all Phidget related events.
currentChanged(CurrentChangeEvent) - Method in interface com.phidgets.event.CurrentChangeListener
This method is called with the event data when a new event arrives.

D

DetachEvent - class com.phidgets.event.DetachEvent.
This class represents the data for a DetachEvent.
DetachEvent(Phidget) - Constructor for class com.phidgets.event.DetachEvent
Class constructor.
DetachListener - interface com.phidgets.event.DetachListener.
This interface represents a DetachEvent.
Dictionary - class com.phidgets.Dictionary.
This class represents the Phidget Dictionary.
Dictionary() - Constructor for class com.phidgets.Dictionary
The default constructor.
DictionaryKeyListener - class com.phidgets.DictionaryKeyListener.
This class represents a key listener.
DictionaryKeyListener(Dictionary, String) - Constructor for class com.phidgets.DictionaryKeyListener
Creates a new key listener, for a specific pattern, on a specific dictionary object.
detached(DetachEvent) - Method in interface com.phidgets.event.DetachListener
This method is called with the event data when a new event arrives.
disableLogging() - Static method in class com.phidgets.Phidget
Turns off logging in the native C Library.

E

EPHIDGET_BADPASSWORD - Static variable in class com.phidgets.PhidgetException
Authorization exception.
EPHIDGET_BADVERSION - Static variable in class com.phidgets.PhidgetException
Version mismatch exception.
EPHIDGET_CLOSED - Static variable in class com.phidgets.PhidgetException
Phidget closed exception.
EPHIDGET_DUPLICATE - Static variable in class com.phidgets.PhidgetException
Duplicate request exception.
EPHIDGET_EVENT - Static variable in class com.phidgets.PhidgetException
Event exception.
EPHIDGET_INTERRUPTED - Static variable in class com.phidgets.PhidgetException
Interrupted exception.
EPHIDGET_INVALID - Static variable in class com.phidgets.PhidgetException
Invalid error exception.
EPHIDGET_INVALIDARG - Static variable in class com.phidgets.PhidgetException
Invalid argument exception.
EPHIDGET_NETWORK - Static variable in class com.phidgets.PhidgetException
Network exception.
EPHIDGET_NETWORK_NOTCONNECTED - Static variable in class com.phidgets.PhidgetException
Network not connected exception.
EPHIDGET_NOMEMORY - Static variable in class com.phidgets.PhidgetException
No memory exception.
EPHIDGET_NOTATTACHED - Static variable in class com.phidgets.PhidgetException
Phidget not attached exception.
EPHIDGET_NOTFOUND - Static variable in class com.phidgets.PhidgetException
Phidget not found exception.
EPHIDGET_OUTOFBOUNDS - Static variable in class com.phidgets.PhidgetException
Out of bounds exception.
EPHIDGET_TIMEOUT - Static variable in class com.phidgets.PhidgetException
Timeout exception.
EPHIDGET_UNEXPECTED - Static variable in class com.phidgets.PhidgetException
Unexpected exception.
EPHIDGET_UNKNOWNVAL - Static variable in class com.phidgets.PhidgetException
Value unknown exception.
EPHIDGET_UNSUPPORTED - Static variable in class com.phidgets.PhidgetException
Unsupported exception.
EPHIDGET_WRONGDEVICE - Static variable in class com.phidgets.PhidgetException
Wrong device exception.
EncoderPhidget - class com.phidgets.EncoderPhidget.
This class represents a Phidget Encoder.
EncoderPhidget() - Constructor for class com.phidgets.EncoderPhidget
 
EncoderPositionChangeEvent - class com.phidgets.event.EncoderPositionChangeEvent.
This class represents the data for a EncoderPositionChangeEvent.
EncoderPositionChangeEvent(Phidget, int, int, int) - Constructor for class com.phidgets.event.EncoderPositionChangeEvent
Class constructor.
EncoderPositionChangeListener - interface com.phidgets.event.EncoderPositionChangeListener.
This interface represents an EncoderPositionChangeEvent.
ErrorEvent - class com.phidgets.event.ErrorEvent.
This class represents the data for a ErrorEvent.
ErrorEvent(Phidget) - Constructor for class com.phidgets.event.ErrorEvent
Class constructor.
ErrorListener - interface com.phidgets.event.ErrorListener.
This interface represents a ErrorEvent.
enableLogging(int, String) - Static method in class com.phidgets.Phidget
Turns on logging in the native C Library.
encoderPositionChanged(EncoderPositionChangeEvent) - Method in interface com.phidgets.event.EncoderPositionChangeListener
This method is called with the event data when a new event arrives.
equals(Object) - Method in class com.phidgets.Phidget
Compares two Phidgets.
error(ErrorEvent) - Method in interface com.phidgets.event.ErrorListener
This method is called with the event data when a new event arrives.

G

get(String) - Method in class com.phidgets.Dictionary
This method is not yet implemented and will always throw a PhidgetException if called.
getAcceleration(int) - Method in class com.phidgets.AccelerometerPhidget
Returns the acceleration of a particular axis.
getAcceleration(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns a motor's acceleration.
getAcceleration(int) - Method in class com.phidgets.MotorControlPhidget
Returns a motor's acceleration.
getAcceleration(int) - Method in class com.phidgets.StepperPhidget
Returns a motor's acceleration.
getAccelerationChangeTrigger(int) - Method in class com.phidgets.AccelerometerPhidget
Returns the change trigger for an Axis.
getAccelerationMax(int) - Method in class com.phidgets.AccelerometerPhidget
Returns the maximum acceleration value that this axis will report.
getAccelerationMax(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns the maximum acceleration that a motor will accept, or return.
getAccelerationMax(int) - Method in class com.phidgets.MotorControlPhidget
Returns the maximum acceleration that a motor will accept, or return.
getAccelerationMax(int) - Method in class com.phidgets.StepperPhidget
Returns the maximum acceleration that a motor will accept, or return.
getAccelerationMin(int) - Method in class com.phidgets.AccelerometerPhidget
Returns the minimum acceleration value that this axis will report.
getAccelerationMin(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns the minimum acceleration that a motor will accept, or return.
getAccelerationMin(int) - Method in class com.phidgets.MotorControlPhidget
Returns the minimum acceleration that a motor will accept, or return.
getAccelerationMin(int) - Method in class com.phidgets.StepperPhidget
Returns the minimum acceleration that a motor will accept, or return.
getAmbientTemperature() - Method in class com.phidgets.TemperatureSensorPhidget
Returns the temperature of the ambient sensor.
getAmbientTemperatureMax() - Method in class com.phidgets.TemperatureSensorPhidget
Returns the maximum temperature that will be returned by the ambient sensor.
getAmbientTemperatureMin() - Method in class com.phidgets.TemperatureSensorPhidget
Returns the minimum temperature that will be returned by the ambient sensor.
getAntennaOn() - Method in class com.phidgets.RFIDPhidget
Returns the state of the antenna.
getAxisCount() - Method in class com.phidgets.AccelerometerPhidget
Returns the number of accelerometer axes.
getBacklight() - Method in class com.phidgets.TextLCDPhidget
Returns the status of the backlight.
getBrightness() - Method in class com.phidgets.TextLEDPhidget
Returns the bringhtness.
getColumnCount() - Method in class com.phidgets.TextLCDPhidget
Returns the number of columns (characters per row) available on the display.
getColumnCount() - Method in class com.phidgets.TextLEDPhidget
Returns the number of columns (Characters per row).
getContrast() - Method in class com.phidgets.TextLCDPhidget
Returns the contrastof the display.
getCurrent(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns a motor's current usage.
getCurrent(int) - Method in class com.phidgets.MotorControlPhidget
Returns a motor's current usage.
getCurrent(int) - Method in class com.phidgets.StepperPhidget
Returns a motor's current usage.
getCurrentLimit(int) - Method in class com.phidgets.StepperPhidget
Returns the current limit.
getCurrentMax(int) - Method in class com.phidgets.StepperPhidget
Returns the maximum current that a stepper motor will accept, or return.
getCurrentMin(int) - Method in class com.phidgets.StepperPhidget
Returns the minimum current that a stepper motor will accept, or return.
getCurrentPosition(int) - Method in class com.phidgets.StepperPhidget
Returns a motor's current position.
getCursor() - Method in class com.phidgets.TextLCDPhidget
Returns the status of the cursor.
getCursorBlink() - Method in class com.phidgets.TextLCDPhidget
Returns the status of the cursor blink.
getDescription() - Method in class com.phidgets.PhidgetException
Returns a description of this exception.
getDeviceClass() - Method in class com.phidgets.Phidget
Returns the Device Class of this Phidget.
getDeviceID() - Method in class com.phidgets.Phidget
Returns the Device ID of this Phidget.
getDeviceLabel() - Method in class com.phidgets.Phidget
Returns the label associated with this Phidget.
getDeviceName() - Method in class com.phidgets.Phidget
Return the name of this Phidget.
getDeviceType() - Method in class com.phidgets.Phidget
Return the device type of this Phidget.
getDeviceVersion() - Method in class com.phidgets.Phidget
Returns the device version of this Phidget.
getDictionary() - Method in class com.phidgets.DictionaryKeyListener
Returns the Dictionary object that this listener is listening on.
getDiscreteLED(int) - Method in class com.phidgets.LEDPhidget
Returns the brightness value of an LED.
getEncoderCount() - Method in class com.phidgets.EncoderPhidget
Returns number of encoders.
getEncoderPosition(int) - Method in class com.phidgets.EncoderPhidget
Deprecated. Replaced by EncoderPhidget.getPosition(int)
getEngaged(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns the engaged state of a motor.
getEngaged(int) - Method in class com.phidgets.ServoPhidget
Returns the engaged state or a servo
getEngaged(int) - Method in class com.phidgets.StepperPhidget
Returns the engaged state of a motor.
getErrorNumber() - Method in class com.phidgets.PhidgetException
Returns the error number of this exception.
getIndex() - Method in class com.phidgets.event.AccelerationChangeEvent
Returns the index of the axis.
getIndex() - Method in class com.phidgets.event.CurrentChangeEvent
Returns the index of the motor.
getIndex() - Method in class com.phidgets.event.EncoderPositionChangeEvent
Returns the index of the encoder.
getIndex() - Method in class com.phidgets.event.InputChangeEvent
Returns the index of the digital input.
getIndex() - Method in class com.phidgets.event.MotorVelocityChangeEvent
Returns the index of the motor.
getIndex() - Method in class com.phidgets.event.OutputChangeEvent
Returns the index of the output.
getIndex() - Method in class com.phidgets.event.SensorChangeEvent
Returns the index of the sensor.
getIndex() - Method in class com.phidgets.event.ServoPositionChangeEvent
Returns the index of the servo motor.
getIndex() - Method in class com.phidgets.event.ServoVelocityChangeEvent
Returns the index of the Servo.
getIndex() - Method in class com.phidgets.event.StepperPositionChangeEvent
Returns the index of the Stepper motor.
getIndex() - Method in class com.phidgets.event.StepperVelocityChangeEvent
Returns the index of the Stepper.
getIndex() - Method in class com.phidgets.event.TemperatureChangeEvent
Returns the index of the temperature sensor.
getInputCount() - Method in class com.phidgets.EncoderPhidget
Returns number of digital inputs.
getInputCount() - Method in class com.phidgets.InterfaceKitPhidget
Returns the number of ditigal inputs on this Interface Kit.
getInputCount() - Method in class com.phidgets.MotorControlPhidget
Returns the number of digital inputs.
getInputCount() - Method in class com.phidgets.StepperPhidget
Returns the number of digital inputs.
getInputState(int) - Method in class com.phidgets.EncoderPhidget
Returns the state of a digital input.
getInputState(int) - Method in class com.phidgets.InterfaceKitPhidget
Returns the state of a digital input.
getInputState(int) - Method in class com.phidgets.MotorControlPhidget
Returns the state of a digital input.
getInputState(int) - Method in class com.phidgets.StepperPhidget
Returns the state of a digital input.
getKey() - Method in class com.phidgets.event.KeyChangeEvent
 
getKey() - Method in class com.phidgets.event.KeyRemovalEvent
 
getLEDCount() - Method in class com.phidgets.LEDPhidget
Returns the number of LEDs that this board can drive.
getLEDOn() - Method in class com.phidgets.RFIDPhidget
Returns the state of the onboard LED.
getLastTag() - Method in class com.phidgets.RFIDPhidget
Returns the last tag read.
getLibraryVersion() - Static method in class com.phidgets.Phidget
Returns the library version.
getMotorCount() - Method in class com.phidgets.AdvancedServoPhidget
Returns the number of servo motors supported by this Phidget.
getMotorCount() - Method in class com.phidgets.MotorControlPhidget
Returns the number of motors supported by this Phidget.
getMotorCount() - Method in class com.phidgets.ServoPhidget
Returns the number of motors this Phidget can support.
getMotorCount() - Method in class com.phidgets.StepperPhidget
Returns the number of stepper motors supported by this Phidget.
getMotorOn(int) - Method in class com.phidgets.ServoPhidget
Deprecated. Replaced by ServoPhidget.getEngaged(int)
getOutputCount() - Method in class com.phidgets.InterfaceKitPhidget
Returns the number of digital outputs on this Interface Kit.
getOutputCount() - Method in class com.phidgets.RFIDPhidget
Returns the number of outputs.
getOutputState(int) - Method in class com.phidgets.InterfaceKitPhidget
Returns the state of a digital output.
getOutputState(int) - Method in class com.phidgets.RFIDPhidget
Returns the state of an output.
getPH() - Method in class com.phidgets.PHSensorPhidget
Returns the measured pH.
getPHChangeTrigger() - Method in class com.phidgets.PHSensorPhidget
Returns the change trigger.
getPHMax() - Method in class com.phidgets.PHSensorPhidget
Returns the maximum ph that will be returned by the ph sensor input.
getPHMin() - Method in class com.phidgets.PHSensorPhidget
Returns the minimum ph that will be returned by the ph sensor input.
getPhidgets() - Method in class com.phidgets.Manager
Returns a list of Phidgets attached to the host computer.
getPosition(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns a motor's current position.
getPosition(int) - Method in class com.phidgets.EncoderPhidget
Returns the position of an encoder.
getPosition(int) - Method in class com.phidgets.ServoPhidget
Returns the position of a servo motor.
getPositionMax(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns the maximum position that a servo motor will accept, or return.
getPositionMax(int) - Method in class com.phidgets.ServoPhidget
Returns the maximum position that a servo will accept, or return.
getPositionMax(int) - Method in class com.phidgets.StepperPhidget
Returns the maximum position that a stepper motor will accept, or return.
getPositionMin(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns the minimum position that a servo motor will accept, or return.
getPositionMin(int) - Method in class com.phidgets.ServoPhidget
Returns the minimum position that a servo will accept, or return.
getPositionMin(int) - Method in class com.phidgets.StepperPhidget
Returns the minimum position that a stepper motor will accept, or return.
getPotential() - Method in class com.phidgets.PHSensorPhidget
Returns the Potential, in millivolts.
getPotential(int) - Method in class com.phidgets.TemperatureSensorPhidget
Returns the potential of a thermocouple input.
getPotentialMax() - Method in class com.phidgets.PHSensorPhidget
Returns the maximum potential that will be returned by the ph sensor input.
getPotentialMax(int) - Method in class com.phidgets.TemperatureSensorPhidget
Returns the maximum potential that will be returned by a thermocouple input.
getPotentialMin() - Method in class com.phidgets.PHSensorPhidget
Returns the minimum potential that will be returned by the ph sensor input.
getPotentialMin(int) - Method in class com.phidgets.TemperatureSensorPhidget
Returns the minimum potential that will be returned by a thermocouple input.
getRatiometric() - Method in class com.phidgets.InterfaceKitPhidget
Gets the ratiometric state for the analog sensors
getRowCount() - Method in class com.phidgets.TextLCDPhidget
Rwturns the number of rows available on the display.
getRowCount() - Method in class com.phidgets.TextLEDPhidget
Returns the number of rows.
getSensorChangeTrigger(int) - Method in class com.phidgets.InterfaceKitPhidget
Returns the change trigger for an analog input.
getSensorCount() - Method in class com.phidgets.InterfaceKitPhidget
Returns the number of analog inputs on the Interface Kit.
getSensorCount() - Method in class com.phidgets.TemperatureSensorPhidget
Deprecated. Replaced by TemperatureSensorPhidget.getTemperatureInputCount()
getSensorRawValue(int) - Method in class com.phidgets.InterfaceKitPhidget
Returns the raw value of a analog input.
getSensorValue(int) - Method in class com.phidgets.InterfaceKitPhidget
Returns the value of a analog input.
getSerialNumber() - Method in class com.phidgets.Phidget
Returns the unique serial number of this Phidget.
getServerAddress() - Method in class com.phidgets.Dictionary
Returns the Address of a Phidget Webservice when this Dictionary was opened as remote.
getServerAddress() - Method in class com.phidgets.Manager
Returns the Address of a Phidget Webservice when this Manager was opened as remote.
getServerAddress() - Method in class com.phidgets.Phidget
Returns the Address of a Phidget Webservice when this Phidget was opened as remote.
getServerID() - Method in class com.phidgets.Dictionary
Returns the Server ID of a Phidget Webservice when this Dictionary was opened as remote.
getServerID() - Method in class com.phidgets.Manager
Returns the Server ID of a Phidget Webservice when this Manager was opened as remote.
getServerID() - Method in class com.phidgets.Phidget
Returns the Server ID of a Phidget Webservice when this Phidget was opened as remote.
getServerPort() - Method in class com.phidgets.Dictionary
Returns the Port of a Phidget Webservice when this Dictionary was opened as remote.
getServerPort() - Method in class com.phidgets.Manager
Returns the Port of a Phidget Webservice when this Manager was opened as remote.
getServerPort() - Method in class com.phidgets.Phidget
Returns the Port of a Phidget Webservice when this Phidget was opened as remote.
getSource() - Method in class com.phidgets.event.AccelerationChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.AttachEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.CurrentChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.DetachEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.EncoderPositionChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.ErrorEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.InputChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.KeyChangeEvent
Returns the source Dictionary of this event.
getSource() - Method in class com.phidgets.event.KeyRemovalEvent
Returns the source Dictionary of this event.
getSource() - Method in class com.phidgets.event.MotorVelocityChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.OutputChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.PHChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.SensorChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.ServerConnectEvent
Returns the source Object of this event.
getSource() - Method in class com.phidgets.event.ServerDisconnectEvent
Returns the source Object of this event.
getSource() - Method in class com.phidgets.event.ServoPositionChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.ServoVelocityChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.StepperPositionChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.StepperVelocityChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.TagGainEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.TagLossEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.TemperatureChangeEvent
Returns the source Phidget of this event.
getSource() - Method in class com.phidgets.event.WeightChangeEvent
Returns the source Phidget of this event.
getSpeed(int) - Method in class com.phidgets.MotorControlPhidget
Deprecated. Replaced by MotorControlPhidget.getVelocity(int)
getSpeedRampingOn(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns the speed ramping state of a motor.
getState() - Method in class com.phidgets.event.InputChangeEvent
Returns the state of the input.
getState() - Method in class com.phidgets.event.OutputChangeEvent
Returns the state of the output.
getStopped(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns the stopped state of a motor.
getStopped(int) - Method in class com.phidgets.StepperPhidget
Returns the stopped state of a motor.
getTagStatus() - Method in class com.phidgets.RFIDPhidget
Returns the state of whether or not a tag is being read by the reader.
getTargetPosition(int) - Method in class com.phidgets.StepperPhidget
Returns a motor's target position.
getTemperature(int) - Method in class com.phidgets.TemperatureSensorPhidget
Returns the temperature of a thermocouple.
getTemperatureChangeTrigger(int) - Method in class com.phidgets.TemperatureSensorPhidget
Returns the change trigger for an input.
getTemperatureInputCount() - Method in class com.phidgets.TemperatureSensorPhidget
Returns the number of thermocouples.
getTemperatureMax(int) - Method in class com.phidgets.TemperatureSensorPhidget
Returns the maximum temperature that will be returned by a thermocouple input.
getTemperatureMin(int) - Method in class com.phidgets.TemperatureSensorPhidget
Returns the minimum temperature that will be returned by a thermocouple input.
getThermocoupleType(int) - Method in class com.phidgets.TemperatureSensorPhidget
Returns the thermocouple type for an input.
getTime() - Method in class com.phidgets.event.EncoderPositionChangeEvent
Returns the timestamp of this position change.
getValue() - Method in class com.phidgets.event.AccelerationChangeEvent
Returns the acceleration.
getValue() - Method in class com.phidgets.event.CurrentChangeEvent
Returns the current of the motor.
getValue() - Method in class com.phidgets.event.EncoderPositionChangeEvent
Returns the position change of the encoder.
getValue() - Method in class com.phidgets.event.KeyChangeEvent
 
getValue() - Method in class com.phidgets.event.KeyRemovalEvent
 
getValue() - Method in class com.phidgets.event.MotorVelocityChangeEvent
Return the velocity of the motor.
getValue() - Method in class com.phidgets.event.PHChangeEvent
Returns the pH.
getValue() - Method in class com.phidgets.event.SensorChangeEvent
Retuns the value of the sensor.
getValue() - Method in class com.phidgets.event.ServoPositionChangeEvent
Returns the position of the servo motor.
getValue() - Method in class com.phidgets.event.ServoVelocityChangeEvent
Return the velocity of the Servo.
getValue() - Method in class com.phidgets.event.StepperPositionChangeEvent
Returns the position of the Stepper motor.
getValue() - Method in class com.phidgets.event.StepperVelocityChangeEvent
Return the velocity of the Stepper.
getValue() - Method in class com.phidgets.event.TagGainEvent
Returns the gained tag.
getValue() - Method in class com.phidgets.event.TagLossEvent
Returns the Tag that was lost.
getValue() - Method in class com.phidgets.event.TemperatureChangeEvent
Returns the temperature of the sensor is degrees celcius.
getValue() - Method in class com.phidgets.event.WeightChangeEvent
Returns the weight in kg.
getVelocity(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns a motor's current velocity.
getVelocity(int) - Method in class com.phidgets.MotorControlPhidget
Returns a motor's velocity.
getVelocity(int) - Method in class com.phidgets.StepperPhidget
Returns a motor's current velocity.
getVelocityLimit(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns a motor's velocity limit.
getVelocityLimit(int) - Method in class com.phidgets.StepperPhidget
Returns a motor's velocity limit.
getVelocityMax(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns the maximum velocity that a servo motor will accept, or return.
getVelocityMax(int) - Method in class com.phidgets.StepperPhidget
Returns the maximum velocity that a stepper motor will accept, or return.
getVelocityMin(int) - Method in class com.phidgets.AdvancedServoPhidget
Returns the minimum velocity that a servo motor will accept, or return.
getVelocityMin(int) - Method in class com.phidgets.StepperPhidget
Returns the minimum velocity that a stepper motor will accept, or return.
getWeight() - Method in class com.phidgets.WeightSensorPhidget
Returns the sensed weight in kg.
getWeightChangeTrigger() - Method in class com.phidgets.WeightSensorPhidget
Returns the weight change trigger.

H

handle - Variable in class com.phidgets.Dictionary
 

I

InputChangeEvent - class com.phidgets.event.InputChangeEvent.
This class represents the data for a InputChangeEvent.
InputChangeEvent(Phidget, int, boolean) - Constructor for class com.phidgets.event.InputChangeEvent
Class constructor.
InputChangeListener - interface com.phidgets.event.InputChangeListener.
This interface represents a InputChangeEvent.
InterfaceKitPhidget - class com.phidgets.InterfaceKitPhidget.
This class represents a Phidget Interface Kit.
InterfaceKitPhidget() - Constructor for class com.phidgets.InterfaceKitPhidget
Class Constructor.
inputChanged(InputChangeEvent) - Method in interface com.phidgets.event.InputChangeListener
This method is called with the event data when a new event arrives.
isAttached() - Method in class com.phidgets.Dictionary
Returns the attached status of this Dictionary.
isAttached() - Method in class com.phidgets.Manager
Returns the attached status of this Manager.
isAttached() - Method in class com.phidgets.Phidget
Returns the attached status of this Phidget.
isAttachedToServer() - Method in class com.phidgets.Dictionary
Returns the network attached status for remotely opened Phidgets.
isAttachedToServer() - Method in class com.phidgets.Manager
Returns the network attached status for remotely opened Phidgets.
isAttachedToServer() - Method in class com.phidgets.Phidget
Returns the network attached status for remotely opened Phidgets.

K

KeyChangeEvent - class com.phidgets.event.KeyChangeEvent.
This class represents the data for a KeyChangeEvent.
KeyChangeEvent(Dictionary, String, String) - Constructor for class com.phidgets.event.KeyChangeEvent
Class constructor.
KeyChangeListener - interface com.phidgets.event.KeyChangeListener.
This interface represents a KeyChangeEvent.
KeyRemovalEvent - class com.phidgets.event.KeyRemovalEvent.
This class represents the data for a KeyRemovalEvent.
KeyRemovalEvent(Dictionary, String, String) - Constructor for class com.phidgets.event.KeyRemovalEvent
Class constructor.
KeyRemovalListener - interface com.phidgets.event.KeyRemovalListener.
This interface represents a KeyRemovalEvent.
keyChanged(KeyChangeEvent) - Method in interface com.phidgets.event.KeyChangeListener
This method is called with the event data when a new event arrives.
keyRemoved(KeyRemovalEvent) - Method in interface com.phidgets.event.KeyRemovalListener
This method is called with the event data when a new event arrives.

L

LEDPhidget - class com.phidgets.LEDPhidget.
This class represents a Phidget LED.
LEDPhidget() - Constructor for class com.phidgets.LEDPhidget
 
listenerhandle - Variable in class com.phidgets.DictionaryKeyListener
 
log(int, String, String) - Static method in class com.phidgets.Phidget
Adds a log entry into the phidget log.

M

Manager - class com.phidgets.Manager.
This class represents a Phidget Manager.
Manager() - Constructor for class com.phidgets.Manager
The default constructor.
MotorControlPhidget - class com.phidgets.MotorControlPhidget.
This class represents a Phidget Motor Controller.
MotorControlPhidget() - Constructor for class com.phidgets.MotorControlPhidget
 
MotorVelocityChangeEvent - class com.phidgets.event.MotorVelocityChangeEvent.
This class represents the data for a MotorVelocityChangeEvent.
MotorVelocityChangeEvent(Phidget, int, double) - Constructor for class com.phidgets.event.MotorVelocityChangeEvent
Class constructor.
MotorVelocityChangeListener - interface com.phidgets.event.MotorVelocityChangeListener.
This interface represents a MotorVelocityChangeEvent.
motorVelocityChanged(MotorVelocityChangeEvent) - Method in interface com.phidgets.event.MotorVelocityChangeListener
This method is called with the event data when a new event arrives.

O

OutputChangeEvent - class com.phidgets.event.OutputChangeEvent.
This class represents the data for a OutputChangeEvent.
OutputChangeEvent(Phidget, int, boolean) - Constructor for class com.phidgets.event.OutputChangeEvent
Class constructor.
OutputChangeListener - interface com.phidgets.event.OutputChangeListener.
This interface represents a OutputChangeEvent.
open(String, int, String) - Method in class com.phidgets.Dictionary
Open this Dictionary remotely and securely, using an IP Address.
open(String, int) - Method in class com.phidgets.Dictionary
Open this Dictionary remotely using an IP Address.
open(String, String) - Method in class com.phidgets.Dictionary
Open this Dictionary remotely and securely, using a Server ID.
open(String) - Method in class com.phidgets.Dictionary
Open this Dictionary remotely using a Server ID.
open() - Method in class com.phidgets.Manager
Starts the PhidgetManager.
open(String, int, String) - Method in class com.phidgets.Manager
Open this Manager remotely and securely, using an IP Address.
open(String, int) - Method in class com.phidgets.Manager
Open this Manager remotely using an IP Address.
open(String, String) - Method in class com.phidgets.Manager
Open this Manager remotely and securely, using a Server ID.
open(String) - Method in class com.phidgets.Manager
Open this Manager remotely using a Server ID.
open(int) - Method in class com.phidgets.Phidget
Open this Phidget with a specific serial number.
open(int, String, int) - Method in class com.phidgets.Phidget
Open this Phidget remotely using an IP Address, and a specific serial number.
open(int, String, int, String) - Method in class com.phidgets.Phidget
Open this Phidget remotely and securely, using an IP Address, and a specific serial number.
open(int, String) - Method in class com.phidgets.Phidget
Open this Phidget remotely using a Server ID, and a specific serial number.
open(int, String, String) - Method in class com.phidgets.Phidget
Open this Phidget remotely and securely, using a Server ID, and a specific serial number.
openAny() - Method in class com.phidgets.Phidget
Open a this Phidget without a serial number.
openAny(String, int) - Method in class com.phidgets.Phidget
Open this Phidget remotely using an IP Address, without a serial number.
openAny(String, int, String) - Method in class com.phidgets.Phidget
Open this Phidget remotely and securely, using an IP Address, without a serial number.
openAny(String) - Method in class com.phidgets.Phidget
Open this Phidget remotely using a Server ID, without a serial number.
openAny(String, String) - Method in class com.phidgets.Phidget
Open this Phidget remotely and securely, using a Server ID, without a serial number.
outputChanged(OutputChangeEvent) - Method in interface com.phidgets.event.OutputChangeListener
This method is called with the event data when a new event arrives.

P

PHChangeEvent - class com.phidgets.event.PHChangeEvent.
This class represents the data for a PHChangeEvent.
PHChangeEvent(Phidget, double) - Constructor for class com.phidgets.event.PHChangeEvent
Class constructor.
PHChangeListener - interface com.phidgets.event.PHChangeListener.
This interface represents a PHChangeEvent.
PHIDCLASS_ACCELEROMETER - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_ADVANCEDSERVO - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_ENCODER - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_INTERFACEKIT - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_LED - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_MOTORCONTROL - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_NOTHING - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_PHSENSOR - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_RFID - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_SERVO - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_STEPPER - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_TEMPERATURESENSOR - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_TEXTLCD - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_TEXTLED - Static variable in class com.phidgets.Phidget
 
PHIDCLASS_WEIGHTSENSOR - Static variable in class com.phidgets.Phidget
 
PHIDGET_LOG_CRITICAL - Static variable in class com.phidgets.Phidget
Critial error messages.
PHIDGET_LOG_DEBUG - Static variable in class com.phidgets.Phidget
Debug messages.
PHIDGET_LOG_ERROR - Static variable in class com.phidgets.Phidget
Non-critical error messages.
PHIDGET_LOG_INFO - Static variable in class com.phidgets.Phidget
Informational messages.
PHIDGET_LOG_VERBOSE - Static variable in class com.phidgets.Phidget
Verbose messages.
PHIDGET_LOG_WARNING - Static variable in class com.phidgets.Phidget
Warning messages.
PHIDGET_TEMPERATURE_SENSOR_E_TYPE - Static variable in class com.phidgets.TemperatureSensorPhidget
E-Type Thermocouple.
PHIDGET_TEMPERATURE_SENSOR_J_TYPE - Static variable in class com.phidgets.TemperatureSensorPhidget
J-Type Thermocouple.
PHIDGET_TEMPERATURE_SENSOR_K_TYPE - Static variable in class com.phidgets.TemperatureSensorPhidget
K-Type Thermocouple.
PHIDGET_TEMPERATURE_SENSOR_T_TYPE - Static variable in class com.phidgets.TemperatureSensorPhidget
T-Type Thermocouple.
PHIDID_ACCELEROMETER_2AXIS - Static variable in class com.phidgets.Phidget
 
PHIDID_ACCELEROMETER_3AXIS - Static variable in class com.phidgets.Phidget
 
PHIDID_ADVANCEDSERVO_8MOTOR - Static variable in class com.phidgets.Phidget
 
PHIDID_BIPOLAR_STEPPER_1MOTOR - Static variable in class com.phidgets.Phidget
 
PHIDID_ENCODER_1ENCODER_1INPUT - Static variable in class com.phidgets.Phidget
 
PHIDID_ENCODER_HS_1ENCODER - Static variable in class com.phidgets.Phidget
 
PHIDID_INTERFACEKIT_0_0_4 - Static variable in class com.phidgets.Phidget
 
PHIDID_INTERFACEKIT_0_0_8 - Static variable in class com.phidgets.Phidget
 
PHIDID_INTERFACEKIT_0_16_16 - Static variable in class com.phidgets.Phidget
 
PHIDID_INTERFACEKIT_0_8_8_w_LCD - Static variable in class com.phidgets.Phidget
 
PHIDID_INTERFACEKIT_4_8_8 - Static variable in class com.phidgets.Phidget
 
PHIDID_INTERFACEKIT_8_8_8 - Static variable in class com.phidgets.Phidget
 
PHIDID_INTERFACEKIT_8_8_8_w_LCD - Static variable in class com.phidgets.Phidget
 
PHIDID_LED_64 - Static variable in class com.phidgets.Phidget
 
PHIDID_LINEAR_TOUCH - Static variable in class com.phidgets.Phidget
 
PHIDID_MOTORCONTROL_HC_2MOTOR - Static variable in class com.phidgets.Phidget
 
PHIDID_MOTORCONTROL_LV_2MOTOR_4INPUT - Static variable in class com.phidgets.Phidget
 
PHIDID_NOTHING - Static variable in class com.phidgets.Phidget
 
PHIDID_PHSENSOR - Static variable in class com.phidgets.Phidget
 
PHIDID_RFID - Static variable in class com.phidgets.Phidget
 
PHIDID_RFID_2OUTPUT - Static variable in class com.phidgets.Phidget
 
PHIDID_ROTARY_TOUCH - Static variable in class com.phidgets.Phidget
 
PHIDID_SERVO_1MOTOR - Static variable in class com.phidgets.Phidget
 
PHIDID_SERVO_1MOTOR_OLD - Static variable in class com.phidgets.Phidget
 
PHIDID_SERVO_4MOTOR - Static variable in class com.phidgets.Phidget
 
PHIDID_SERVO_4MOTOR_OLD - Static variable in class com.phidgets.Phidget
 
PHIDID_TEMPERATURESENSOR - Static variable in class com.phidgets.Phidget
 
PHIDID_TEXTLCD_2x20 - Static variable in class com.phidgets.Phidget
 
PHIDID_TEXTLCD_2x20_w_0_8_8 - Static variable in class com.phidgets.Phidget
 
PHIDID_TEXTLCD_2x20_w_8_8_8 - Static variable in class com.phidgets.Phidget
 
PHIDID_TEXTLED_1x8 - Static variable in class com.phidgets.Phidget
 
PHIDID_TEXTLED_4x8 - Static variable in class com.phidgets.Phidget
 
PHIDID_UNIPOLAR_STEPPER_4MOTOR - Static variable in class com.phidgets.Phidget
 
PHIDID_WEIGHTSENSOR - Static variable in class com.phidgets.Phidget
 
PHSensorPhidget - class com.phidgets.PHSensorPhidget.
This class represents a Phidget PH Sensor.
PHSensorPhidget() - Constructor for class com.phidgets.PHSensorPhidget
 
Phidget - class com.phidgets.Phidget.
This is the base class from which all Phidget device classes derive.
Phidget(long) - Constructor for class com.phidgets.Phidget
Class constructor specifying a handle.
PhidgetException - exception com.phidgets.PhidgetException.
This class represents Phidget related exceptions.
PhidgetException(int, String) - Constructor for class com.phidgets.PhidgetException
Constructor which takes in an error number and description.
phChanged(PHChangeEvent) - Method in interface com.phidgets.event.PHChangeListener
This method is called with the event data when a new event arrives.

R

RFIDPhidget - class com.phidgets.RFIDPhidget.
This class represents a Phidget RFID Reader.
RFIDPhidget() - Constructor for class com.phidgets.RFIDPhidget
 
remove(String) - Method in class com.phidgets.Dictionary
Removes a key, or set of keys, from the Dictionary.
removeAccelerationChangeListener(AccelerationChangeListener) - Method in class com.phidgets.AccelerometerPhidget
 
removeAttachListener(AttachListener) - Method in class com.phidgets.Manager
Removes an attach listener.
removeAttachListener(AttachListener) - Method in class com.phidgets.Phidget
Removes an attach listener.
removeCurrentChangeListener(CurrentChangeListener) - Method in class com.phidgets.AdvancedServoPhidget
 
removeCurrentChangeListener(CurrentChangeListener) - Method in class com.phidgets.MotorControlPhidget
 
removeCurrentChangeListener(CurrentChangeListener) - Method in class com.phidgets.StepperPhidget
 
removeDetachListener(DetachListener) - Method in class com.phidgets.Manager
Removes a detach listener.
removeDetachListener(DetachListener) - Method in class com.phidgets.Phidget
Removes a detach listener.
removeEncoderPositionChangeListener(EncoderPositionChangeListener) - Method in class com.phidgets.EncoderPhidget
 
removeErrorListener(ErrorListener) - Method in class com.phidgets.Phidget
Removes an error listener.
removeInputChangeListener(InputChangeListener) - Method in class com.phidgets.EncoderPhidget
 
removeInputChangeListener(InputChangeListener) - Method in class com.phidgets.InterfaceKitPhidget
Removes an input change listener.
removeInputChangeListener(InputChangeListener) - Method in class com.phidgets.MotorControlPhidget
 
removeInputChangeListener(InputChangeListener) - Method in class com.phidgets.StepperPhidget
 
removeKeyChangeListener(KeyChangeListener) - Method in class com.phidgets.DictionaryKeyListener
Removes a key change listener.
removeKeyRemovalListener(KeyRemovalListener) - Method in class com.phidgets.DictionaryKeyListener
removes a key removal listener.
removeMotorVelocityChangeListener(MotorVelocityChangeListener) - Method in class com.phidgets.MotorControlPhidget
 
removeOutputChangeListener(OutputChangeListener) - Method in class com.phidgets.InterfaceKitPhidget
Removes an output change listener.
removeOutputChangeListener(OutputChangeListener) - Method in class com.phidgets.RFIDPhidget
 
removePHChangeListener(PHChangeListener) - Method in class com.phidgets.PHSensorPhidget
 
removeSensorChangeListener(SensorChangeListener) - Method in class com.phidgets.InterfaceKitPhidget
Removes a sensor change listener.
removeServerConnectListener(ServerConnectListener) - Method in class com.phidgets.Dictionary
Removes an serverConnect listener.
removeServerConnectListener(ServerConnectListener) - Method in class com.phidgets.Manager
Removes an serverConnect listener.
removeServerConnectListener(ServerConnectListener) - Method in class com.phidgets.Phidget
Removes an serverConnect listener.
removeServerDisconnectListener(ServerDisconnectListener) - Method in class com.phidgets.Dictionary
Removes an serverDisconnect listener.
removeServerDisconnectListener(ServerDisconnectListener) - Method in class com.phidgets.Manager
Removes an serverDisconnect listener.
removeServerDisconnectListener(ServerDisconnectListener) - Method in class com.phidgets.