|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutConstants
Field Summary | |
---|---|
static java.awt.Insets |
DOTS_BUTTON_INSETS
The margin for use on buttons that contain the text "...". |
static java.awt.Insets |
EMPTY_INSETS
An empty insets object (0 for all values). |
static int |
HGAP
A value for a horizontal gap between components in a layout manager. |
static int |
HMARGIN
A value for a horizontal margin between a panel and its parent panel or window. |
static javax.swing.border.AbstractBorder |
INDENTED_BORDER
|
static javax.swing.border.AbstractBorder |
TAB_BORDER
A common border for use on tabs in tabbed panes. |
static java.awt.Insets |
TEXTFIELD_INSETS
The margin for use on JTextField objects such that there is an acceptable gap between the drawn text and the edge of the component. |
static int |
VGAP
A value for a vertical gap between components in a layout manager. |
static int |
VMARGIN
A value for a vertical margin between a panel and its parent panel or window. |
Field Detail |
---|
static final java.awt.Insets DOTS_BUTTON_INSETS
static final java.awt.Insets TEXTFIELD_INSETS
static final java.awt.Insets EMPTY_INSETS
static final int HGAP
static final int VGAP
static final int HMARGIN
static final int VMARGIN
static final javax.swing.border.AbstractBorder TAB_BORDER
HMARGIN
and VMARGIN
.
static final javax.swing.border.AbstractBorder INDENTED_BORDER
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |