A B C D E F G H I K L M N P R S T U V X

A

actionPerformed(ActionEvent) - Method in class adm.CShellMenuItem
 
actionPerformed(ActionEvent) - Method in class adm.CButton
Send a value to the control system.
actionPerformed(ActionEvent) - Method in class adm.CJavaMenuItem
Launch the class by invoke the execute method in the user's application.
actionPerformed(ActionEvent) - Method in class adm.CTextField
Send the new value to the control system and resume monitoring
actionPerformed(ActionEvent) - Method in class adm.CWheelSwitch
 
actionPerformed(ActionEvent) - Method in class adm.CMenuButton
Popup a popup menu at position (0, height of button)
add(CPen) - Method in class adm.CStripChart
Overwrite the Container's add for visual tool
add(CTrace) - Method in class adm.CCartesian
Overwrite container's add method for Viual tools
add(DeviceTransaction) - Method in class cdev.TransactionManager
add: Add a transaction into the transaction table
add(MenuItem) - Method in class adm.CMenuButton
Adds the specified menu item to this menu.
addActionListener(ActionListener) - Method in class adm.ArrowButton
Adds the specified action listener to receive action events from this button.
addDataEntry(DataEntry) - Method in class cdev.data.Data
Add a data entry to this container.
addDeviceListener(DeviceListener) - Method in class adm.event.CAdaptor
Add the device listener
addDirectoryListener(CDirectoryListener) - Method in class adm.CDirectory
Add the directory listener to receive the notification
addPen(CPen) - Method in class adm.CStripChart
Add a new pen to StripChart if there is a Pen available.
addPen(String, String) - Method in class adm.CStripChart
Add a new Pen to StripChart if there is a Pen available.
addPen(String, String, Color) - Method in class adm.CStripChart
Add a new Pen to StripChart if there is a Pen available.
addPen(String, String, Color, double, double) - Method in class adm.CStripChart
Add a new Pen to StripChart if there is a Pen available.
addSeparator() - Method in class adm.CMenuButton
Adds a separator line, or a hypen, to the menu at the current position.
addTrace(CTrace) - Method in class adm.CCartesian
Add trace to the cartesian plot.
addTraceListener(CTraceListener) - Method in class adm.CTrace
Add the data listener to receive the notification
adm - package adm
 
adm.event - package adm.event
 
ALIGN_CENTER - Static variable in interface adm.CConstants
alignment option - center alignment (only used in CText class)
ALIGN_LEFT - Static variable in interface adm.CConstants
alignment option - left alignment (only used in CText class)
ALIGN_RIGHT - Static variable in interface adm.CConstants
alignment option - right alignment (only used in CText class)
arrayMax(double[]) - Static method in class adm.CUtility
 
arrayMin(double[]) - Static method in class adm.CUtility
 
ArrowButton - class adm.ArrowButton.
ArrowButton is custom Button widget.
ArrowButton() - Constructor for class adm.ArrowButton
Constructor (dufault direction is DIR_UP)
ArrowButton(int) - Constructor for class adm.ArrowButton
Constructor with specific direction
AXIS_BOTTOM - Static variable in interface adm.CConstants
Specify a axis drawn on the bottom
AXIS_LEFT - Static variable in interface adm.CConstants
Specify a axis drawn on the left
AXIS_RIGHT - Static variable in interface adm.CConstants
Specify a axis drawn on the left
AXIS_STYLE_LINEAR - Static variable in interface adm.CConstants
Specify a linear scale axis
AXIS_STYLE_LOG10 - Static variable in interface adm.CConstants
Specify log10 scale axis (not implemented yet)
AXIS_TOP - Static variable in interface adm.CConstants
Specify a axis drawn on the top

B

BadConnectionException - exception cdev.dir.BadConnectionException.
The database is down or is not accessible or the connection is broken.
BadConnectionException() - Constructor for class cdev.dir.BadConnectionException
 
BadConnectionException(String) - Constructor for class cdev.dir.BadConnectionException
 
BadQueryException - exception cdev.dir.BadQueryException.
One of the parameters of the method is not acceptable.
BadQueryException() - Constructor for class cdev.dir.BadQueryException
 
BadQueryException(String) - Constructor for class cdev.dir.BadQueryException
 
BasicServer - class cdev.BasicServer.
 
BasicServer() - Constructor for class cdev.BasicServer
 
BitPatternDefinition - interface cdev.dir.BitPatternDefinition.
Interface for the meaning of bitgroups in a bitpattern.
BYTE - Static variable in class cdev.data.Data
 
byteArray() - Method in class cdev.data.DataEntry
Return the data as an array of bytes.
byteValue() - Method in class cdev.data.DataEntry
Get a byte from the DataEntry.

C

CAdaptor - class adm.event.CAdaptor.
CAdaptor is an invisible bean used to monitor and to control a cdev Device Property's value.
CAdaptor() - Constructor for class adm.event.CAdaptor
 
Callback - interface cdev.Callback.
deprecated -- Use DeviceListener instead.
cancel(DeviceTransaction) - Method in class cdev.BasicServer
Cancel a transaction
cancel(DeviceTransaction) - Method in interface cdev.TransactionListener
 
cancel(DeviceTransaction) - Method in interface cdev.io.IOService
 
cancel(DeviceTransaction) - Method in class cdev.clip.ClipService
Cancel a transaction.
CANCELLED - Static variable in class cdev.DeviceTransaction
 
CAnimatedCanvas - class adm.CAnimatedCanvas.
CAnimatedCanvas class extends CCanvas and implements double buffering.
CAnimatedCanvas() - Constructor for class adm.CAnimatedCanvas
Null Constructor
CAnimatedCanvas(int, int) - Constructor for class adm.CAnimatedCanvas
Constructor Defines the canvas size and uses default foreground and background colors.
CAnimatedCanvas(int, int, Color, Color) - Constructor for class adm.CAnimatedCanvas
Constructor Defines the canvas size and sets foreground and background colors.
CAnimatedCanvas(String, String) - Constructor for class adm.CAnimatedCanvas
Constructor with device name and property name
CApplet - class adm.CApplet.
This class extends awt.Applet and contains code to connect to a cdev IOservice such as the cdevGateway.
CApplet() - Constructor for class adm.CApplet
 
CApplication - class adm.CApplication.
Creates an awt frame, and initializes a connection to a server, typically a gateway such as cdevGateway.
CApplication() - Constructor for class adm.CApplication
Null Constructor
CApplication(String) - Constructor for class adm.CApplication
Constructor
CApplication(String, int) - Constructor for class adm.CApplication
Constructor
CApplication(String, int, String) - Constructor for class adm.CApplication
constructor
CBar - class adm.CBar.
CBar is an awt component bean.
CBar() - Constructor for class adm.CBar
Null Constructor.
CBar(int, int) - Constructor for class adm.CBar
Constructor Defines the canvas size and use default foreground and background color
CBar(int, int, Color, Color) - Constructor for class adm.CBar
Constructor Defines the canvas size and sets foreground and background colors.
CBar(String, String) - Constructor for class adm.CBar
Constructor with device name and property name.
CBits - class adm.CBits.
CBits is an awt component bean.
CBits() - Constructor for class adm.CBits
Null constructor.
CBits(int) - Constructor for class adm.CBits
Construct a CBits class with specific direction.
CBits(String, String) - Constructor for class adm.CBits
Constructor with device name and property name
CButton - class adm.CButton.
CButton is an awt-like Button widget.
CButton() - Constructor for class adm.CButton
Constructor
CButton(String, String) - Constructor for class adm.CButton
Constructor with device name and property name
CCanvas - class adm.CCanvas.
CCanvas is a abstract class.
CCanvas(int, int) - Constructor for class adm.CCanvas
Constructor Defines the canvas size and uses default foreground and background colors.
CCanvas(int, int, Color, Color) - Constructor for class adm.CCanvas
Constructor Defines the canvas size and sets foreground and background colors.
CCanvas(String, String) - Constructor for class adm.CCanvas
Constructor with device name and property name
CCartesian - class adm.CCartesian.
CCartesian is a container widget that holds 1 to 2 traces.
CCartesian() - Constructor for class adm.CCartesian
Null Constructor
CCartesian(CTrace) - Constructor for class adm.CCartesian
Constructor with parameters
CCartesian(CTrace, CTrace) - Constructor for class adm.CCartesian
Constructor with parameters
CCheckbox - class adm.CCheckbox.
CCheckbox is an awt-like Checkbox widget.
CCheckbox() - Constructor for class adm.CCheckbox
Constructor
CCheckbox(String, String) - Constructor for class adm.CCheckbox
Constructor with device name and property name
CChoice - class adm.CChoice.
CChoice is subclass of awt.Choice.
CChoice() - Constructor for class adm.CChoice
Null constructor.
CChoice(String, String) - Constructor for class adm.CChoice
Null constructor with device name and property name
CConstants - interface adm.CConstants.
This interface contains a collection of constants generally used for adm components
cdev - package cdev
 
CDEV_ACCESSCHANGED - Static variable in class cdev.ControlSystem
Change in access permission of device.
CDEV_CONFLICT - Static variable in class cdev.ControlSystem
Conflicts of data types or tags.
CDEV_CONVERT - Static variable in class cdev.ControlSystem
cdev.Data conversion error.
CDEV_DELETE_CALLBACK - Static variable in class cdev.ControlSystem
The callback object will be deleted
CDEV_DISCONNECTED - Static variable in class cdev.ControlSystem
Channel has been disconnected.
CDEV_ERROR - Static variable in class cdev.ControlSystem
Errors that are not in any categories.
CDEV_INCOMPLETE - Static variable in class cdev.ControlSystem
More data to come.
CDEV_INVALIDARG - Static variable in class cdev.ControlSystem
Invalid argument passed to cdev calls
CDEV_INVALIDOBJ - Static variable in class cdev.ControlSystem
Invalid CDEV objects.
CDEV_INVALIDOP - Static variable in class cdev.ControlSystem
Operation is unsupported.
CDEV_INVALIDSVC - Static variable in class cdev.ControlSystem
Wrong service during dynamic loading.
CDEV_IOFAILED - Static variable in class cdev.ControlSystem
Low level network service IO failed.
CDEV_NOACCESS - Static variable in class cdev.ControlSystem
Insufficient access to perform request.
CDEV_NOTCONNECTED - Static variable in class cdev.ControlSystem
CSystem not connected to low network service.
CDEV_NOTFOUND - Static variable in class cdev.ControlSystem
CDEV cannot find user request.
CDEV_OUTOFRANGE - Static variable in class cdev.ControlSystem
Value out of range for device attribute.
CDEV_RECONNECTED - Static variable in class cdev.ControlSystem
Channel has been reconnected.
CDEV_SUCCESS - Static variable in class cdev.ControlSystem
CDEV success.
CDEV_TIMEOUT - Static variable in class cdev.ControlSystem
Time out.
CDEV_WARNING - Static variable in class cdev.ControlSystem
Failure is non-consequential.
cdev.clip - package cdev.clip
 
cdev.data - package cdev.data
 
cdev.dir - package cdev.dir
 
cdev.io - package cdev.io
 
CDirectory - class adm.CDirectory.
CDirectory is an invisible bean used to query the control system for lists of devices, properties, or classes.
CDirectory() - Constructor for class adm.CDirectory
Null Constructor
CDirectoryEvent - class adm.event.CDirectoryEvent.
Directory event generated by CDirectory bean
CDirectoryEvent(Object, int, String[]) - Constructor for class adm.event.CDirectoryEvent
Constructor
CDirectoryEvent(Object, String[]) - Constructor for class adm.event.CDirectoryEvent
Constructor
CDirectoryListener - interface adm.event.CDirectoryListener.
CDirectoryListener interface
changeKey(int, int) - Method in class cdev.data.Data
Change the key for an existing data entry.
CIndicator - class adm.CIndicator.
CIndicator is an awt component bean.
CIndicator() - Constructor for class adm.CIndicator
Null Constructor.
CIndicator(int, int) - Constructor for class adm.CIndicator
Constructor.
CIndicator(int, int, Color, Color) - Constructor for class adm.CIndicator
Constructor.
CIndicator(String, String) - Constructor for class adm.CIndicator
Constructor with device name and property name.
CInterface - interface adm.CInterface.
Interface for all adm components.
CJavaMenuItem - class adm.CJavaMenuItem.
CJavaMenuItem is a subclasses of awt.MenuItem.
CJavaMenuItem() - Constructor for class adm.CJavaMenuItem
Null constructor.
CJavaMenuItem(String) - Constructor for class adm.CJavaMenuItem
Constructor with label parameter
CLabel - class adm.CLabel.
CLabel is an awt component bean.
CLabel() - Constructor for class adm.CLabel
Null constructor.
CLabel(String) - Constructor for class adm.CLabel
Constructs a new label with the specified string of text, left justfied
CLabel(String, String) - Constructor for class adm.CLabel
Null constructor with device name and property name
CLASS_QUERY - Static variable in interface adm.CConstants
Specify the directory service is class name query
(used in CDirectory class)
ClipEchoServer - class cdev.clip.ClipEchoServer.
 
ClipEchoServer() - Constructor for class cdev.clip.ClipEchoServer
 
ClipService - class cdev.clip.ClipService.
 
ClipService() - Constructor for class cdev.clip.ClipService
Default constructor is used by clients to create a connection to a server using a subsequent connect call.
ClipService(Socket, TransactionListener) - Constructor for class cdev.clip.ClipService
Construct a CLIP I/O service connected to the specified socket, and with incoming traffic directed to the specified listener.
ClipTransaction - class cdev.clip.ClipTransaction.
 
CList - class adm.CList.
CList is subclass of awt.List.
CList() - Constructor for class adm.CList
Null constructor.
CList(String, String) - Constructor for class adm.CList
Null constructor with device name and property name
clone() - Method in class cdev.data.Data
clone(): performs a deep copy of a Data Object
clone() - Method in class cdev.data.DataEntry
Creates a new object whose content is a full copy of this data entry.
CLRMOD_ALARM - Static variable in interface adm.CConstants
color mode option - foreground color changed according to the state
CLRMOD_STATIC - Static variable in interface adm.CConstants
color mode option - foreground color don't change
CMenuButton - class adm.CMenuButton.
This class creates a stand-alone menu button.
CMenuButton() - Constructor for class adm.CMenuButton
Null constructor.
CMenuButton(String) - Constructor for class adm.CMenuButton
Constructor with label parameter
CMeter - class adm.CMeter.
CMeter is an awt component bean.
CMeter() - Constructor for class adm.CMeter
Null Constructor.
CMeter(int, int) - Constructor for class adm.CMeter
Constructor Defines the canvas size and use default foreground and background color
CMeter(int, int, Color, Color) - Constructor for class adm.CMeter
Constructor Defines the canvas size and sets foreground and background colors.
CMeter(String, String) - Constructor for class adm.CMeter
Constructor with device name and property name
CNamedApplication - class adm.CNamedApplication.
Create a named application invoked by CJavaMenuItem widget.
CNamedApplication() - Constructor for class adm.CNamedApplication
Null Constructor
CNamedApplication(String) - Constructor for class adm.CNamedApplication
Constructor
CNamedApplication(String, int) - Constructor for class adm.CNamedApplication
Constructor
CNamedApplication(String, int, String) - Constructor for class adm.CNamedApplication
constructor
COLUMN - Static variable in interface adm.CConstants
Specify buttons to be placed side by side (used in CToggleButton widget)
COMPLETE - Static variable in class cdev.DeviceTransaction
 
Config - class cdev.Config.
 
Config() - Constructor for class cdev.Config
 
connect(String, int) - Static method in class adm.CUtility
 
connect(String, int) - Method in class cdev.ControlSystem
 
connect(String, int) - Method in interface cdev.io.IOService
 
connect(String, int) - Method in class cdev.clip.ClipService
 
containsKey(int) - Method in class cdev.data.Data
Test to see if the specified key is in the Data object.
containsKey(String) - Method in class cdev.data.Data
Test to see if the specified key is in the Data object.
CONTROL_CTX - Static variable in class cdev.Device
 
ControlSystem - class cdev.ControlSystem.
 
ControlSystem() - Constructor for class cdev.ControlSystem
Constructor.
ControlSystem(String) - Constructor for class cdev.ControlSystem
Construct a ControlSystem object with a given name.
convertKey(int) - Static method in class cdev.data.Data
Get the string equivalent of an integer key.
convertKey(String) - Static method in class cdev.data.Data
Get the integer equivalent of a string key.
convertToGroupValues(long) - Method in interface cdev.dir.BitPatternDefinition
Converts a bitpattern to an array of group values.
convertToMessage(long) - Method in interface cdev.dir.BitPatternDefinition
Converts a bitpattern to a DeviceMessage.
convertToString(long) - Method in interface cdev.dir.BitPatternDefinition
Converts a bitpattern to a label (for an enumeration), or a concatenation of labels for a more complex bitpattern.
convertToString(long, char) - Method in interface cdev.dir.BitPatternDefinition
Converts a bitpattern to a string of concatenated labels.
convertToValue(String) - Method in interface cdev.dir.BitPatternDefinition
Converts a label, or a concatenation of labels separated by DEFAULT_SEPARATOR, to a value.
convertToValue(String, char) - Method in interface cdev.dir.BitPatternDefinition
Converts a concatenation of labels, with given separator, to a value.
copyInto(Data) - Method in class cdev.data.Data
Performs a copy of this Data into another destination Data.
COval - class adm.COval.
COval is awt component bean.
COval() - Constructor for class adm.COval
Null Constructor.
COval(int, int) - Constructor for class adm.COval
Constuctor.
COval(int, int, Color, Color) - Constructor for class adm.COval
Constuctor.
COval(String, String) - Constructor for class adm.COval
Constructor with device name and property name
CPanel - class adm.CPanel.
CPanel is a subclass of awt.Panel.
CPanel() - Constructor for class adm.CPanel
Null Constructor
CPen - class adm.CPen.
Pen data model for CStripChart.
CPen() - Constructor for class adm.CPen
Null constructor.
CPen(String, String) - Constructor for class adm.CPen
Constructor with parameters
CRect - class adm.CRect.
CRect awt component bean.
CRect() - Constructor for class adm.CRect
Null Constructor.
CRect(int, int) - Constructor for class adm.CRect
Constuctor.
CRect(int, int, Color, Color) - Constructor for class adm.CRect
Constuctor.
CRect(String, String) - Constructor for class adm.CRect
Constructor with device name and property name
CShellMenuItem - class adm.CShellMenuItem.
CShellMenuItem is the subclass of awt.MenuItem.
CShellMenuItem() - Constructor for class adm.CShellMenuItem
Null constructor.
CShellMenuItem(String) - Constructor for class adm.CShellMenuItem
Constructor with label parameter
CSingletonApplication - class adm.CSingletonApplication.
Create a singleton application invoked by CJavaMenuItem widget.
CSingletonApplication() - Constructor for class adm.CSingletonApplication
Null Constructor
CSingletonApplication(String) - Constructor for class adm.CSingletonApplication
Constructor
CSingletonApplication(String, int) - Constructor for class adm.CSingletonApplication
Constructor
CSingletonApplication(String, int, String) - Constructor for class adm.CSingletonApplication
constructor
CSlider - class adm.CSlider.
CSlider is an awt component bean.
CSlider() - Constructor for class adm.CSlider
Null Constructor.
CSlider(int, int) - Constructor for class adm.CSlider
Constructor.
CSlider(int, int, Color, Color) - Constructor for class adm.CSlider
Constructor Defines the canvas size and sets foreground and background colors.
CSlider(String, String) - Constructor for class adm.CSlider
Constructor with device name and property name
CStripChart - class adm.CStripChart.
CStripChart is a container widget that holds up to 8 Pen instances.
CStripChart() - Constructor for class adm.CStripChart
Null Constructor
CTextField - class adm.CTextField.
CTextField is an awt component bean.
CTextField() - Constructor for class adm.CTextField
Null Constructor
CTextField(String, String) - Constructor for class adm.CTextField
Null constructor with device name and property name
CToggleButton - class adm.CToggleButton.
CToggleButton implements a toggle button widget with 2 mutually exclusive buttons.
CToggleButton() - Constructor for class adm.CToggleButton
Null constructor.
CToggleButton(String, String) - Constructor for class adm.CToggleButton
Null constructor with device name and property name
CTrace - class adm.CTrace.
CTrace is a data model for CCartesin widget.
CTrace() - Constructor for class adm.CTrace
Null constructor.
CTrace(String, String, String, String) - Constructor for class adm.CTrace
Constructor with parameters
CTraceEvent - class adm.event.CTraceEvent.
CTrace event generated by CTrace object
CTraceEvent(Object, double[], double[]) - Constructor for class adm.event.CTraceEvent
Constructor
CTraceListener - interface adm.event.CTraceListener.
CTraceListener interface
CUtility - class adm.CUtility.
This class contains the utilities used by the adm package.
CWheelSwitch - class adm.CWheelSwitch.
This widget contains one CTextField on the left and two ArrowButtons on the right.
CWheelSwitch() - Constructor for class adm.CWheelSwitch
Null Constructor
CWheelSwitch(String, String) - Constructor for class adm.CWheelSwitch
 

D

Data - class cdev.data.Data.
A container class for storing DataEntry objects accessed via either String or int keys.
Data() - Constructor for class cdev.data.Data
Construct an empty Data object.
Data(Data) - Constructor for class cdev.data.Data
Shallow Copy Constructor.
Data(xdrReader) - Constructor for class cdev.data.Data
Construct a Data object given the byte stream in an xdrReader object.
DataEntry - class cdev.data.DataEntry.
 
DataEntry(int, byte) - Constructor for class cdev.data.DataEntry
Construct a DataEntry from a byte
DataEntry(int, double) - Constructor for class cdev.data.DataEntry
Construct a DataEntry from a double
DataEntry(int, float) - Constructor for class cdev.data.DataEntry
Construct a DataEntry from a float
DataEntry(int, int) - Constructor for class cdev.data.DataEntry
Construct a DataEntry from a int
DataEntry(int, int, int[]) - Constructor for class cdev.data.DataEntry
Construct a DataEntry with specified key, dimensions, and type.
DataEntry(int, long) - Constructor for class cdev.data.DataEntry
Construct a DataEntry from a long
DataEntry(int, Object) - Constructor for class cdev.data.DataEntry
Construct a DataEntry from an object.
DataEntry(int, short) - Constructor for class cdev.data.DataEntry
Construct a DataEntry from a short
DataNotFoundException - exception cdev.dir.DataNotFoundException.
The requested data could not be found.
DataNotFoundException() - Constructor for class cdev.dir.DataNotFoundException
 
DataNotFoundException(String) - Constructor for class cdev.dir.DataNotFoundException
 
DEFAULT_SEPARATOR - Static variable in interface cdev.dir.BitPatternDefinition
Default separator (',') for concatenated labels.
Device - class cdev.Device.
This class represents the device abstraction in the cdev Java paradigm.
DEVICE_QUERY - Static variable in interface adm.CConstants
Specify the directory service is device name query
(used in CDirectory class)
Device(String) - Constructor for class cdev.Device
 
Device(String, ControlSystem) - Constructor for class cdev.Device
 
DeviceArray - class cdev.DeviceArray.
This class provides an ordered collection of devices represented by a Device object.
DeviceArray(String) - Constructor for class cdev.DeviceArray
Constructs a device array from a pre-defined list.
DeviceArray(String, ControlSystem) - Constructor for class cdev.DeviceArray
Constructs a device array from a pre-defined list.
DeviceArray(String, String[]) - Constructor for class cdev.DeviceArray
Constructs a device array from a dynamic list.
DeviceArray(String, String[], ControlSystem) - Constructor for class cdev.DeviceArray
Constructs a device array from a dynamic list.
deviceChanged(DeviceEvent) - Method in class adm.CPen
 
deviceChanged(DeviceEvent) - Method in class adm.CList
Get the Enum value from control system and add to the choice at first call.
deviceChanged(DeviceEvent) - Method in class adm.CButton
Check the error message back from device.set(..)
deviceChanged(DeviceEvent) - Method in class adm.CChoice
Get the Enum value from control system and add to the choice at first call.
deviceChanged(DeviceEvent) - Method in class adm.CAnimatedCanvas
 
deviceChanged(DeviceEvent) - Method in class adm.CSlider
 
deviceChanged(DeviceEvent) - Method in class adm.CBits
 
deviceChanged(DeviceEvent) - Method in class adm.CTextField
 
deviceChanged(DeviceEvent) - Method in class adm.CToggleButton
Get the Enum value from control system and add to the choice at first call.
deviceChanged(DeviceEvent) - Method in class adm.CCheckbox
First call back to check the device-property type, there is no action occurs if none boolean data type.
deviceChanged(DeviceEvent) - Method in class adm.CRect
To get the new value, to calculate the new color and call repaint() to update the color.
deviceChanged(DeviceEvent) - Method in class adm.CLabel
At first call, try to get the limits.
deviceChanged(DeviceEvent) - Method in class adm.event.CAdaptor
 
deviceChanged(DeviceEvent) - Method in interface cdev.DeviceListener
 
DeviceClass - interface cdev.dir.DeviceClass.
For device class data and references to DeviceProperty objects.
DeviceContext - class cdev.DeviceContext.
The DeviceContext class provides the encapsulation into an object of the parameters that condition the execution of the I/O methods (analogous to a graphics context for screen I/O).
DeviceContext() - Constructor for class cdev.DeviceContext
 
DeviceContext(Data) - Constructor for class cdev.DeviceContext
 
DeviceData - interface cdev.dir.DeviceData.
Interface DeviceData for fixed data about accelerator devices.
DeviceError - exception cdev.DeviceError.
 
DeviceError(DeviceEvent, int, String) - Constructor for class cdev.DeviceError
 
DeviceErrorArray - interface cdev.DeviceErrorArray.
This interface is implemented by the error classes that describe a composite error.
DeviceEvent - class cdev.DeviceEvent.
 
DeviceEvent(Device, int, String, Data, DeviceError) - Constructor for class cdev.DeviceEvent
Objects of this class are constructed by CDEV and underlying services to convey data and error information to client programs.
DeviceList - interface cdev.dir.DeviceList.
Interface DeviceList for a list of DeviceData for generic programs.
DeviceListener - interface cdev.DeviceListener.
 
DeviceMessage - interface cdev.dir.DeviceMessage.
Interface DeviceMessage for messages involving a device.
DeviceProperty - interface cdev.dir.DeviceProperty.
DeviceProperty accesses data associated with a property.
DeviceTransaction - class cdev.DeviceTransaction.
 
DeviceTransaction() - Constructor for class cdev.DeviceTransaction
 
DIR_DOWN - Static variable in interface adm.CConstants
direction option - bits position start from top (used in CBits widget)
DIR_LEFT - Static variable in interface adm.CConstants
direction option - bits position start from left (used in CBits widget)
DIR_RIGHT - Static variable in interface adm.CConstants
direction option - bits position start from right (used in CBits widget)
DIR_UP - Static variable in interface adm.CConstants
direction option - bits position start from bottom (used in CBits widget)
DirectoryItem - interface cdev.dir.DirectoryItem.
The parent interface of all directory interfaces.
DirectoryService - class cdev.dir.DirectoryService.
This abstract class is a starting point for getting DirectoryItem objects and object identifiers from string or numeric parameters.
disconnect() - Method in class cdev.ControlSystem
 
disconnect() - Method in interface cdev.io.IOService
 
disconnect() - Method in class cdev.clip.ClipService
 
DOUBLE - Static variable in class cdev.data.Data
 
doubleArray() - Method in class cdev.data.DataEntry
Return the data as an array of doubles.
doubleValue() - Method in class cdev.data.DataEntry
Get a double from the DataEntry.

E

elements() - Method in class cdev.TransactionManager
elements: Return an enumeration of transactions
elements() - Method in class cdev.data.Data
Get an Enumeration of all contained DataEntry objects.
equals(Data) - Method in class cdev.data.Data
Perform a deep compare of 2 Data object to determine if they have the same data.
execute(int, Device, String, Data) - Method in interface cdev.Callback
 

F

FILL_FROM_CENTER - Static variable in interface adm.CConstants
fill option - fill from center (only used in CBar widget)
FILL_FROM_EDGE - Static variable in interface adm.CConstants
fill option - fill from edge (only used in CBar widget)
findTransaction(int) - Method in class cdev.TransactionManager
findTransaction: Called to find a pending transaction based upon the transaction number (used for bookkeeping).
findTransaction(int) - Static method in class cdev.ControlSystem
findTransaction: Called by IOService to find a pending transaction based upon the transaction number (used for bookkeeping).
finish() - Method in class cdev.ControlSystem
Finish all use of this ControlSystem.
fireTraceDataChange() - Method in class adm.CTrace
Fire the event change - notify all the data listener
FLOAT - Static variable in class cdev.data.Data
 
floatArray() - Method in class cdev.data.DataEntry
Return the data as an array of floats.
floatValue() - Method in class cdev.data.DataEntry
Get a float from the DataEntry.
flush() - Method in class cdev.ControlSystem
Flushes any pending I/O to the server(s).
flush() - Method in interface cdev.io.IOService
 
flush() - Method in class cdev.clip.ClipService
Flush any buffered I/O.
flush() - Method in class cdev.data.xdrWriter
 
focusGained(FocusEvent) - Method in class adm.CTextField
for FocusListener interface Stop the monitor when component gains focus, so that the user can enter the new update value.
focusLost(FocusEvent) - Method in class adm.CTextField
for FocusListener interface Start the monitor and stop the timer thread.
format(double) - Static method in class adm.CUtility
 
format(double, String) - Static method in class adm.CUtility
 
FRMT_AUTO - Static variable in interface adm.CConstants
format option - display the value as float number or scientific notation, whichever is shorter (following printf %.3g conventions)
FRMT_FLOAT - Static variable in interface adm.CConstants
format option - display the value as float number with 3 decimal places (following printf %.3f conventions)
FRMT_HEX - Static variable in interface adm.CConstants
format option - display the value as unsigned hexadecimal number.
FRMT_INTEGER - Static variable in interface adm.CConstants
format option - display the value as a integer number (following printf %d conventions)
FRMT_OCTAL - Static variable in interface adm.CConstants
format option - display the value as unsigned octal number.
FRMT_SCIENTIFIC - Static variable in interface adm.CConstants
format option - display the value as scientific notation (following printf %.3e conventions)

G

GET - Static variable in class cdev.DeviceTransaction
 
get_byte() - Method in class cdev.data.xdrReader
 
get_bytes() - Method in class cdev.data.xdrReader
 
get_bytes(int) - Method in class cdev.data.xdrReader
 
get_char() - Method in class cdev.data.xdrReader
 
get_double() - Method in class cdev.data.xdrReader
 
get_float() - Method in class cdev.data.xdrReader
 
get_int() - Method in class cdev.data.xdrReader
 
get_long() - Method in class cdev.data.xdrReader
 
get_opaque() - Method in class cdev.data.xdrReader
 
get_short() - Method in class cdev.data.xdrReader
 
get_string_len() - Method in class cdev.data.xdrReader
 
get_string() - Method in class cdev.data.xdrReader
 
get_string(int) - Method in class cdev.data.xdrReader
 
get_u_char() - Method in class cdev.data.xdrReader
 
get_u_int() - Method in class cdev.data.xdrReader
 
get_u_long() - Method in class cdev.data.xdrReader
 
get_u_short() - Method in class cdev.data.xdrReader
 
get(String, Data) - Method in class cdev.Device
Initiate synchronous get of property value.
get(String, DeviceListener) - Method in class cdev.Device
Initiate asynchronous get of property value.
getActiveCnt() - Method in class cdev.TransactionManager
 
getBackground() - Method in class adm.CAnimatedCanvas
Return the background color of the component
getBitPatternDefinition(String) - Method in class cdev.dir.DirectoryService
Gets BitPatternDefinition object for the given pattern name.
getCategory() - Method in class cdev.DeviceError
 
getCategory() - Method in interface cdev.dir.DeviceMessage
Gets the message category.
getCharacteristic(String, String, Data) - Method in class cdev.Device
Initiate synchronous get value of a property's characteristic .
getCharacteristic(String, String, DeviceListener) - Method in class cdev.Device
Initiate an asynchronous get value of a property's characteristic.
getCharacteristicNames() - Method in interface cdev.dir.DeviceProperty
Return array of names of characteristics for the property.
getCharacteristicValue(String) - Method in interface cdev.dir.DeviceProperty
Gets the value of the characteristic.
getClass(int) - Static method in class cdev.data.Data
Returns a Class from an integer data type
getClassExpression() - Method in class adm.CDirectory
Return class expression.
getClassName() - Method in class adm.CJavaMenuItem
Return the java class name.
getClassName() - Method in interface cdev.dir.DeviceData
Gets the name of the device class.
getClassName() - Method in interface cdev.dir.DeviceProperty
Gets the name of the device class to which the property belongs.
getClassNames() - Method in interface cdev.dir.DeviceList
Gets the array of distinct class names in the device list.
getClassNames(int) - Method in interface cdev.dir.DeviceList
Gets the array of distinct class names for group n.
getCode() - Method in class cdev.DeviceError
 
getColorMap() - Method in class adm.CRect
Get the color map for the Enum type device property
getColorMode() - Method in class adm.CAnimatedCanvas
Return the color mode property
getColorMode() - Method in class adm.CTextField
 
getColorMode() - Method in class adm.CRect
Return the color mode property
getColorMode() - Method in class adm.CLabel
Return the color mode property
getColorMode() - Method in class adm.CWheelSwitch
 
getCommonProperty(String, String[]) - Method in class cdev.dir.DirectoryService
Instantiates common DeviceProperty object for property name and device class names.
getComponentType() - Method in class cdev.data.DataEntry
Get the component data type (returns the Class).
getContext() - Method in class cdev.Device
Return a reference to the context associated with the device.
getContext() - Method in class cdev.DeviceError
 
getContextData() - Method in class cdev.clip.ClipTransaction
 
getControlHi() - Method in class adm.CSlider
Return control high
getControlLo() - Method in class adm.CSlider
Return control low
getControlSystem() - Method in class cdev.Device
Return the reference to the ControlSystem associated with the device.
getCycleStamp() - Method in class cdev.DeviceEvent
Returns the cycle stamp (CERN-PS: super-cycle number (16 bits) + basic period number (16 bits).
getCycleType() - Method in class cdev.DeviceEvent
Returns the cycle type (CERN-PS: PLS line name).
getData() - Method in class cdev.DeviceContext
 
getData() - Method in class cdev.DeviceEvent
 
getDataEntry(int) - Method in class cdev.data.Data
Return the DataEntry with the specified key, or null if not found.
getDataEntry(String) - Method in class cdev.data.Data
Return the DataEntry with the specified key, or null if not found.
getDataLength() - Method in class adm.event.CTraceEvent
 
getDefault() - Static method in class cdev.DeviceContext
 
getDefault() - Static method in class cdev.ControlSystem
Get the default ControlSystem object.
getDefault(String) - Static method in class cdev.DeviceContext
 
getDefault(String) - Static method in class cdev.ControlSystem
Get the default ControlSystem object for a given name.
getDescription() - Method in interface cdev.dir.DirectoryItem
Gets a one-line description of the directory object.
getDevice() - Method in class cdev.DeviceEvent
 
getDevice() - Method in class cdev.clip.ClipTransaction
 
getDevice(String) - Method in class cdev.ControlSystem
Device factory method.
getDeviceClass() - Method in class cdev.Device
Returns the reference to the deviceClass this device belongs to.
getDeviceClass() - Method in class cdev.DeviceArray
Returns the reference to the device class this device belongs to.
getDeviceClass() - Method in interface cdev.dir.DeviceData
Gets the device class object.
getDeviceClass(String) - Method in class cdev.dir.DirectoryService
Gets DeviceClass object when given the class name.
getDeviceClassNames() - Method in class cdev.dir.DirectoryService
Gets an array of all device class names.
getDeviceClassNames(String) - Method in class cdev.dir.DirectoryService
Gets an array of device class names from a query string.
getDeviceCount() - Method in interface cdev.dir.DeviceList
Gets the number of devices in the device list.
getDeviceCount(int) - Method in interface cdev.dir.DeviceList
Gets the number of devices in group n of the device list.
getDeviceData() - Method in interface cdev.dir.DeviceList
Gets the DeviceData array.
getDeviceData(int) - Method in interface cdev.dir.DeviceList
Gets the array of DeviceData objects for group n.
getDeviceData(String) - Method in class cdev.dir.DirectoryService
Gets the DeviceData object from the device name.
getDeviceDatas() - Method in class cdev.DeviceArray
Returns the array of DeviceData
getDeviceExpression() - Method in class adm.CDirectory
Return device expression.
getDeviceListByName(String) - Method in class cdev.dir.DirectoryService
Gets DeviceList object from the name of a list.
getDeviceListByQuery(String) - Method in class cdev.dir.DirectoryService
Gets DeviceList object from a database query string.
getDeviceListNames() - Method in class cdev.dir.DirectoryService
Gets array of all devicelist names.
getDeviceListNames(String) - Method in class cdev.dir.DirectoryService
Gets array of devicelist names from a database query.
getDeviceMessage(int, int, String) - Method in class cdev.dir.DirectoryService
Gets DeviceMessage object corresponding to level, number and service.
getDeviceName() - Method in class adm.CPen
Return the device name to which this component is connected.
getDeviceName() - Method in class adm.CList
Return the device name to which this component is connected.
getDeviceName() - Method in class adm.CCanvas
Return the device name to which this component is connected.
getDeviceName() - Method in class adm.CButton
Return the device name to which this component is connected.
getDeviceName() - Method in class adm.CChoice
Return the device name to which this component is connected.
getDeviceName() - Method in class adm.CPanel
Return the device name.
getDeviceName() - Method in interface adm.CInterface
 
getDeviceName() - Method in class adm.CTextField
Return the device name to which this component is connected.
getDeviceName() - Method in class adm.CCheckbox
Return the device name to which this component is connected.
getDeviceName() - Method in class adm.CLabel
Return the device name to which this component is connected.
getDeviceName() - Method in class adm.CWheelSwitch
Return the device name.
getDeviceName() - Method in class adm.event.CAdaptor
Return the device name to which this component is connected.
getDeviceName() - Method in class cdev.DeviceEvent
 
getDeviceName() - Method in class cdev.clip.ClipTransaction
 
getDeviceNames() - Method in class cdev.DeviceEvent
 
getDeviceNames() - Method in class cdev.clip.ClipTransaction
 
getDeviceNames() - Method in interface cdev.dir.DeviceList
Gets the array of device names in the device list.
getDeviceNames(int) - Method in interface cdev.dir.DeviceList
Gets the array of device names for group n.
getDeviceNames(String) - Method in class cdev.dir.DirectoryService
Gets device names from a query string.
getDeviceProperty(String) - Method in interface cdev.dir.DeviceClass
Gets DeviceProperty object, given the property name.
getDeviceProperty(String, String) - Method in class cdev.dir.DirectoryService
Gets DeviceProperty object for given property name and class name.
getDevices() - Method in class cdev.DeviceArray
Returns component as independant devices.
getDim() - Method in class cdev.data.DataEntry
Get the number of dimensions.
getDim() - Method in interface cdev.dir.DeviceProperty
Gets the number of dimensions.
getDimensions() - Method in class cdev.data.DataEntry
Get the array of dimensions.
getDimensions() - Method in interface cdev.dir.DeviceProperty
Gets the array of dimensions.
getDirection() - Method in class adm.ArrowButton
Return the direction of the arrow button
getDirection() - Method in class adm.CBits
Return the direction
getDirectoryService() - Static method in class cdev.Config
Returns the directory service.
getDisplayHi() - Method in class adm.CPen
Return display high
getDisplayHi() - Method in class adm.CStripChart
Return display high
getDisplayHi() - Method in class adm.CAnimatedCanvas
Return display high
getDisplayLo() - Method in class adm.CPen
Return display low
getDisplayLo() - Method in class adm.CStripChart
Return display low
getDisplayLo() - Method in class adm.CAnimatedCanvas
Return display low
getDisplayPeriod() - Method in class adm.CStripChart
Return the displayPeriod in seconds.
getDoubleValue(int) - Method in class adm.event.CTraceEvent
Return data set pair as Double[] at position i
getEndBit() - Method in class adm.CBits
Return the endBit
getEnumeratedType() - Method in class cdev.data.DataEntry
Get the enumerated data type (returns an int type).
getEnumeratedType() - Method in interface cdev.dir.DeviceProperty
Gets the enumerated data type of the property (returns an int).
getError() - Method in class cdev.DeviceEvent
 
getErrors() - Method in interface cdev.DeviceErrorArray
Returns the component errors.
getEvent() - Method in class cdev.DeviceError
 
getFillMode() - Method in class adm.CBar
Get the fill mode
getFirstBits() - Method in interface cdev.dir.BitPatternDefinition
Gets array of firstBits for bitgroups.
getFont() - Method in class adm.CStripChart
Return the font of the text on the component
getFont() - Method in class adm.CAnimatedCanvas
Return the font of the text on the component
getForeground() - Method in class adm.CAnimatedCanvas
Return the foreground color of the component
getFormat() - Method in class adm.CTextField
Return the text format (format is following the printf conventions)
getFormat() - Method in class adm.CLabel
Return the text format (format is following the printf conventions)
getFrameWidth() - Method in class adm.CAnimatedCanvas
Return the frame width of component face
getGroupCount() - Method in interface cdev.dir.DeviceList
Gets the number of groups in the device list.
getHostname() - Method in class cdev.ControlSystem
 
getHostName() - Method in class cdev.ControlSystem
 
getHostName() - Method in interface cdev.io.IOService
 
getHostName() - Method in class cdev.clip.ClipService
 
getInfo(boolean) - Method in interface cdev.dir.DirectoryItem
Abstract method: the implementation returns a multiline string with information about the object.
getInfoLines() - Method in interface cdev.dir.DirectoryItem
Gets minimum number of lines to display the getInfo string.
getInfoWidth() - Method in interface cdev.dir.DirectoryItem
Gets minimum line width, in characters, to display the getInfo string.
getIOService() - Static method in class cdev.clip.ClipService
Return an instance of this I/O service.
getIOService(Device) - Static method in class cdev.Config
Returns the IOService that implements transactions with a Device.
getKey() - Method in class cdev.data.DataEntry
Get the integer key.
getKeyAsString() - Method in class cdev.data.DataEntry
Get the key as a String.
getLabel() - Method in class adm.CShellMenuItem
Return the label string (not include "[!] ").
getLabel() - Method in class adm.CJavaMenuItem
Return the label string (not include "[J] ").
getLabel() - Method in class adm.CCheckbox
 
getLabel() - Method in class adm.CRect
Return the label string.
getLabel() - Method in class adm.CMenuButton
Return the label string (not include " >>").
getLabel() - Method in interface cdev.dir.DeviceMessage
Gets the one-word message label.
getLabelStyle() - Method in class adm.CStripChart
Return the label style property
getLabelStyle() - Method in class adm.CAnimatedCanvas
Return the label style property
getLevel() - Method in interface cdev.dir.DeviceMessage
Gets the message level, indicating nature and priority of the message.
getLongMessage() - Method in interface cdev.dir.DeviceMessage
Gets the full text of the message, if any, from the database.
getMaxPoint() - Method in class adm.CCartesian
Return max point shown in the plot
getMessage() - Method in class cdev.DeviceEvent
 
getMessage() - Method in class cdev.DeviceError
 
getMessages(int) - Method in interface cdev.dir.BitPatternDefinition
Gets array of defined messages for bitgroup starting at firstBit
getName() - Method in class cdev.Device
Return the name of the device.
getName() - Method in class cdev.DeviceError
 
getName() - Method in class cdev.ControlSystem
 
getName() - Method in interface cdev.dir.DirectoryItem
Gets the name of the directory object.
getNames() - Method in class adm.event.CDirectoryEvent
return name string array
getNames() - Method in class cdev.DeviceArray
Returns the names of the components in this device array.
getNewValue() - Method in class adm.CPen
 
getNumber() - Method in interface cdev.dir.DeviceMessage
Gets the number that identifies the message for the level.
getOpcode() - Method in class cdev.DeviceEvent
 
getOrientation() - Method in class adm.CIndicator
Get the orientation
getOutboundData() - Method in class cdev.DeviceTransaction
 
getParams() - Method in class adm.CJavaMenuItem
Return parameters String array.
getPenColor() - Method in class adm.CPen
Return the color of Pen
getPort() - Method in class cdev.ControlSystem
 
getPort() - Method in interface cdev.io.IOService
 
getPort() - Method in class cdev.clip.ClipService
 
getPrecision() - Method in class adm.CSlider
Return the precision value.
getProperty() - Method in class cdev.DeviceEvent
 
getPropertyExpression() - Method in class adm.CDirectory
Return property expression.
getPropertyListNames() - Method in interface cdev.dir.DeviceClass
Gets array of all propertylist names for the deviceclass.
getPropertyName() - Method in class adm.CPen
Return the device property name to which this component is connected.
getPropertyName() - Method in class adm.CList
Return the device property name to which this component is connected.
getPropertyName() - Method in class adm.CCanvas
Return the device property name to which this component is connected.
getPropertyName() - Method in class adm.CButton
Return the device property name to which this component is connected.
getPropertyName() - Method in class adm.CChoice
Return the device property name to which this component is connected.
getPropertyName() - Method in class adm.CPanel
Return the device property name.
getPropertyName() - Method in interface adm.CInterface
 
getPropertyName() - Method in class adm.CTextField
Return the device property name to which this component is connected.
getPropertyName() - Method in class adm.CCheckbox
Return the device property name to which this component is connected.
getPropertyName() - Method in class adm.CLabel
Return the device property name to which this component is connected.
getPropertyName() - Method in class adm.CWheelSwitch
Return the device property name.
getPropertyName() - Method in class adm.event.CAdaptor
Return the device property name to which this component is connected.
getPropertyNames() - Method in interface cdev.dir.DeviceClass
Gets array of all property names for the deviceclass.
getPropertyNames(String) - Method in interface cdev.dir.DeviceClass
Gets a ordered subset of the property names of a class.
getQueryType() - Method in class adm.CDirectory
Return query type.
getQueryType() - Method in class adm.event.CDirectoryEvent
return the query type
getRangeStyle() - Method in class adm.CStripChart
Return the range style property
getRangeStyle() - Method in class adm.CAnimatedCanvas
Return the range style property
GETREFERENCE - Static variable in class cdev.DeviceTransaction
 
getReference(String, Data) - Method in class cdev.Device
Initiate synchronous get of property reference value.
getReference(String, DeviceListener) - Method in class cdev.Device
Initiate asynchronous get of property reference value.
getRelatedDevices(String) - Method in interface cdev.dir.DeviceData
Gets array of names of related devices for the role.
getRequestData() - Method in class cdev.DeviceTransaction
 
getRoles() - Method in interface cdev.dir.DeviceData
Gets array of role names (prefix "~" for inverse role).
getSequenceNumber() - Method in class cdev.DeviceContext
 
getService() - Static method in class cdev.dir.DirectoryService
Gets unique instantiation of the directory service implementation.
getServiceData() - Method in class cdev.Device
 
getServiceName() - Method in interface cdev.dir.DirectoryItem
Gets the name of the service which supplied the information.
getShellCommand() - Method in class adm.CShellMenuItem
Return the command String.
getShortMessage() - Method in interface cdev.dir.DeviceMessage
Gets the one-line message string.
getSize() - Method in class cdev.data.Data
Return the number of DataEntry objects in this Data object.
getSpecialValue(String) - Method in interface cdev.dir.DeviceData
Gets value for an implementation-specific variable as a string.
getSpecialVariableNames() - Method in interface cdev.dir.DeviceData
Gets the names of implementation-specific variables.
getStacking() - Method in class adm.CToggleButton
Get the stacking position
getStartBit() - Method in class adm.CBits
Return the startBit
getState() - Method in class cdev.DeviceTransaction
 
getStringValue() - Method in class adm.CButton
Return the the string/value associated with the button
getStringValue() - Method in class adm.event.CAdaptor
Return the data value as a string
getSymbolValue(String, String) - Method in class cdev.dir.DirectoryService
Gets the symbol value when given the symbol category and symbol name.
getTitle() - Method in class adm.CCartesian
Return the title string.
getTraceColor() - Method in class adm.CTrace
Return the color of this trace
getTraceStyle() - Method in class adm.CTrace
Return the trace style of this trace
getTransactionNumber() - Method in class cdev.DeviceTransaction
 
getTransactions() - Method in class cdev.BasicServer
Get an enumeration of transactions
getTransactions() - Method in interface cdev.TransactionListener
 
getUnitIncrement() - Method in class adm.CSlider
Return the unit increment value.
getValue() - Method in class cdev.DeviceEvent
Returns the value DataEntry
getValue() - Method in class cdev.data.DataEntry
Get the contained data.
getValue(int) - Method in class cdev.data.Data
Retrieves a data object specified by key from the specified DataEntry.
getValue(String) - Method in class cdev.data.Data
Retrieves a data object specified by key from the specified DataEntry.
getXAxis() - Method in class adm.CTrace
Return the X axis of this trace
getXDeviceName() - Method in class adm.CTrace
Return the device name to which this component is connected.
getXDisplayHi() - Method in class adm.CTrace
Return x-axis display high
getXDisplayLo() - Method in class adm.CTrace
Return x-axis display low
getXPropertyName() - Method in class adm.CTrace
Return the device property name to which this component is connected.
getXRangeStyle() - Method in class adm.CTrace
Return the X axis range style of this trace.
getXValue() - Method in class adm.event.CTraceEvent
Return x data array
getYAxis() - Method in class adm.CTrace
Return the Y axis of this trace
getYDeviceName() - Method in class adm.CTrace
Return the device name to which this component is connected.
getYDisplayHi() - Method in class adm.CTrace
Return y-axis display high
getYDisplayLo() - Method in class adm.CTrace
Return y-axis display low
getYPropertyName() - Method in class adm.CTrace
Return the device property name to which this component is connected.
getYRangeStyle() - Method in class adm.CTrace
Return the Y axis range style of this trace.
getYValue() - Method in class adm.event.CTraceEvent
Return y data array

H

handleResponse(DeviceTransaction) - Method in class cdev.BasicServer
Queue a completed transaction for transmission (coming from derived class's process routine)
handleResponse(DeviceTransaction) - Method in interface cdev.TransactionResponseListener
 
handleResponse(DeviceTransaction) - Method in class cdev.clip.ClipService
Handle a response to a transaction originated by an incoming request from this object.
handleResponse(int, int, Data, DeviceError) - Static method in class cdev.ControlSystem
handleResponse: Called by IOService to deliver results from an earlier transaction posting.
HORIZONTAL - Static variable in interface adm.CConstants
orientation option - horizontal direction.

I

INCOMPLETE - Static variable in class cdev.DeviceTransaction
 
init() - Method in class adm.CApplet
Initialize the connection to the server, try to use the port number that are embeded in the HTML file.
init(int) - Method in class adm.CApplet
Initialize the connection to the server, using the specified port.
initialize() - Method in class cdev.BasicServer
 
initialize() - Method in class cdev.clip.ClipService
 
initialize(int) - Method in class cdev.BasicServer
Initialize the server, starting 3 threads: 1 --> listen for connections (new thread for each) 2 --> process queue for inbound messages 3 --> process queue for outbound responses
insert(int, byte) - Method in class cdev.data.Data
Insert a scalar value into a Data object as a tagged data item.
insert(int, double) - Method in class cdev.data.Data
Insert a scalar value of type double into the Data object and give it the specified integer tag.
insert(int, float) - Method in class cdev.data.Data
Insert a scalar value of type float into a Data object and give it the specified integer tag.
insert(int, int) - Method in class cdev.data.Data
Insert a scalar value of type int into a Data object and give it the specified integer tag.
insert(int, long) - Method in class cdev.data.Data
Insert a scalar value of type long into a Data object and give it the specified integer tag.
insert(int, Object) - Method in class cdev.data.Data
Insert an object into the Data object and give it the specified integer tag.
insert(int, short) - Method in class cdev.data.Data
Insert a scalar value into a Data object as a tagged data item.
insert(MenuItem, int) - Method in class adm.CMenuButton
Inserts a menu item into this menu at the specified position.
insert(String, byte) - Method in class cdev.data.Data
Insert "data" into the this cdev.Data object associated with "tag".
insert(String, double) - Method in class cdev.data.Data
 
insert(String, float) - Method in class cdev.data.Data
 
insert(String, int) - Method in class cdev.data.Data
Insert "data" into the this cdev.Data object associated with "tag".
insert(String, long) - Method in class cdev.data.Data
 
insert(String, Object) - Method in class cdev.data.Data
 
insert(String, short) - Method in class cdev.data.Data
Insert "data" into the this cdev.Data object associated with "tag".
insertKeyPair(int, String) - Static method in class cdev.data.Data
Insert a key pair into the table.
insertSeparator(int) - Method in class adm.CMenuButton
Inserts a separator at the specified position.
INT - Static variable in class cdev.data.Data
 
intArray() - Method in class cdev.data.DataEntry
Return the data as an array of integers.
intValue() - Method in class cdev.data.DataEntry
Get an integer from the DataEntry.
INVALID - Static variable in class cdev.data.Data
 
invoke(String, String[]) - Static method in class adm.CNamedApplication
This static method is used to invoke the child class "myName" with arguments args.
invoke(String, String[]) - Static method in class adm.CSingletonApplication
This static method is used to invoke the child class "myName" with arguments "args".
IOService - interface cdev.io.IOService.
 
isCommonAxis() - Method in class adm.CStripChart
Return the commonAxis property.
isComplete() - Method in class cdev.DeviceEvent
 
isConnected() - Method in class cdev.ControlSystem
 
isConnected() - Method in interface cdev.io.IOService
 
isConnected() - Method in class cdev.clip.ClipService
 
isConstant() - Method in interface cdev.dir.DeviceProperty
Return true if property value can be considered constant and needs to be fetched only once (min, max, ...).
isControllable() - Method in class adm.CBits
Return true if this widget is controllabel.
isDefined(String) - Method in interface cdev.dir.DeviceData
Returns true if this device has the role (prefix "~" for inverse role).
isDefined(String) - Method in interface cdev.dir.DeviceProperty
Return true if the characteristic is defined for the property.
isDiscrete() - Method in interface cdev.dir.DeviceProperty
Returns true if this is a discrete property.
isEnumeration() - Method in interface cdev.dir.BitPatternDefinition
Returns true if this bitpattern definition is a simple enumeration
isFacusLock() - Method in class adm.CTextField
Return focus lock
isLongMessage() - Method in interface cdev.dir.DeviceMessage
True when message text is available in the database.
isSynchronous() - Method in class cdev.DeviceTransaction
isSynchronous: synchronous means Data and no listener.
isThisLabel(long, String) - Method in interface cdev.dir.BitPatternDefinition
Return true if this bitpattern 'contains' the label
isWritable() - Method in interface cdev.dir.DeviceProperty
Return true if property can write values.
itemStateChanged(ItemEvent) - Method in class adm.CList
To send the new value to the control system.
itemStateChanged(ItemEvent) - Method in class adm.CChoice
To send the new value to the control system.
itemStateChanged(ItemEvent) - Method in class adm.CCheckbox
Set the change back to control system and monitor the result.

K

keyPressed(KeyEvent) - Method in class adm.CTextField
for KeyListener interface
keyReleased(KeyEvent) - Method in class adm.CTextField
 
keyTyped(KeyEvent) - Method in class adm.CTextField
for KeyListener interface Reset the timeout counter

L

LABEL_ALL - Static variable in interface adm.CConstants
Label style option - with tick mark, high/low value, current value and device-priperty name
LABEL_AXIS - Static variable in interface adm.CConstants
Label style option - with tick marks, high and low value
LABEL_NONE - Static variable in interface adm.CConstants
Label style option - no label
LABEL_VALUE - Static variable in interface adm.CConstants
Label style option - with tick mark, high/low value, current value
LONG - Static variable in class cdev.data.Data
 
longArray() - Method in class cdev.data.DataEntry
Return the data as an array of longs.
longValue() - Method in class cdev.data.DataEntry
Get a long from the DataEntry.

M

main(String[]) - Static method in class cdev.clip.ClipEchoServer
 
makePrettyAxis(double, double) - Static method in class adm.CUtility
Generate pretty axis and tick number.
makeValidName(String) - Static method in class adm.CUtility
 
MAXCODE - Static variable in class cdev.DeviceTransaction
 
MAXTYPE - Static variable in class cdev.data.Data
 
MONITOR_CTX - Static variable in class cdev.Device
 
MONITOROFF - Static variable in class cdev.DeviceTransaction
 
monitorOff(String, DeviceListener) - Method in class cdev.Device
Terminate asynchronous subscription to property value.
MONITORON - Static variable in class cdev.DeviceTransaction
 
monitorOn(String, DeviceListener) - Method in class cdev.Device
Initiate asynchronous subscription to property value.
mouseClicked(MouseEvent) - Method in class adm.CStripChart
For mouseListener interface handle mouse click If click on one of the drawing line, the y axis and channel name will show the value of that line.
mouseClicked(MouseEvent) - Method in class adm.CSlider
Handles mouse click.
mouseClicked(MouseEvent) - Method in class adm.CBits
 
mouseClicked(MouseEvent) - Method in class adm.CToggleButton
 
mouseDragged(MouseEvent) - Method in class adm.CSlider
Handle the mouse drag.
mouseEntered(MouseEvent) - Method in class adm.CStripChart
For mouseListener interface
mouseEntered(MouseEvent) - Method in class adm.CSlider
MouseListener interface
mouseEntered(MouseEvent) - Method in class adm.CBits
MouseListener interface
mouseEntered(MouseEvent) - Method in class adm.CToggleButton
 
mouseExited(MouseEvent) - Method in class adm.CStripChart
 
mouseExited(MouseEvent) - Method in class adm.CSlider
MouseListener interface
mouseExited(MouseEvent) - Method in class adm.CBits
 
mouseExited(MouseEvent) - Method in class adm.CToggleButton
 
mouseMoved(MouseEvent) - Method in class adm.CSlider
MouseMotionListener interface
mousePressed(MouseEvent) - Method in class adm.CStripChart
 
mousePressed(MouseEvent) - Method in class adm.CSlider
Press the mouse in the thumb area to initiate a drag, and monitoring will be suspended.
mousePressed(MouseEvent) - Method in class adm.CBits
 
mousePressed(MouseEvent) - Method in class adm.CToggleButton
Handle the mouse press.
mouseReleased(MouseEvent) - Method in class adm.CStripChart
 
mouseReleased(MouseEvent) - Method in class adm.CSlider
Handle the mouse release.
mouseReleased(MouseEvent) - Method in class adm.CBits
Handles mouse release.
mouseReleased(MouseEvent) - Method in class adm.CToggleButton
To send the new value to the control system.

N

needCycleType() - Method in class cdev.Device
Returns true if the I/O may require a cycle type.
needCycleType() - Method in class cdev.DeviceArray
Returns true if the I/O may require a cycle type.
needCycleType() - Method in interface cdev.dir.DeviceData
Return true when the device depends on the cycle type.
needCycleType() - Method in interface cdev.dir.DeviceProperty
Return true if property value depends on cycle type.
needCycleType(String) - Method in class cdev.Device
Returns true if the I/O with this property requires a cycle type.
nelems() - Method in class cdev.data.DataEntry
Get the number of elements in the data array (if scalar, return 1).
NoSuchDataException - exception cdev.dir.NoSuchDataException.
The requested data are not in the database in a valid form.
NoSuchDataException() - Constructor for class cdev.dir.NoSuchDataException
 
NoSuchDataException(String) - Constructor for class cdev.dir.NoSuchDataException
 

P

paint(Graphics) - Method in class adm.CStripChart
Draw offscreen graphics and repaint it onto the screen.
paint(Graphics) - Method in class adm.ArrowButton
Draw the arrow button
paint(Graphics) - Method in class adm.CAnimatedCanvas
Draw offscreen graphics and repaint it onto the screen.
paint(Graphics) - Method in class adm.CToggleButton
Draw two buttons and labels
paint(Graphics) - Method in class adm.CRect
draw Rectange and label if label is set
paint(Graphics) - Method in class adm.COval
Paint the Oval with new foreground color
paint(Graphics) - Method in class adm.CCartesian
 
pend() - Method in class cdev.ControlSystem
Wait for server responses for the default duration.
pend(double) - Method in class cdev.ControlSystem
Wait for server responses for the given duration.
pend(long) - Method in class cdev.ControlSystem
Wait for server responses for the given duration.
PENDING - Static variable in class cdev.DeviceTransaction
 
pensAvailable() - Method in class adm.CStripChart
Returns true if there are Pen on the stripChart available (max available Pen is 8).
post(DeviceTransaction) - Method in class cdev.BasicServer
Post a new transaction for processing in server (coming from a client handler).
post(DeviceTransaction) - Method in interface cdev.TransactionListener
 
post(DeviceTransaction) - Method in interface cdev.io.IOService
 
post(DeviceTransaction) - Method in class cdev.clip.ClipService
post: Post a transaction.
process(DeviceTransaction) - Method in class cdev.TransactionManager
 
process(Fifo) - Method in class cdev.TransactionManager
 
processMouseEvent(MouseEvent) - Method in class adm.ArrowButton
Handle the mouse event.
processOutbound() - Method in class cdev.BasicServer
 
PROPERTY_QUERY - Static variable in interface adm.CConstants
Specify the directory service is property name query
(used in CDirectory class)
put_byte(byte) - Method in class cdev.data.xdrWriter
 
put_char(char) - Method in class cdev.data.xdrWriter
 
put_double(double) - Method in class cdev.data.xdrWriter
 
put_float(float) - Method in class cdev.data.xdrWriter
 
put_int(int) - Method in class cdev.data.xdrWriter
 
put_long(long) - Method in class cdev.data.xdrWriter
 
put_opaque(byte[]) - Method in class cdev.data.xdrWriter
 
put_short(short) - Method in class cdev.data.xdrWriter
 
put_string(String) - Method in class cdev.data.xdrWriter
 
put(byte) - Method in class cdev.data.xdrWriter
 
put(byte[]) - Method in class cdev.data.xdrWriter
 
put(char) - Method in class cdev.data.xdrWriter
 
put(double) - Method in class cdev.data.xdrWriter
 
put(Double) - Method in class cdev.data.xdrWriter
 
put(float) - Method in class cdev.data.xdrWriter
 
put(Float) - Method in class cdev.data.xdrWriter
 
put(int) - Method in class cdev.data.xdrWriter
 
put(Integer) - Method in class cdev.data.xdrWriter
 
put(long) - Method in class cdev.data.xdrWriter
 
put(Long) - Method in class cdev.data.xdrWriter
 
put(short) - Method in class cdev.data.xdrWriter
 
put(String) - Method in class cdev.data.xdrWriter
 
put(String[]) - Method in class cdev.data.xdrWriter
 

R

RANGE_AUTO - Static variable in interface adm.CConstants
Range style option - auto range
RANGE_FROM_PROPERTY - Static variable in interface adm.CConstants
Range style option - get range from device-property
RANGE_STATIC - Static variable in interface adm.CConstants
Range style option - user set range
RECEIVED - Static variable in class cdev.DeviceTransaction
 
receivedNames(CDirectoryEvent) - Method in interface adm.event.CDirectoryListener
 
receivedNewData(CTraceEvent) - Method in interface adm.event.CTraceListener
 
reconnect() - Method in class cdev.ControlSystem
 
reconnect() - Method in interface cdev.io.IOService
 
reconnect() - Method in class cdev.clip.ClipService
 
redraw - Variable in class adm.CTrace
 
registerIOService(IOService) - Method in class cdev.BasicServer
Register an IOService with this Server
registerIOService(IOService) - Method in class cdev.ControlSystem
Register an IOService with this ControlSystem
registerIOService(IOService) - Method in interface cdev.TransactionListener
 
remove() - Method in class cdev.data.Data
Remove all DataEntry objects from this Data object.
remove(int) - Method in class adm.CMenuButton
Removes the menu item at the specified index from this menuButton.
remove(int) - Method in class cdev.data.Data
Remove the data entry corresponding to a given key.
remove(MenuComponent) - Method in class adm.CMenuButton
Removes the specified menu item from this menuButton.
remove(String) - Method in class cdev.data.Data
Remove the data entry corresponding to a given key.
removeActionListener(ActionListener) - Method in class adm.ArrowButton
Removes the specified action listener so that it no longer receives action events from this button.
removeDeviceListener(DeviceListener) - Method in class adm.event.CAdaptor
Remove the device listener
removeDirectoryListener(CDirectoryListener) - Method in class adm.CDirectory
Remove the directory listener service
removeListener(Object) - Method in class cdev.DeviceTransaction
removeListener: This removes the DeviceListener or a Data from a vector.
removeTraceListener(CTraceListener) - Method in class adm.CTrace
Remove the data listener service
resumeIO() - Method in class cdev.ControlSystem
Resume I/O
resumeIO(ControlSystem) - Method in class cdev.TransactionManager
Resume IO
ROW - Static variable in interface adm.CConstants
Specify buttons to be placed one above the other (used in CToggleButton widget)
run() - Method in class adm.CStripChart
Sleep a updatePeriod and call repaint method to update the chart
run() - Method in class adm.CShellMenuItem
execute and wait for the command.
run() - Method in class adm.CDirectory
Process the directory service and notify the listener
run() - Method in class adm.CTextField
Sleep a timeout period then remove the focus
run() - Method in class cdev.BasicServer
Run method accepts new connections and starts a client handler (method supplied in derived class)
run() - Method in class cdev.ControlSystem
 
run() - Method in class cdev.clip.ClipService
The run method continuously reads the socket for inbound messages.

S

SEND - Static variable in class cdev.DeviceTransaction
 
send(String, Data, Callback) - Method in class cdev.Device
Deprecated. Use send with DeviceListener instead.
send(String, Data, Data) - Method in class cdev.Device
Initiate a synchronous "send" transaction.
send(String, Data, DeviceListener) - Method in class cdev.Device
Initiate a transaction that delivers results to a listener when the reply is returned from the server.
sendNoBlock(String, Data, Data) - Method in class cdev.Device
Initiate asynchronous transaction that delivers data to Data object.
SET - Static variable in class cdev.DeviceTransaction
 
set(String, Data) - Method in class cdev.Device
Initiate synchronous set of property value.
set(String, Data, DeviceListener) - Method in class cdev.Device
Initiate asynchronous set of property value.
setArgs(String[]) - Method in class adm.CNamedApplication
Set the args as the array of String It is empty and must be overwrited by child class if there is any args needed to passed
setArgs(String[]) - Method in class adm.CSingletonApplication
Set the args as the array of String It is empty and must be overwrited by child class if there is any args needed to passed
setBackground(Color) - Method in class adm.CStripChart
Set component background color
setBackground(Color) - Method in class adm.CAnimatedCanvas
Set component background color
setBounds(int, int, int, int) - Method in class adm.CStripChart
Set the bounds of the canvas.
setBounds(int, int, int, int) - Method in class adm.CAnimatedCanvas
Set the bounds of the canvas.
setBounds(int, int, int, int) - Method in class adm.CCartesian
Over write the parant setBounds method to force draw the background again when user resize the widget
setBounds(Rectangle) - Method in class adm.CAnimatedCanvas
Set the bounds of the canvas.
setClassExpression(String) - Method in class adm.CDirectory
Set the class expression
setClassName(String) - Method in class adm.CJavaMenuItem
Set up the java class name launched by this CJavaMenuItem.
setColorMap(Color[]) - Method in class adm.CRect
Set the color map for the Enum type device property to overwrite the default color array.
setColorMode(int) - Method in class adm.CAnimatedCanvas
Set the color mode property
setColorMode(int) - Method in class adm.CTextField
Set the color mode property
setColorMode(int) - Method in class adm.CRect
Set the color mode property
setColorMode(int) - Method in class adm.CLabel
Set the color mode property
setColorMode(int) - Method in class adm.CWheelSwitch
 
setCommonAxis(boolean) - Method in class adm.CStripChart
Set up commonAxis property.
setContext(Data) - Method in class cdev.Device
(Deprecated; use setContext (DeviceContext ctx) instead) Set the context for the device.
setContext(DeviceContext) - Method in class cdev.Device
Set the context for the device.
setControlHi(double) - Method in class adm.CSlider
Set control high.
setControllable(boolean) - Method in class adm.CBits
Set the controllable parameter.
setControlLo(double) - Method in class adm.CSlider
Set control low.
setControlRange(double, double) - Method in class adm.CSlider
Set control high and control low.
setCycleType(String) - Method in class cdev.DeviceContext
Stores a cycle type selection into this DeviceContext.
setData(Data) - Method in class cdev.DeviceContext
 
setData(Data) - Method in class cdev.DeviceTransaction
 
setDefault(DeviceContext) - Static method in class cdev.DeviceContext
 
setDefault(String, DeviceContext) - Static method in class cdev.DeviceContext
 
setDeviceAndPropertyName(String, String) - Method in class adm.CPen
Set device name and device property name
setDeviceAndPropertyName(String, String) - Method in class adm.CCanvas
Set device name and device property name
setDeviceAndPropertyName(String, String) - Method in class adm.CChoice
Set device name and device property name
setDeviceExpression(String) - Method in class adm.CDirectory
Set the device expression
setDeviceName(String) - Method in class adm.CPen
Set the Device name
setDeviceName(String) - Method in class adm.CList
Set the Device name
setDeviceName(String) - Method in class adm.CCanvas
Set the Device name
setDeviceName(String) - Method in class adm.CButton
Set the Device name
setDeviceName(String) - Method in class adm.CChoice
Set the Device name
setDeviceName(String) - Method in class adm.CPanel
Set the Device name for all components in the panel
setDeviceName(String) - Method in interface adm.CInterface
 
setDeviceName(String) - Method in class adm.CTextField
Set the Device name
setDeviceName(String) - Method in class adm.CCheckbox
Set the Device name
setDeviceName(String) - Method in class adm.CLabel
Set the Device name
setDeviceName(String) - Method in class adm.CWheelSwitch
Set the Device name
setDeviceName(String) - Method in class adm.event.CAdaptor
Set the Device name
setDirection(int) - Method in class adm.ArrowButton
set the direction of the button arrow
setDirection(int) - Method in class adm.CBits
Set bit position direction
setDisplayBits(int, int) - Method in class adm.CBits
Set the startBit and endBit.
setDisplayHi(double) - Method in class adm.CPen
set display high.
setDisplayHi(double) - Method in class adm.CStripChart
Set the display high.
setDisplayHi(double) - Method in class adm.CAnimatedCanvas
Set the display high.
setDisplayLo(double) - Method in class adm.CPen
set display low.
setDisplayLo(double) - Method in class adm.CStripChart
Set the display low.
setDisplayLo(double) - Method in class adm.CAnimatedCanvas
Set the display low.
setDisplayPeriod(int) - Method in class adm.CStripChart
Set the total display time period.
setDisplayRange(double, double) - Method in class adm.CPen
Set display range.
setDisplayRange(double, double) - Method in class adm.CStripChart
Set the display limits.
setDisplayRange(double, double) - Method in class adm.CAnimatedCanvas
Set the display limits.
setEndBit(int) - Method in class adm.CBits
Set the endBit.
setError(DeviceError) - Method in class cdev.DeviceTransaction
 
setFillMode(int) - Method in class adm.CBar
Set the fill mode
setFocusLock(boolean) - Method in class adm.CTextField
Set focus lock action
setFont(Font) - Method in class adm.CStripChart
Set text font for labeling and displaying values.
setFont(Font) - Method in class adm.CAnimatedCanvas
Set text font for labeling and displaying values.
setForeground(Color) - Method in class adm.CStripChart
Set compoenet foreground color
setForeground(Color) - Method in class adm.CAnimatedCanvas
Set compoenet foreground color
setFormat(String) - Method in class adm.CTextField
Set the text format.
setFormat(String) - Method in class adm.CLabel
Set the text format.
setFrameWidth(int) - Method in class adm.CAnimatedCanvas
Set the frame width of component face
setKey(int) - Method in class cdev.data.DataEntry
Change the integer key, and return the old key.
setLabel(String) - Method in class adm.CShellMenuItem
Set the label string.
setLabel(String) - Method in class adm.CJavaMenuItem
Set the label string.
setLabel(String) - Method in class adm.CCheckbox
 
setLabel(String) - Method in class adm.CRect
Set the label string appeared on the widget If null, there is no label on the widget (default)
setLabel(String) - Method in class adm.CMenuButton
Set the label string.
setLabelStyle(int) - Method in class adm.CStripChart
Set the label style property of stripChart
setLabelStyle(int) - Method in class adm.CAnimatedCanvas
Set the label style property
setMaxPoint(int) - Method in class adm.CCartesian
Set up max data point shown in the plot.
setMultipleMode(boolean) - Method in class adm.CList
Overwrite the setMultipleMode method to turn off the multiple selection.
setOrientation(int) - Method in class adm.CIndicator
Set the orientation
setParams(String[]) - Method in class adm.CJavaMenuItem
Set up the parameters exexute method needed.
setPenColor(Color) - Method in class adm.CPen
Set the color of Pen
setPrecision(double) - Method in class adm.CSlider
Set precision.
setPropertyExpression(String) - Method in class adm.CDirectory
Set the property expression
setPropertyName(String) - Method in class adm.CPen
Set device property name
setPropertyName(String) - Method in class adm.CList
Set device property name
setPropertyName(String) - Method in class adm.CCanvas
Set device property name
setPropertyName(String) - Method in class adm.CButton
Set device property name
setPropertyName(String) - Method in class adm.CChoice
Set device property name
setPropertyName(String) - Method in class adm.CPanel
Set device property name for all components in the panel.
setPropertyName(String) - Method in interface adm.CInterface
 
setPropertyName(String) - Method in class adm.CTextField
Set device property name
setPropertyName(String) - Method in class adm.CCheckbox
Set device property name
setPropertyName(String) - Method in class adm.CLabel
Set device property name
setPropertyName(String) - Method in class adm.CWheelSwitch
Set device property name.
setPropertyName(String) - Method in class adm.event.CAdaptor
Set device property name
setQueryType(int) - Method in class adm.CDirectory
Set the queryType.
setRangeStyle(int) - Method in class adm.CStripChart
Set the range style property of stripChart
setRangeStyle(int) - Method in class adm.CAnimatedCanvas
Set the range style property
SETREFERENCE - Static variable in class cdev.DeviceTransaction
 
setReference(String, Data) - Method in class cdev.Device
Initiate synchronous set of property reference value.
setReference(String, Data, DeviceListener) - Method in class cdev.Device
Initiate asynchronous set of property reference value.
setReferenceKey(String) - Method in class cdev.DeviceContext
Stores a referenceKey (archive name) selection into this DeviceContext.
setServiceData(Object) - Method in class cdev.Device
 
setShellCommand(String) - Method in class adm.CShellMenuItem
Set up the command string.
setSize(Dimension) - Method in class adm.CAnimatedCanvas
Set canvas size.
setSize(int, int) - Method in class adm.CStripChart
Overwrite parent setSize method to force repaint the background.
setSize(int, int) - Method in class adm.CAnimatedCanvas
Set canvas size.
setSize(int, int) - Method in class adm.CCartesian
Over write the parant setSize method to force draw the background again when user resize the widget
setSource(Object) - Method in class cdev.DeviceEvent
 
setStacking(byte) - Method in class adm.CToggleButton
Set the stacking position
setStartBit(int) - Method in class adm.CBits
Set the startBit.
setStringValue(String) - Method in class adm.CButton
Set the value that gets sent to the control system when the button is pressed.
setText(String) - Method in class adm.CTextField
Overwrite parent setText method to set the value in control system as well
setText(String) - Method in class adm.CLabel
Set the text for this label to the specified text.
setTimeOut(double) - Method in class cdev.DeviceContext
Stores a timeOut value into this DeviceContext.
setTimingEvent(String) - Method in class cdev.DeviceContext
Stores a timing event selection into this DeviceContext.
setTitle(String) - Method in class adm.CCartesian
Set up the title string appear on the top of the plot.
setTrace(int, CTrace) - Method in class adm.CCartesian
Add a new trace to plot.
setTraceColor(Color) - Method in class adm.CTrace
Set the color of this trace
setTraceStyle(int) - Method in class adm.CTrace
Set up the trace style of this trace
setUnitIncrement(double) - Method in class adm.CSlider
Set unit increment value.
setValue(double) - Method in class adm.event.CAdaptor
Send a double data to control system
setValue(int) - Method in class adm.event.CAdaptor
Send a int data to control system
setValue(String) - Method in class adm.event.CAdaptor
Send a String data to control system
setXAxis(Axis) - Method in class adm.CTrace
Set up the X axis of this trace
setXDeviceName(String) - Method in class adm.CTrace
Set the Device name
setXDisplayHi(double) - Method in class adm.CTrace
set x-axis display high.
setXDisplayLo(double) - Method in class adm.CTrace
set x-axis display low.
setXDisplayRange(double, double) - Method in class adm.CTrace
Set X axis display range (low and high).
setXPropertyName(String) - Method in class adm.CTrace
Set device property name
setXRangeStyle(int) - Method in class adm.CTrace
Set up the X axis range style of this trace.
setYAxis(Axis) - Method in class adm.CTrace
Set up the Y axis of this trace
setYAxisPosition(int) - Method in class adm.CTrace
Set up the Y axis position of this trace
setYDeviceName(String) - Method in class adm.CTrace
Set the Device name
setYDisplayHi(double) - Method in class adm.CTrace
set y-axis display high.
setYDisplayLo(double) - Method in class adm.CTrace
set y-axis display low.
setYDisplayRange(double, double) - Method in class adm.CTrace
Set Y axis display range (low and high).
setYPropertyName(String) - Method in class adm.CTrace
Set device property name
setYRangeStyle(int) - Method in class adm.CTrace
Set up the Y axis range style of this trace.
SHORT - Static variable in class cdev.data.Data
 
shortArray() - Method in class cdev.data.DataEntry
Return the data as an array of shorts.
shortValue() - Method in class cdev.data.DataEntry
Get a short from the DataEntry.
size() - Method in class cdev.DeviceArray
Returns the number of components in this device array.
size() - Method in interface cdev.DeviceErrorArray
Returns the number of component errors.
size() - Method in class cdev.data.xdrWriter
 
smartCompareCopy(DataEntry) - Method in class cdev.data.DataEntry
Performs a compare & copy on the content of a data entry.
start() - Method in class adm.CShellMenuItem
Disable the menuItem and start a new thread
start() - Method in class adm.CApplet
 
stop() - Method in class adm.CApplet
 
STRING - Static variable in class cdev.data.Data
 
stringArray() - Method in class cdev.data.DataEntry
Return the data as an array of Strings.
stringValue() - Method in class cdev.data.DataEntry
Return the string value of data in this DataEntry object.
STYLE_FILLUNDER - Static variable in interface adm.CConstants
 
STYLE_LINE - Static variable in interface adm.CConstants
Specify trace Style as connected line (used in CCartesian widget)
STYLE_POINT - Static variable in interface adm.CConstants
Specify trace Style as scatter points (used in CCartesian widget)
suspendIO() - Method in class cdev.ControlSystem
Suspend I/O

T

testNameMatch(String, String) - Static method in class adm.CUtility
 
TooManyValuesException - exception cdev.dir.TooManyValuesException.
Multiple values are returned when only one was expected.
TooManyValuesException() - Constructor for class cdev.dir.TooManyValuesException
 
TooManyValuesException(String) - Constructor for class cdev.dir.TooManyValuesException
 
toString() - Method in class adm.event.CAdaptor
Return device name.property name as a string
toString() - Method in class cdev.DeviceEvent
 
toString() - Method in class cdev.DeviceError
 
toString() - Method in class cdev.data.Data
Convert the Data object to a formatted string.
toString() - Method in class cdev.data.DataEntry
Convert the entire DataEntry object to a string.
toString() - Method in interface cdev.dir.DirectoryItem
Gets the identifier as a representation of the directory object.
toString(String) - Method in class cdev.data.Data
Convert the Data object to a string with a given title preceeding the object.
TransactionListener - interface cdev.TransactionListener.
 
TransactionManager - class cdev.TransactionManager.
 
TransactionManager() - Constructor for class cdev.TransactionManager
Constructor.
TransactionResponseListener - interface cdev.TransactionResponseListener.
 
txTableToString(String) - Method in class cdev.TransactionManager
Steps through the transaction table and convert each transaction to a string.
txTableToString(String) - Method in class cdev.ControlSystem
Convert the transaction table to a String.
txToString(String, int) - Method in class cdev.TransactionManager
Converts a transaction to a string.

U

unregisterIOService(IOService) - Method in class cdev.BasicServer
 
unregisterIOService(IOService) - Method in class cdev.ControlSystem
 
unregisterIOService(IOService) - Method in interface cdev.TransactionListener
 
update(Graphics) - Method in class adm.CStripChart
Overwrite the parent update method so it only call this.paint(g)
update(Graphics) - Method in class adm.CAnimatedCanvas
Overwrite the parent update method so it only call this.paint(g)
update(Graphics) - Method in class adm.CCartesian
Over write the Canvas.update to only call this.paint (this is necessary since the Canvas.update will erase the background)

V

VALUE_CTX - Static variable in class cdev.Device
 
VALUE_KEY - Static variable in class cdev.data.Data
 
VERTICAL - Static variable in interface adm.CConstants
orientation option - vertical direction.

X

XDR_CHAR_SIZE - Static variable in class cdev.data.xdrReader
 
xdrExport() - Method in class cdev.data.Data
 
xdrImport(xdrReader) - Method in class cdev.data.Data
Populate this Data object from a byte buffer which was written in XDR format.
xdrReader - class cdev.data.xdrReader.
 
xdrReader(byte[]) - Constructor for class cdev.data.xdrReader
 
xdrReader(InputStream) - Constructor for class cdev.data.xdrReader
 
xdrWriter - class cdev.data.xdrWriter.
 
xdrWriter(OutputStream) - Constructor for class cdev.data.xdrWriter
 

A B C D E F G H I K L M N P R S T U V X