Class EasyTriggersTab
java.lang.Object
gg.xp.xivsupport.events.triggers.easytriggers.gui.EasyTriggersTab
-
Constructor Summary
ConstructorsConstructorDescriptionEasyTriggersTab(EasyTriggers backend, RightClickOptionRepo rightClicks, GlobalUiRegistry tabReg, org.picocontainer.PicoContainer pico) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidselectTrigger(BaseTrigger<?> trigger) Select a trigger and scroll to it.voidselectTriggers(List<BaseTrigger<?>> triggers) Select multiple triggers and scroll to them.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gg.xp.xivsupport.gui.extra.PluginTab
asyncOk, getSortOrder
-
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
-
selectTrigger
Select a trigger and scroll to it.- Parameters:
trigger- The trigger to select
-
selectTriggers
Select multiple triggers and scroll to them.- Parameters:
triggers- The triggers to select
-
bringToFront
public void bringToFront()
-