Class TabbedHidingPane.TabHidingPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, PamSettings, SettingsNameProvider, ColorManaged
Enclosing class:
TabbedHidingPane

public class TabbedHidingPane.TabHidingPanel extends HidingPanel
See Also:
  • Constructor Details

    • TabHidingPanel

      public TabHidingPanel(Component componentFrame, String tabTitle, Component mainComponent, Icon tabIcon, boolean canScroll)
  • Method Details

    • showPanel

      public void showPanel(boolean state)
      Description copied from class: HidingPanel
      Show or hide the panel
      Overrides:
      showPanel in class HidingPanel
      Parameters:
      state - true = show, false = hide.
    • getShowingTab

      public PamPanel getShowingTab()
      Tab which shows when the panel is showing.
      Returns:
    • getHidingTab

      public PamPanel getHidingTab()
      Tab which shows when the panel is hiding. Should be significantly smaller than showing tab
      Returns:
      tab which shows when the panel is hidden.