Uses of Annotation Interface
javax.swing.SwingContainer

Packages that use SwingContainer
Package
Description
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
Provides classes and interfaces that deal with editable and noneditable text components.
  • Uses of SwingContainer in javax.swing

    Classes in javax.swing with annotations of type SwingContainer
    Modifier and Type
    Class
    Description
    class 
    Deprecated.
    The Applet API is deprecated, no replacement.
    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 
    JColorChooser provides a pane of controls designed to allow a user to manipulate and select a color.
    class 
    A component that combines a button or editable field and a drop-down list.
    class 
    The main class for creating a dialog window.
    class 
    A text component to edit various kinds of content.
    class 
    JFileChooser provides a simple mechanism for the user to choose a file.
    class 
    An extended version of java.awt.Frame that adds support for the JFC/Swing component architecture.
    class 
    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.
    class 
    A display area for a short text string or an image, or both.
    class 
    A component that displays a list of objects and allows the user to select one or more items.
    class 
    An implementation of a menu -- a popup window containing JMenuItems that is displayed when the user selects an item on the JMenuBar.
    class 
    An implementation of a menu bar.
    class 
    An implementation of an item in a menu.
    class 
    JOptionPane makes it easy to pop up a standard dialog box that prompts users for a value or informs them of something.
    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.
    class 
    An implementation of a popup menu -- a small window that pops up and displays a series of choices.
    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 
    An implementation of a scrollbar.
    class 
    Provides a scrollable view of a lightweight component.
    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 single line input field that lets the user select a number or an object value from an ordered sequence.
    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 
    The JTable is used to display and edit regular two-dimensional tables of cells.
    class 
    A JTextArea is a multi-line area that displays plain text.
    class 
    JTextField is a lightweight component that allows the editing of a single line of text.
    class 
    A text component that can be marked up with attributes that are represented graphically.
    class 
    An implementation of a two-state button.
    class 
    JToolBar provides a component that is useful for displaying commonly used Actions or controls.
    class 
    A control that displays a set of hierarchical data as an outline.
    class 
    A JWindow is a container that can be displayed anywhere on the user's desktop.
  • Uses of SwingContainer in javax.swing.text

    Classes in javax.swing.text with annotations of type SwingContainer
    Modifier and Type
    Class
    Description
    class 
    JTextComponent is the base class for swing text components.