Package gg.xp.xivsupport.callouts.gui
Class DutiesTab
java.lang.Object
gg.xp.xivsupport.callouts.gui.DutiesTab
-
Constructor Summary
ConstructorDescriptionDutiesTab
(ModifiedCalloutRepository backend, org.picocontainer.PicoContainer container, SoundFilesManager soundMgr, EventMaster master, GlobalArenaSectorConverter asc, SoundFileTab sft, GlobalUiRegistry reg, CalloutDefaultsRepository defaultsRepo) -
Method Summary
Modifier and TypeMethodDescriptionboolean
asyncOk()
return false to force synchronous loading of this plugin tab.int
return The sort order
-
Constructor Details
-
Method Details
-
getTabName
- Specified by:
getTabName
in interfaceTabDef
- Returns:
- The title of the tab
-
getTabContents
- Specified by:
getTabContents
in interfaceTabDef
- Returns:
- The contents of the tab
-
getSortOrder
public int getSortOrder()Description copied from interface:PluginTab
return The sort order- Specified by:
getSortOrder
in interfacePluginTab
-
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:- You are relying on this plugin tab being loaded for proper functionality (this is bad practice - please avoid it)
- You are making use of
TabAware
to highlight a problem for the user.
-