Class GlobalOptionsTab

All Implemented Interfaces:
OptionsTab, Tab, ImageObserver, MenuContainer, Serializable, Accessible

public class GlobalOptionsTab extends JPanel implements OptionsTab
Version:
$Revision: 1.14 $
Author:
$author$
See Also:
  • Field Details

  • Constructor Details

    • GlobalOptionsTab

      public GlobalOptionsTab()
      Creates a new GlobalOptionsTab object.
  • Method Details

    • reset

      public void reset()
      Specified by:
      reset in interface OptionsTab
    • getTabContext

      public String getTabContext()
      Specified by:
      getTabContext in interface Tab
      Returns:
    • getTabIcon

      public Icon getTabIcon()
      Specified by:
      getTabIcon in interface Tab
      Returns:
    • getTabTitle

      public String getTabTitle()
      Specified by:
      getTabTitle in interface Tab
      Returns:
    • getTabToolTipText

      public String getTabToolTipText()
      Specified by:
      getTabToolTipText in interface Tab
      Returns:
    • getTabMnemonic

      public int getTabMnemonic()
      Specified by:
      getTabMnemonic in interface Tab
      Returns:
    • getTabComponent

      public Component getTabComponent()
      Specified by:
      getTabComponent in interface Tab
      Returns:
    • validateTab

      public boolean validateTab()
      Specified by:
      validateTab in interface Tab
      Returns:
    • applyTab

      public void applyTab()
      Specified by:
      applyTab in interface Tab
    • tabSelected

      public void tabSelected()
      Specified by:
      tabSelected in interface Tab