Package net.mcreator.ui
Class MCreatorTabs.Tab
java.lang.Object
net.mcreator.ui.MCreatorTabs.Tab
- Enclosing class:
MCreatorTabs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetText()inthashCode()voidvoidsetTabClosedListener(MCreatorTabs.TabClosedListener tabClosedListener) voidsetTabClosingListener(MCreatorTabs.TabClosingListener tabClosingListener) voidsetTabHiddenListener(MCreatorTabs.TabHiddenListener tabHiddenListener) voidsetTabShownListener(MCreatorTabs.TabShownListener tabShownListener) voidtoString()
-
Constructor Details
-
Tab
-
Tab
-
Tab
-
Tab
public Tab(String text, @Nullable ImageIcon icon, JComponent content, Object identifier, boolean closeable)
-
-
Method Details