Uses of Class
org.rspeer.game.component.tdi.Tab
-
Packages that use Tab Package Description org.rspeer.game.component.tdi -
-
Uses of Tab in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return Tab Modifier and Type Method Description static Tab
Tab. getByVarc(int value)
static Tab
Tabs. getOpen()
Tab
SubTab.AccountManagement. getParent()
Tab
SubTab.ChatChannel. getParent()
Tab
SubTab. getParent()
Tab
SubTab.QuestList. getParent()
Tab
SubTab.RelationshipSystem. getParent()
Tab
SubTab.Settings. getParent()
static Tab
Tab. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tab[]
Tab. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.component.tdi with parameters of type Tab Modifier and Type Method Description static SubTab
Tabs. getOpen(Tab tab)
-