Uses of Interface
javax.swing.SwingConstants
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Synth is a skinnable look and feel in which all painting is delegated.
Provides classes and interfaces for dealing with
javax.swing.JTable
.Provides classes and interfaces that deal with editable and noneditable text
components.
Provides the class
HTMLEditorKit
and supporting classes for creating
HTML text editors.Provides classes and interfaces for dealing with
javax.swing.JTree
.-
Uses of SwingConstants in javax.swing
Modifier and TypeClassDescriptionclass
Defines common behaviors for buttons and menu items.class
Renders an item in a list.static class
A subclass of DefaultListCellRenderer that implements UIResource.class
An implementation of a "push" button.class
An implementation of a check box -- an item that can be selected or deselected, and which displays its state to the user.class
A menu item that can be selected or deselected.class
JFormattedTextField
extendsJTextField
adding support for formatting arbitrary values, as well as retrieving a particular object once the user has edited the text.class
A display area for a short text string or an image, or both.class
An implementation of a menu -- a popup window containingJMenuItem
s that is displayed when the user selects an item on theJMenuBar
.class
An implementation of an item in a menu.class
JPasswordField
is a lightweight component that allows the editing of a single line of text where the view indicates something was typed, but does not show the original characters.static class
A popup menu-specific separator.class
A component that visually displays the progress of some task.class
An implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user.class
An implementation of a radio button menu item.class
JSeparator
provides a general purpose component for implementing divider lines - most commonly used as a divider between menu items that breaks them up into logical groupings.class
A component that lets the user graphically select a value by sliding a knob within a bounded interval.class
A component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.class
JTextField
is a lightweight component that allows the editing of a single line of text.class
An implementation of a two-state button.class
JToolBar
provides a component that is useful for displaying commonly usedAction
s or controls.static class
A toolbar-specific separator.class
A collection of utility methods for Swing. -
Uses of SwingConstants in javax.swing.plaf.basic
Modifier and TypeClassDescriptionclass
JButton object that draws a scaled Arrow in one of the cardinal directions.class
ComboBox rendererstatic class
A subclass of BasicComboBoxRenderer that implements UIResource.protected class
Listens for border adjustments.class
Implementation of ScrollBarUI for the Basic Look and Feelclass
A Basic L&F implementation of TabbedPaneUI.class
A Basic L&F implementation of ToolBarUI. -
Uses of SwingConstants in javax.swing.plaf.metal
Modifier and TypeClassDescriptionstatic class
The class represents the border of aJToolBar
.class
JButton subclass to help out MetalComboBoxUIprotected class
Deprecated.As of JDK version 9.class
Render different type sizes and styles.class
Implementation of ScrollBarUI for the Metal Look and Feelclass
JButton object for Metal scrollbar arrows.class
The Metal subclass of BasicTabbedPaneUI.class
A Metal Look and Feel implementation of ToolBarUI. -
Uses of SwingConstants in javax.swing.plaf.synth
Modifier and TypeClassDescriptionclass
Provides the Synth L&F UI delegate forJScrollBar
.class
Provides the Synth L&F UI delegate forJTabbedPane
.class
Provides the Synth L&F UI delegate forJToolBar
. -
Uses of SwingConstants in javax.swing.table
Modifier and TypeClassDescriptionclass
The standard class for rendering (displaying) individual cells in aJTable
.static class
A subclass ofDefaultTableCellRenderer
that implementsUIResource
. -
Uses of SwingConstants in javax.swing.text
Modifier and TypeClassDescriptionclass
A box that does layout asynchronously.class
A view that arranges its children into a box shape by tiling its children along an axis.class
Component decorator that implements the view interface.class
CompositeView
is an abstractView
implementation which manages one or more child views.class
Extends the multi-line plain text view to be suitable for a single-line editor view.class
A View that tries to flow it's children into some partially constrained space.class
A GlyphView is a styled chunk of text that represents a view mapped over an element in the text model.class
Icon decorator that implements the view interface.class
ALabelView
is a styled chunk of text that represents a view mapped over an element in the text model.class
View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc.class
Implements a View suitable for use in JPasswordField UI implementations.class
Implements View interface for a simple multi-line text view that has text in one font and color.class
Implements View interface for a table, that is composed of an element structure where the child elements of the element this view is responsible for represent rows and the child elements of the row elements are cells.class
Deprecated.A table cell can now be any View implementation.class
View of a row in a row-centric table.class
A very important part of the text package is theView
class.class
View of plain text (text with only one font and color) that does line-wrapping.class
ZoneView is a View implementation that creates zones for which the child views are not created or stored until they are needed for display or model/view translations. -
Uses of SwingConstants in javax.swing.text.html
Modifier and TypeClassDescriptionclass
A view implementation to display a block (as a box) with CSS specifications.class
Component decorator that implements the view interface for form elements, <input>, <textarea>, and <select>.class
View of an Image, intended to support the HTML <IMG> tag.class
Displays the inline element styles based upon css attributes.class
A view implementation to display an html listclass
Component decorator that implements the view interface for <object> elements.class
Displays the paragraph and uses CSS attributes for its configuration. -
Uses of SwingConstants in javax.swing.tree
Modifier and TypeClassDescriptionclass
TextField
used when no editor is supplied.class
Displays an entry in a tree.