| Java 1.4 Swing Class Documentation Inverted Index |
...plaf.basic.BasicSliderUI.ActionScroller
|
ActionScroller: As of Java 2 platform | v1.3 this undocumented class is no longer used. |
javax.swing.JSlider
|
A component that lets the user graphically select a | value by sliding a knob within a bounded interval. |
javax.swing.event.ListSelectionListener
|
ListSelectionListener: The listener that's notified when a lists selection | value changes. |
javax.accessibility.AccessibleValue
|
The AccessibleValue interface should be supported by any object that supports a numerical | value e.g., a scroll bar . |
javax.swing.text.html.Option
|
Option: | Value for the ListModel used to represent elements. |
javax.swing.JSpinner
|
A single line input field that lets the user select a number or an object | value from an ordered sequence. |
javax.swing.table.DefaultTableModel
|
DefaultTableModel: This is an implementation of TableModel that uses a Vector of Vectors to store the cell | value objects. |
javax.swing.ListModel
|
ListModel: This interface defines the methods components like JList use to get the | value of each cell in a list and the length of the list. |
javax.swing.JOptionPane
|
JOptionPane makes it easy to pop up a standard dialog box that prompts users for a | value or informs them of something. |
javax.swing.JSpinner.DefaultEditor
|
A simple base class for more specialized editors that displays a read-only view of the model's current | value with a JFormattedTextField. |
javax.swing.JProgressBar
|
A component that, by default, displays an integer | value within a bounded interval. |
javax.swing.Renderer
|
Renderer: Defines the requirements for an object responsible for "rendering" displaying a | value. |
javax.swing.SpinnerListModel
|
A simple implementation of SpinnerModel whose | values are defined by an array or a List. |
javax.swing.table.TableCellEditor
|
TableCellEditor: This interface defines the method any object that would like to be an editor of | values for components such as JListBox, JComboBox, JTree, or JTable needs to implement. |
javax.swing.ListSelectionModel
|
ListSelectionModel: This interface represents the current state of the selection for any of the components that display a list of | values with stable indices. |
javax.swing.JFormattedTextField
|
JFormattedTextField extends JTextField adding support for formatting arbitrary | values, as well as retrieving a particular object once the user has edited the text. |
javax.swing.Spring
|
An instance of the Spring class holds three properties that characterize its behavior: the minimum, preferred, and maximum | values. |
javax.swing.tree.VariableHeightLayoutCache
|
VariableHeightLayoutCache: NOTE: This will become more open in a future release. | |
javax.swing.undo.UndoManager
|
Concrete subclass of CompoundEdit which can serve as a UndoableEditListener, consolidating the UndoableEditEvents from a | variety of sources, and undoing or redoing them one at a time. |
javax.swing.JEditorPane
|
A text component to edit | various kinds of content. |
javax.swing.text.AbstractDocument
|
An implementation of the document interface to serve as a basis for implementing | various kinds of documents. |
javax.swing.text.Utilities
|
Utilities: A collection of methods to deal with | various text related activities. |
javax.swing.table.DefaultTableModel
|
DefaultTableModel: This is an implementation of TableModel that uses a | Vector of Vectors to store the cell value objects. |
javax.swing.table.DefaultTableModel
|
DefaultTableModel: This is an implementation of TableModel that uses a Vector of | Vectors to store the cell value objects. |
javax.swing.JTree.DynamicUtilTreeNode
|
DynamicUtilTreeNode can wrap | vectors/hashtables/arrays/strings and create the appropriate children tree nodes as necessary. |
javax.swing.plaf.basic.BasicBorders
|
BasicBorders: Factory object that can | vend Borders appropriate for the basic L & F. |
javax.swing.plaf.metal.MetalBorders
|
MetalBorders: Factory object that can | vend Borders appropriate for the metal L & F. |
javax.swing.plaf.basic.BasicIconFactory
|
BasicIconFactory: Factory object that can | vend Icons appropriate for the basic L & F. |
javax.swing.BorderFactory
|
BorderFactory: Factory class for | vending standard Border objects. |
javax.swing.plaf.metal.MetalIconFactory
|
MetalIconFactory: Factory object that | vends Icons for the JavaTM look and feel Metal . |
javax.swing.JInternalFrame.JDesktopIcon
|
JDesktopIcon: This component represents an iconified | version of a JInternalFrame. |
javax.swing.MutableComboBoxModel
|
MutableComboBoxModel: A mutable | version of ComboBoxModel. |
javax.swing.JApplet
|
An extended | version of java.applet.Applet that adds support for the JFC/Swing component architecture. |
javax.swing.JFrame
|
An extended | version of java.awt.Frame that adds support for the JFC/Swing component architecture. |
javax.swing.DefaultListModel
|
DefaultListModel: This class loosely implements the java.util.Vector API, in that it implements the 1.1.x | version of java.util.Vector, has no collection class support, and notifies the ListDataListeners when changes occur. |
javax.swing.ScrollPaneLayout.UIResource
|
UIResource: The UI resource | version of ScrollPaneLayout. |
...basic.BasicScrollPaneUI.VSBChangeListener
|
VSBChangeListener: | Vertical scrollbar listener. |
...VerticalDragController
|
VerticalDragController: Handles the events during a dragging session for a | VERTICAL_SPLIT oriented split pane. |
...BasicVerticalLayoutManager
|
BasicVerticalLayoutManager: LayoutManager used for JSplitPanes with an orientation of | VERTICAL_SPLIT. |
...VerticalDragController
|
VerticalDragController: Handles the events during a dragging session for a VERTICAL_SPLIT oriented split pane. | |
javax.swing.BoxLayout
|
A layout manager that allows multiple components to be laid out either | vertically or horizontally. |
javax.swing.text.View
|
A | very important part of the text package is the View class. |
javax.swing.text.View
|
A very important part of the text package is the | View class. |
javax.swing.text.ZoneView
|
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. |
javax.swing.text.html.BlockView
|
BlockView: A | view implementation to display a block as a box with CSS specifications. |
javax.swing.text.html.ListView
|
ListView: A | view implementation to display an html list |
javax.swing.text.CompositeView
|
CompositeView is an abstract | View implementation which manages one or more child views. |
javax.swing.JPasswordField
|
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. |
javax.swing.text.PlainView
|
PlainView: Implements | View interface for a simple multi-line text view that has text in one font and color. |
javax.swing.text.TableView
|
TableView: 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. |
javax.swing.text.html.ObjectView
|
ObjectView: Component decorator that implements the | view interface for elements. |
javax.swing.text.html.FormView
|
FormView: Component decorator that implements the | view interface for form elements, , , and . |
javax.swing.text.IconView
|
IconView: Icon decorator that implements the | view interface. |
javax.swing.text.LabelView
|
A LabelView is a styled chunk of text that represents a | view mapped over an element in the text model. |
javax.swing.JScrollPane
|
Provides a scrollable | view of a lightweight component. |
javax.swing.text.TableView.TableRow
|
TableRow: | View of a row in a row-centric table. |
javax.swing.text.ParagraphView
|
ParagraphView: | View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc. |
javax.swing.text.html.ImageView
|
ImageView: | View of an Image, intended to support the HTML tag. |
javax.swing.text.WrappedPlainView
|
WrappedPlainView: | View of plain text text with only one font and color that does line-wrapping. |
javax.swing.text.ViewFactory
|
ViewFactory: A factory to create a | view of some portion of document subject. |
javax.swing.JSpinner.DefaultEditor
|
A simple base class for more specialized editors that displays a read-only | view of the model's current value with a JFormattedTextField. |
javax.swing.LookAndFeel
|
LookAndFeel: Completely characterizes a look and feel from the point of | view of the pluggable look and feel components. |
javax.swing.text.PasswordView
|
PasswordView: Implements a | View suitable for use in JPasswordField UI implementations. |
javax.swing.text.BoxView
|
BoxView: A | view that arranges its children into a box shape by tiling its children along an axis. |
javax.swing.text.Caret
|
Caret: A place within a document | view that represents where things can be inserted into the document model. |
javax.swing.text.FlowView
|
FlowView: A | View that tries to flow it's children into some partially constrained space. |
javax.swing.text.FieldView
|
FieldView: Extends the multi-line plain text | view to be suitable for a single-line editor view. |
javax.swing.Box.Filler
|
Filler: An implementation of a lightweight component that participates in layout but has no | view. |
javax.swing.text.ViewFactory
|
ViewFactory: A factory to create a view of some portion of document subject. | |
javax.swing.JViewport.ViewListener
|
ViewListener: A listener for the view. | |
javax.swing.JViewport
|
The | "viewport" or "porthole" through which you see the underlying information. |
...BasicScrollPaneUI.ViewportChangeHandler
|
ViewportChangeHandler: Listener for | viewport events. |
...BasicScrollPaneUI.ViewportChangeHandler
|
ViewportChangeHandler: Listener for viewport events. | |
javax.swing.plaf.ViewportUI
|
ViewportUI: Pluggable look and feel interface for JViewport. | |
javax.swing.plaf.multi.MultiViewportUI
|
MultiViewportUI: A multiplexing UI used to combine | ViewportUIs. |
javax.swing.text.ZoneView
|
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. |
javax.swing.text.html.StyleSheet
|
Support for defining the visual characteristics of HTML | views being rendered. |
...swing.text.html.HTMLEditorKit.HTMLFactory
|
HTMLFactory: A factory to build | views for HTML. |
javax.swing.plaf.basic.BasicHTML
|
BasicHTML: Support for providing html | views for the swing components. |
javax.swing.text.AsyncBoxView.ChildLocator
|
ChildLocator: A class to manage the effective position of the child | views in a localized area while changes are being made around the localized area. |
javax.swing.text.TabableView
|
TabableView: Interface for | Views that have size dependent upon tabs. |
javax.swing.text.CompositeView
|
CompositeView is an abstract View implementation which manages one or more child | views. |
javax.swing.JDesktopPane
|
A container used to create a multiple-document interface or a | virtual desktop. |
javax.swing.text.html.StyleSheet
|
Support for defining the | visual characteristics of HTML views being rendered. |
...basic.BasicScrollPaneUI.VSBChangeListener
|
VSBChangeListener: Vertical scrollbar listener. |
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.