Package net.mcreator.ui
Class MCreatorTabs
java.lang.Object
net.mcreator.ui.MCreatorTabs
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static interface
static interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTab
(MCreatorTabs.Tab tab) void
addTabShownListener
(MCreatorTabs.TabShownListener tabShownListener) void
void
closeTab
(MCreatorTabs.Tab tab) getTabs()
boolean
showTab
(MCreatorTabs.Tab tab) void
showTabOrGetExisting
(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
-