javax.swing
Interface SwingConstants
- All Known Implementing Classes:
- 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, FrameSetView, 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
Defines constant values that are used throughout the Swing packages.
CENTER
static final int CENTER
- See Also:
- Constant Field Values
TOP
static final int TOP
- See Also:
- Constant Field Values
LEFT
static final int LEFT
- See Also:
- Constant Field Values
BOTTOM
static final int BOTTOM
- See Also:
- Constant Field Values
RIGHT
static final int RIGHT
- See Also:
- Constant Field Values
NORTH
static final int NORTH
- See Also:
- Constant Field Values
NORTH_EAST
static final int NORTH_EAST
- See Also:
- Constant Field Values
EAST
static final int EAST
- See Also:
- Constant Field Values
SOUTH_EAST
static final int SOUTH_EAST
- See Also:
- Constant Field Values
SOUTH
static final int SOUTH
- See Also:
- Constant Field Values
SOUTH_WEST
static final int SOUTH_WEST
- See Also:
- Constant Field Values
WEST
static final int WEST
- See Also:
- Constant Field Values
NORTH_WEST
static final int NORTH_WEST
- See Also:
- Constant Field Values
HORIZONTAL
static final int HORIZONTAL
- See Also:
- Constant Field Values
VERTICAL
static final int VERTICAL
- See Also:
- Constant Field Values
LEADING
static final int LEADING
- See Also:
- Constant Field Values
TRAILING
static final int TRAILING
- See Also:
- Constant Field Values
NEXT
static final int NEXT
- Since:
- 1.4
- See Also:
- Constant Field Values
PREVIOUS
static final int PREVIOUS
- Since:
- 1.4
- See Also:
- Constant Field Values