Java Platform 1.2
Beta 4

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

Packages that use Scrollable
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
com.sun.java.swing.tree Provides classes and interfaces for dealing with java.awt.swing. 
 

Uses of Scrollable in com.sun.java.swing
 

Classes in com.sun.java.swing that implement Scrollable
  JEditorPane
          A text pane to edit various kinds of content, such as html and rtf.
  JList
          A component that allows the user to select one or more objects from a list.
  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.
  JTable
          JTable is a user-interface component that presents data in a two-dimensional table format.
  JTextArea
          A TextArea is a multi-line area that displays plain text.
  JTextField
          JTextField is a lightweight component that allows the editing of a single line of text.
  JTextPane
          A text component that can be marked up with attributes that are represented graphically.
  JTree
          A control that displays a set of hierarchical data as an outline.
 

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

Classes in com.sun.java.swing.text that implement Scrollable
  JTextComponent
          JTextComponent is the base class for swing text components.
 

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

Classes in com.sun.java.swing.tree that implement Scrollable
  DefaultTreeCellEditor.DefaultTextField
          TextField used when no editor is supplied.
 


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.