com.intel.gpe.gridbeans.plugins
Interface IGridBeanPanel

All Superinterfaces:
IDataSet
All Known Subinterfaces:
ISwingGridBeanPanel
All Known Implementing Classes:
GridBeanPanel, SwingGridBeanPanel

public interface IGridBeanPanel
extends IDataSet

The generic GridBean panel

Version:
$Id: IGridBeanPanel.java,v 1.5 2006/06/19 14:03:11 dnpetrov Exp $
Author:
Alexander Lukichev

Method Summary
 java.lang.String getCaption()
          Get the caption of the tab
 java.lang.String getName()
          Deprecated. use getCaption() instead
 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

getName

java.lang.String getName()
Deprecated. use getCaption() instead

Get the name of the tab.

Returns:
The name of the tab

getCaption

java.lang.String getCaption()
Get the caption of the tab

Returns:

validate

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

Parameters:
errors - The set of the encountered errors


Copyright © 2008. All Rights Reserved.