Package gg.xp.xivsupport.callouts.gui
Class DutiesTab
java.lang.Object
gg.xp.xivsupport.callouts.gui.DutiesTab
-
Constructor Summary
ConstructorsConstructorDescriptionDutiesTab(ModifiedCalloutRepository backend, org.picocontainer.PicoContainer container, SoundFilesManager soundMgr, EventMaster master, GlobalArenaSectorConverter asc, SoundFileTab sft, GlobalUiRegistry reg, CalloutDefaultsRepository defaultsRepo) -
Method Summary
Modifier and TypeMethodDescriptionbooleanasyncOk()return false to force synchronous loading of this plugin tab.intreturn The sort order
-
Constructor Details
-
Method Details
-
getTabName
- Specified by:
getTabNamein interfaceTabDef- Returns:
- The title of the tab
-
getTabContents
- Specified by:
getTabContentsin interfaceTabDef- Returns:
- The contents of the tab
-
getSortOrder
public int getSortOrder()Description copied from interface:PluginTabreturn The sort order- Specified by:
getSortOrderin interfacePluginTab
-
asyncOk
public boolean asyncOk()Description copied from interface:PluginTabreturn 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
TabAwareto highlight a problem for the user.
-