Class TabbedPanelContentPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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.
See Also:
  • Constructor Details

    • 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 Details

    • getTabbedPanel

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

      public TabbedPanelContentPanelProperties getProperties()
      Gets the properties for this component
      Returns:
      the properties for this TabbedPanelContentPanel