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