-
- 所有已知实现类:
-
AbstractButton
,AsyncBoxView
,BasicArrowButton
,BasicComboBoxRenderer
,BasicComboBoxRenderer.UIResource
,BasicInternalFrameUI.BorderListener
,BasicScrollBarUI
,BasicTabbedPaneUI
,BasicToolBarUI
,BlockView
,BoxView
,ComponentView
,CompositeView
,DefaultListCellRenderer
,DefaultListCellRenderer.UIResource
,DefaultTableCellRenderer
,DefaultTableCellRenderer.UIResource
,DefaultTreeCellEditor.DefaultTextField
,DefaultTreeCellRenderer
,FieldView
,FlowView
,FormView
,GlyphView
,IconView
,ImageView
,InlineView
,JButton
,JCheckBox
,JCheckBoxMenuItem
,JFormattedTextField
,JLabel
,JMenu
,JMenuItem
,JPasswordField
,JPopupMenu.Separator
,JProgressBar
,JRadioButton
,JRadioButtonMenuItem
,JSeparator
,JSlider
,JTabbedPane
,JTextField
,JToggleButton
,JToolBar
,JToolBar.Separator
,LabelView
,ListView
,MetalBorders.ToolBarBorder
,MetalComboBoxButton
,MetalFileChooserUI.FileRenderer
,MetalFileChooserUI.FilterComboBoxRenderer
,MetalScrollBarUI
,MetalScrollButton
,MetalTabbedPaneUI
,MetalToolBarUI
,ObjectView
,ParagraphView
,ParagraphView
,PasswordView
,PlainView
,SwingUtilities
,SynthScrollBarUI
,SynthTabbedPaneUI
SynthTabbedPaneUI
,SynthToolBarUI
,TableView
,TableView.TableCell
,TableView.TableRow
,View
,WrappedPlainView
,ZoneView
public interface SwingConstants
常量集合,通常用于在屏幕上定位和定向组件。- 从以下版本开始:
- 1.2
-
-
字段汇总
字段 变量和类型 字段 描述 static int
BOTTOM
框方向常量用于指定框的底部。static int
CENTER
一个地区的中心位置。static int
EAST
指南针向东(右)。static int
HORIZONTAL
水平方向。static int
LEADING
标识用于从左到右和从右到左语言的文本的前沿。static int
LEFT
框方向常量用于指定框的左侧。static int
NEXT
标识序列中的下一个方向。static int
NORTH
指南针方向北(向上)。static int
NORTH_EAST
指南针方向东北(右上)。static int
NORTH_WEST
指南针方向西北(左上)。static int
PREVIOUS
标识序列中的上一个方向。static int
RIGHT
框方向常量用于指定框的右侧。static int
SOUTH
指南针向南(向下)。static int
SOUTH_EAST
指南针方向东南(右下)。static int
SOUTH_WEST
指南针方向西南(左下)。static int
TOP
框方向常量用于指定框的顶部。static int
TRAILING
标识文本的后端,以便使用从左到右和从右到左的语言。static int
VERTICAL
垂直方向。static int
WEST
指南针向西(左)。
-
-
-
字段详细信息
-
CENTER
static final int CENTER
一个地区的中心位置。 用于罗盘方向常数(NORTH等)和箱子方向常数(TOP等)。- 另请参见:
- 常数字段值
-
TOP
static final int TOP
框方向常量用于指定框的顶部。- 另请参见:
- 常数字段值
-
LEFT
static final int LEFT
框方向常量用于指定框的左侧。- 另请参见:
- 常数字段值
-
BOTTOM
static final int BOTTOM
框方向常量用于指定框的底部。- 另请参见:
- 常数字段值
-
RIGHT
static final int RIGHT
框方向常量用于指定框的右侧。- 另请参见:
- 常数字段值
-
NORTH
static final int NORTH
指南针方向北(向上)。- 另请参见:
- 常数字段值
-
NORTH_EAST
static final int NORTH_EAST
指南针方向东北(右上)。- 另请参见:
- 常数字段值
-
EAST
static final int EAST
指南针向东(右)。- 另请参见:
- 常数字段值
-
SOUTH_EAST
static final int SOUTH_EAST
指南针方向东南(右下)。- 另请参见:
- 常数字段值
-
SOUTH
static final int SOUTH
指南针向南(向下)。- 另请参见:
- 常数字段值
-
SOUTH_WEST
static final int SOUTH_WEST
指南针方向西南(左下)。- 另请参见:
- 常数字段值
-
WEST
static final int WEST
指南针向西(左)。- 另请参见:
- 常数字段值
-
NORTH_WEST
static final int NORTH_WEST
指南针方向西北(左上)。- 另请参见:
- 常数字段值
-
HORIZONTAL
static final int HORIZONTAL
水平方向。 用于滚动条和滑块。- 另请参见:
- 常数字段值
-
VERTICAL
static final int VERTICAL
垂直方向。 用于滚动条和滑块。- 另请参见:
- 常数字段值
-
LEADING
static final int LEADING
标识用于从左到右和从右到左语言的文本的前沿。 由按钮和标签使用。- 另请参见:
- 常数字段值
-
TRAILING
static final int TRAILING
标识文本的后端,以便使用从左到右和从右到左的语言。 由按钮和标签使用。- 另请参见:
- 常数字段值
-
NEXT
static final int NEXT
标识序列中的下一个方向。- 从以下版本开始:
- 1.4
- 另请参见:
- 常数字段值
-
PREVIOUS
static final int PREVIOUS
标识序列中的上一个方向。- 从以下版本开始:
- 1.4
- 另请参见:
- 常数字段值
-
-