Package net.mcreator.ui.help
Class HelpUtils
java.lang.Object
net.mcreator.ui.help.HelpUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JComponenthelpButton(IHelpContext context) static JComponentwrapWithHelpButton(IHelpContext context, Component ca) static JComponentwrapWithHelpButton(IHelpContext context, Component ca, int direction) static JComponentwrapWithHelpButton(IHelpContext context, Component ca, Color ac) static JComponentwrapWithHelpButton(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
-