Java 1.4 Swing Class Documentation Inverted Index

Inverted Index: F

javax.swing.BorderFactory BorderFactory: Factory class for vending standard Border objects.
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.plaf.metal.MetalIconFactory MetalIconFactory: Factory object that vends Icons for the JavaTM look and feel Metal .
...swing.text.html.HTMLEditorKit.HTMLFactory HTMLFactory: A factory to build views for HTML.
javax.swing.text.ViewFactory ViewFactory: A factory to create a view of some portion of document subject.
javax.swing.text.html.MinimalHTMLWriter MinimalHTMLWriter is a fallback writer used by the HTMLEditorKit to write out HTML for a document that is a not produced by the EditorKit.
...text.StyledEditorKit.FontFamilyAction FontFamilyAction: An action to set the font family in the associated JEditorPane.
javax.swing.JInternalFrame A lightweight object that provides many of the features of a native frame, including dragging, closing, becoming an icon, resizing, title display, and support for a menu bar.
javax.swing.UIManager This class keeps track of the current look and feel and its defaults.
javax.swing.plaf.ComponentUI ComponentUI: The base class for all UI delegate objects in the Swing pluggable look and feel architecture.
javax.swing.plaf.metal.MetalLookAndFeel MetalLookAndFeel: Implements the Java look and feel codename: Metal .
javax.swing.plaf.ListUI ListUI: The JList pluggable look and feel delegate.
javax.swing.plaf.basic.BasicColorChooserUI BasicColorChooserUI: Provides the basic look and feel for a JColorChooser.
javax.swing.plaf.basic.BasicEditorPaneUI BasicEditorPaneUI: Provides the look and feel for a JEditorPane.
javax.swing.plaf.basic.BasicOptionPaneUI BasicOptionPaneUI: Provides the basic look and feel for a JOptionPane.
javax.swing.plaf.basic.BasicTextFieldUI BasicTextFieldUI: Basis of a look and feel for a JTextField.
...swing.plaf.basic.BasicPasswordFieldUI BasicPasswordFieldUI: Provides the Windows look and feel for a password field.
javax.swing.plaf.basic.BasicTextAreaUI BasicTextAreaUI: Provides the look and feel for a plain text editor.
javax.swing.plaf.basic.BasicTextPaneUI BasicTextPaneUI: Provides the look and feel for a styled text editor.
javax.swing.LookAndFeel LookAndFeel: Completely characterizes a look and feel from the point of view of the pluggable look and feel components.
...swing.plaf.basic.BasicFormattedTextFieldUI BasicFormattedTextFieldUI: Provides the look and feel implementation for JFormattedTextField.
javax.swing.plaf.metal.MetalRootPaneUI Provides the metal look and feel implementation of RootPaneUI.
javax.swing.plaf.metal.MetalToolBarUI MetalToolBarUI: A Metal Look and Feel implementation of ToolBarUI.
javax.swing.plaf.metal.MetalTreeUI The metal look and feel implementation of TreeUI.
javax.swing.plaf.ButtonUI ButtonUI: Pluggable look and feel interface for JButton.
javax.swing.plaf.ColorChooserUI ColorChooserUI: Pluggable look and feel interface for JColorChooser.
javax.swing.plaf.ComboBoxUI ComboBoxUI: Pluggable look and feel interface for JComboBox.
javax.swing.plaf.DesktopIconUI DesktopIconUI: Pluggable look and feel interface for JDesktopIcon.
javax.swing.plaf.DesktopPaneUI DesktopPaneUI: Pluggable look and feel interface for JDesktopPane.
javax.swing.plaf.FileChooserUI FileChooserUI: Pluggable look and feel interface for JFileChooser.
javax.swing.plaf.InternalFrameUI InternalFrameUI: Pluggable look and feel interface for JInternalFrame.
javax.swing.plaf.LabelUI LabelUI: Pluggable look and feel interface for JLabel.
javax.swing.plaf.MenuBarUI MenuBarUI: Pluggable look and feel interface for JMenuBar.
javax.swing.plaf.MenuItemUI MenuItemUI: Pluggable look and feel interface for JMenuItem.
javax.swing.plaf.OptionPaneUI OptionPaneUI: Pluggable look and feel interface for JOptionPane.
javax.swing.plaf.PopupMenuUI PopupMenuUI: Pluggable look and feel interface for JPopupMenu.
javax.swing.plaf.ProgressBarUI ProgressBarUI: Pluggable look and feel interface for JProgressBar.
javax.swing.plaf.RootPaneUI RootPaneUI: Pluggable look and feel interface for JRootPane.
javax.swing.plaf.ScrollBarUI ScrollBarUI: Pluggable look and feel interface for JScrollBar.
javax.swing.plaf.ScrollPaneUI ScrollPaneUI: Pluggable look and feel interface for JScrollPane.
javax.swing.plaf.SeparatorUI SeparatorUI: Pluggable look and feel interface for JSeparator.
javax.swing.plaf.SliderUI SliderUI: Pluggable look and feel interface for JSlider.
javax.swing.plaf.SpinnerUI SpinnerUI: Pluggable look and feel interface for JSpinner
javax.swing.plaf.SplitPaneUI SplitPaneUI: Pluggable look and feel interface for JSplitPane.
javax.swing.plaf.TabbedPaneUI TabbedPaneUI: Pluggable look and feel interface for JTabbedPane.
javax.swing.plaf.TableUI TableUI: Pluggable look and feel interface for JTable.
javax.swing.plaf.TableHeaderUI TableHeaderUI: Pluggable look and feel interface for JTableHeader.
javax.swing.plaf.ToolBarUI ToolBarUI: Pluggable look and feel interface for JToolBar.
javax.swing.plaf.ToolTipUI ToolTipUI: Pluggable look and feel interface for JToolTip.
javax.swing.plaf.TreeUI TreeUI: Pluggable look and feel interface for JTree.
javax.swing.plaf.ViewportUI ViewportUI: Pluggable look and feel interface for JViewport.
javax.swing.plaf.PanelUI PanelUI: Pluggable look and feel interface for Panel.
...swing.UnsupportedLookAndFeelException UnsupportedLookAndFeelException: An exception that indicates the request look & feel management classes are not present on the user's system.
javax.swing.plaf.metal.MetalIconFactory MetalIconFactory: Factory object that vends Icons for the JavaTM look and feel Metal .
javax.swing.plaf.multi.MultiLookAndFeel MultiLookAndFeel: A multiplexing look and feel that allows more than one UI to be associated with a component at the same time.
javax.swing.JComboBox A component that combines a button or editable field and a drop-down list.
javax.swing.JSpinner A single line input field that lets the user select a number or an object value from an ordered sequence.
...swing.plaf.basic.BasicPasswordFieldUI BasicPasswordFieldUI: Provides the Windows look and feel for a password field.
...swing.plaf.basic.BasicBorders.FieldBorder   FieldBorder:
javax.swing.InputVerifier The purpose of this class is to help clients support smooth focus navigation through GUIs with text fields.
javax.swing.text.FieldView   FieldView: Extends the multi-line plain text view to be suitable for a single-line editor view.
javax.swing.plaf.basic.BasicDirectoryModel BasicDirectoryModel: Basic implementation of a file list.
javax.swing.filechooser.FileSystemView FileSystemView is JFileChooser's gateway to the file system.
javax.swing.JFileChooser JFileChooser provides a simple mechanism for the user to choose a file.
javax.swing.filechooser.FileView FileView defines an abstract class that can be implemented to provide the filechooser with ui information for a File.
javax.swing.plaf.basic.BasicFileChooserUI BasicFileChooserUI: Basic L&F implementation of a FileChooser.
javax.swing.plaf.FileChooserUI   FileChooserUI: Pluggable look and feel interface for JFileChooser.
javax.swing.plaf.multi.MultiFileChooserUI MultiFileChooserUI: A multiplexing UI used to combine FileChooserUIs.
javax.swing.filechooser.FileFilter   FileFilter is an abstract class that has no default implementation.
...plaf.metal.MetalIconFactory.FileIcon16   FileIcon16: Warning: Serialized objects of this class will not be compatible with future Swing releases.
...plaf.metal.MetalFileChooserUI.FileRenderer   FileRenderer:
...plaf.basic.BasicFileChooserUI.UpdateAction UpdateAction: Rescans the files in the current directory
javax.swing.filechooser.FileSystemView   FileSystemView is JFileChooser's gateway to the file system.
javax.swing.filechooser.FileView   FileView defines an abstract class that can be implemented to provide the filechooser with ui information for a File.
javax.swing.Box.Filler   Filler: An implementation of a lightweight component that participates in layout but has no view.
...DefaultHighlighter.DefaultHighlightPainter DefaultHighlightPainter: Simple highlight painter that fills a highlighted area with a solid color.
javax.swing.text.DocumentFilter DocumentFilter, as the name implies, is a filter for the Document mutation methods.
javax.swing.GrayFilter GrayFilter: An image filter that "disables" an image by turning it into a grayscale image, and brightening the pixels in the image.
...swing.text.NavigationFilter.FilterBypass   FilterBypass: Used as a way to circumvent calling back into the caret to position the cursor.
...swing.text.DocumentFilter.FilterBypass   FilterBypass: Used as a way to circumvent calling back into the Document to change it.
...MetalFileChooserUI.FilterComboBoxModel   FilterComboBoxModel: Data model for a type-face selection combo-box.
...MetalFileChooserUI.FilterComboBoxRenderer   FilterComboBoxRenderer: Render different type sizes and styles.
...text.html.HTMLEditorKit.LinkController LinkController: Class to watch the associated component and fire hyperlink events on it when appropriate.
...AccessibleContainerHandler AccessibleContainerHandler: Fire PropertyChange listener, if one is registered, when children added/removed.
...AccessibleFocusHandler AccessibleFocusHandler: Fire PropertyChange listener, if one is registered, when focus events happen
...text.StyledEditorKit.StyledTextAction StyledTextAction: An action that assumes it's being fired on a JEditorPane with a StyledEditorKit or subclass installed.
javax.swing.Timer   Fires one or more action events after a specified delay.
javax.swing.Icon Icon: A small fixed size picture, typically used to decorate components.
javax.swing.tree.FixedHeightLayoutCache   FixedHeightLayoutCache: NOTE: This will become more open in a future release.
javax.swing.text.FlowView FlowView: A View that tries to flow it's children into some partially constrained space.
javax.swing.text.FlowView.FlowStrategy FlowStrategy: Strategy for maintaining the physical form of the flow.
...basic.BasicOptionPaneUI.ButtonAreaLayout ButtonAreaLayout behaves in a similar manner to FlowLayout.
javax.swing.text.FlowView.FlowStrategy   FlowStrategy: Strategy for maintaining the physical form of the flow.
javax.swing.text.FlowView   FlowView: A View that tries to flow it's children into some partially constrained space.
...plaf.metal.MetalBorders.Flush3DBorder   Flush3DBorder:
javax.swing.FocusManager This class has been obsoleted by the 1.4 focus APIs.
...AccessibleFocusHandler AccessibleFocusHandler: Fire PropertyChange listener, if one is registered, when focus events happen
...plaf.basic.BasicListUI.MouseInputHandler MouseInputHandler: Mouse input, and focus handling for JList.

...plaf.basic.BasicComboBoxUI.FocusHandler FocusHandler: This listener hides the popup when the focus is lost.
...swing.plaf.basic.BasicTreeUI.FocusHandler FocusHandler: Repaints the lead selection row when focus is lost/gained.
javax.swing.InputVerifier The purpose of this class is to help clients support smooth focus navigation through GUIs with text fields.
javax.swing.SortingFocusTraversalPolicy A FocusTraversalPolicy that determines traversal order by sorting the Components of a focus traversal cycle based on a given Comparator.
...plaf.basic.BasicSliderUI.FocusHandler FocusHandler: Focus-change listener.
...plaf.basic.BasicSliderUI.FocusHandler   FocusHandler: Focus-change listener.
...plaf.basic.BasicSplitPaneUI.FocusHandler   FocusHandler: Implementation of the FocusListener that the JSplitPane UI uses.
...swing.plaf.basic.BasicTreeUI.FocusHandler   FocusHandler: Repaints the lead selection row when focus is lost/gained.
...swing.plaf.basic.BasicTableUI.FocusHandler   FocusHandler: This inner class is marked "public" due to a compiler bug.
...plaf.basic.BasicComboBoxUI.FocusHandler   FocusHandler: This listener hides the popup when the focus is lost.
...plaf.basic.BasicSplitPaneUI.FocusHandler FocusHandler: Implementation of the FocusListener that the JSplitPane UI uses.
javax.swing.SortingFocusTraversalPolicy A FocusTraversalPolicy that determines traversal order by sorting the Components of a focus traversal cycle based on a given Comparator.
...swing.InternalFrameFocusTraversalPolicy InternalFrameFocusTraversalPolicy: A FocusTraversalPolicy which can optionally provide an algorithm for determining a JInternalFrame's initial Component.
...basic.BasicFileChooserUI.NewFolderAction NewFolderAction: Creates a new folder.
...plaf.metal.MetalIconFactory.FolderIcon16   FolderIcon16: Warning: Serialized objects of this class will not be compatible with future Swing releases.
javax.swing.text.WrappedPlainView WrappedPlainView: View of plain text text with only one font and color that does line-wrapping.
javax.swing.text.PlainView PlainView: Implements View interface for a simple multi-line text view that has text in one font and color.
...text.StyledEditorKit.FontFamilyAction FontFamilyAction: An action to set the font family in the associated JEditorPane.
...swing.text.StyledEditorKit.FontSizeAction FontSizeAction: An action to set the font size in the associated JEditorPane.
...swing.text.AttributeSet.FontAttribute FontAttribute: This interface is the type signature that is expected to be present on any attribute key that contributes to the determination of what font to use to render some text.
...swing.text.StyleConstants.FontConstants FontConstants: This is a typesafe enumeration of the well-known attributes that contribute to a font.
...swing.text.AttributeSet.FontAttribute   FontAttribute: This interface is the type signature that is expected to be present on any attribute key that contributes to the determination of what font to use to render some text.
...swing.text.StyleConstants.FontConstants   FontConstants: This is a typesafe enumeration of the well-known attributes that contribute to a font.
...text.StyledEditorKit.FontFamilyAction   FontFamilyAction: An action to set the font family in the associated JEditorPane.
javax.swing.text.ParagraphView ParagraphView: View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc.
...swing.text.StyledEditorKit.FontSizeAction   FontSizeAction: An action to set the font size in the associated JEditorPane.
javax.swing.plaf.FontUIResource   FontUIResource: A subclass of java.awt.Font that implements UIResource.
javax.swing.text.StringContent StringContent: An implementation of the AbstractDocument.Content interface that is a brute force implementation that is useful for relatively small documents and/or debugging.
...text.StyledEditorKit.ForegroundAction ForegroundAction: An action to set foreground color.
...text.StyledEditorKit.ForegroundAction   ForegroundAction: An action to set foreground color.
...html.HTMLDocument.HTMLReader.FormAction FormAction: Action to support forms by building all of the elements used to represent form controls.
javax.swing.text.html.FormView FormView: Component decorator that implements the view interface for form elements, , , and .
javax.swing.text.FlowView.FlowStrategy FlowStrategy: Strategy for maintaining the physical form of the flow.
...text.html.FormView.MouseEventListener MouseEventListener class to handle form submissions when an input with type equal to image is clicked on.
...html.HTMLDocument.HTMLReader.FormAction   FormAction: Action to support forms by building all of the elements used to represent form controls.
javax.swing.text.MaskFormatter MaskFormatter is used to format and edit strings.
...AbstractFormatterFactory Instances of AbstractFormatterFactory are used by JFormattedTextField to obtain instances of AbstractFormatter which in turn are used to format values.
javax.accessibility.AccessibleTable Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
javax.swing.text.DefaultFormatter DefaultFormatter formats aribtrary objects.
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.text.DateFormatter DateFormatter is an InternationalFormatter that does its formatting by way of an instance of java.text.DateFormat.
...swing.text.html.StyleSheet.BoxPainter BoxPainter: Class to carry out some of the duties of CSS formatting.
...html.HTMLDocument.HTMLReader.FormAction FormAction: Action to support forms by building all of the elements used to represent form controls.
javax.swing.text.html.FormView   FormView: Component decorator that implements the view interface for form elements, , , and .
...basic.BasicTreeUI.NodeDimensionsHandler NodeDimensionsHandler: Class responsible for getting size of node, method is forwarded to BasicTreeUI method.
javax.swing.event.MenuKeyEvent MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.
javax.swing.event.MenuDragMouseEvent MenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.
...plaf.basic.BasicTreeUI.TreeModelHandler TreeModelHandler: Forwards all TreeModel events to the TreeState.
javax.swing.text.Segment A segment of a character array representing a fragment of text.
javax.swing.event.InternalFrameListener InternalFrameListener: The listener interface for receiving internal frame events.
javax.swing.JInternalFrame A lightweight object that provides many of the features of a native frame, including dragging, closing, becoming an icon, resizing, title display, and support for a menu bar.
...swing.text.html.HTMLFrameHyperlinkEvent HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame.
...plaf.basic.BasicToolBarUI.FrameListener   FrameListener:
...swing.event.SwingPropertyChangeSupport SwingPropertyChangeSupport: This subclass of java.beans.PropertyChangeSupport is identical in functionality -- it sacrifices thread-safety not a Swing concern for reduce memory consumption, which helps performance both big Swing concerns .
javax.swing.Action The Action interface provides a useful extension to the ActionListener interface in cases where the same functionality may be accessed by several controls.
javax.swing.text.rtf.RTFEditorKit RTFEditorKit: This is the default implementation of RTF editing functionality.
javax.swing.text.EditorKit Establishes the set of things needed by a text component to be a reasonably functioning editor for some type of text content.
javax.swing.text.StyledEditorKit StyledEditorKit: This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.
javax.swing.tree.VariableHeightLayoutCache VariableHeightLayoutCache: NOTE: This will become more open in a future release.
...swing.JToggleButton.ToggleButtonModel ToggleButtonModel: The ToggleButton model Warning: Serialized objects of this class will not be compatible with future Swing releases.