Package net.mcreator.ui
Class MCreatorTabs
java.lang.Object
net.mcreator.ui.MCreatorTabs
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTab(MCreatorTabs.Tab tab) voidaddTabShownListener(MCreatorTabs.TabShownListener tabShownListener) voidvoidcloseTab(MCreatorTabs.Tab tab) getTabs()booleanshowTab(MCreatorTabs.Tab tab) voidshowTabOrGetExisting(Object identifier) showTabOrGetExisting(Object identifier, boolean notify)
-
Method Details
-
addTab
-
showTab
- Parameters:
tab- Tab to show- Returns:
- true, if Tab with this identifier already exists
-
showTabNoNotify
-
showTabOrGetExisting
-
showTabOrGetExisting
-
showTabOrGetExisting
-
closeTab
-
closeAllTabs
public void closeAllTabs() -
getTabs
-
getCurrentTab
-
addTabShownListener
-