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

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.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(MenuItem) - Method in class adm.CMenuButton
Adds the specified menu item to this menu.
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
 
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

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
 
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
Null 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
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
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
CFrame - class adm.CFrame.
Deprecated. As version 0.3, replaced by CApplication.

Create an awt frame, and initialize a connection to a server, typically a gateway such as cdevGateway. Extending this class automates making this connection.

There are four CFrame constructors. Use CFrame () and CFrame (String title) to connect to the local host and default port (9199). Use constructors CFrame (String host, int port) and CFrame (String host, int port, String title) to connect to a specific host and port.
CFrame() - Constructor for class adm.CFrame
Deprecated. Null Constructor
CFrame(String) - Constructor for class adm.CFrame
Deprecated. Constructor
CFrame(String, int) - Constructor for class adm.CFrame
Deprecated. Constructor
CFrame(String, int, String) - Constructor for class adm.CFrame
Deprecated. constructor
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)
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
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
COLUMN - Static variable in interface adm.CConstants
Specify buttons to be placed side by side (used in CToggleButton widget)
connect(String, int) - Static method in class adm.CUtility
 
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
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
CText - class adm.CText.
Deprecated. As version 0.3, replaced by CLabel class.

Displays a fixed string which can change color dynamically. If the object is connected to a device property, the color of the oval will track the state of the device property when CLRMOD_ALARM is set. If the foreground color is set to the color of the container, then the text will disappear when it is in the normal state.
CText() - Constructor for class adm.CText
Deprecated. Null Constructor.
CText(int, int) - Constructor for class adm.CText
Deprecated. Constuctor
CText(int, int, Color, Color) - Constructor for class adm.CText
Deprecated. Constuctor.
CText(String) - Constructor for class adm.CText
Deprecated. Constuctor.
CText(String, String) - Constructor for class adm.CText
Deprecated. Constructor with device name and property name
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.

D

DEVICE_QUERY - Static variable in interface adm.CConstants
Specify the directory service is device name query
(used in CDirectory class)
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.CRect
To get the new value, to calculate the new color and call repaint() to update the color.
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.CLabel
At first call, try to get the limits.
deviceChanged(DeviceEvent) - Method in class adm.event.CAdaptor
 
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)

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)
fireTraceDataChange() - Method in class adm.CTrace
Fire the event change - notify all the data listener
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

getAlignStyle() - Method in class adm.CText
Deprecated. Return display text on the component
getBackground() - Method in class adm.CAnimatedCanvas
Return the background color of the component
getClassExpression() - Method in class adm.CDirectory
Return class expression.
getClassName() - Method in class adm.CJavaMenuItem
Return the java class name.
getColorMap() - Method in class adm.CRect
Get the color map for the Enum type device property
getColorMode() - Method in class adm.CRect
Return the color mode property
getColorMode() - Method in class adm.CAnimatedCanvas
Return the color mode property
getColorMode() - Method in class adm.CTextField
 
getColorMode() - Method in class adm.CLabel
Return the color mode property
getCommonAxis() - Method in class adm.CStripChart
Deprecated. As version 0.4, replaced by isCommonAxis. Return the commonAxis property. Shear same y axis if true. Otherwise each Pen has its own display range.
getControlHi() - Method in class adm.CSlider
Return control high
getControllable() - Method in class adm.CBits
Deprecated. As version 0.4 replaced by isControllable
getControlLo() - Method in class adm.CSlider
Return control low
getDataLength() - Method in class adm.event.CTraceEvent
 
getDeviceExpression() - Method in class adm.CDirectory
Return device expression.
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.CLabel
Return the device name to which this component is connected.
getDeviceName() - Method in class adm.event.CAdaptor
Return the device name to which this component is connected.
getDirection() - Method in class adm.CBits
Return the direction
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
getFillMode() - Method in class adm.CBar
Get the fill mode
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
getLabel() - Method in class adm.CShellMenuItem
Return the label string (not include "[!] ").
getLabel() - Method in class adm.CRect
Return the label string.
getLabel() - Method in class adm.CJavaMenuItem
Return the label string (not include "[J] ").
getLabel() - Method in class adm.CMenuButton
Return the label string (not include " >>").
getLabelStyle() - Method in class adm.CStripChart
Return the label style property
getLabelStyle() - Method in class adm.CAnimatedCanvas
Return the label style property
getMaxPoint() - Method in class adm.CCartesian
Return max point shown in the plot
getNames() - Method in class adm.event.CDirectoryEvent
return name string array
getNewValue() - Method in class adm.CPen
 
getOrientation() - Method in class adm.CIndicator
Get the orientation
getParams() - Method in class adm.CJavaMenuItem
Return parameters String array.
getPenColor() - Method in class adm.CPen
Return the color of Pen
getPrecision() - Method in class adm.CSlider
Return the precision value.
getPropertyExpression() - Method in class adm.CDirectory
Return property expression.
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.CLabel
Return the device property name to which this component is connected.
getPropertyName() - Method in class adm.event.CAdaptor
Return the device property name to which this component is connected.
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
getShellCommand() - Method in class adm.CShellMenuItem
Return the command String.
getStacking() - Method in class adm.CToggleButton
Get the stacking position
getStartBit() - Method in class adm.CBits
Return the startBit
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
getText() - Method in class adm.CText
Deprecated. Return the display text
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
getUnitIncrement() - Method in class adm.CSlider
Return the unit increment value.
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

HORIZONTAL - Static variable in interface adm.CConstants
orientation option - horizontal direction.

I

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.
insert(MenuItem, int) - Method in class adm.CMenuButton
Inserts a menu item into this menu at the specified position.
insertSeparator(int) - Method in class adm.CMenuButton
Inserts a separator at the specified position.
isCommonAxis() - Method in class adm.CStripChart
Return the commonAxis property.
isControllable() - Method in class adm.CBits
Return true if this widget is controllabel.
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.

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

M

makePrettyAxis(double, double) - Static method in class adm.CUtility
Generate pretty axis and tick number.
makeValidName(String) - Static method in class adm.CUtility
 
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.

P

paint(Graphics) - Method in class adm.CStripChart
Draw offscreen graphics and repaint it onto the screen.
paint(Graphics) - Method in class adm.CRect
draw Rectange and label if label is set
paint(Graphics) - Method in class adm.CText
Deprecated.  
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.COval
Paint the Oval with new foreground color
paint(Graphics) - Method in class adm.CCartesian
 
pensAvailable() - Method in class adm.CStripChart
Returns true if there are Pen on the stripChart available (max available Pen is 8).
PROPERTY_QUERY - Static variable in interface adm.CConstants
Specify the directory service is property name query
(used in CDirectory class)

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
receivedNames(CDirectoryEvent) - Method in interface adm.event.CDirectoryListener
 
receivedNewData(CTraceEvent) - Method in interface adm.event.CTraceListener
 
redraw - Variable in class adm.CTrace
 
remove(int) - Method in class adm.CMenuButton
Removes the menu item at the specified index from this menuButton.
remove(MenuComponent) - Method in class adm.CMenuButton
Removes the specified menu item from this menuButton.
removeDeviceListener(DeviceListener) - Method in class adm.event.CAdaptor
Remove the device listener
removeDirectoryListener(CDirectoryListener) - Method in class adm.CDirectory
Remove the directory listener service
removeTraceListener(CTraceListener) - Method in class adm.CTrace
Remove the data listener service
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

S

setAlignStyle(int) - Method in class adm.CText
Deprecated. Set up align style
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.CRect
Set the color mode property
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.CLabel
Set the color mode property
setCommonAxis(boolean) - Method in class adm.CStripChart
Set up commonAxis property.
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.
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.CLabel
Set the Device name
setDeviceName(String) - Method in class adm.event.CAdaptor
Set the Device name
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.
setFillMode(int) - Method in class adm.CBar
Set the fill mode
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
setLabel(String) - Method in class adm.CShellMenuItem
Set the label string.
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.CJavaMenuItem
Set the label string.
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.CLabel
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
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
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.CText
Deprecated. Set the display text
setText(String) - Method in class adm.CLabel
Set the text for this label to the specified text.
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.
start() - Method in class adm.CShellMenuItem
Disable the menuItem and start a new thread
start() - Method in class adm.CApplet
 
start() - Method in class adm.CTextField
Start a new thread (for focus timeout)
stop() - Method in class adm.CApplet
 
stop() - Method in class adm.CTextField
Stop the focus timeout thread
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)

T

testNameMatch(String, String) - Static method in class adm.CUtility
 
toString() - Method in class adm.event.CAdaptor
Return device name.property name as a string

U

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

VERTICAL - Static variable in interface adm.CConstants
orientation option - vertical direction.

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