JavaTM 2 Platform
Standard Ed. 6

javax.swing
介面 SwingConstants

所有已知實作類別:
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, TableView, TableView.TableCell, TableView.TableRow, View, WrappedPlainView, ZoneView

public interface SwingConstants

通常用於在螢幕上定位或定向元件的常數的集合。


欄位摘要
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
另請參見:
常數欄位值

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only