net.infonode.tabbedpanel
public class TabContentPanel extends JPanel
Version: $Revision: 1.19 $
See Also: TabbedPanel Tab
Constructor Summary | |
---|---|
TabContentPanel() Constructs a TabContentPanel Note: setTabbedPanel(...) must be called before the tabs' content components can be shown on the screen. | |
TabContentPanel(TabbedPanel tabbedPanel)
Constructs a TabContentPanel
|
Method Summary | |
---|---|
TabbedPanel | getTabbedPanel()
Gets the TabbedPanel for whom this component is the tabs' content component
container
|
void | setTabbedPanel(TabbedPanel tabbedPanel)
Sets the TabbedPanel
|
Constructs a TabContentPanel
Note: setTabbedPanel(...) must be called before the tabs' content components can be shown on the screen.
Since: ITP 1.4.0
Parameters: tabbedPanel the TabbedPanel for whom this component is the tabs' content component container
Returns: the TabbedPanel
Parameters: tabbedPanel the TabbedPanel for whom this component is the tabs' content component container
Since: ITP 1.4.0