Package net.mcreator.ui.help
Class HelpUtils
java.lang.Object
net.mcreator.ui.help.HelpUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JComponent
helpButton
(IHelpContext context) static JComponent
wrapWithHelpButton
(IHelpContext context, Component ca) static JComponent
wrapWithHelpButton
(IHelpContext context, Component ca, int direction) static JComponent
wrapWithHelpButton
(IHelpContext context, Component ca, Color ac) static JComponent
wrapWithHelpButton
(IHelpContext context, Component ca, Color ac, int direction)
-
Constructor Details
-
HelpUtils
public HelpUtils()
-
-
Method Details
-
wrapWithHelpButton
-
wrapWithHelpButton
-
wrapWithHelpButton
-
wrapWithHelpButton
public static JComponent wrapWithHelpButton(IHelpContext context, Component ca, @Nullable Color ac, int direction) -
helpButton
-