net.infonode.tabbedpanel

Class TabbedPanelContentPanel

public class TabbedPanelContentPanel extends BaseContainer

A TabbedPanelContentPanel is a component that holds a container for tab content components. It can be configured using properties that specifies the look for the content panel.

Version: $Revision: 1.59 $

Author: $Author: jesper $

See Also: TabbedPanel Tab

Constructor Summary
TabbedPanelContentPanel(TabbedPanel tabbedPanel, JComponent component)
Constructs a TabbedPanelContentPanel
Method Summary
TabbedPanelContentPanelPropertiesgetProperties()
Gets the properties for this component
TabbedPanelgetTabbedPanel()
Gets the tabbed panel that this component is the content area component for

Constructor Detail

TabbedPanelContentPanel

public TabbedPanelContentPanel(TabbedPanel tabbedPanel, JComponent component)
Constructs a TabbedPanelContentPanel

Parameters: tabbedPanel the TabbedPanel that this content panel should be the content area component for component a component used as container for the tabs' content components

Method Detail

getProperties

public TabbedPanelContentPanelProperties getProperties()
Gets the properties for this component

Returns: the properties for this TabbedPanelContentPanel

getTabbedPanel

public TabbedPanel getTabbedPanel()
Gets the tabbed panel that this component is the content area component for

Returns: the tabbed panel