public class BoxLayoutUtils extends Object
Constructor and Description |
---|
BoxLayoutUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
clampHeight(JComponent c) |
static void |
clampHeight(JComponent c,
JComponent source) |
static void |
clampMaxHeight(JComponent c,
JComponent source) |
static void |
clampMaxSize(JComponent c) |
static void |
clampMaxSize(JComponent c,
JComponent source) |
static void |
clampMaxWidth(JComponent c,
JComponent source) |
static void |
clampMinHeight(JComponent c,
JComponent source) |
static void |
clampMinSize(JComponent c) |
static void |
clampMinSize(JComponent c,
JComponent source) |
static void |
clampMinWidth(JComponent c,
JComponent source) |
static void |
clampSize(JComponent c) |
static void |
clampSize(JComponent c,
JComponent source) |
static void |
clampWidth(JComponent c) |
static void |
clampWidth(JComponent c,
JComponent source) |
public static void clampHeight(JComponent c)
public static void clampWidth(JComponent c)
public static void clampHeight(JComponent c, JComponent source)
public static void clampMaxHeight(JComponent c, JComponent source)
public static void clampMinHeight(JComponent c, JComponent source)
public static void clampWidth(JComponent c, JComponent source)
public static void clampMaxWidth(JComponent c, JComponent source)
public static void clampMinWidth(JComponent c, JComponent source)
public static void clampSize(JComponent c)
public static void clampMinSize(JComponent c)
public static void clampMaxSize(JComponent c)
public static void clampSize(JComponent c, JComponent source)
public static void clampMinSize(JComponent c, JComponent source)
public static void clampMaxSize(JComponent c, JComponent source)