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
, SynthToolBarUI
, TableView
, TableView.TableCell
, TableView.TableRow
, View
, WrappedPlainView
, ZoneView
public interface SwingConstants
Modifier and Type | Field | Description |
---|---|---|
static final int |
BOTTOM |
Box-orientation constant used to specify the bottom of a box. |
static final int |
CENTER |
The central position in an area. |
static final int |
EAST |
Compass-direction east (right). |
static final int |
HORIZONTAL |
Horizontal orientation. |
static final int |
LEADING |
Identifies the leading edge of text for use with left-to-right and right-to-left languages. |
static final int |
LEFT |
Box-orientation constant used to specify the left side of a box. |
static final int |
NEXT |
Identifies the next direction in a sequence. |
static final int |
NORTH |
Compass-direction North (up). |
static final int |
NORTH_EAST |
Compass-direction north-east (upper right). |
static final int |
NORTH_WEST |
Compass-direction north west (upper left). |
static final int |
PREVIOUS |
Identifies the previous direction in a sequence. |
static final int |
RIGHT |
Box-orientation constant used to specify the right side of a box. |
static final int |
SOUTH |
Compass-direction south (down). |
static final int |
SOUTH_EAST |
Compass-direction south-east (lower right). |
static final int |
SOUTH_WEST |
Compass-direction south-west (lower left). |
static final int |
TOP |
Box-orientation constant used to specify the top of a box. |
static final int |
TRAILING |
Identifies the trailing edge of text for use with left-to-right and right-to-left languages. |
static final int |
VERTICAL |
Vertical orientation. |
static final int |
WEST |
Compass-direction west (left). |
static final int CENTER
static final int TOP
static final int LEFT
static final int BOTTOM
static final int RIGHT
static final int NORTH
static final int NORTH_EAST
static final int EAST
static final int SOUTH_EAST
static final int SOUTH
static final int SOUTH_WEST
static final int WEST
static final int NORTH_WEST
static final int HORIZONTAL
static final int VERTICAL
static final int LEADING
static final int TRAILING
static final int NEXT
static final int PREVIOUS
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/SwingConstants.html