Class CompoundHidingTabPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ColorManaged

public class CompoundHidingTabPane extends TabbedHidingPane
A tabbedhidingpane which includes a settings button on the tab.
Author:
spn1
See Also:
  • Field Details

    • settingsImage

      public static final org.kordamp.ikonli.swing.FontIcon settingsImage
  • Constructor Details

    • CompoundHidingTabPane

      public CompoundHidingTabPane()
  • Method Details

    • createShowingTab

      public PamPanel createShowingTab(String tabTitle, Icon tabIcon)
      Description copied from class: TabbedHidingPane
      Create the showing tab for a panel. Override this to create custom tabs.
      Overrides:
      createShowingTab in class TabbedHidingPane
      Returns:
      -Panel which acts as tab for hiding tab panel when panel is showing.
    • getSettingsButton

      public JButton getSettingsButton(int index)