|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSetException | |
---|---|
com.intel.gpe.client2 | |
com.intel.gpe.client2.common.utils | |
com.intel.gpe.client2.gridbeans | |
com.intel.gpe.client2.gridbeans.swing | |
com.intel.gpe.gridbeans.plugins | The package contains classes for a uniform data access to GUI controls. |
com.intel.gpe.gridbeans.plugins.controls | |
com.intel.gpe.gridbeans.plugins.swing |
Uses of DataSetException in com.intel.gpe.client2 |
---|
Methods in com.intel.gpe.client2 that throw DataSetException | |
---|---|
void |
GridBeanClient.applyInputPanelValues()
|
GridBeanJob |
GridBeanClient.getGridBeanJob()
|
Uses of DataSetException in com.intel.gpe.client2.common.utils |
---|
Methods in com.intel.gpe.client2.common.utils that throw DataSetException | |
---|---|
void |
SwingGridBeanClientImpl.applyInputPanelValues()
|
void |
SwingGridBeanClientImpl.setJobName(java.lang.String name)
|
Uses of DataSetException in com.intel.gpe.client2.gridbeans |
---|
Methods in com.intel.gpe.client2.gridbeans that throw DataSetException | |
---|---|
void |
GridBeanInputPanel.load(GridBeanJob job,
Client client)
Load the data from the job to the graphical components |
void |
GridBeanOutputPanel.load(GridBeanJob job,
Client client)
Load the data from the job to the graphical components |
void |
GridBeanInputPanel.setEnabled(javax.xml.namespace.QName key,
boolean enabled)
Control the enabled state of a particular graphical component. |
void |
GridBeanInputPanel.store(GridBeanJob job)
Store the data from the graphical components to the job object |
void |
GridBeanOutputPanel.store(GridBeanJob job)
Store the data from the graphical components to the job object |
Uses of DataSetException in com.intel.gpe.client2.gridbeans.swing |
---|
Methods in com.intel.gpe.client2.gridbeans.swing that throw DataSetException | |
---|---|
void |
SwingGridBeanInputPanel.load(GridBeanJob job,
Client client)
|
void |
SwingGridBeanOutputPanel.load(GridBeanJob job,
Client client)
|
void |
SwingGridBeanInputPanel.setEnabled(javax.xml.namespace.QName key,
boolean enabled)
|
void |
SwingGridBeanInputPanel.store(GridBeanJob job)
|
void |
SwingGridBeanOutputPanel.store(GridBeanJob job)
|
Uses of DataSetException in com.intel.gpe.gridbeans.plugins |
---|
Methods in com.intel.gpe.gridbeans.plugins that throw DataSetException | |
---|---|
IDataControl |
GridBeanPanel.getControl(javax.xml.namespace.QName key)
Get the control by its name |
java.lang.String |
IDataControl.getDescription()
Get the control description. |
java.lang.String |
GridBeanPanel.getDescription(javax.xml.namespace.QName key)
|
java.lang.String |
GridBeanPlugin.getDescription(javax.xml.namespace.QName key)
|
java.lang.String |
IDataSet.getDescription(javax.xml.namespace.QName key)
Get the description of the component. |
boolean |
IDataControl.getEnabled()
Get the enabled state of the component |
boolean |
GridBeanPanel.getEnabled(javax.xml.namespace.QName key)
|
boolean |
GridBeanPlugin.getEnabled(javax.xml.namespace.QName key)
|
boolean |
IDataSet.getEnabled(javax.xml.namespace.QName key)
Get the state of the component. |
java.lang.Object |
IDataControl.getValue()
Get the translated value of the component. |
java.lang.Object |
GridBeanPanel.getValue(javax.xml.namespace.QName key)
|
java.lang.Object |
GridBeanPlugin.getValue(javax.xml.namespace.QName key)
|
java.lang.Object |
IDataSet.getValue(javax.xml.namespace.QName key)
Get the translated value of the component. |
boolean |
GridBeanPanel.isValid(javax.xml.namespace.QName key,
java.lang.StringBuffer buf)
|
boolean |
GridBeanPlugin.isValid(javax.xml.namespace.QName key,
java.lang.StringBuffer buf)
|
boolean |
IDataSet.isValid(javax.xml.namespace.QName key,
java.lang.StringBuffer buf)
Check if the value of the component is valid. |
boolean |
IDataControl.isValid(java.lang.StringBuffer buf)
Validate the value. |
void |
GridBeanPanel.load(IGridBeanModel model,
Client client)
|
void |
GridBeanPlugin.load(IGridBeanModel model,
Client client)
|
void |
IDataSet.load(IGridBeanModel model,
Client client)
Load data set component values from the GridBean model and the client object. |
void |
GridBeanPlugin.loadInput(IGridBeanModel model,
Client client)
|
void |
IGridBeanPlugin.loadInput(IGridBeanModel model,
Client client)
Load the values of input panels from the GridBean model. |
void |
GridBeanPlugin.loadOutput(IGridBeanModel model,
Client client)
|
void |
IGridBeanPlugin.loadOutput(IGridBeanModel model,
Client client)
Load the values of output panels from the GridBean model Experimental code. |
void |
GridBeanPanel.setDescription(javax.xml.namespace.QName key,
java.lang.String descr)
|
void |
GridBeanPlugin.setDescription(javax.xml.namespace.QName key,
java.lang.String descr)
|
void |
IDataSet.setDescription(javax.xml.namespace.QName key,
java.lang.String descr)
Set the description of the specified component |
void |
IDataControl.setDescription(java.lang.String descr)
Set the description of the component. |
void |
IDataControl.setEnabled(boolean enabled)
Set the enabled state of the component |
void |
GridBeanPanel.setEnabled(javax.xml.namespace.QName key,
boolean enabled)
|
void |
GridBeanPlugin.setEnabled(javax.xml.namespace.QName key,
boolean enabled)
|
void |
IDataSet.setEnabled(javax.xml.namespace.QName key,
boolean enabled)
Set the enabled state of the component |
void |
IDataControl.setPossibleValues(java.util.List values)
Set the list of the possible values of the component |
void |
GridBeanPanel.setPossibleValues(javax.xml.namespace.QName key,
java.util.List values)
|
void |
GridBeanPlugin.setPossibleValues(javax.xml.namespace.QName key,
java.util.List values)
|
void |
IDataSet.setPossibleValues(javax.xml.namespace.QName key,
java.util.List values)
Set the possible values for the specified component |
void |
IDataControl.setValue(java.lang.Object value)
Set the value of the component. |
void |
GridBeanPanel.setValue(javax.xml.namespace.QName key,
java.lang.Object value)
|
void |
GridBeanPlugin.setValue(javax.xml.namespace.QName key,
java.lang.Object value)
|
void |
IDataSet.setValue(javax.xml.namespace.QName key,
java.lang.Object value)
Set the value of the component. |
void |
IDataControl.setValueTranslator(IValueTranslator translator)
Set the translator that translates the value to the user's representation and back. |
void |
GridBeanPanel.setValueTranslator(javax.xml.namespace.QName key,
IValueTranslator translator)
|
void |
GridBeanPlugin.setValueTranslator(javax.xml.namespace.QName key,
IValueTranslator translator)
|
void |
IDataSet.setValueTranslator(javax.xml.namespace.QName key,
IValueTranslator translator)
Set the translator for the specified component |
void |
IDataControl.setValueValidator(IValueValidator validator)
Set the validator of the component value. |
void |
GridBeanPanel.setValueValidator(javax.xml.namespace.QName key,
IValueValidator validator)
|
void |
GridBeanPlugin.setValueValidator(javax.xml.namespace.QName key,
IValueValidator validator)
|
void |
IDataSet.setValueValidator(javax.xml.namespace.QName key,
IValueValidator validator)
Set the validator for the specified component |
void |
GridBeanPanel.store(IGridBeanModel model)
|
void |
GridBeanPlugin.store(IGridBeanModel model)
|
void |
IDataSet.store(IGridBeanModel model)
Store the component values in the GridBean model. |
void |
GridBeanPlugin.storeInput(IGridBeanModel model)
|
void |
IGridBeanPlugin.storeInput(IGridBeanModel model)
Store the values of input panels in the GridBean model |
void |
GridBeanPlugin.storeOutput(IGridBeanModel model)
|
void |
IGridBeanPlugin.storeOutput(IGridBeanModel model)
Store the values of output panels in the GridBean model |
Uses of DataSetException in com.intel.gpe.gridbeans.plugins.controls |
---|
Methods in com.intel.gpe.gridbeans.plugins.controls that throw DataSetException | |
---|---|
java.lang.String |
GroupControl.getDescription()
|
boolean |
ButtonDataControl.getEnabled()
|
boolean |
CheckBoxControl.getEnabled()
|
boolean |
CheckBoxListDataControl.getEnabled()
|
boolean |
FileTextDataControl.getEnabled()
|
boolean |
GroupControl.getEnabled()
|
boolean |
LabelDataControl.getEnabled()
|
boolean |
TextEditorControl.getEnabled()
|
boolean |
TextEditorControlOld.getEnabled()
Deprecated. |
boolean |
WSRPClientListDataControl.getEnabled()
|
java.lang.Object |
ButtonDataControl.getValue()
|
java.lang.Object |
CheckBoxControl.getValue()
|
java.lang.Object |
CheckBoxListDataControl.getValue()
|
java.lang.Object |
FileTextDataControl.getValue()
|
java.lang.Object |
GroupControl.getValue()
|
java.lang.Object |
LabelDataControl.getValue()
|
java.lang.Object |
TextEditorControl.getValue()
|
java.lang.Object |
TextEditorControlOld.getValue()
Deprecated. |
java.lang.Object |
WSRPClientListDataControl.getValue()
|
boolean |
DataControl.isValid(java.lang.Object value,
java.lang.StringBuffer reason)
|
boolean |
ButtonDataControl.isValid(java.lang.StringBuffer buf)
|
boolean |
CheckBoxControl.isValid(java.lang.StringBuffer buf)
|
boolean |
CheckBoxListDataControl.isValid(java.lang.StringBuffer buf)
|
boolean |
ComboBoxDataControl.isValid(java.lang.StringBuffer buf)
|
boolean |
FileChooserDataControl.isValid(java.lang.StringBuffer buf)
|
boolean |
FileTextDataControl.isValid(java.lang.StringBuffer buf)
|
boolean |
GroupControl.isValid(java.lang.StringBuffer buf)
|
boolean |
LabelDataControl.isValid(java.lang.StringBuffer buf)
|
boolean |
ListDataControl.isValid(java.lang.StringBuffer buf)
|
boolean |
TextEditorControl.isValid(java.lang.StringBuffer buf)
|
boolean |
TextEditorControlOld.isValid(java.lang.StringBuffer buf)
Deprecated. |
boolean |
TextFieldDataControl.isValid(java.lang.StringBuffer buf)
|
boolean |
WSRPClientListDataControl.isValid(java.lang.StringBuffer buf)
|
void |
GroupControl.setDescription(java.lang.String descr)
|
void |
ButtonDataControl.setEnabled(boolean enabled)
|
void |
CheckBoxControl.setEnabled(boolean enabled)
|
void |
CheckBoxListDataControl.setEnabled(boolean enabled)
|
void |
FileTextDataControl.setEnabled(boolean enabled)
|
void |
GroupControl.setEnabled(boolean enabled)
|
void |
LabelDataControl.setEnabled(boolean enabled)
|
void |
TextEditorControl.setEnabled(boolean enabled)
|
void |
TextEditorControlOld.setEnabled(boolean enabled)
Deprecated. |
void |
WSRPClientListDataControl.setEnabled(boolean enabled)
|
void |
ButtonDataControl.setPossibleValues(java.util.List values)
|
void |
CheckBoxControl.setPossibleValues(java.util.List values)
|
void |
CheckBoxListDataControl.setPossibleValues(java.util.List values)
|
void |
FileTextDataControl.setPossibleValues(java.util.List values)
|
void |
GroupControl.setPossibleValues(java.util.List values)
|
void |
LabelDataControl.setPossibleValues(java.util.List values)
|
void |
TextEditorControl.setPossibleValues(java.util.List values)
|
void |
TextEditorControlOld.setPossibleValues(java.util.List values)
Deprecated. |
void |
WSRPClientListDataControl.setPossibleValues(java.util.List values)
|
void |
ButtonDataControl.setValue(java.lang.Object value)
|
void |
CheckBoxControl.setValue(java.lang.Object value)
|
void |
CheckBoxListDataControl.setValue(java.lang.Object value)
|
void |
FileTextDataControl.setValue(java.lang.Object value)
|
void |
GroupControl.setValue(java.lang.Object value)
|
void |
LabelDataControl.setValue(java.lang.Object value)
|
void |
TextEditorControl.setValue(java.lang.Object value)
|
void |
TextEditorControlOld.setValue(java.lang.Object value)
Deprecated. |
void |
WSRPClientListDataControl.setValue(java.lang.Object value)
|
void |
GroupControl.setValueTranslator(IValueTranslator translator)
|
void |
GroupControl.setValueValidator(IValueValidator validator)
|
Uses of DataSetException in com.intel.gpe.gridbeans.plugins.swing |
---|
Methods in com.intel.gpe.gridbeans.plugins.swing that throw DataSetException | |
---|---|
java.lang.String |
SwingGridBeanPanel.getDescription(javax.xml.namespace.QName key)
|
boolean |
SwingGridBeanPanel.getEnabled(javax.xml.namespace.QName key)
|
java.lang.Object |
SwingGridBeanPanel.getValue(javax.xml.namespace.QName key)
|
boolean |
SwingGridBeanPanel.isValid(javax.xml.namespace.QName key,
java.lang.StringBuffer buf)
|
void |
SwingGridBeanPanel.linkButton(javax.xml.namespace.QName key,
javax.swing.JButton button)
Helper method to bind a button |
void |
SwingGridBeanPanel.linkJobNameTextField(javax.xml.namespace.QName key,
javax.swing.JTextField textField)
Helper method to bind a text field containing the job identifier (name) |
void |
SwingGridBeanPanel.linkLabel(javax.xml.namespace.QName key,
javax.swing.JLabel label)
Helper method to bind a label |
void |
SwingGridBeanPanel.linkTextEditor(javax.xml.namespace.QName key,
TextEditor editor)
Helper method to bind a text editor |
void |
SwingGridBeanPanel.linkTextFieldWithLabel(javax.xml.namespace.QName key,
javax.swing.JTextField textField,
javax.swing.JLabel label)
Helper method to bind a text field with a label |
void |
SwingGridBeanPanel.load(IGridBeanModel model,
Client client)
|
void |
SwingGridBeanPanel.setDescription(javax.xml.namespace.QName key,
java.lang.String descr)
|
void |
SwingGridBeanPanel.setEnabled(javax.xml.namespace.QName key,
boolean enabled)
|
void |
SwingGridBeanPanel.setPossibleValues(javax.xml.namespace.QName key,
java.util.List values)
|
void |
SwingGridBeanPanel.setValue(javax.xml.namespace.QName key,
java.lang.Object value)
|
void |
SwingGridBeanPanel.setValueTranslator(javax.xml.namespace.QName key,
IValueTranslator translator)
|
void |
SwingGridBeanPanel.setValueValidator(javax.xml.namespace.QName key,
IValueValidator validator)
|
void |
SwingGridBeanPanel.store(IGridBeanModel model)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |