Package net.mcreator.ui.component.util
Class PanelUtils
java.lang.Object
net.mcreator.ui.component.util.PanelUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JComponentcenterAndEastElement(Component center, Component east) static JComponentcenterAndEastElement(Component center, Component east, int px, int py) static JComponentcenterAndSouthElement(Component top, Component center) static JComponentcenterAndSouthElement(Component top, Component center, int hg, int vg) static JPanelcenterInPanel(Component component) static JPanelcenterInPanelPadding(Component component, int x, int y) static JPanelstatic JPanelstatic JComponentexpandHorizontally(Component element) static JComponentgridElements(int row, int col, int mw, int mh, Component... components) static JComponentgridElements(int row, int col, Component... components) static JPanelstatic JPanelstatic JPanelstatic JComponentnorthAndCenterElement(Component top, Component center) static JComponentnorthAndCenterElement(Component top, Component center, int px, int py) static JComponentpullElementUp(Component element) static JPaneltotalCenterInPanel(Component component) static JComponentwestAndCenterElement(Component west, Component center) static JComponentwestAndCenterElement(JComponent west, JComponent center, int px, int py) static JComponentwestAndEastElement(Component west, Component east) static JComponentwestAndEastElement(Component west, Component east, int px, int py)
-
Constructor Details
-
PanelUtils
public PanelUtils()
-
-
Method Details
-
join
-
join
-
join
-
column
-
column
-
centerInPanel
-
totalCenterInPanel
-
centerInPanelPadding
-
northAndCenterElement
-
centerAndSouthElement
-
centerAndSouthElement
-
westAndEastElement
-
gridElements
-
gridElements
-
northAndCenterElement
-
westAndEastElement
-
westAndCenterElement
-
centerAndEastElement
-
centerAndEastElement
-
pullElementUp
-
westAndCenterElement
-
expandHorizontally
-