Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.SwingConstants

Packages that use SwingConstants
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.table Provides classes and interfaces for dealing with java.awt.swing. 
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
com.sun.java.swing.text.html Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors.  
com.sun.java.swing.tree Provides classes and interfaces for dealing with java.awt.swing. 
 

Uses of SwingConstants in com.sun.java.swing
 

Classes in com.sun.java.swing that implement SwingConstants
  AbstractButton
          Defines the common behaviors for the JButton, JToggleButton, JCheckbox, and the JRadioButton classes.
  DefaultListCellRenderer
          Renders an item in a list.
static  DefaultListCellRenderer.UIResource
          A subclass of DefaultListCellRenderer that implements UIResource.
  JButton
          An implementation of a "push" button.
  JCheckBox
          An implementation of a CheckBox -- an item that can be selected or deselected, and which displays its state to the user.
  JCheckBoxMenuItem
          A menu item that can be selected or deselected.
  JLabel
          A display area for a short text string or an image, or both.
  JMenu
          An implementation of a menu -- a popup window containing JMenuItems that is displayed when the user selects an item on the JMenuBar.
  JMenuItem
          An implementation of a MenuItem.
  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.
static  JPopupMenu.Separator
          A popupmenu-specific separator.
  JProgressBar
          A component that displays an integer value within a bounded interval.
  JRadioButton
          An implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user.
  JRadioButtonMenuItem
          An implementation of a RadioButtonMenuItem.
  JSeparator
          An implementation of a Menu Separator -- a divider between menu items that breaks them up into logical groupings.
  JSlider
          A component that lets the user graphically select a value by slding a knob within a bounded interval.
  JTabbedPane
          A component which lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
  JTextField
          JTextField is a lightweight component that allows the editing of a single line of text.
  JToggleButton
          An implementation of a two-state button.
  JToolBar
          JToolBar provides a component which is useful for displaying commonly used Actions or controls.
static  JToolBar.Separator
          A toolbar-specific separator.
  SwingUtilities
          A collection of utility methods for Swing.
 

Uses of SwingConstants in com.sun.java.swing.table
 

Classes in com.sun.java.swing.table that implement SwingConstants
  DefaultTableCellRenderer
          The standard class for rendering (displaying) individual cells in a JTable.
static  DefaultTableCellRenderer.UIResource
          A subclass of DefaultTableCellRenderer that implements UIResource.
 

Uses of SwingConstants in com.sun.java.swing.text
 

Classes in com.sun.java.swing.text that implement SwingConstants
  BoxView
          A view of a text model that arranges its children into a box.
  ComponentView
          Component decorator that implements the view interface.
  CompositeView
          A view of a text model that has a children box.
  FieldView
          Extends the multi-line plain text view to be suitable for a single-line editor view.
  IconView
          Icon decorator that implements the view interface.
  LabelView
          A LabelView is a styled chunk of text that represents a view mapped over an element in the text model.
  ParagraphView
          View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc.
  PasswordView
          Implements a View suitable for use in JPasswordField UI implementations.
  PlainView
          Implements View interface for a simple multi-line text view that has text in one font and color.
  TableView
           Implements View interface for a table, that is composed of a specific 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.
  TableView.TableCell
          View of a cell in a table
  TableView.TableRow
          View of a row in a table.
  View
          A view of some portion of document model.
  WrappedPlainView
          View of plain text (text with only one font and color) that does line-wrapping.
 

Uses of SwingConstants in com.sun.java.swing.text.html
 

Classes in com.sun.java.swing.text.html that implement SwingConstants
  BlockView
          A view implementation to display a block (as a box) with CSS specifications.
  InlineView
          Displays the inline element styles based upon css attributes.
  ListView
          A view implementation to display an html list
 

Uses of SwingConstants in com.sun.java.swing.tree
 

Classes in com.sun.java.swing.tree that implement SwingConstants
  DefaultTreeCellEditor.DefaultTextField
          TextField used when no editor is supplied.
  DefaultTreeCellRenderer
          Displays an entry in a tree.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.