com.intel.gpe.gridbeans.plugins.swing
Interface ISwingGridBeanPlugin
- All Superinterfaces:
- IDataSet, IGridBeanPlugin
- All Known Implementing Classes:
- SwingGridBeanPlugin
public interface ISwingGridBeanPlugin
- extends IGridBeanPlugin
Methods inherited from interface com.intel.gpe.gridbeans.plugins.IDataSet |
getDescription, getEnabled, getValue, isValid, keySet, load, setDescription, setEnabled, setPossibleValues, setValue, setValueTranslator, setValueValidator, store |
getInputPanels
ISwingGridBeanPanel[] getInputPanels()
- Get the input panels
- Returns:
- The array of input panels
getOutputPanels
ISwingGridBeanPanel[] getOutputPanels()
- Get the output panels
- Returns:
- The array of output panels
initialize
void initialize(Client client,
INode configNode)
- Initialize GridBean.
- Parameters:
client
- The client instanceconfigNode
- The configuration node for the GridBean plugin
Copyright © 2008. All Rights Reserved.