public class IdeBorderFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IdeBorderFactory.PlainSmallWithIndent |
static class |
IdeBorderFactory.PlainSmallWithIndentWithoutInsets |
static class |
IdeBorderFactory.PlainSmallWithoutIndent |
static class |
IdeBorderFactory.PlainSmallWithoutIndentWithoutInsets |
Modifier and Type | Field and Description |
---|---|
static int |
BORDER_ROUNDNESS |
static int |
TITLED_BORDER_BOTTOM_INSET |
static int |
TITLED_BORDER_INDENT |
static int |
TITLED_BORDER_LEFT_INSET |
static int |
TITLED_BORDER_RIGHT_INSET |
static int |
TITLED_BORDER_TOP_INSET |
Modifier and Type | Method and Description |
---|---|
static javax.swing.border.Border |
createBorder() |
static javax.swing.border.Border |
createBorder(java.awt.Color color) |
static javax.swing.border.Border |
createBorder(java.awt.Color color,
int borders) |
static javax.swing.border.Border |
createBorder(int borders) |
static javax.swing.border.Border |
createEmptyBorder()
Deprecated.
use
JBUI.Borders#empty() |
static javax.swing.border.Border |
createEmptyBorder(java.awt.Insets insets) |
static javax.swing.border.Border |
createEmptyBorder(int thickness)
Deprecated.
use
JBUI.Borders#empty(int) |
static javax.swing.border.Border |
createEmptyBorder(int top,
int left,
int bottom,
int right)
Deprecated.
use
JBUI.Borders#empty(int, int, int, int) |
static RoundedLineBorder |
createRoundedBorder() |
static RoundedLineBorder |
createRoundedBorder(int arcSize) |
static RoundedLineBorder |
createRoundedBorder(int arcSize,
int thickness) |
static javax.swing.border.TitledBorder |
createTitledBorder(java.lang.String s) |
static IdeaTitledBorder |
createTitledBorder(java.lang.String title,
boolean hasIndent) |
static IdeaTitledBorder |
createTitledBorder(java.lang.String title,
boolean hasIndent,
java.awt.Insets insets) |
public static final int BORDER_ROUNDNESS
public static final int TITLED_BORDER_TOP_INSET
public static final int TITLED_BORDER_LEFT_INSET
public static final int TITLED_BORDER_BOTTOM_INSET
public static final int TITLED_BORDER_RIGHT_INSET
public static final int TITLED_BORDER_INDENT
public static javax.swing.border.Border createBorder()
public static javax.swing.border.Border createBorder(int borders)
public static javax.swing.border.Border createBorder(java.awt.Color color)
public static javax.swing.border.Border createBorder(java.awt.Color color, int borders)
public static RoundedLineBorder createRoundedBorder()
public static RoundedLineBorder createRoundedBorder(int arcSize)
public static RoundedLineBorder createRoundedBorder(int arcSize, int thickness)
public static javax.swing.border.Border createEmptyBorder(java.awt.Insets insets)
@Deprecated public static javax.swing.border.Border createEmptyBorder()
JBUI.Borders#empty()
@Deprecated public static javax.swing.border.Border createEmptyBorder(int thickness)
JBUI.Borders#empty(int)
@Deprecated public static javax.swing.border.Border createEmptyBorder(int top, int left, int bottom, int right)
JBUI.Borders#empty(int, int, int, int)
public static javax.swing.border.TitledBorder createTitledBorder(java.lang.String s)
public static IdeaTitledBorder createTitledBorder(java.lang.String title, boolean hasIndent)
public static IdeaTitledBorder createTitledBorder(java.lang.String title, boolean hasIndent, java.awt.Insets insets)