Java 1.4 Swing Class Documentation Inverted Index

Inverted Index: U

javax.swing.UIDefaults   UIDefaults: A table of defaults for Swing components.
...swing.DefaultListCellRenderer.UIResource A subclass of DefaultListCellRenderer that implements UIResource.
javax.swing.ScrollPaneLayout.UIResource   UIResource: The UI resource version of ScrollPaneLayout.
javax.swing.SpinnerModel A model for a potentially unbounded sequence of object values.
...swing.text.StyledEditorKit.UnderlineAction UnderlineAction: An action to toggle the underline attribute.
...swing.text.StyledEditorKit.UnderlineAction   UnderlineAction: An action to toggle the underline attribute.
javax.swing.JViewport The "viewport" or "porthole" through which you see the underlying information.
javax.swing.undo.CannotUndoException CannotUndoException: Thrown when an UndoableEdit is told to undo and can't.
javax.swing.event.UndoableEditListener UndoableEditListener: Interface implemented by a class interested in hearing about undoable operations.
javax.swing.undo.CannotRedoException CannotRedoException: Thrown when an UndoableEdit is told to redo and can't.
javax.swing.undo.CannotUndoException CannotUndoException: Thrown when an UndoableEdit is told to undo and can't.
javax.swing.undo.UndoableEditSupport UndoableEditSupport: A support class used for managing UndoableEdit listeners.
...AttributeUndoableEdit AttributeUndoableEdit: An UndoableEdit used to remember AttributeSet changes to an Element.
javax.swing.undo.AbstractUndoableEdit AbstractUndoableEdit: An abstract implementation of UndoableEdit, implementing simple responses to all boolean methods in that interface.
javax.swing.undo.UndoableEdit   UndoableEdit: An object representing an edit that has been done, and that can be undone and redone.
javax.swing.event.UndoableEditEvent   UndoableEditEvent: An event indicating that an operation which can be undone has occurred.
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.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.event.UndoableEditListener   UndoableEditListener: Interface implemented by a class interested in hearing about undoable operations.
javax.swing.undo.CompoundEdit CompoundEdit: A concrete subclass of AbstractUndoableEdit, used to assemble little UndoableEdits into great big ones.
javax.swing.undo.UndoableEditSupport   UndoableEditSupport: A support class used for managing UndoableEdit listeners.
...plaf.basic.BasicSliderUI.ActionScroller ActionScroller: As of Java 2 platform v1.3 this undocumented class is no longer used.
...swing.plaf.basic.BasicMenuUI.ChangeHandler ChangeHandler: As of Java 2 platform 1.4, this previously undocumented class is now obsolete.
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.undo.UndoableEdit UndoableEdit: An object representing an edit that has been done, and that can be undone and redone.
javax.swing.event.UndoableEditEvent UndoableEditEvent: An event indicating that an operation which can be undone has occurred.
javax.swing.undo.StateEditable StateEditable defines the interface for objects that can have their state undone/redone by a StateEdit.
javax.swing.text.MutableAttributeSet MutableAttributeSet: A generic interface for a mutable collection of unique attributes.
javax.swing.text.html.HTML.UnknownTag   UnknownTag:
...swing.UnsupportedLookAndFeelException   UnsupportedLookAndFeelException: An exception that indicates the request look & feel management classes are not present on the user's system.
javax.swing.UIDefaults.LazyValue This class enables one to store an entry in the defaults table that isn't constructed until the first time it's looked up with one of the getXXX key methods.
...plaf.basic.BasicTreeUI.MouseInputHandler MouseInputHandler handles passing all mouse events, including mouse motion events, until the mouse is released to the destination it is constructed with.
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.
...plaf.basic.BasicTreeUI.TreeIncrementAction TreeIncrementAction is used to handle up/down actions.
...plaf.basic.BasicFileChooserUI.UpdateAction   UpdateAction: Rescans the files in the current directory
...InvocationMouseMotionHandler InvocationMouseMotionHandler: This listener watches for dragging and updates the current selection in the list if it is dragging over the list.
...basic.BasicTreeUI.TreeSelectionHandler TreeSelectionHandler: Listens for changes in the selection model and updates the display accordingly.
javax.swing.JTree.TreeModelHandler TreeModelHandler: Listens to the model and updates the expandedState accordingly when nodes are removed, or changed.
...plaf.basic.BasicTreeUI.ComponentHandler ComponentHandler: Updates the preferred size when scrolling if necessary .
...basic.BasicTreeUI.TreeExpansionHandler TreeExpansionHandler: Updates the TreeState in response to nodes expanding/collapsing.
...swing.plaf.basic.BasicTreeUI.MouseHandler MouseHandler: TreeMouseListener is responsible for updating the selection based on mouse events.
...plaf.basic.BasicTreeUI.CellEditorHandler CellEditorHandler: Listener responsible for getting cell editing events and updating the tree accordingly.
javax.swing.text.html.InlineView InlineView: Displays the inline element styles based upon css attributes.
javax.swing.text.TabableView TabableView: Interface for Views that have size dependent upon tabs.
...BasicComboPopup.InvocationMouseHandler InvocationMouseHandler: A listener to be registered upon the combo box not its popup menu to handle mouse events that affect the state of the popup menu.
javax.swing.JSlider A component that lets the user graphically select a value by sliding a knob within a bounded interval.
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.plaf.TextUI TextUI: Text editor user interface
javax.swing.tree.MutableTreeNode MutableTreeNode: Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.
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.JMenu An implementation of a menu -- a popup window containing JMenuItems that is displayed when the user selects an item on the JMenuBar.
javax.swing.JTabbedPane A component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
javax.swing.JFileChooser JFileChooser provides a simple mechanism for the user to choose a file.
javax.swing.JColorChooser JColorChooser provides a pane of controls designed to allow a user to manipulate and select a color.
javax.swing.JList A component that allows the user to select one or more objects from a list.
javax.swing.Popup Popups are used to display a Component to the user, typically on top of all the other Components in a particular containment hierarchy.
javax.swing.JRadioButton An implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user.
javax.swing.JWindow A JWindow is a container that can be displayed anywhere on the user's desktop.
...swing.UnsupportedLookAndFeelException UnsupportedLookAndFeelException: An exception that indicates the request look & feel management classes are not present on the user's system.
javax.accessibility.AccessibleTable Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
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.text.GapContent GapContent: An implementation of the AbstractDocument.Content interface implemented using a gapped buffer similar to that used by emacs.
javax.swing.text.SimpleAttributeSet SimpleAttributeSet: A straightforward implementation of MutableAttributeSet using a hash table.
javax.swing.text.InternationalFormatter InternationalFormatter extends DefaultFormatter, using an instance of java.text.Format to handle the conversion to a String, and the conversion from a String.
javax.swing.text.html.parser.AttributeList This class defines the attributes of an SGML element as described in a DTD using the ATTLIST construct.
javax.swing.text.html.parser.Element Element: An element as described in a DTD using the ELEMENT construct.
javax.swing.text.html.parser.Entity Entity: An entity is described in a DTD using the ENTITY construct.
javax.swing.text.Utilities   Utilities: A collection of methods to deal with various text related activities.
javax.swing.plaf.metal.MetalComboBoxIcon MetalComboBoxIcon: This utility class draws the horizontal bars which indicate a MetalComboBox
javax.swing.SwingUtilities SwingUtilities: A collection of utility methods for Swing.