Uses of Interface
com.intel.gpe.gridbeans.plugins.IDataControl

Packages that use IDataControl
com.intel.gpe.gridbeans.plugins The package contains classes for a uniform data access to GUI controls. 
com.intel.gpe.gridbeans.plugins.controls   
 

Uses of IDataControl in com.intel.gpe.gridbeans.plugins
 

Methods in com.intel.gpe.gridbeans.plugins that return IDataControl
 IDataControl GridBeanPanel.getControl(javax.xml.namespace.QName key)
          Get the control by its name
 

Methods in com.intel.gpe.gridbeans.plugins with parameters of type IDataControl
 void GridBeanPanel.linkDataControl(javax.xml.namespace.QName key, IDataControl control)
          Bind the specifed control to the specified name
 

Uses of IDataControl in com.intel.gpe.gridbeans.plugins.controls
 

Classes in com.intel.gpe.gridbeans.plugins.controls that implement IDataControl
 class ButtonDataControl
          The data control for
 class CheckBoxControl
          The data control for
 class CheckBoxListDataControl
          The data control for CheckBoxList.
 class ComboBoxDataControl
          The data control for JComboBox.
 class DataControl
          The base class for controls.
 class FileChooserDataControl
          The data control for FileChooser
 class FileTextDataControl
          The data control for JTextPane that shows file data
 class GroupControl
          The group of controls.
 class LabelDataControl
          The data control for JLabel.
 class ListDataControl
          The data control for JList.
 class TextEditorControl
          The data control for TextEditor The value of this data control is the name of the local file.
 class TextEditorControlOld
          Deprecated. Use TextEditorControl instead
 class TextFieldDataControl
          The data control for the text field.
 class WSRPClientListDataControl<ClientType extends WSRPClient,RepresentationType>
          The data control for WSRPClientList components.
 



Copyright © 2008. All Rights Reserved.