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

All Superinterfaces:
IConfigurable, IDataSet, IGridBeanPanel
All Known Implementing Classes:
SwingGridBeanPanel

public interface ISwingGridBeanPanel
extends IGridBeanPanel, IConfigurable

The GridBeanPanel for Swing standalone clients

Author:
Alexander Lukichev

Method Summary
 java.awt.Component getComponent()
          Get the component to plug into the tabbed pane.
 
Methods inherited from interface com.intel.gpe.gridbeans.plugins.IGridBeanPanel
getCaption, getName, validate
 
Methods inherited from interface com.intel.gpe.gridbeans.plugins.IDataSet
getDescription, getEnabled, getValue, isValid, keySet, load, setDescription, setEnabled, setPossibleValues, setValue, setValueTranslator, setValueValidator, store
 
Methods inherited from interface com.intel.gui.controls2.configurable.IConfigurable
addChild, getNode, load, 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


Copyright © 2008. All Rights Reserved.