Java Platform 1.2
Beta 4
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

J

JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
JAPAN - Static variable in class java.util.Locale
Useful constant for country.
JAPANESE - Static variable in class java.util.Locale
Useful constant for language.
JApplet - class com.sun.java.swing.JApplet.
An extended version of java.applet.
JApplet.AccessibleJApplet - class com.sun.java.swing.JApplet.AccessibleJApplet.
 
JApplet() - Constructor for class com.sun.java.swing.JApplet
Creates a swing applet instance.
JarEntry - class java.util.jar.JarEntry.
This class is used to represent a JAR file entry.
JarEntry(JarEntry) - Constructor for class java.util.jar.JarEntry
Creates a new JarEntry with fields taken from the specified JarEntry object.
JarEntry(String) - Constructor for class java.util.jar.JarEntry
Creates a new JarEntry for the specified JAR file entry name.
JarEntry(ZipEntry) - Constructor for class java.util.jar.JarEntry
Creates a new JarEntry with fields taken from the specified ZipEntry object.
JarException - exception java.util.jar.JarException.
Signals that an error of some sort has occurred while reading from or writing to a JAR file.
JarException() - Constructor for class java.util.jar.JarException
Constructs a JarException with no detail message.
JarException(String) - Constructor for class java.util.jar.JarException
Constructs a JarException with the specified detail message.
JarFile - class java.util.jar.JarFile.
The JarFile class is used to read the contents of a JAR file from any file that can be opened with java.io.
JarFile(File, boolean) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified File object.
JarFile(File) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified File object.
JarFile(String, boolean) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified file name.
JarFile(String) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified file name.
jarFileURLConnection - Variable in class java.net.JarURLConnection
The connection to the JAR file URL, if the connection has been initiated.
JarInputStream - class java.util.jar.JarInputStream.
The JarInputStream class is used to read the contents of a JAR file from any input stream.
JarInputStream(InputStream, boolean) - Constructor for class java.util.jar.JarInputStream
Creates a new JarInputStream and reads the optional manifest.
JarInputStream(InputStream) - Constructor for class java.util.jar.JarInputStream
Creates a new JarInputStream and reads the optional manifest.
JarOutputStream - class java.util.jar.JarOutputStream.
The JarOutputStream class is used to write the contents of a JAR file to any output stream.
JarOutputStream(OutputStream, Manifest) - Constructor for class java.util.jar.JarOutputStream
Creates a new JarOutputStream with the specified Manifest.
JarOutputStream(OutputStream) - Constructor for class java.util.jar.JarOutputStream
Creates a new JarOutputStream with no manifest.
JarURLConnection - class java.net.JarURLConnection.
A URL Connection to a Java ARchive (JAR) file or an entry in a JAR file.
JarURLConnection(URL) - Constructor for class java.net.JarURLConnection
 
JAVA_OBJECT - Static variable in class java.sql.Types
JDBC 2.0 These codes are for user-defined data types (UDTs).
java.applet - package java.applet
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
java.awt - package java.awt
Contains all of the classes for creating user interfaces and for painting graphics and images.
java.awt.color - package java.awt.color
Provides classes for color spaces.
java.awt.datatransfer - package java.awt.datatransfer
Provides interfaces and classes for transferring data between and within applications.
java.awt.dnd - package java.awt.dnd
Provides interfaces and classes for supporting drag-and-drop operations.
java.awt.event - package java.awt.event
Provides interfaces and classes for dealing with different types of events fired by AWT components.
java.awt.font - package java.awt.font
Provides classes and interface relating to fonts.
java.awt.geom - package java.awt.geom
Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.
java.awt.im - package java.awt.im
Provides classes and an interface for the input method framework.
java.awt.image - package java.awt.image
Provides classes for creating and modifying images.
java.awt.image.renderable - package java.awt.image.renderable
Provides classes and interfaces for producing rendering-independent images.
java.awt.print - package java.awt.print
Provides classes and interfaces for a general printing API. The API includes such features as: the ability to specify document types mechanisms for control of page setup and page formats the ability to manage job control dialogs java.beans - package java.beans
Contains classes related to Java Beans development.
java.beans.beancontext - package java.beans.beancontext
Provides classes and interfaces relating to bean context.
java.io - package java.io
Provides for system input and output through data streams, serialization and the file system.
java.lang - package java.lang
Provides classes that are fundamental to the design of the Java programming language.
java.lang.ref - package java.lang.ref
Provides reference object classes, which allow a program to interact with the garbage collector.
java.lang.reflect - package java.lang.reflect
Provides classes and interfaces for obtaining reflective information about classes and objects.
java.math - package java.math
Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).
java.net - package java.net
Provides the classes for implementing networking applications.
java.rmi - package java.rmi
Provides the RMI package.
java.rmi.activation - package java.rmi.activation
Provides support for RMI Object Activation.
java.rmi.dgc - package java.rmi.dgc
Provides classes and interface for RMI distributed garbage-collection (DGC).
java.rmi.registry - package java.rmi.registry
Provides a class and two interfaces for the RMI registry.
java.rmi.server - package java.rmi.server
Provides classes and interfaces for supporting the server side of RMI. A group of classes are used by the stubs and skeletons generated by the rmic stub compiler.
java.security - package java.security
Provides the classes and interfaces for the security framework.
java.security.acl - package java.security.acl
The classes and interfaces in this package have been superseded by classes in the java.security package.
java.security.cert - package java.security.cert
Provides classes and interfaces for parsing and managing certificates.
java.security.interfaces - package java.security.interfaces
Provides interfaces for generating RSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm) keys as defined in the RSA Laboratory Technical Note PKCS#1, and DSA (Digital Signature Algorithm) keys as defined in NIST's FIPS-186. java.security.spec - package java.security.spec
Provides classes and interfaces for key specifications and algorithm parameter specifications.
java.sql - package java.sql
Provides the JDBC package.
java.text - package java.text
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
java.util - package java.util
Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.
java.util.jar - package java.util.jar
Provides classes for creating and reading JAR files.
java.util.mime - package java.util.mime
Provides classes for dealing with MIME (Multipurpose Internet Mail Extension) types (RFC 2045, RFC 2046).
java.util.zip - package java.util.zip
Provides classes for computing checksums of data and for compressing and decompressing data using standard ZIP and GZIP formats.
javaFileListFlavor - Static variable in class java.awt.datatransfer.DataFlavor
To transfer a list of files to/from Java (and the underlying platform) a DataFlavor of this type/subtype and representation class of java.util.
javaJVMLocalObjectMimeType - Static variable in class java.awt.datatransfer.DataFlavor
to transfer a reference to an arbitrary Java object reference that has no associated MIME Content-type, across a Transferable interface WITHIN THE SAME JVM, a DataFlavor with this type/subtype is used, with a representationClass equal to the type of the class/interface being passed across the Transferble.
javaRemoteObjectMimeType - Static variable in class java.awt.datatransfer.DataFlavor
In order to pass a live link to a Remote object via a Drag and Drop ACTION_LINK operation a Mime Content Type of application/x-java-remote-object should be used, where the representation class of the DataFlavor represents the type of the Remote interface to be transferred.
javaSerializedObjectMimeType - Static variable in class java.awt.datatransfer.DataFlavor
a MIME Content-Type of application/x-java-serialized-object represents a graph of Java object(s) that have been made persistent.
JButton - class com.sun.java.swing.JButton.
An implementation of a "push" button.
JButton.AccessibleJButton - class com.sun.java.swing.JButton.AccessibleJButton.
The class used to obtain the accessible role for this object.
JButton() - Constructor for class com.sun.java.swing.JButton
Creates a button with no set text or icon.
JButton(Icon) - Constructor for class com.sun.java.swing.JButton
Creates a button with an icon.
JButton(String, Icon) - Constructor for class com.sun.java.swing.JButton
Creates a button with initial text and an icon.
JButton(String) - Constructor for class com.sun.java.swing.JButton
Creates a button with text.
JCheckBox - class com.sun.java.swing.JCheckBox.
An implementation of a CheckBox -- an item that can be selected or deselected, and which displays its state to the user.
JCheckBox.AccessibleJCheckBox - class com.sun.java.swing.JCheckBox.AccessibleJCheckBox.
The class used to obtain the accessible role for this object.
JCheckBox() - Constructor for class com.sun.java.swing.JCheckBox
Creates an initially unselected checkbox button with no text, no icon.
JCheckBox(Icon, boolean) - Constructor for class com.sun.java.swing.JCheckBox
Creates a checkbox with an icon and specifies whether or not it is initially selected.
JCheckBox(Icon) - Constructor for class com.sun.java.swing.JCheckBox
Creates an initially unselected checkbox with an icon.
JCheckBox(String, boolean) - Constructor for class com.sun.java.swing.JCheckBox
Creates a checkbox with text and specifies whether or not it is initially selected.
JCheckBox(String, Icon, boolean) - Constructor for class com.sun.java.swing.JCheckBox
Creates a checkbox with text and icon, and specifies whether or not it is initially selected.
JCheckBox(String, Icon) - Constructor for class com.sun.java.swing.JCheckBox
Creates an initially unselected checkbox with the specified text and icon.
JCheckBox(String) - Constructor for class com.sun.java.swing.JCheckBox
Creates an initially unselected checkbox with text.
JCheckBoxMenuItem - class com.sun.java.swing.JCheckBoxMenuItem.
A menu item that can be selected or deselected.
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem - class com.sun.java.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem.
The class used to obtain the accessible role for this object.
JCheckBoxMenuItem() - Constructor for class com.sun.java.swing.JCheckBoxMenuItem
Creates an initially unselected checkboxMenuItem with no set text or icon.
JCheckBoxMenuItem(Icon) - Constructor for class com.sun.java.swing.JCheckBoxMenuItem
Creates an initially unselected checkboxMenuItem with an icon.
JCheckBoxMenuItem(String, boolean) - Constructor for class com.sun.java.swing.JCheckBoxMenuItem
Creates a checkboxMenuItem with the specified text and selection state.
JCheckBoxMenuItem(String, Icon, boolean) - Constructor for class com.sun.java.swing.JCheckBoxMenuItem
Creates a checkboxMenuItem with the specified text, icon, and selection state.
JCheckBoxMenuItem(String, Icon) - Constructor for class com.sun.java.swing.JCheckBoxMenuItem
Creates an initially unselected checkboxMenuItem with the specified text and icon.
JCheckBoxMenuItem(String) - Constructor for class com.sun.java.swing.JCheckBoxMenuItem
Creates an initially unselected checkboxMenuItem with text.
JColorChooser - class com.sun.java.swing.JColorChooser.
JColorChooser provides a pane of controls designed to allow a user to manipulate and select a color.
JColorChooser.AccessibleJColorChooser - class com.sun.java.swing.JColorChooser.AccessibleJColorChooser.
The class used to obtain the accessible context for this object.
JColorChooser() - Constructor for class com.sun.java.swing.JColorChooser
Creates a color chooser pane with an initial color of white.
JColorChooser(Color) - Constructor for class com.sun.java.swing.JColorChooser
Creates a color chooser pane with the specified initial color.
JColorChooser(ColorSelectionModel) - Constructor for class com.sun.java.swing.JColorChooser
Creates a color chooser pane with the specified ColorSelectionModel.
JComboBox - class com.sun.java.swing.JComboBox.
Swing's implementation of a ComboBox -- a combination of a text field and drop-down list that lets the user either type in a value or select it from a list that is displayed when the user asks for it.
JComboBox.AccessibleJComboBox - class com.sun.java.swing.JComboBox.AccessibleJComboBox.
The class used to obtain the accessible role for this object.
JComboBox.KeySelectionManager - interface com.sun.java.swing.JComboBox.KeySelectionManager.
The interface that defines a KeySelectionManager.
JComboBox() - Constructor for class com.sun.java.swing.JComboBox
Creates a JComboBox with a default data model.
JComboBox(ComboBoxModel) - Constructor for class com.sun.java.swing.JComboBox
Creates a JComboBox that takes its items from an existing ComboBoxModel.
JComboBox(Object[]) - Constructor for class com.sun.java.swing.JComboBox
Creates a JComboBox that contains the elements in the specified array.
JComboBox(Vector) - Constructor for class com.sun.java.swing.JComboBox
Creates a JComboBox that contains the elements in the specified Vector.
JComponent - class com.sun.java.swing.JComponent.
The base class for the Swing components.
JComponent.AccessibleJComponent - class com.sun.java.swing.JComponent.AccessibleJComponent.
Inner class of JComponent used to provide default support for accessibility.
JComponent.AccessibleJComponent.AccessibleContainerHandler - class com.sun.java.swing.JComponent.AccessibleJComponent.AccessibleContainerHandler.
Fire PropertyChange listener, if one is registered, when children added/removed.
JComponent.AccessibleJComponent(JComponent) - Constructor for class com.sun.java.swing.JComponent.AccessibleJComponent
Though the class is abstract, this should be called by all sub-classes.
JComponent() - Constructor for class com.sun.java.swing.JComponent
Default JComponent constructor.
jdbcCompliant() - Method in interface java.sql.Driver
Report whether the Driver is a genuine JDBC COMPLIANT (tm) driver.
JDesktopPane - class com.sun.java.swing.JDesktopPane.
A container used to create a multiple-document interface or a virtual desktop.
JDesktopPane.AccessibleJDesktopPane - class com.sun.java.swing.JDesktopPane.AccessibleJDesktopPane.
The class used to obtain the accessible role for this object.
JDesktopPane() - Constructor for class com.sun.java.swing.JDesktopPane
Creates a new JDesktopPane.
JDialog - class com.sun.java.swing.JDialog.
The main class for creating a dialog window.
JDialog.AccessibleJDialog - class com.sun.java.swing.JDialog.AccessibleJDialog.
The class used to obtain the AccessibleRole for this object.
JDialog() - Constructor for class com.sun.java.swing.JDialog
Creates a non-modal dialog without a title and without a specified Frame owner.
JDialog(Frame, boolean) - Constructor for class com.sun.java.swing.JDialog
Creates a modal or non-modal dialog without a title and with the specified owner frame.
JDialog(Frame, String, boolean) - Constructor for class com.sun.java.swing.JDialog
Creates a modal or non-modal dialog with the specified title and the specified owner frame.
JDialog(Frame, String) - Constructor for class com.sun.java.swing.JDialog
Creates a non-modal dialog with the specified title and with the specified owner frame.
JDialog(Frame) - Constructor for class com.sun.java.swing.JDialog
Creates a non-modal dialog without a title with the specifed Frame as its owner.
JEditorPane - class com.sun.java.swing.JEditorPane.
A text pane to edit various kinds of content, such as html and rtf.
JEditorPane.AccessibleJEditorPane - class com.sun.java.swing.JEditorPane.AccessibleJEditorPane.
The class used to obtain the accessible role for this object.
JEditorPane.AccessibleJEditorPane(JEditorPane) - Constructor for class com.sun.java.swing.JEditorPane.AccessibleJEditorPane
 
JEditorPane.AccessibleJEditorPaneHTML - class com.sun.java.swing.JEditorPane.AccessibleJEditorPaneHTML.
This class provides support for AccessibleHypertext, and is used in instances where the EditorKit installed in this JEditorPane is an instance of HTMLEditorKit.
JEditorPane.JEditorPaneAccesssibleHypertextSupport - class com.sun.java.swing.JEditorPane.JEditorPaneAccesssibleHypertextSupport.
What's returned by AccessibleJEditorPaneHTML.getAccessibleText() Provides support for AccessibleHypertext in case there is an HTML document being displayed in this JEditorPane.
JEditorPane.JEditorPaneAccesssibleHypertextSupport.HTMLLink - class com.sun.java.swing.JEditorPane.JEditorPaneAccesssibleHypertextSupport.HTMLLink.
 
JEditorPane.JEditorPaneAccesssibleHypertextSupport.HTMLLink(JEditorPane.JEditorPaneAccesssibleHypertextSupport, Element) - Constructor for class com.sun.java.swing.JEditorPane.JEditorPaneAccesssibleHypertextSupport.HTMLLink
 
JEditorPane.JEditorPaneAccesssibleHypertextSupport(JEditorPane) - Constructor for class com.sun.java.swing.JEditorPane.JEditorPaneAccesssibleHypertextSupport
Make one of these puppies
JEditorPane() - Constructor for class com.sun.java.swing.JEditorPane
Constructs a new JEditorPane.
JEditorPane(String) - Constructor for class com.sun.java.swing.JEditorPane
Creates a JEditorPane based on a string containing a URL specification.
JEditorPane(URL) - Constructor for class com.sun.java.swing.JEditorPane
Creates a JEditorPane based on a specified URL for input.
JFileChooser - class com.sun.java.swing.JFileChooser.
JFileChooser provides a simple mechanism for the user to chooser a file.
JFileChooser.AccessibleJFileChooser - class com.sun.java.swing.JFileChooser.AccessibleJFileChooser.
The class used to obtain the accessible context for this object.
JFileChooser() - Constructor for class com.sun.java.swing.JFileChooser
Creates a JFileChooser pointing to the user's home directory.
JFileChooser(File, FileSystemView) - Constructor for class com.sun.java.swing.JFileChooser
Creates a JFileChooser using the given current directory and FileSystemView
JFileChooser(File) - Constructor for class com.sun.java.swing.JFileChooser
Creates a JFileChooser using the given File as the path.
JFileChooser(FileSystemView) - Constructor for class com.sun.java.swing.JFileChooser
Creates a JFileChooser using the given FileSystemView
JFileChooser(String, FileSystemView) - Constructor for class com.sun.java.swing.JFileChooser
Creates a JFileChooser using the given current directory path and FileSystemView
JFileChooser(String) - Constructor for class com.sun.java.swing.JFileChooser
Creates a JFileChooser using the given path.
JFrame - class com.sun.java.swing.JFrame.
An extended version of java.awt.
JFrame.AccessibleJFrame - class com.sun.java.swing.JFrame.AccessibleJFrame.
The class used to obtain the AccessibleRole for this object.
JFrame() - Constructor for class com.sun.java.swing.JFrame
Constructs a new Frame that is initially invisible.
JFrame(String) - Constructor for class com.sun.java.swing.JFrame
Constructs a new, initially invisible Frame with the specified title.
JInternalFrame - class com.sun.java.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.
JInternalFrame.AccessibleJInternalFrame - class com.sun.java.swing.JInternalFrame.AccessibleJInternalFrame.
The class used to obtain the accessible role for this object.
JInternalFrame.JDesktopIcon - class com.sun.java.swing.JInternalFrame.JDesktopIcon.
This component represents an iconified version of a JInternalFrame.
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon - class com.sun.java.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.
The class used to obtain the accessible role for this object.
JInternalFrame.JDesktopIcon(JInternalFrame) - Constructor for class com.sun.java.swing.JInternalFrame.JDesktopIcon
Create an icon for an internal frame
JInternalFrame() - Constructor for class com.sun.java.swing.JInternalFrame
Creates a non-resizable, non-closable, non-maximizable, non-iconifiable JInternalFrame with no title.
JInternalFrame(String, boolean, boolean, boolean, boolean) - Constructor for class com.sun.java.swing.JInternalFrame
Creates a JInternalFrame with the specified title and with resizability, closability, maximizability, and iconifiability specified.
JInternalFrame(String, boolean, boolean, boolean) - Constructor for class com.sun.java.swing.JInternalFrame
Creates a non-iconifiable JInternalFrame with the specified title and with resizability, closability, and maximizability specified.
JInternalFrame(String, boolean, boolean) - Constructor for class com.sun.java.swing.JInternalFrame
Creates a non-maximizable, non-iconifiable JInternalFrame with the specified title and with resizability and closability specified.
JInternalFrame(String, boolean) - Constructor for class com.sun.java.swing.JInternalFrame
Creates a non-closable, non-maximizable, non-iconifiable JInternalFrame with the specified title and with resizability specified.
JInternalFrame(String) - Constructor for class com.sun.java.swing.JInternalFrame
Creates a non-resizable, non-closable, non-maximizable, non-iconifiable JInternalFrame with the specified title.
JLabel - class com.sun.java.swing.JLabel.
A display area for a short text string or an image, or both.
JLabel.AccessibleJLabel - class com.sun.java.swing.JLabel.AccessibleJLabel.
The class used to obtain the accessible role for this object.
JLabel() - Constructor for class com.sun.java.swing.JLabel
Creates a JLabel instance with no image and with an empty string for the title.
JLabel(Icon, int) - Constructor for class com.sun.java.swing.JLabel
Creates a JLabel instance with the specified image and horizontal alignment.
JLabel(Icon) - Constructor for class com.sun.java.swing.JLabel
Creates a JLabel instance with the specified image.
JLabel(String, Icon, int) - Constructor for class com.sun.java.swing.JLabel
Creates a JLabel instance with the specified text, image, and horizontal alignment.
JLabel(String, int) - Constructor for class com.sun.java.swing.JLabel
Creates a JLabel instance with the specified text and horizontal alignment.
JLabel(String) - Constructor for class com.sun.java.swing.JLabel
Creates a JLabel instance with the specified text.
JLayeredPane - class com.sun.java.swing.JLayeredPane.
JLayeredPane adds depth to a JFC/Swing container, allowing components to overlap each other when needed.
JLayeredPane.AccessibleJLayeredPane - class com.sun.java.swing.JLayeredPane.AccessibleJLayeredPane.
The class used to obtain the accessible role for this object.
JLayeredPane() - Constructor for class com.sun.java.swing.JLayeredPane
Create a new JLayeredPane
JList - class com.sun.java.swing.JList.
A component that allows the user to select one or more objects from a list.
JList.AccessibleJList - class com.sun.java.swing.JList.AccessibleJList.
The class used to obtain the accessible role for this object.
JList.AccessibleJList.AccessibleJListChild - class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild.
 
JList.AccessibleJList.AccessibleJListChild(JList.AccessibleJList, JList, int) - Constructor for class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
JList.AccessibleJList(JList) - Constructor for class com.sun.java.swing.JList.AccessibleJList
 
JList() - Constructor for class com.sun.java.swing.JList
Constructs a JList with an empty model.
JList(ListModel) - Constructor for class com.sun.java.swing.JList
Construct a JList that displays the elements in the specified, non-null model.
JList(Object[]) - Constructor for class com.sun.java.swing.JList
Construct a JList that displays the elements in the specified array.
JList(Vector) - Constructor for class com.sun.java.swing.JList
Construct a JList that displays the elements in the specified Vector.
JMenu - class com.sun.java.swing.JMenu.
An implementation of a menu -- a popup window containing JMenuItems that is displayed when the user selects an item on the JMenuBar.
JMenu.AccessibleJMenu - class com.sun.java.swing.JMenu.AccessibleJMenu.
The class used to obtain the accessible role for this object.
JMenu.WinListener - class com.sun.java.swing.JMenu.WinListener.
A listener class that watches for a popup window closing.
JMenu.WinListener(JMenu, JPopupMenu) - Constructor for class com.sun.java.swing.JMenu.WinListener
Create the window listener for the specified popup.
JMenu() - Constructor for class com.sun.java.swing.JMenu
Creates a new JMenu with no text.
JMenu(String, boolean) - Constructor for class com.sun.java.swing.JMenu
Creates a new JMenu with the supplied string as its text and specified as a tear-off menu or not.
JMenu(String) - Constructor for class com.sun.java.swing.JMenu
Creates a new JMenu with the supplied string as its text
JMenuBar - class com.sun.java.swing.JMenuBar.
An implementation of a MenuBar.
JMenuBar.AccessibleJMenuBar - class com.sun.java.swing.JMenuBar.AccessibleJMenuBar.
The class used to obtain the accessible role for this object.
JMenuBar() - Constructor for class com.sun.java.swing.JMenuBar
Creates a new menu bar.
JMenuItem - class com.sun.java.swing.JMenuItem.
An implementation of a MenuItem.
JMenuItem.AccessibleJMenuItem - class com.sun.java.swing.JMenuItem.AccessibleJMenuItem.
The class used to obtain the accessible role for this object.
JMenuItem() - Constructor for class com.sun.java.swing.JMenuItem
Creates a menuItem with no set text or icon.
JMenuItem(Icon) - Constructor for class com.sun.java.swing.JMenuItem
Creates a menuItem with an icon.
JMenuItem(String, Icon) - Constructor for class com.sun.java.swing.JMenuItem
Creates a menuItem with the supplied text and icon.
JMenuItem(String, int) - Constructor for class com.sun.java.swing.JMenuItem
Creates a menuItem with the specified text and keyboard mnemonic.
JMenuItem(String) - Constructor for class com.sun.java.swing.JMenuItem
Creates a menuItem with text.
JOIN_BEVEL - Static variable in class java.awt.BasicStroke
Join line segments by connecting the outer corners of their wide outlines with a straight segment.
JOIN_MITER - Static variable in class java.awt.BasicStroke
Join line segments by extending their outside edges until they meet.
JOIN_ROUND - Static variable in class java.awt.BasicStroke
Join line segments by rounding off the corner at a radius of half the line width.
join() - Method in class java.lang.Thread
Waits for this thread to die.
join(InetAddress) - Method in class java.net.DatagramSocketImpl
Join the multicast group.
join(long, int) - Method in class java.lang.Thread
Waits at most millis milliseconds plus nanos nanoseconds for this thread to die.
join(long) - Method in class java.lang.Thread
Waits at most millis milliseconds for this thread to die.
JoinFractureDirection - Static variable in class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getDirection.
joinGroup(InetAddress) - Method in class java.net.MulticastSocket
Joins a multicast group.
JoinNextDirection - Static variable in class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getDirection.
JoinPreviousDirection - Static variable in class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getDirection.
JOptionPane - class com.sun.java.swing.JOptionPane.
JOptionPane makes it easy to pop up a standard dialog box that prompts users for a value or informs them of something.
JOptionPane.AccessibleJOptionPane - class com.sun.java.swing.JOptionPane.AccessibleJOptionPane.
Accessiblity support.
JOptionPane() - Constructor for class com.sun.java.swing.JOptionPane
Creates a JOptionPane with a test message.
JOptionPane(Object, int, int, Icon, Object[], Object) - Constructor for class com.sun.java.swing.JOptionPane
Creates an instance of JOptionPane to display a message with the specified message type, icon, and options, with the inititially-selected option specified.
JOptionPane(Object, int, int, Icon, Object[]) - Constructor for class com.sun.java.swing.JOptionPane
Creates an instance of JOptionPane to display a message with the specified message type, icon, and options.
JOptionPane(Object, int, int, Icon) - Constructor for class com.sun.java.swing.JOptionPane
Creates an instance of JOptionPane to display a message with the specified message type, options, and icon.
JOptionPane(Object, int, int) - Constructor for class com.sun.java.swing.JOptionPane
Creates an instance of JOptionPane to display a message with the specified message type and options.
JOptionPane(Object, int) - Constructor for class com.sun.java.swing.JOptionPane
Creates an instance of JOptionPane to display a message with the specified message type and the default options,
JOptionPane(Object) - Constructor for class com.sun.java.swing.JOptionPane
Creates a instance of JOptionPane to display a message using the plain-message message type and the default options delivered by the UI.
JPanel - class com.sun.java.swing.JPanel.
JPanel is a generic lightweight container.
JPanel.AccessibleJPanel - class com.sun.java.swing.JPanel.AccessibleJPanel.
The class used to obtain the accessible role for this object.
JPanel() - Constructor for class com.sun.java.swing.JPanel
Create a new JPanel with a double buffer and a flow layout
JPanel(boolean) - Constructor for class com.sun.java.swing.JPanel
Create a new JPanel with FlowLayout and the specified buffering strategy.
JPanel(LayoutManager, boolean) - Constructor for class com.sun.java.swing.JPanel
Creates a new JPanel with the specified layout manager and buffering strategy.
JPanel(LayoutManager) - Constructor for class com.sun.java.swing.JPanel
Create a new buffered JPanel with the specified layout manager
JPasswordField - class com.sun.java.swing.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.
JPasswordField.AccessibleJPasswordField - class com.sun.java.swing.JPasswordField.AccessibleJPasswordField.
The class used to obtain the accessible role for this object.
JPasswordField() - Constructor for class com.sun.java.swing.JPasswordField
Constructs a new JPasswordField, with a default document, null starting text string, and 0 column width.
JPasswordField(Document, String, int) - Constructor for class com.sun.java.swing.JPasswordField
Constructs a new JPasswordField that uses the given text storage model and the given number of columns.
JPasswordField(int) - Constructor for class com.sun.java.swing.JPasswordField
Constructs a new empty JPasswordField with the specified number of columns.
JPasswordField(String, int) - Constructor for class com.sun.java.swing.JPasswordField
Constructs a new JPasswordField initialized with the specified text and columns.
JPasswordField(String) - Constructor for class com.sun.java.swing.JPasswordField
Constructs a new JPasswordField initialized with the specified text.
JPEGCodec - class com.sun.image.codec.jpeg.JPEGCodec.
This class is a factory for implementations of the JPEG Image Decoder/Encoder.
JPEGDecodeParam - interface com.sun.image.codec.jpeg.JPEGDecodeParam.
JPEGDecodeParam encapsulates tables and options necessary to control decoding JPEG datastreams.
JPEGEncodeParam - interface com.sun.image.codec.jpeg.JPEGEncodeParam.
JPEGEncodeParam encapsulates tables and options necessary to control encoding of JPEG data streams.
JPEGHuffmanTable - class com.sun.image.codec.jpeg.JPEGHuffmanTable.
A class to encapsulate a JPEG Huffman table.
JPEGHuffmanTable(short[], short[]) - Constructor for class com.sun.image.codec.jpeg.JPEGHuffmanTable
Creates a Huffman Table and initializes it.
JPEGImageDecoder - interface com.sun.image.codec.jpeg.JPEGImageDecoder.
This interface describes a JPEG data stream decoder.
JPEGImageEncoder - interface com.sun.image.codec.jpeg.JPEGImageEncoder.
JPEGImageEncoder encodes buffers of image data into JPEG data streams.
JPEGQTable - class com.sun.image.codec.jpeg.JPEGQTable.
Class to encapsulate the JPEG quantization tables.
JPEGQTable(int[]) - Constructor for class com.sun.image.codec.jpeg.JPEGQTable
Constructs an quantization table from the array that was passed.
JPopupMenu - class com.sun.java.swing.JPopupMenu.
An implementation of a Popup Menu -- a small window which pops up and displays a series of choices.
JPopupMenu.AccessibleJPopupMenu - class com.sun.java.swing.JPopupMenu.AccessibleJPopupMenu.
 
JPopupMenu.Separator - class com.sun.java.swing.JPopupMenu.Separator.
A popupmenu-specific separator.
JPopupMenu.Separator() - Constructor for class com.sun.java.swing.JPopupMenu.Separator
 
JPopupMenu() - Constructor for class com.sun.java.swing.JPopupMenu
Create a JPopupMenu without an "invoker".
JPopupMenu(String) - Constructor for class com.sun.java.swing.JPopupMenu
Create a JPopupMenu with the specified title.
JProgressBar - class com.sun.java.swing.JProgressBar.
A component that displays an integer value within a bounded interval.
JProgressBar.AccessibleJProgressBar - class com.sun.java.swing.JProgressBar.AccessibleJProgressBar.
The class used to obtain the accessible role for this object.
JProgressBar() - Constructor for class com.sun.java.swing.JProgressBar
Creates a horizontal progress bar.
JProgressBar(BoundedRangeModel) - Constructor for class com.sun.java.swing.JProgressBar
Creates a horizontal progress bar.
JProgressBar(int, int, int) - Constructor for class com.sun.java.swing.JProgressBar
Creates a progress bar using the specified orientation, minimum, and maximum.
JProgressBar(int, int) - Constructor for class com.sun.java.swing.JProgressBar
Creates a horizontal progress bar using the specified minimum and maximum.
JProgressBar(int) - Constructor for class com.sun.java.swing.JProgressBar
Creates a progress bar with the specified orientation, which can be either HORIZONTAL or VERTICAL. Uses the defaultMinimum and defaultMaximum.
JRadioButton - class com.sun.java.swing.JRadioButton.
An implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user.
JRadioButton.AccessibleJRadioButton - class com.sun.java.swing.JRadioButton.AccessibleJRadioButton.
The class used to obtain the accessible role for this object.
JRadioButton() - Constructor for class com.sun.java.swing.JRadioButton
Creates an initially unselected radio button with no set text.
JRadioButton(Icon, boolean) - Constructor for class com.sun.java.swing.JRadioButton
Creates a radio button with the specified image and selection state, but no text.
JRadioButton(Icon) - Constructor for class com.sun.java.swing.JRadioButton
Creates an initially unselected radio button with the specified image but no text.
JRadioButton(String, boolean) - Constructor for class com.sun.java.swing.JRadioButton
Creates a radio button with the specified text and selection state.
JRadioButton(String, Icon, boolean) - Constructor for class com.sun.java.swing.JRadioButton
Creates a radio button that has the specified text, image, and selection state.
JRadioButton(String, Icon) - Constructor for class com.sun.java.swing.JRadioButton
Creates a radio button that has the specified text and image, and that is initially unselected.
JRadioButton(String) - Constructor for class com.sun.java.swing.JRadioButton
Creates an unselected radio button with the specified text.
JRadioButtonMenuItem - class com.sun.java.swing.JRadioButtonMenuItem.
An implementation of a RadioButtonMenuItem.
JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem - class com.sun.java.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem.
The class used to obtain the accessible role for this object.
JRadioButtonMenuItem() - Constructor for class com.sun.java.swing.JRadioButtonMenuItem
Creates a JRadioButtonMenuItem with no set text or icon.
JRadioButtonMenuItem(Icon, boolean) - Constructor for class com.sun.java.swing.JRadioButtonMenuItem
Creates a radio button menu item with the specified image and selection state, but no text.
JRadioButtonMenuItem(Icon) - Constructor for class com.sun.java.swing.JRadioButtonMenuItem
Creates a JRadioButtonMenuItem with an icon.
JRadioButtonMenuItem(String, boolean) - Constructor for class com.sun.java.swing.JRadioButtonMenuItem
Creates a radiobutton menu item with the specified text and selection state.
JRadioButtonMenuItem(String, Icon, boolean) - Constructor for class com.sun.java.swing.JRadioButtonMenuItem
Creates a radio button menu item that has the specified text, image, and selection state.
JRadioButtonMenuItem(String, Icon) - Constructor for class com.sun.java.swing.JRadioButtonMenuItem
Creates a JRadioButtonMenuItem with the specified text and Icon.
JRadioButtonMenuItem(String) - Constructor for class com.sun.java.swing.JRadioButtonMenuItem
Creates a JRadioButtonMenuItem with text.
JRootPane - class com.sun.java.swing.JRootPane.
The fundamental component in the container hierarchy.
JRootPane.AccessibleJRootPane - class com.sun.java.swing.JRootPane.AccessibleJRootPane.
The class used to obtain the accessible role for this object.
JRootPane.RootLayout - class com.sun.java.swing.JRootPane.RootLayout.
A custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar.
JRootPane() - Constructor for class com.sun.java.swing.JRootPane
Create a JRootPane, setting up its glassPane, LayeredPane, and contentPane.
JScrollBar - class com.sun.java.swing.JScrollBar.
An implementation of a scrollbar.
JScrollBar.AccessibleJScrollBar - class com.sun.java.swing.JScrollBar.AccessibleJScrollBar.
The class used to obtain the accessible role for this object.
JScrollBar() - Constructor for class com.sun.java.swing.JScrollBar
Creates a vertical scrollbar with the following initial values: minimum = 0 maximum = 100 value = 0 extent = 10
JScrollBar(int, int, int, int, int) - Constructor for class com.sun.java.swing.JScrollBar
Creates a scrollbar with the specified orientation, value, extent, mimimum, and maximum.
JScrollBar(int) - Constructor for class com.sun.java.swing.JScrollBar
Creates a scrollbar with the specified orientation and the following initial values: minimum = 0 maximum = 100 value = 0 extent = 10
JScrollPane - class com.sun.java.swing.JScrollPane.
A specialized container that manages a viewport, optional vertical and horizontal scrollbars, and optional row and column heading viewports.
JScrollPane.AccessibleJScrollPane - class com.sun.java.swing.JScrollPane.AccessibleJScrollPane.
The class used to obtain the accessible role for this object.
JScrollPane.AccessibleJScrollPane(JScrollPane) - Constructor for class com.sun.java.swing.JScrollPane.AccessibleJScrollPane
Constructor to set up listener on viewport.
JScrollPane.ScrollBar - class com.sun.java.swing.JScrollPane.ScrollBar.
By default JScrollPane creates scrollbars that are instances of this class.
JScrollPane.ScrollBar(JScrollPane, int) - Constructor for class com.sun.java.swing.JScrollPane.ScrollBar
Create a scrollbar with the specified orientation, where the options are: JScrollPane.
JScrollPane() - Constructor for class com.sun.java.swing.JScrollPane
Create an empty (no viewport view) JScrollPane where both horizontal and vertical scrollbars appear when needed.
JScrollPane(Component, int, int) - Constructor for class com.sun.java.swing.JScrollPane
Create a JScrollPane that displays the view component in a viewport whose view position can be controlled with a pair of scrollbars.
JScrollPane(Component) - Constructor for class com.sun.java.swing.JScrollPane
Create a JScrollPane that displays the contents of the specified component, where both horizontal and vertical scrollbars appear whenever the component's contents are larger than the view.
JScrollPane(int, int) - Constructor for class com.sun.java.swing.JScrollPane
Create an empty (no viewport view) JScrollPane with specified scrollbar policies.
JSeparator - class com.sun.java.swing.JSeparator.
An implementation of a Menu Separator -- a divider between menu items that breaks them up into logical groupings.
JSeparator.AccessibleJSeparator - class com.sun.java.swing.JSeparator.AccessibleJSeparator.
The class used to obtain the accessible role for this object.
JSeparator() - Constructor for class com.sun.java.swing.JSeparator
Create a new separator
JSeparator(int) - Constructor for class com.sun.java.swing.JSeparator
Create a new separator
JSlider - class com.sun.java.swing.JSlider.
A component that lets the user graphically select a value by slding a knob within a bounded interval.
JSlider.AccessibleJSlider - class com.sun.java.swing.JSlider.AccessibleJSlider.
The class used to obtain the accessible role for this object.
JSlider() - Constructor for class com.sun.java.swing.JSlider
Creates a horizontal slider with the range 0 to 100 and an intitial value of 50.
JSlider(BoundedRangeModel) - Constructor for class com.sun.java.swing.JSlider
Creates a horizontal slider using the specified BoundedRangeModel.
JSlider(int, int, int, int) - Constructor for class com.sun.java.swing.JSlider
Creates a slider with the specified orientation and the specified mimimum, maximum, and initial values.
JSlider(int, int, int) - Constructor for class com.sun.java.swing.JSlider
Creates a horizontal slider using the specified min, max and value.
JSlider(int, int) - Constructor for class com.sun.java.swing.JSlider
Creates a horizontal slider using the specified min and max with an intitial value of 50.
JSlider(int) - Constructor for class com.sun.java.swing.JSlider
Creates a slider using the specified orientation with the range 0 to 100 and an intitial value of 50.
JSplitPane - class com.sun.java.swing.JSplitPane.
JSplitPane is used to divide two (and only two) Components.
JSplitPane.AccessibleJSplitPane - class com.sun.java.swing.JSplitPane.AccessibleJSplitPane.
The class used to obtain the accessible role for this object.
JSplitPane() - Constructor for class com.sun.java.swing.JSplitPane
Returns a new JSplitPane configured to arrange the child components side-by-side horizontally with no continuous layout, using two buttons for the compoents.
JSplitPane(int, boolean, Component, Component) - Constructor for class com.sun.java.swing.JSplitPane
Returns a new JSplitPane with the specified orientation and redrawing style, and with the specifiied components.
JSplitPane(int, boolean) - Constructor for class com.sun.java.swing.JSplitPane
Returns a new JSplitPane with the specified orientation and redrawing style.
JSplitPane(int, Component, Component) - Constructor for class com.sun.java.swing.JSplitPane
Returns a new JSplitPane with the specified orientation and with the specifiied components that does not do continuous redrawing.
JSplitPane(int) - Constructor for class com.sun.java.swing.JSplitPane
Returns a new JSplitPane configured with the specified orientation and no continuous layout.
JTabbedPane - class com.sun.java.swing.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.
JTabbedPane.AccessibleJTabbedPane - class com.sun.java.swing.JTabbedPane.AccessibleJTabbedPane.
The class used to obtain the accessible role for this object.
JTabbedPane.AccessibleJTabbedPane(JTabbedPane) - Constructor for class com.sun.java.swing.JTabbedPane.AccessibleJTabbedPane
Constructs an AccessibleJTabbedPane
JTabbedPane.ModelListener - class com.sun.java.swing.JTabbedPane.ModelListener.
We pass ModelChanged events along to the listeners with the tabbedpane (instead of the model itself) as the event source.
JTabbedPane() - Constructor for class com.sun.java.swing.JTabbedPane
Creates an empty TabbedPane.
JTabbedPane(int) - Constructor for class com.sun.java.swing.JTabbedPane
Creates an empty TabbedPane with the specified tab placement of either: TOP, BOTTOM, LEFT, or RIGHT.
JTable - class com.sun.java.swing.JTable.
JTable is a user-interface component that presents data in a two-dimensional table format.
JTable.AccessibleJTable - class com.sun.java.swing.JTable.AccessibleJTable.
The class used to obtain the accessible role for this object.
JTable.AccessibleJTable.AccessibleJTableCell - class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell.
The class used to obtain the AccessibleRole for a cell.
JTable.AccessibleJTable.AccessibleJTableCell(JTable.AccessibleJTable, JTable, int, int, int) - Constructor for class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Constructs an AccessiblJTableHeaaderEntry
JTable() - Constructor for class com.sun.java.swing.JTable
Constructs a default JTable which is initialized with a default data model, a default column model, and a default selection model.
JTable(int, int) - Constructor for class com.sun.java.swing.JTable
Constructs a JTable with numRows and numColumns of empty cells using the DefaultTableModel.
JTable(Object[][], Object[]) - Constructor for class com.sun.java.swing.JTable
Constructs a JTable to display the values in the two dimensional array, rowData, with column names, columnNames.
JTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class com.sun.java.swing.JTable
Constructs a JTable which is initialized with dm as the data model, cm as the column model, and sm as the selection model.
JTable(TableModel, TableColumnModel) - Constructor for class com.sun.java.swing.JTable
Constructs a JTable which is initialized with dm as the data model, cm as the column model, and a default selection model.
JTable(TableModel) - Constructor for class com.sun.java.swing.JTable
Constructs a JTable which is initialized with dm as the data model, a default column model, and a default selection model.
JTable(Vector, Vector) - Constructor for class com.sun.java.swing.JTable
Constructs a JTable to display the values in the Vector of Vectors, rowData, with column names, columnNames.
JTableHeader - class com.sun.java.swing.table.JTableHeader.
This is the column header part of a JTable.
JTableHeader.AccessibleJTableHeader - class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.
The class used to obtain the accessible role for this object.
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry - class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.
 
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry(JTableHeader.AccessibleJTableHeader, int, JTableHeader, JTable) - Constructor for class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
Constructs an AccessiblJTableHeaaderEntry
JTableHeader() - Constructor for class com.sun.java.swing.table.JTableHeader
Constructs a JTableHeader with a default TableColumnModel
JTableHeader(TableColumnModel) - Constructor for class com.sun.java.swing.table.JTableHeader
Constructs a JTableHeader which is initialized with cm as the column model.
JTextArea - class com.sun.java.swing.JTextArea.
A TextArea is a multi-line area that displays plain text.
JTextArea.AccessibleJTextArea - class com.sun.java.swing.JTextArea.AccessibleJTextArea.
The class used to obtain the accessible role for this object.
JTextArea() - Constructor for class com.sun.java.swing.JTextArea
Constructs a new TextArea.
JTextArea(Document, String, int, int) - Constructor for class com.sun.java.swing.JTextArea
Constructs a new JTextArea with the specified number of rows and columns, and the given model.
JTextArea(Document) - Constructor for class com.sun.java.swing.JTextArea
Constructs a new JTextArea with the given document model, and defaults for all of the other arguments (null, 0, 0).
JTextArea(int, int) - Constructor for class com.sun.java.swing.JTextArea
Constructs a new empty TextArea with the specified number of rows and columns.
JTextArea(String, int, int) - Constructor for class com.sun.java.swing.JTextArea
Constructs a new TextArea with the specified text and number of rows and columns.
JTextArea(String) - Constructor for class com.sun.java.swing.JTextArea
Constructs a new TextArea with the specified text displayed.
JTextComponent - class com.sun.java.swing.text.JTextComponent.
JTextComponent is the base class for swing text components.
JTextComponent.AccessibleJTextComponent - class com.sun.java.swing.text.JTextComponent.AccessibleJTextComponent.
Accessibility implementation for JTextComponent.
JTextComponent.AccessibleJTextComponent(JTextComponent) - Constructor for class com.sun.java.swing.text.JTextComponent.AccessibleJTextComponent
Constructs an AccessibleJTextComponent.
JTextComponent.KeyBinding - class com.sun.java.swing.text.JTextComponent.KeyBinding.
Binding record for creating key bindings.
JTextComponent.KeyBinding(KeyStroke, String) - Constructor for class com.sun.java.swing.text.JTextComponent.KeyBinding
Creates a new key binding.
JTextComponent() - Constructor for class com.sun.java.swing.text.JTextComponent
Creates a new JTextComponent.
JTextField - class com.sun.java.swing.JTextField.
JTextField is a lightweight component that allows the editing of a single line of text.
JTextField.AccessibleJTextField - class com.sun.java.swing.JTextField.AccessibleJTextField.
The class used to obtain the accessible role for this object.
JTextField.AccessibleJTextField(JTextField) - Constructor for class com.sun.java.swing.JTextField.AccessibleJTextField
 
JTextField() - Constructor for class com.sun.java.swing.JTextField
Constructs a new TextField.
JTextField(Document, String, int) - Constructor for class com.sun.java.swing.JTextField
Constructs a new JTextField that uses the given text storage model and the given number of columns.
JTextField(int) - Constructor for class com.sun.java.swing.JTextField
Constructs a new empty TextField with the specified number of columns.
JTextField(String, int) - Constructor for class com.sun.java.swing.JTextField
Constructs a new TextField initialized with the specified text and columns.
JTextField(String) - Constructor for class com.sun.java.swing.JTextField
Constructs a new TextField initialized with the specified text.
JTextPane - class com.sun.java.swing.JTextPane.
A text component that can be marked up with attributes that are represented graphically.
JTextPane() - Constructor for class com.sun.java.swing.JTextPane
Constructs a new JTextPane.
JTextPane(StyledDocument) - Constructor for class com.sun.java.swing.JTextPane
Constructs a new JTextPane, with a specified document model.
JToggleButton - class com.sun.java.swing.JToggleButton.
An implementation of a two-state button.
JToggleButton.AccessibleJToggleButton - class com.sun.java.swing.JToggleButton.AccessibleJToggleButton.
The class used to obtain the accessible role for this object.
JToggleButton.AccessibleJToggleButton(JToggleButton) - Constructor for class com.sun.java.swing.JToggleButton.AccessibleJToggleButton
 
JToggleButton.ToggleButtonModel - class com.sun.java.swing.JToggleButton.ToggleButtonModel.
The ToggleButton model Warning: serialized objects of this class will not be compatible with future swing releases.
JToggleButton.ToggleButtonModel() - Constructor for class com.sun.java.swing.JToggleButton.ToggleButtonModel
Creates a new ToggleButton Model
JToggleButton() - Constructor for class com.sun.java.swing.JToggleButton
Creates an initially unselected toggle button without setting the text or image.
JToggleButton(Icon, boolean) - Constructor for class com.sun.java.swing.JToggleButton
Creates a toggle button with the specified image and selection state, but no text.
JToggleButton(Icon) - Constructor for class com.sun.java.swing.JToggleButton
Creates an initially unselected toggle button with the specified image but no text.
JToggleButton(String, boolean) - Constructor for class com.sun.java.swing.JToggleButton
Creates a toggle button with the specified text and selection state.
JToggleButton(String, Icon, boolean) - Constructor for class com.sun.java.swing.JToggleButton
Creates a toggle button with the specified text, image, and selection state.
JToggleButton(String, Icon) - Constructor for class com.sun.java.swing.JToggleButton
Creates a toggle button that has the specified text and image, and that is initially unselected.
JToggleButton(String) - Constructor for class com.sun.java.swing.JToggleButton
Creates an unselected toggle button with the specified text.
JToolBar - class com.sun.java.swing.JToolBar.
JToolBar provides a component which is useful for displaying commonly used Actions or controls.
JToolBar.AccessibleJToolBar - class com.sun.java.swing.JToolBar.AccessibleJToolBar.
The class used to obtain the accessible role for this object.
JToolBar.Separator - class com.sun.java.swing.JToolBar.Separator.
A toolbar-specific separator.
JToolBar.Separator() - Constructor for class com.sun.java.swing.JToolBar.Separator
Create a new toolbar separator with the default size defined by the current look and feel.
JToolBar.Separator(Dimension) - Constructor for class com.sun.java.swing.JToolBar.Separator
Create a new toolbar separator with the specified size
JToolBar() - Constructor for class com.sun.java.swing.JToolBar
Create a new toolbar.
JToolBar(int) - Constructor for class com.sun.java.swing.JToolBar
 
JToolTip - class com.sun.java.swing.JToolTip.
Used to display a "Tip" for a Component.
JToolTip.AccessibleJToolTip - class com.sun.java.swing.JToolTip.AccessibleJToolTip.
The class used to obtain the accessible role for this object.
JToolTip() - Constructor for class com.sun.java.swing.JToolTip
Creates a tool tip.
JTree - class com.sun.java.swing.JTree.
A control that displays a set of hierarchical data as an outline.
JTree.AccessibleJTree - class com.sun.java.swing.JTree.AccessibleJTree.
The class used to obtain the accessible role for this object.
JTree.AccessibleJTree.AccessibleJTreeNode - class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode.
 
JTree.AccessibleJTree.AccessibleJTreeNode(JTree.AccessibleJTree, JTree, TreePath, Accessible) - Constructor for class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Constructs an AccessibleJTreeNode
JTree.AccessibleJTree(JTree) - Constructor for class com.sun.java.swing.JTree.AccessibleJTree
 
JTree.DynamicUtilTreeNode - class com.sun.java.swing.JTree.DynamicUtilTreeNode.
DynamicUtilTreeNode can wrap vectors/hashtables/arrays/strings and create the appropriate children tree nodes as necessary.
JTree.DynamicUtilTreeNode(Object, Object) - Constructor for class com.sun.java.swing.JTree.DynamicUtilTreeNode
Creates a node with the specified object as its value and with the specified children.
JTree.EmptySelectionModel - class com.sun.java.swing.JTree.EmptySelectionModel.
EmptySelectionModel is a TreeSelectionModel that does not allow anything to be selected.
JTree.TreeModelHandler - class com.sun.java.swing.JTree.TreeModelHandler.
Listens to the model and updates the expandedState accordingly when nodes are removed, or changed.
JTree.TreeSelectionRedirector - class com.sun.java.swing.JTree.TreeSelectionRedirector.
Handles creating a new TreeSelectionEvent with the JTree as the source and passing it off to all the listeners.
JTree() - Constructor for class com.sun.java.swing.JTree
Returns a JTree with a sample model.
JTree(Hashtable) - Constructor for class com.sun.java.swing.JTree
Returns a JTree created from a Hashtable which does not display the root.
JTree(Object[]) - Constructor for class com.sun.java.swing.JTree
Returns a JTree with each element of the specified array as the child of a new root node which is not displayed.
JTree(TreeModel) - Constructor for class com.sun.java.swing.JTree
Returns an instance of JTree which displays the root node -- the tree is created using the specified data model.
JTree(TreeNode, boolean) - Constructor for class com.sun.java.swing.JTree
Returns a JTree with the specified TreeNode as its root, which displays the root node and which decides whether a node is a leaf node in the specified manner.
JTree(TreeNode) - Constructor for class com.sun.java.swing.JTree
Returns a JTree with the specified TreeNode as its root, which displays the root node.
JTree(Vector) - Constructor for class com.sun.java.swing.JTree
Returns a JTree with each element of the specified Vector as the child of a new root node which is not displayed.
JULY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
JUNE - Static variable in class java.util.Calendar
Value of the MONTH field indicating the sixth month of the year.
JUSTIFICATION - Static variable in class java.awt.font.TextAttribute
Attribute key for the justification of a paragraph.
JUSTIFICATION_FULL - Static variable in class java.awt.font.TextAttribute
Justify the line to the full requested width.
JUSTIFICATION_NONE - Static variable in class java.awt.font.TextAttribute
Do not allow the line to be justified.
JViewport - class com.sun.java.swing.JViewport.
The "viewport" or "porthole" through which you see the underlying information.
JViewport.AccessibleJViewport - class com.sun.java.swing.JViewport.AccessibleJViewport.
The class used to obtain the accessible role for this object.
JViewport.ViewListener - class com.sun.java.swing.JViewport.ViewListener.
A listener for the view.
JViewport() - Constructor for class com.sun.java.swing.JViewport
Create a JViewPort
JWindow - class com.sun.java.swing.JWindow.
A JWindow is a container that can be displayed anywhere on the user's desktop.
JWindow.AccessibleJWindow - class com.sun.java.swing.JWindow.AccessibleJWindow.
The class used to obtain the AccessibleRole for this object.
JWindow() - Constructor for class com.sun.java.swing.JWindow
Creates a window with no specified owner.
JWindow(Frame) - Constructor for class com.sun.java.swing.JWindow
Creates a window with the specified owner frame.

Java Platform 1.2
Beta 4
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
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.