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