com.intel.gpe.gridbeans.plugins
Interface IGridBeanPanel

All Superinterfaces:
IDataSet
All Known Implementing Classes:
GridBeanPanel

public interface IGridBeanPanel
extends IDataSet

The generic GridBean panel

Version:
$Id: IGridBeanPanel.java,v 1.3 2005/12/22 09:20:32 lukichev Exp $
Author:
Alexander Lukichev

Method Summary
 java.awt.Component getComponent()
          Get the component to plug into the tabbed pane.
 java.lang.String getName()
          Get the name of the tab.
 void validate(ErrorSet errors)
          Validate the contents of the panel.
 
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

getComponent

java.awt.Component getComponent()
Get the component to plug into the tabbed pane.

Returns:
The component to be plugged into the tabbed pane

getName

java.lang.String getName()
Get the name of the tab.

Returns:
The name of the tab

validate

void validate(ErrorSet errors)
Validate the contents of the panel.

Parameters:
errors - The set of the encountered errors