Package adm

Interface Summary
CConstants This interface contains a collection of constants generally used for adm components
CInterface Interface for all adm components.
 

Class Summary
ArrowButton ArrowButton is custom Button widget.
CAnimatedCanvas CAnimatedCanvas class extends CCanvas and implements double buffering.
CApplet This class extends awt.Applet and contains code to connect to a cdev IOservice such as the cdevGateway.
CApplication Creates an awt frame, and initializes a connection to a server, typically a gateway such as cdevGateway.
CBar CBar is an awt component bean.
CBits CBits is an awt component bean.
CButton CButton is an awt-like Button widget.
CCanvas CCanvas is a abstract class.
CCartesian CCartesian is a container widget that holds 1 to 2 traces.
CCheckbox CCheckbox is an awt-like Checkbox widget.
CChoice CChoice is subclass of awt.Choice.
CDirectory CDirectory is an invisible bean used to query the control system for lists of devices, properties, or classes.
CIndicator CIndicator is an awt component bean.
CJavaMenuItem CJavaMenuItem is a subclasses of awt.MenuItem.
CLabel CLabel is an awt component bean.
CList CList is subclass of awt.List.
CMenuButton This class creates a stand-alone menu button.
CMeter CMeter is an awt component bean.
CNamedApplication Create a named application invoked by CJavaMenuItem widget.
COval COval is awt component bean.
CPanel CPanel is a subclass of awt.Panel.
CPen Pen data model for CStripChart.
CRect CRect awt component bean.
CShellMenuItem CShellMenuItem is the subclass of awt.MenuItem.
CSingletonApplication Create a singleton application invoked by CJavaMenuItem widget.
CSlider CSlider is an awt component bean.
CStripChart CStripChart is a container widget that holds up to 8 Pen instances.
CTextField CTextField is an awt component bean.
CToggleButton CToggleButton implements a toggle button widget with 2 mutually exclusive buttons.
CTrace CTrace is a data model for CCartesin widget.
CUtility This class contains the utilities used by the adm package.
CWheelSwitch This widget contains one CTextField on the left and two ArrowButtons on the right.