Package gg.xp.xivsupport.gui.cooldowns
Class CustomCooldownTab
java.lang.Object
gg.xp.xivsupport.gui.cooldowns.CustomCooldownTab
-
Constructor Summary
ConstructorsConstructorDescriptionCustomCooldownTab(CustomCooldownManager backend, ActionTableFactory actionTableFactory, RightClickOptionRepo rightClicks) -
Method Summary
Modifier and TypeMethodDescriptionintreturn The sort order
-
Constructor Details
-
CustomCooldownTab
public CustomCooldownTab(CustomCooldownManager backend, ActionTableFactory actionTableFactory, RightClickOptionRepo rightClicks)
-
-
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
-