Class DutiesTab

java.lang.Object
gg.xp.xivsupport.callouts.gui.DutiesTab
All Implemented Interfaces:
PluginTab, TabDef

public class DutiesTab extends Object implements PluginTab
  • Constructor Details

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

      public int getSortOrder()
      Description copied from interface: PluginTab
      return The sort order
      Specified by:
      getSortOrder in interface PluginTab
    • asyncOk

      public boolean asyncOk()
      Description copied from interface: PluginTab
      return false to force synchronous loading of this plugin tab. This is realistically only needed if one of the following is true:
      1. You are relying on this plugin tab being loaded for proper functionality (this is bad practice - please avoid it)
      2. You are making use of TabAware to highlight a problem for the user.
      Specified by:
      asyncOk in interface PluginTab
      Returns:
      Whether or not it is fine to asynchronously load this plugin tab