com.intel.gpe.gridbeans.plugins.swing
Interface ISwingGridBeanPlugin

All Superinterfaces:
IDataSet, IGridBeanPlugin
All Known Implementing Classes:
SwingGridBeanPlugin

public interface ISwingGridBeanPlugin
extends IGridBeanPlugin


Method Summary
 ISwingGridBeanPanel[] getInputPanels()
          Get the input panels
 ISwingGridBeanPanel[] getOutputPanels()
          Get the output panels
 void initialize(Client client, INode configNode)
          Initialize GridBean.
 
Methods inherited from interface com.intel.gpe.gridbeans.plugins.IGridBeanPlugin
getIcon, initialize, loadInput, loadOutput, storeInput, storeOutput, validateInput
 
Methods inherited from interface com.intel.gpe.gridbeans.plugins.IDataSet
getDescription, getEnabled, getValue, isValid, keySet, load, setDescription, setEnabled, setPossibleValues, setValue, setValueTranslator, setValueValidator, store
 

Method Detail

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 instance
configNode - The configuration node for the GridBean plugin


Copyright © 2008. All Rights Reserved.