Package com.epicbot.api.shared.methods
Interface ITabsAPI
-
public interface ITabsAPI
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ITabsAPI.Tabs
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITabsAPI.Tabs
getCurrent()
boolean
isDisabled(ITabsAPI.Tabs tab)
boolean
isOpen(ITabsAPI.Tabs tab)
boolean
open(ITabsAPI.Tabs tab)
-
-
-
Method Detail
-
open
boolean open(ITabsAPI.Tabs tab)
-
isOpen
boolean isOpen(ITabsAPI.Tabs tab)
-
getCurrent
ITabsAPI.Tabs getCurrent()
-
isDisabled
boolean isDisabled(ITabsAPI.Tabs tab)
-
-