Class SimplePluginTab

java.lang.Object
gg.xp.xivsupport.gui.extra.SimplePluginTab
All Implemented Interfaces:
PluginTab, TabDef
Direct Known Subclasses:
TopDownSimplePluginTab

public abstract class SimplePluginTab extends Object implements PluginTab
  • Field Details

    • name

      protected final String name
  • Constructor Details

    • SimplePluginTab

      protected SimplePluginTab(String name)
  • Method Details

    • getTabName

      public String getTabName()
      Specified by:
      getTabName in interface TabDef
      Returns:
      The title of the tab
    • getTabContents

      public Component getTabContents()
      Specified by:
      getTabContents in interface TabDef
      Returns:
      The contents of the tab
    • configurePanel

      protected abstract void configurePanel(JPanel outer)