JavaTM 2 Platform
Std. Ed. v1.3.1
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 javax.swing.JApplet.
An extended version of java.applet.Applet that adds support for the JFC/Swing component architecture.
JApplet.AccessibleJApplet - class javax.swing.JApplet.AccessibleJApplet.
This class implements accessibility support for the JApplet class.
JApplet.AccessibleJApplet(JApplet) - Constructor for class javax.swing.JApplet.AccessibleJApplet
 
JApplet() - Constructor for class javax.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.RandomAccessFile.
JarFile(File) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified File object.
JarFile(File, boolean) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified File object.
JarFile(File, boolean, int) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified File object in the specified mode.
JarFile(String) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified file name.
JarFile(String, boolean) - 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) - Constructor for class java.util.jar.JarInputStream
Creates a new JarInputStream and reads the optional manifest.
JarInputStream(InputStream, boolean) - 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) - Constructor for class java.util.jar.JarOutputStream
Creates a new JarOutputStream with no manifest.
JarOutputStream(OutputStream, Manifest) - Constructor for class java.util.jar.JarOutputStream
Creates a new JarOutputStream with the specified 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
Creates the new JarURLConnection to the specified URL.
JAVA_OBJECT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT.
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
Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI.
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 interfaces for the input method framework.
java.awt.im.spi - package java.awt.im.spi
Provides interfaces that enable the development of input methods that can be used with any Java runtime environment.
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.
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 support a limited degree of interaction 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.
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 API for accessing and processing data in a data source using the JavaTM programming language.
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
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
java.util.jar - package java.util.jar
Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file.
java.util.zip - package java.util.zip
Provides classes for reading and writing the standard ZIP and GZIP file 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.List is used.
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.
javax.accessibility - package javax.accessibility
Defines a contract between user-interface components and an assistive technology that provides access to those components.
javax.naming - package javax.naming
Provides the classes and interfaces for accessing naming services.
javax.naming.directory - package javax.naming.directory
Extends the javax.naming package to provide functionality for accessing directory services.
javax.naming.event - package javax.naming.event
Provides support for event notification when accessing naming and directory services.
javax.naming.ldap - package javax.naming.ldap
Provides support for LDAPv3 extended operations and controls.
javax.naming.spi - package javax.naming.spi
Provides the means for dynamically plugging in support for accessing naming and directory services through the javax.naming and related packages.
javax.rmi - package javax.rmi
Contains user APIs for RMI-IIOP.
javax.rmi.CORBA - package javax.rmi.CORBA
Contains portability APIs for RMI-IIOP.
javax.sound.midi - package javax.sound.midi
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
javax.sound.midi.spi - package javax.sound.midi.spi
Supplies interfaces for service providers to implement when offering new MIDI devices, MIDI file readers and writers, or sound bank readers.
javax.sound.sampled - package javax.sound.sampled
Provides interfaces and classes for capture, processing, and playback of sampled audio data.
javax.sound.sampled.spi - package javax.sound.sampled.spi
Supplies abstract classes for service providers to subclass when offering new audio devices, sound file readers and writers, or audio format converters.
javax.swing - package javax.swing
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
javax.swing.border - package javax.swing.border
Provides classes and interface for drawing specialized borders around a Swing component.
javax.swing.colorchooser - package javax.swing.colorchooser
Contains classes and interfaces used by the JColorChooser component.
javax.swing.event - package javax.swing.event
Provides for events fired by Swing components.
javax.swing.filechooser - package javax.swing.filechooser
Contains classes and interfaces used by the JFileChooser component.
javax.swing.plaf - package javax.swing.plaf
Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.
javax.swing.plaf.basic - package javax.swing.plaf.basic
Provides user interface objects built according to the Basic look-and-feel.
javax.swing.plaf.metal - package javax.swing.plaf.metal
Provides user interface objects built according to the ``metal'' look-and-feel.
javax.swing.plaf.multi - package javax.swing.plaf.multi
The multiplexing look and feel allows users to combine auxiliary look and feels with the default look and feel.
javax.swing.table - package javax.swing.table
Provides classes and interfaces for dealing with javax.swing.JTable.
javax.swing.text - package javax.swing.text
Provides classes and interfaces that deal with editable and noneditable text components.
javax.swing.text.html - package javax.swing.text.html
Provides the class HTMLEditorKit and supporting classes for creating HTML text editors.
javax.swing.text.html.parser - package javax.swing.text.html.parser
Provides the default HTML parser, along with support classes.
javax.swing.text.rtf - package javax.swing.text.rtf
Provides a class (RTFEditorKit) for creating Rich-Text-Format text editors.
javax.swing.tree - package javax.swing.tree
Provides classes and interfaces for dealing with javax.swing.JTree.
javax.swing.undo - package javax.swing.undo
Provides support for undo/redo capabilities in an application such as a text editor.
javax.transaction - package javax.transaction
Contains three exceptions thrown by the ORB machinery during unmarshalling.
JButton - class javax.swing.JButton.
An implementation of a "push" button.
JButton.AccessibleJButton - class javax.swing.JButton.AccessibleJButton.
This class implements accessibility support for the JButton class.
JButton.AccessibleJButton(JButton) - Constructor for class javax.swing.JButton.AccessibleJButton
 
JButton() - Constructor for class javax.swing.JButton
Creates a button with no set text or icon.
JButton(Action) - Constructor for class javax.swing.JButton
Creates a button where properties are taken from the Action supplied.
JButton(Icon) - Constructor for class javax.swing.JButton
Creates a button with an icon.
JButton(String) - Constructor for class javax.swing.JButton
Creates a button with text.
JButton(String, Icon) - Constructor for class javax.swing.JButton
Creates a button with initial text and an icon.
JCheckBox - class javax.swing.JCheckBox.
An implementation of a check box -- an item that can be selected or deselected, and which displays its state to the user.
JCheckBox.AccessibleJCheckBox - class javax.swing.JCheckBox.AccessibleJCheckBox.
This class implements accessibility support for the JCheckBox class.
JCheckBox.AccessibleJCheckBox(JCheckBox) - Constructor for class javax.swing.JCheckBox.AccessibleJCheckBox
 
JCheckBox() - Constructor for class javax.swing.JCheckBox
Creates an initially unselected check box button with no text, no icon.
JCheckBox(Action) - Constructor for class javax.swing.JCheckBox
Creates a check box where properties are taken from the Action supplied.
JCheckBox(Icon) - Constructor for class javax.swing.JCheckBox
Creates an initially unselected check box with an icon.
JCheckBox(Icon, boolean) - Constructor for class javax.swing.JCheckBox
Creates a check box with an icon and specifies whether or not it is initially selected.
JCheckBox(String) - Constructor for class javax.swing.JCheckBox
Creates an initially unselected check box with text.
JCheckBox(String, boolean) - Constructor for class javax.swing.JCheckBox
Creates a check box with text and specifies whether or not it is initially selected.
JCheckBox(String, Icon) - Constructor for class javax.swing.JCheckBox
Creates an initially unselected check box with the specified text and icon.
JCheckBox(String, Icon, boolean) - Constructor for class javax.swing.JCheckBox
Creates a check box with text and icon, and specifies whether or not it is initially selected.
JCheckBoxMenuItem - class javax.swing.JCheckBoxMenuItem.
A menu item that can be selected or deselected.
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem - class javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem.
This class implements accessibility support for the JCheckBoxMenuItem class.
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem(JCheckBoxMenuItem) - Constructor for class javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
 
JCheckBoxMenuItem() - Constructor for class javax.swing.JCheckBoxMenuItem
Creates an initially unselected check box menu item with no set text or icon.
JCheckBoxMenuItem(Action) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates a menu item whose properties are taken from the Action supplied.
JCheckBoxMenuItem(Icon) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates an initially unselected check box menu item with an icon.
JCheckBoxMenuItem(String) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates an initially unselected check box menu item with text.
JCheckBoxMenuItem(String, boolean) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates a check box menu item with the specified text and selection state.
JCheckBoxMenuItem(String, Icon) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates an initially unselected check box menu item with the specified text and icon.
JCheckBoxMenuItem(String, Icon, boolean) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates a check box menu item with the specified text, icon, and selection state.
JColorChooser - class javax.swing.JColorChooser.
JColorChooser provides a pane of controls designed to allow a user to manipulate and select a color.
JColorChooser.AccessibleJColorChooser - class javax.swing.JColorChooser.AccessibleJColorChooser.
This class implements accessibility support for the JColorChooser class.
JColorChooser.AccessibleJColorChooser(JColorChooser) - Constructor for class javax.swing.JColorChooser.AccessibleJColorChooser
 
JColorChooser() - Constructor for class javax.swing.JColorChooser
Creates a color chooser pane with an initial color of white.
JColorChooser(Color) - Constructor for class javax.swing.JColorChooser
Creates a color chooser pane with the specified initial color.
JColorChooser(ColorSelectionModel) - Constructor for class javax.swing.JColorChooser
Creates a color chooser pane with the specified ColorSelectionModel.
JComboBox - class javax.swing.JComboBox.
A component that combines a button or text field and a drop-down list.
JComboBox.AccessibleJComboBox - class javax.swing.JComboBox.AccessibleJComboBox.
This class implements accessibility support for the JComboBox class.
JComboBox.AccessibleJComboBox(JComboBox) - Constructor for class javax.swing.JComboBox.AccessibleJComboBox
 
JComboBox.KeySelectionManager - interface javax.swing.JComboBox.KeySelectionManager.
The interface that defines a KeySelectionManager.
JComboBox() - Constructor for class javax.swing.JComboBox
Creates a JComboBox with a default data model.
JComboBox(ComboBoxModel) - Constructor for class javax.swing.JComboBox
Creates a JComboBox that takes it's items from an existing ComboBoxModel.
JComboBox(Object[]) - Constructor for class javax.swing.JComboBox
Creates a JComboBox that contains the elements in the specified array.
JComboBox(Vector) - Constructor for class javax.swing.JComboBox
Creates a JComboBox that contains the elements in the specified Vector.
JComponent - class javax.swing.JComponent.
The base class for all Swing components except top-level containers.
JComponent.AccessibleJComponent - class javax.swing.JComponent.AccessibleJComponent.
Inner class of JComponent used to provide default support for accessibility.
JComponent.AccessibleJComponent.AccessibleContainerHandler - class javax.swing.JComponent.AccessibleJComponent.AccessibleContainerHandler.
Fire PropertyChange listener, if one is registered, when children added/removed.
JComponent.AccessibleJComponent.AccessibleContainerHandler(JComponent.AccessibleJComponent) - Constructor for class javax.swing.JComponent.AccessibleJComponent.AccessibleContainerHandler
 
JComponent.AccessibleJComponent.AccessibleFocusHandler - class javax.swing.JComponent.AccessibleJComponent.AccessibleFocusHandler.
Fire PropertyChange listener, if one is registered, when focus events happen
JComponent.AccessibleJComponent.AccessibleFocusHandler(JComponent.AccessibleJComponent) - Constructor for class javax.swing.JComponent.AccessibleJComponent.AccessibleFocusHandler
 
JComponent.AccessibleJComponent(JComponent) - Constructor for class javax.swing.JComponent.AccessibleJComponent
Though the class is abstract, this should be called by all sub-classes.
JComponent() - Constructor for class javax.swing.JComponent
Default JComponent constructor.
jdbcCompliant() - Method in interface java.sql.Driver
Reports whether this driver is a genuine JDBC COMPLIANTTM driver.
JDesktopPane - class javax.swing.JDesktopPane.
A container used to create a multiple-document interface or a virtual desktop.
JDesktopPane.AccessibleJDesktopPane - class javax.swing.JDesktopPane.AccessibleJDesktopPane.
This class implements accessibility support for the JDesktopPane class.
JDesktopPane.AccessibleJDesktopPane(JDesktopPane) - Constructor for class javax.swing.JDesktopPane.AccessibleJDesktopPane
 
JDesktopPane() - Constructor for class javax.swing.JDesktopPane
Creates a new JDesktopPane.
JDialog - class javax.swing.JDialog.
The main class for creating a dialog window.
JDialog.AccessibleJDialog - class javax.swing.JDialog.AccessibleJDialog.
This class implements accessibility support for the JDialog class.
JDialog.AccessibleJDialog(JDialog) - Constructor for class javax.swing.JDialog.AccessibleJDialog
 
JDialog() - Constructor for class javax.swing.JDialog
Creates a non-modal dialog without a title and without a specified Frame owner.
JDialog(Dialog) - Constructor for class javax.swing.JDialog
Creates a non-modal dialog without a title with the specifed Dialog as its owner.
JDialog(Dialog, boolean) - Constructor for class javax.swing.JDialog
Creates a modal or non-modal dialog without a title and with the specified owner dialog.
JDialog(Dialog, String) - Constructor for class javax.swing.JDialog
Creates a non-modal dialog with the specified title and with the specified owner dialog.
JDialog(Dialog, String, boolean) - Constructor for class javax.swing.JDialog
Creates a modal or non-modal dialog with the specified title and the specified owner frame.
JDialog(Frame) - Constructor for class javax.swing.JDialog
Creates a non-modal dialog without a title with the specifed Frame as its owner.
JDialog(Frame, boolean) - Constructor for class javax.swing.JDialog
Creates a modal or non-modal dialog without a title and with the specified owner Frame.
JDialog(Frame, String) - Constructor for class javax.swing.JDialog
Creates a non-modal dialog with the specified title and with the specified owner frame.
JDialog(Frame, String, boolean) - Constructor for class javax.swing.JDialog
Creates a modal or non-modal dialog with the specified title and the specified owner Frame.
JEditorPane - class javax.swing.JEditorPane.
A text component to edit various kinds of content.
JEditorPane.AccessibleJEditorPane - class javax.swing.JEditorPane.AccessibleJEditorPane.
This class implements accessibility support for the JEditorPane class.
JEditorPane.AccessibleJEditorPane(JEditorPane) - Constructor for class javax.swing.JEditorPane.AccessibleJEditorPane
 
JEditorPane.AccessibleJEditorPaneHTML - class javax.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.AccessibleJEditorPaneHTML(JEditorPane) - Constructor for class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
 
JEditorPane.JEditorPaneAccessibleHypertextSupport - class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.
What's returned by AccessibleJEditorPaneHTML.getAccessibleText.
JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink - class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.
 
JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink(JEditorPane.JEditorPaneAccessibleHypertextSupport, Element) - Constructor for class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
 
JEditorPane.JEditorPaneAccessibleHypertextSupport(JEditorPane) - Constructor for class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
Make one of these puppies
JEditorPane() - Constructor for class javax.swing.JEditorPane
Creates a new JEditorPane.
JEditorPane(String) - Constructor for class javax.swing.JEditorPane
Creates a JEditorPane based on a string containing a URL specification.
JEditorPane(String, String) - Constructor for class javax.swing.JEditorPane
Creates a JEditorPane that has been initialized to the given text.
JEditorPane(URL) - Constructor for class javax.swing.JEditorPane
Creates a JEditorPane based on a specified URL for input.
JFileChooser - class javax.swing.JFileChooser.
JFileChooser provides a simple mechanism for the user to choose a file.
JFileChooser.AccessibleJFileChooser - class javax.swing.JFileChooser.AccessibleJFileChooser.
This class implements accessibility support for the JFileChooser class.
JFileChooser.AccessibleJFileChooser(JFileChooser) - Constructor for class javax.swing.JFileChooser.AccessibleJFileChooser
 
JFileChooser() - Constructor for class javax.swing.JFileChooser
Constructs a JFileChooser pointing to the user's home directory.
JFileChooser(File) - Constructor for class javax.swing.JFileChooser
Constructs a JFileChooser using the given File as the path.
JFileChooser(File, FileSystemView) - Constructor for class javax.swing.JFileChooser
Constructs a JFileChooser using the given current directory and FileSystemView.
JFileChooser(FileSystemView) - Constructor for class javax.swing.JFileChooser
Constructs a JFileChooser using the given FileSystemView.
JFileChooser(String) - Constructor for class javax.swing.JFileChooser
Constructs a JFileChooser using the given path.
JFileChooser(String, FileSystemView) - Constructor for class javax.swing.JFileChooser
Constructs a JFileChooser using the given current directory path and FileSystemView.
JFrame - class javax.swing.JFrame.
An extended version of java.awt.Frame that adds support for the JFC/Swing component architecture.
JFrame.AccessibleJFrame - class javax.swing.JFrame.AccessibleJFrame.
This class implements accessibility support for the JFrame class.
JFrame.AccessibleJFrame(JFrame) - Constructor for class javax.swing.JFrame.AccessibleJFrame
 
JFrame() - Constructor for class javax.swing.JFrame
Constructs a new frame that is initially invisible.
JFrame(GraphicsConfiguration) - Constructor for class javax.swing.JFrame
Creates a Frame in the specified GraphicsConfiguration of a screen device and a blank title.
JFrame(String) - Constructor for class javax.swing.JFrame
Creates a new, initially invisible Frame with the specified title.
JFrame(String, GraphicsConfiguration) - Constructor for class javax.swing.JFrame
Creates a JFrame with the specified title and the specified GraphicsConfiguration of a screen device.
JInternalFrame - class 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.
JInternalFrame.AccessibleJInternalFrame - class javax.swing.JInternalFrame.AccessibleJInternalFrame.
This class implements accessibility support for the JInternalFrame class.
JInternalFrame.AccessibleJInternalFrame(JInternalFrame) - Constructor for class javax.swing.JInternalFrame.AccessibleJInternalFrame
 
JInternalFrame.JDesktopIcon - class javax.swing.JInternalFrame.JDesktopIcon.
This component represents an iconified version of a JInternalFrame.
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon - class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.
This class implements accessibility support for the JInternalFrame.JDesktopIcon class.
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon(JInternalFrame.JDesktopIcon) - Constructor for class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
 
JInternalFrame.JDesktopIcon(JInternalFrame) - Constructor for class javax.swing.JInternalFrame.JDesktopIcon
Create an icon for an internal frame
JInternalFrame() - Constructor for class javax.swing.JInternalFrame
Creates a non-resizable, non-closable, non-maximizable, non-iconifiable JInternalFrame with no title.
JInternalFrame(String) - Constructor for class javax.swing.JInternalFrame
Creates a non-resizable, non-closable, non-maximizable, non-iconifiable JInternalFrame with the specified title.
JInternalFrame(String, boolean) - Constructor for class javax.swing.JInternalFrame
Creates a non-closable, non-maximizable, non-iconifiable JInternalFrame with the specified title and with resizability specified.
JInternalFrame(String, boolean, boolean) - Constructor for class javax.swing.JInternalFrame
Creates a non-maximizable, non-iconifiable JInternalFrame with the specified title and with resizability and closability specified.
JInternalFrame(String, boolean, boolean, boolean) - Constructor for class javax.swing.JInternalFrame
Creates a non-iconifiable JInternalFrame with the specified title and with resizability, closability, and maximizability specified.
JInternalFrame(String, boolean, boolean, boolean, boolean) - Constructor for class javax.swing.JInternalFrame
Creates a JInternalFrame with the specified title and with resizability, closability, maximizability, and iconifiability specified.
JIS_B0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B0, 1030 x 1456 mm.
JIS_B1 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B1, 728 x 1030 mm.
JIS_B10 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B10, 32 x 45 mm.
JIS_B2 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B2, 515 x 728 mm.
JIS_B3 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B3, 364 x 515 mm.
JIS_B4 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B4, 257 x 364 mm.
JIS_B5 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B5, 182 x 257 mm.
JIS_B6 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B6, 128 x 182 mm.
JIS_B7 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B7, 91 x 128 mm.
JIS_B8 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B8, 64 x 91 mm.
JIS_B9 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B9, 45 x 64 mm.
JLabel - class javax.swing.JLabel.
A display area for a short text string or an image, or both.
JLabel.AccessibleJLabel - class javax.swing.JLabel.AccessibleJLabel.
The class used to obtain the accessible role for this object.
JLabel.AccessibleJLabel(JLabel) - Constructor for class javax.swing.JLabel.AccessibleJLabel
 
JLabel() - Constructor for class javax.swing.JLabel
Creates a JLabel instance with no image and with an empty string for the title.
JLabel(Icon) - Constructor for class javax.swing.JLabel
Creates a JLabel instance with the specified image.
JLabel(Icon, int) - Constructor for class javax.swing.JLabel
Creates a JLabel instance with the specified image and horizontal alignment.
JLabel(String) - Constructor for class javax.swing.JLabel
Creates a JLabel instance with the specified text.
JLabel(String, Icon, int) - Constructor for class javax.swing.JLabel
Creates a JLabel instance with the specified text, image, and horizontal alignment.
JLabel(String, int) - Constructor for class javax.swing.JLabel
Creates a JLabel instance with the specified text and horizontal alignment.
JLayeredPane - class javax.swing.JLayeredPane.
JLayeredPane adds depth to a JFC/Swing container, allowing components to overlap each other when needed.
JLayeredPane.AccessibleJLayeredPane - class javax.swing.JLayeredPane.AccessibleJLayeredPane.
This class implements accessibility support for the JLayeredPane class.
JLayeredPane.AccessibleJLayeredPane(JLayeredPane) - Constructor for class javax.swing.JLayeredPane.AccessibleJLayeredPane
 
JLayeredPane() - Constructor for class javax.swing.JLayeredPane
Create a new JLayeredPane
JList - class javax.swing.JList.
A component that allows the user to select one or more objects from a list.
JList.AccessibleJList - class javax.swing.JList.AccessibleJList.
This class implements accessibility support for the JList class.
JList.AccessibleJList.AccessibleJListChild - class javax.swing.JList.AccessibleJList.AccessibleJListChild.
This class implements accessibility support appropriate for list children.
JList.AccessibleJList.AccessibleJListChild(JList.AccessibleJList, JList, int) - Constructor for class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
JList.AccessibleJList(JList) - Constructor for class javax.swing.JList.AccessibleJList
 
JList() - Constructor for class javax.swing.JList
Constructs a JList with an empty model.
JList(ListModel) - Constructor for class javax.swing.JList
Constructs a JList that displays the elements in the specified, non-null model.
JList(Object[]) - Constructor for class javax.swing.JList
Constructs a JList that displays the elements in the specified array.
JList(Vector) - Constructor for class javax.swing.JList
Constructs a JList that displays the elements in the specified Vector.
JMenu - class javax.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 javax.swing.JMenu.AccessibleJMenu.
This class implements accessibility support for the JMenu class.
JMenu.AccessibleJMenu(JMenu) - Constructor for class javax.swing.JMenu.AccessibleJMenu
 
JMenu.WinListener - class javax.swing.JMenu.WinListener.
A listener class that watches for a popup window closing.
JMenu.WinListener(JMenu, JPopupMenu) - Constructor for class javax.swing.JMenu.WinListener
Create the window listener for the specified popup.
JMenu() - Constructor for class javax.swing.JMenu
Constructs a new JMenu with no text.
JMenu(Action) - Constructor for class javax.swing.JMenu
Constructs a menu whose properties are taken from the Action supplied.
JMenu(String) - Constructor for class javax.swing.JMenu
Constructs a new JMenu with the supplied string as its text.
JMenu(String, boolean) - Constructor for class javax.swing.JMenu
Constructs a new JMenu with the supplied string as its text and specified as a tear-off menu or not.
JMenuBar - class javax.swing.JMenuBar.
An implementation of a menu bar.
JMenuBar.AccessibleJMenuBar - class javax.swing.JMenuBar.AccessibleJMenuBar.
This class implements accessibility support for the JMenuBar class.
JMenuBar.AccessibleJMenuBar(JMenuBar) - Constructor for class javax.swing.JMenuBar.AccessibleJMenuBar
 
JMenuBar() - Constructor for class javax.swing.JMenuBar
Creates a new menu bar.
JMenuItem - class javax.swing.JMenuItem.
An implementation of an item in a menu.
JMenuItem.AccessibleJMenuItem - class javax.swing.JMenuItem.AccessibleJMenuItem.
This class implements accessibility support for the JMenuItem class.
JMenuItem() - Constructor for class javax.swing.JMenuItem
Creates a menuItem with no set text or icon.
JMenuItem(Action) - Constructor for class javax.swing.JMenuItem
Creates a menu item whose properties are taken from the Action supplied.
JMenuItem(Icon) - Constructor for class javax.swing.JMenuItem
Creates a menuItem with an icon.
JMenuItem(String) - Constructor for class javax.swing.JMenuItem
Creates a menuItem with text.
JMenuItem(String, Icon) - Constructor for class javax.swing.JMenuItem
Creates a menu item with the supplied text and icon.
JMenuItem(String, int) - Constructor for class javax.swing.JMenuItem
Creates a menuItem with the specified text and keyboard mnemonic.
JobAttributes - class java.awt.JobAttributes.
A set of attributes which control a print job.
JobAttributes.DefaultSelectionType - class java.awt.JobAttributes.DefaultSelectionType.
A type-safe enumeration of possible default selection states.
JobAttributes.DestinationType - class java.awt.JobAttributes.DestinationType.
A type-safe enumeration of possible job destinations.
JobAttributes.DialogType - class java.awt.JobAttributes.DialogType.
A type-safe enumeration of possible dialogs to display to the user.
JobAttributes.MultipleDocumentHandlingType - class java.awt.JobAttributes.MultipleDocumentHandlingType.
A type-safe enumeration of possible multiple document handling states.
JobAttributes.SidesType - class java.awt.JobAttributes.SidesType.
A type-safe enumeration of possible multi-page impositions.
JobAttributes() - Constructor for class java.awt.JobAttributes
Constructs a JobAttributes instance with default values for every attribute.
JobAttributes(int, JobAttributes.DefaultSelectionType, JobAttributes.DestinationType, JobAttributes.DialogType, String, int, int, JobAttributes.MultipleDocumentHandlingType, int[][], String, JobAttributes.SidesType) - Constructor for class java.awt.JobAttributes
Constructs a JobAttributes instance with the specified values for every attribute.
JobAttributes(JobAttributes) - Constructor for class java.awt.JobAttributes
Constructs a JobAttributes instance which is a copy of the supplied JobAttributes.
JOIN_BEVEL - Static variable in class java.awt.BasicStroke
Joins path segments by connecting the outer corners of their wide outlines with a straight segment.
JOIN_MITER - Static variable in class java.awt.BasicStroke
Joins path segments by extending their outside edges until they meet.
JOIN_ROUND - Static variable in class java.awt.BasicStroke
Joins path 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) - Method in class java.lang.Thread
Waits at most millis milliseconds for this thread to die.
join(long, int) - Method in class java.lang.Thread
Waits at most millis milliseconds plus nanos nanoseconds for this thread to die.
JoinFractureDirection - Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getDirection.
joinGroup(InetAddress) - Method in class java.net.MulticastSocket
Joins a multicast group.Its behavior may be affected by setInterface.
JoinNextDirection - Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getDirection.
JoinPreviousDirection - Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getDirection.
JOptionPane - class javax.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 javax.swing.JOptionPane.AccessibleJOptionPane.
This class implements accessibility support for the JOptionPane class.
JOptionPane.AccessibleJOptionPane(JOptionPane) - Constructor for class javax.swing.JOptionPane.AccessibleJOptionPane
 
JOptionPane() - Constructor for class javax.swing.JOptionPane
Creates a JOptionPane with a test message.
JOptionPane(Object) - Constructor for class javax.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.
JOptionPane(Object, int) - Constructor for class javax.swing.JOptionPane
Creates an instance of JOptionPane to display a message with the specified message type and the default options,
JOptionPane(Object, int, int) - Constructor for class javax.swing.JOptionPane
Creates an instance of JOptionPane to display a message with the specified message type and options.
JOptionPane(Object, int, int, Icon) - Constructor for class javax.swing.JOptionPane
Creates an instance of JOptionPane to display a message with the specified message type, options, and icon.
JOptionPane(Object, int, int, Icon, Object[]) - Constructor for class javax.swing.JOptionPane
Creates an instance of JOptionPane to display a message with the specified message type, icon, and options.
JOptionPane(Object, int, int, Icon, Object[], Object) - Constructor for class javax.swing.JOptionPane
Creates an instance of JOptionPane to display a message with the specified message type, icon, and options, with the initially-selected option specified.
JPanel - class javax.swing.JPanel.
JPanel is a generic lightweight container.
JPanel.AccessibleJPanel - class javax.swing.JPanel.AccessibleJPanel.
This class implements accessibility support for the JPanel class.
JPanel.AccessibleJPanel(JPanel) - Constructor for class javax.swing.JPanel.AccessibleJPanel
 
JPanel() - Constructor for class javax.swing.JPanel
Create a new JPanel with a double buffer and a flow layout
JPanel(boolean) - Constructor for class javax.swing.JPanel
Create a new JPanel with FlowLayout and the specified buffering strategy.
JPanel(LayoutManager) - Constructor for class javax.swing.JPanel
Create a new buffered JPanel with the specified layout manager
JPanel(LayoutManager, boolean) - Constructor for class javax.swing.JPanel
Creates a new JPanel with the specified layout manager and buffering strategy.
JPasswordField - class javax.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 javax.swing.JPasswordField.AccessibleJPasswordField.
This class implements accessibility support for the JPasswordField class.
JPasswordField.AccessibleJPasswordField(JPasswordField) - Constructor for class javax.swing.JPasswordField.AccessibleJPasswordField
 
JPasswordField() - Constructor for class javax.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 javax.swing.JPasswordField
Constructs a new JPasswordField that uses the given text storage model and the given number of columns.
JPasswordField(int) - Constructor for class javax.swing.JPasswordField
Constructs a new empty JPasswordField with the specified number of columns.
JPasswordField(String) - Constructor for class javax.swing.JPasswordField
Constructs a new JPasswordField initialized with the specified text.
JPasswordField(String, int) - Constructor for class javax.swing.JPasswordField
Constructs a new JPasswordField initialized with the specified text and columns.
JPopupMenu - class javax.swing.JPopupMenu.
An implementation of a popup menu -- a small window that pops up and displays a series of choices.
JPopupMenu.AccessibleJPopupMenu - class javax.swing.JPopupMenu.AccessibleJPopupMenu.
This class implements accessibility support for the JPopupMenu class.
JPopupMenu.AccessibleJPopupMenu(JPopupMenu) - Constructor for class javax.swing.JPopupMenu.AccessibleJPopupMenu
 
JPopupMenu.Separator - class javax.swing.JPopupMenu.Separator.
A popup menu-specific separator.
JPopupMenu.Separator() - Constructor for class javax.swing.JPopupMenu.Separator
 
JPopupMenu() - Constructor for class javax.swing.JPopupMenu
Constructs a JPopupMenu without an "invoker".
JPopupMenu(String) - Constructor for class javax.swing.JPopupMenu
Constructs a JPopupMenu with the specified title.
JProgressBar - class javax.swing.JProgressBar.
A component that displays an integer value within a bounded interval.
JProgressBar.AccessibleJProgressBar - class javax.swing.JProgressBar.AccessibleJProgressBar.
This class implements accessibility support for the JProgressBar class.
JProgressBar.AccessibleJProgressBar(JProgressBar) - Constructor for class javax.swing.JProgressBar.AccessibleJProgressBar
 
JProgressBar() - Constructor for class javax.swing.JProgressBar
Creates a horizontal progress bar.
JProgressBar(BoundedRangeModel) - Constructor for class javax.swing.JProgressBar
Creates a horizontal progress bar, the default orientation.
JProgressBar(int) - Constructor for class javax.swing.JProgressBar
Creates a progress bar with the specified orientation, which can be either JProgressBar.VERTICAL or JProgressBar.HORIZONTAL.
JProgressBar(int, int) - Constructor for class javax.swing.JProgressBar
Creates a horizontal progress bar, which is the default.
JProgressBar(int, int, int) - Constructor for class javax.swing.JProgressBar
Creates a progress bar using the specified orientation, minimum, and maximum.
JRadioButton - class javax.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 javax.swing.JRadioButton.AccessibleJRadioButton.
This class implements accessibility support for the JRadioButton class.
JRadioButton.AccessibleJRadioButton(JRadioButton) - Constructor for class javax.swing.JRadioButton.AccessibleJRadioButton
 
JRadioButton() - Constructor for class javax.swing.JRadioButton
Creates an initially unselected radio button with no set text.
JRadioButton(Action) - Constructor for class javax.swing.JRadioButton
Creates a radiobutton where properties are taken from the Action supplied.
JRadioButton(Icon) - Constructor for class javax.swing.JRadioButton
Creates an initially unselected radio button with the specified image but no text.
JRadioButton(Icon, boolean) - Constructor for class javax.swing.JRadioButton
Creates a radio button with the specified image and selection state, but no text.
JRadioButton(String) - Constructor for class javax.swing.JRadioButton
Creates an unselected radio button with the specified text.
JRadioButton(String, boolean) - Constructor for class javax.swing.JRadioButton
Creates a radio button with the specified text and selection state.
JRadioButton(String, Icon) - Constructor for class javax.swing.JRadioButton
Creates a radio button that has the specified text and image, and that is initially unselected.
JRadioButton(String, Icon, boolean) - Constructor for class javax.swing.JRadioButton
Creates a radio button that has the specified text, image, and selection state.
JRadioButtonMenuItem - class javax.swing.JRadioButtonMenuItem.
An implementation of a radio button menu item.
JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem - class javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem.
This class implements accessibility support for the JRadioButtonMenuItem class.
JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem(JRadioButtonMenuItem) - Constructor for class javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
 
JRadioButtonMenuItem() - Constructor for class javax.swing.JRadioButtonMenuItem
Creates a JRadioButtonMenuItem with no set text or icon.
JRadioButtonMenuItem(Action) - Constructor for class javax.swing.JRadioButtonMenuItem
Creates a radio button menu item whose properties are taken from the Action supplied.
JRadioButtonMenuItem(Icon) - Constructor for class javax.swing.JRadioButtonMenuItem
Creates a JRadioButtonMenuItem with an icon.
JRadioButtonMenuItem(Icon, boolean) - Constructor for class javax.swing.JRadioButtonMenuItem
Creates a radio button menu item with the specified image and selection state, but no text.
JRadioButtonMenuItem(String) - Constructor for class javax.swing.JRadioButtonMenuItem
Creates a JRadioButtonMenuItem with text.
JRadioButtonMenuItem(String, boolean) - Constructor for class javax.swing.JRadioButtonMenuItem
Creates a radio button menu item with the specified text and selection state.
JRadioButtonMenuItem(String, Icon) - Constructor for class javax.swing.JRadioButtonMenuItem
Creates a radio button menu item with the specified text and Icon.
JRadioButtonMenuItem(String, Icon, boolean) - Constructor for class javax.swing.JRadioButtonMenuItem
Creates a radio button menu item that has the specified text, image, and selection state.
JRootPane - class javax.swing.JRootPane.
A lightweight container used behind the scenes by JFrame, JDialog, JWindow, JApplet, and JInternalFrame.
JRootPane.AccessibleJRootPane - class javax.swing.JRootPane.AccessibleJRootPane.
This class implements accessibility support for the JRootPane class.
JRootPane.AccessibleJRootPane(JRootPane) - Constructor for class javax.swing.JRootPane.AccessibleJRootPane
 
JRootPane.RootLayout - class javax.swing.JRootPane.RootLayout.
A custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar.
JRootPane.RootLayout(JRootPane) - Constructor for class javax.swing.JRootPane.RootLayout
 
JRootPane() - Constructor for class javax.swing.JRootPane
Create a JRootPane, setting up its glassPane, LayeredPane, and contentPane.
JScrollBar - class javax.swing.JScrollBar.
An implementation of a scrollbar.
JScrollBar.AccessibleJScrollBar - class javax.swing.JScrollBar.AccessibleJScrollBar.
This class implements accessibility support for the JScrollBar class.
JScrollBar.AccessibleJScrollBar(JScrollBar) - Constructor for class javax.swing.JScrollBar.AccessibleJScrollBar
 
JScrollBar() - Constructor for class javax.swing.JScrollBar
Creates a vertical scrollbar with the following initial values:
JScrollBar(int) - Constructor for class javax.swing.JScrollBar
Creates a scrollbar with the specified orientation and the following initial values:
JScrollBar(int, int, int, int, int) - Constructor for class javax.swing.JScrollBar
Creates a scrollbar with the specified orientation, value, extent, mimimum, and maximum.
JScrollPane - class javax.swing.JScrollPane.
Provides a scrollable view of a component.
JScrollPane.AccessibleJScrollPane - class javax.swing.JScrollPane.AccessibleJScrollPane.
This class implements accessibility support for the JScrollPane class.
JScrollPane.AccessibleJScrollPane(JScrollPane) - Constructor for class javax.swing.JScrollPane.AccessibleJScrollPane
Constructor to set up listener on viewport.
JScrollPane.ScrollBar - class javax.swing.JScrollPane.ScrollBar.
By default JScrollPane creates scrollbars that are instances of this class.
JScrollPane.ScrollBar(JScrollPane, int) - Constructor for class javax.swing.JScrollPane.ScrollBar
Creates a scrollbar with the specified orientation, where the options are: JScrollPane.VERTICAL JScrollPane.HORIZONTAL
JScrollPane() - Constructor for class javax.swing.JScrollPane
Creates an empty (no viewport view) JScrollPane where both horizontal and vertical scrollbars appear when needed.
JScrollPane(Component) - Constructor for class javax.swing.JScrollPane
Creates 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(Component, int, int) - Constructor for class javax.swing.JScrollPane
Creates a JScrollPane that displays the view component in a viewport whose view position can be controlled with a pair of scrollbars.
JScrollPane(int, int) - Constructor for class javax.swing.JScrollPane
Creates an empty (no viewport view) JScrollPane with specified scrollbar policies.
JSeparator - class javax.swing.JSeparator.
An implementation of a menu separator -- a divider between menu items that breaks them up into logical groupings.
JSeparator.AccessibleJSeparator - class javax.swing.JSeparator.AccessibleJSeparator.
This class implements accessibility support for the JSeparator class.
JSeparator.AccessibleJSeparator(JSeparator) - Constructor for class javax.swing.JSeparator.AccessibleJSeparator
 
JSeparator() - Constructor for class javax.swing.JSeparator
Creates a new horizontal separator.
JSeparator(int) - Constructor for class javax.swing.JSeparator
Creates a new separator with the specified horizontal or vertical orientation.
JSlider - class javax.swing.JSlider.
A component that lets the user graphically select a value by slding a knob within a bounded interval.
JSlider.AccessibleJSlider - class javax.swing.JSlider.AccessibleJSlider.
This class implements accessibility support for the JSlider class.
JSlider.AccessibleJSlider(JSlider) - Constructor for class javax.swing.JSlider.AccessibleJSlider
 
JSlider() - Constructor for class javax.swing.JSlider
Creates a horizontal slider with the range 0 to 100 and an intitial value of 50.
JSlider(BoundedRangeModel) - Constructor for class javax.swing.JSlider
Creates a horizontal slider using the specified BoundedRangeModel.
JSlider(int) - Constructor for class javax.swing.JSlider
Creates a slider using the specified orientation with the range 0 to 100 and an intitial value of 50.
JSlider(int, int) - Constructor for class javax.swing.JSlider
Creates a horizontal slider using the specified min and max with an intitial value of 50.
JSlider(int, int, int) - Constructor for class javax.swing.JSlider
Creates a horizontal slider using the specified min, max and value.
JSlider(int, int, int, int) - Constructor for class javax.swing.JSlider
Creates a slider with the specified orientation and the specified mimimum, maximum, and initial values.
JSplitPane - class javax.swing.JSplitPane.
JSplitPane is used to divide two (and only two) Components.
JSplitPane.AccessibleJSplitPane - class javax.swing.JSplitPane.AccessibleJSplitPane.
This class implements accessibility support for the JSplitPane class.
JSplitPane.AccessibleJSplitPane(JSplitPane) - Constructor for class javax.swing.JSplitPane.AccessibleJSplitPane
 
JSplitPane() - Constructor for class javax.swing.JSplitPane
Creates a new JSplitPane configured to arrange the child components side-by-side horizontally with no continuous layout, using two buttons for the components.
JSplitPane(int) - Constructor for class javax.swing.JSplitPane
Creates a new JSplitPane configured with the specified orientation and no continuous layout.
JSplitPane(int, boolean) - Constructor for class javax.swing.JSplitPane
Creates a new JSplitPane with the specified orientation and redrawing style.
JSplitPane(int, boolean, Component, Component) - Constructor for class javax.swing.JSplitPane
Creates a new JSplitPane with the specified orientation and redrawing style, and with the specified components.
JSplitPane(int, Component, Component) - Constructor for class javax.swing.JSplitPane
Creates a new JSplitPane with the specified orientation and with the specified components that do not do continuous redrawing.
JTabbedPane - class javax.swing.JTabbedPane.
A component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
JTabbedPane.AccessibleJTabbedPane - class javax.swing.JTabbedPane.AccessibleJTabbedPane.
This class implements accessibility support for the JTabbedPane class.
JTabbedPane.AccessibleJTabbedPane(JTabbedPane) - Constructor for class javax.swing.JTabbedPane.AccessibleJTabbedPane
Constructs an AccessibleJTabbedPane
JTabbedPane.ModelListener - class javax.swing.JTabbedPane.ModelListener.
We pass ModelChanged events along to the listeners with the tabbedpane (instead of the model itself) as the event source.
JTabbedPane.ModelListener(JTabbedPane) - Constructor for class javax.swing.JTabbedPane.ModelListener
 
JTabbedPane() - Constructor for class javax.swing.JTabbedPane
Creates an empty TabbedPane.
JTabbedPane(int) - Constructor for class javax.swing.JTabbedPane
Creates an empty TabbedPane with the specified tab placement of either: TOP, BOTTOM, LEFT, or RIGHT.
JTable - class javax.swing.JTable.
JTable is a user-interface component that presents data in a two-dimensional table format.
JTable.AccessibleJTable - class javax.swing.JTable.AccessibleJTable.
This class implements accessibility support for the JTable class.
JTable.AccessibleJTable.AccessibleJTableCell - class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell.
The class provides an implementation of the Java Accessibility API appropriate to table cells.
JTable.AccessibleJTable.AccessibleJTableCell(JTable.AccessibleJTable, JTable, int, int, int) - Constructor for class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Constructs an AccessibleJTableHeaderEntry
JTable.AccessibleJTable.AccessibleJTableModelChange - class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange.
 
JTable.AccessibleJTable.AccessibleJTableModelChange(JTable.AccessibleJTable, int, int, int, int, int) - Constructor for class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
 
JTable() - Constructor for class javax.swing.JTable
Constructs a default JTable that is initialized with a default data model, a default column model, and a default selection model.
JTable(int, int) - Constructor for class javax.swing.JTable
Constructs a JTable with numRows and numColumns of empty cells using DefaultTableModel.
JTable(Object[][], Object[]) - Constructor for class javax.swing.JTable
Constructs a JTable to display the values in the two dimensional array, rowData, with column names, columnNames.
JTable(TableModel) - Constructor for class javax.swing.JTable
Constructs a JTable that is initialized with dm as the data model, a default column model, and a default selection model.
JTable(TableModel, TableColumnModel) - Constructor for class javax.swing.JTable
Constructs a JTable that is initialized with dm as the data model, cm as the column model, and a default selection model.
JTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class javax.swing.JTable
Constructs a JTable that is initialized with dm as the data model, cm as the column model, and sm as the selection model.
JTable(Vector, Vector) - Constructor for class javax.swing.JTable
Constructs a JTable to display the values in the Vector of Vectors, rowData, with column names, columnNames.
JTableHeader - class javax.swing.table.JTableHeader.
This is the object which manages the header of the JTable.
JTableHeader.AccessibleJTableHeader - class javax.swing.table.JTableHeader.AccessibleJTableHeader.
This class implements accessibility support for the JTableHeader class.
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry - class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.
This class provides an implementation of the Java Accessibility API appropropriate for JTableHeader entries.
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry(JTableHeader.AccessibleJTableHeader, int, JTableHeader, JTable) - Constructor for class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
Constructs an AccessiblJTableHeaaderEntry
JTableHeader.AccessibleJTableHeader(JTableHeader) - Constructor for class javax.swing.table.JTableHeader.AccessibleJTableHeader
 
JTableHeader() - Constructor for class javax.swing.table.JTableHeader
Constructs a JTableHeader with a default TableColumnModel.
JTableHeader(TableColumnModel) - Constructor for class javax.swing.table.JTableHeader
Constructs a JTableHeader which is initialized with cm as the column model.
JTextArea - class javax.swing.JTextArea.
A TextArea is a multi-line area that displays plain text.
JTextArea.AccessibleJTextArea - class javax.swing.JTextArea.AccessibleJTextArea.
This class implements accessibility support for the JTextArea class.
JTextArea.AccessibleJTextArea(JTextArea) - Constructor for class javax.swing.JTextArea.AccessibleJTextArea
 
JTextArea() - Constructor for class javax.swing.JTextArea
Constructs a new TextArea.
JTextArea(Document) - Constructor for class javax.swing.JTextArea
Constructs a new JTextArea with the given document model, and defaults for all of the other arguments (null, 0, 0).
JTextArea(Document, String, int, int) - Constructor for class javax.swing.JTextArea
Constructs a new JTextArea with the specified number of rows and columns, and the given model.
JTextArea(int, int) - Constructor for class javax.swing.JTextArea
Constructs a new empty TextArea with the specified number of rows and columns.
JTextArea(String) - Constructor for class javax.swing.JTextArea
Constructs a new TextArea with the specified text displayed.
JTextArea(String, int, int) - Constructor for class javax.swing.JTextArea
Constructs a new TextArea with the specified text and number of rows and columns.
JTextComponent - class javax.swing.text.JTextComponent.
JTextComponent is the base class for swing text components.
JTextComponent.AccessibleJTextComponent - class javax.swing.text.JTextComponent.AccessibleJTextComponent.
This class implements accessibility support for the JTextComponent class.
JTextComponent.AccessibleJTextComponent(JTextComponent) - Constructor for class javax.swing.text.JTextComponent.AccessibleJTextComponent
Constructs an AccessibleJTextComponent.
JTextComponent.KeyBinding - class javax.swing.text.JTextComponent.KeyBinding.
Binding record for creating key bindings.
JTextComponent.KeyBinding(KeyStroke, String) - Constructor for class javax.swing.text.JTextComponent.KeyBinding
Creates a new key binding.
JTextComponent() - Constructor for class javax.swing.text.JTextComponent
Creates a new JTextComponent.
JTextField - class javax.swing.JTextField.
JTextField is a lightweight component that allows the editing of a single line of text.
JTextField.AccessibleJTextField - class javax.swing.JTextField.AccessibleJTextField.
This class implements accessibility support for the JTextField class.
JTextField.AccessibleJTextField(JTextField) - Constructor for class javax.swing.JTextField.AccessibleJTextField
 
JTextField() - Constructor for class javax.swing.JTextField
Constructs a new TextField.
JTextField(Document, String, int) - Constructor for class javax.swing.JTextField
Constructs a new JTextField that uses the given text storage model and the given number of columns.
JTextField(int) - Constructor for class javax.swing.JTextField
Constructs a new empty TextField with the specified number of columns.
JTextField(String) - Constructor for class javax.swing.JTextField
Constructs a new TextField initialized with the specified text.
JTextField(String, int) - Constructor for class javax.swing.JTextField
Constructs a new TextField initialized with the specified text and columns.
JTextPane - class javax.swing.JTextPane.
A text component that can be marked up with attributes that are represented graphically.
JTextPane() - Constructor for class javax.swing.JTextPane
Constructs a new JTextPane.
JTextPane(StyledDocument) - Constructor for class javax.swing.JTextPane
Constructs a new JTextPane, with a specified document model.
JToggleButton - class javax.swing.JToggleButton.
An implementation of a two-state button.
JToggleButton.AccessibleJToggleButton - class javax.swing.JToggleButton.AccessibleJToggleButton.
This class implements accessibility support for the JToggleButton class.
JToggleButton.AccessibleJToggleButton(JToggleButton) - Constructor for class javax.swing.JToggleButton.AccessibleJToggleButton
 
JToggleButton.ToggleButtonModel - class javax.swing.JToggleButton.ToggleButtonModel.
The ToggleButton model
JToggleButton.ToggleButtonModel() - Constructor for class javax.swing.JToggleButton.ToggleButtonModel
Creates a new ToggleButton Model
JToggleButton() - Constructor for class javax.swing.JToggleButton
Creates an initially unselected toggle button without setting the text or image.
JToggleButton(Action) - Constructor for class javax.swing.JToggleButton
Creates a toggle button where properties are taken from the Action supplied.
JToggleButton(Icon) - Constructor for class javax.swing.JToggleButton
Creates an initially unselected toggle button with the specified image but no text.
JToggleButton(Icon, boolean) - Constructor for class javax.swing.JToggleButton
Creates a toggle button with the specified image and selection state, but no text.
JToggleButton(String) - Constructor for class javax.swing.JToggleButton
Creates an unselected toggle button with the specified text.
JToggleButton(String, boolean) - Constructor for class javax.swing.JToggleButton
Creates a toggle button with the specified text and selection state.
JToggleButton(String, Icon) - Constructor for class javax.swing.JToggleButton
Creates a toggle button that has the specified text and image, and that is initially unselected.
JToggleButton(String, Icon, boolean) - Constructor for class javax.swing.JToggleButton
Creates a toggle button with the specified text, image, and selection state.
JToolBar - class javax.swing.JToolBar.
JToolBar provides a component that is useful for displaying commonly used Actions or controls.
JToolBar.AccessibleJToolBar - class javax.swing.JToolBar.AccessibleJToolBar.
This class implements accessibility support for the JToolBar class.
JToolBar.AccessibleJToolBar(JToolBar) - Constructor for class javax.swing.JToolBar.AccessibleJToolBar
 
JToolBar.Separator - class javax.swing.JToolBar.Separator.
A toolbar-specific separator.
JToolBar.Separator() - Constructor for class javax.swing.JToolBar.Separator
Creates a new toolbar separator with the default size as defined by the current look and feel.
JToolBar.Separator(Dimension) - Constructor for class javax.swing.JToolBar.Separator
Creates a new toolbar separator with the specified size.
JToolBar() - Constructor for class javax.swing.JToolBar
Creates a new toolbar; orientation defaults to HORIZONTAL.
JToolBar(int) - Constructor for class javax.swing.JToolBar
Creates a new toolbar with the specified orientation.
JToolBar(String) - Constructor for class javax.swing.JToolBar
Creates a new toolbar with the specified name.
JToolBar(String, int) - Constructor for class javax.swing.JToolBar
Creates a new toolbar with a specified name and orientation.
JToolTip - class javax.swing.JToolTip.
Used to display a "Tip" for a Component.
JToolTip.AccessibleJToolTip - class javax.swing.JToolTip.AccessibleJToolTip.
This class implements accessibility support for the JToolTip class.
JToolTip.AccessibleJToolTip(JToolTip) - Constructor for class javax.swing.JToolTip.AccessibleJToolTip
 
JToolTip() - Constructor for class javax.swing.JToolTip
Creates a tool tip.
JTree - class javax.swing.JTree.
A control that displays a set of hierarchical data as an outline.
JTree.AccessibleJTree - class javax.swing.JTree.AccessibleJTree.
This class implements accessibility support for the JTree class.
JTree.AccessibleJTree.AccessibleJTreeNode - class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode.
This class implements accessibility support for the JTree child.
JTree.AccessibleJTree.AccessibleJTreeNode(JTree.AccessibleJTree, JTree, TreePath, Accessible) - Constructor for class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Constructs an AccessibleJTreeNode
JTree.AccessibleJTree(JTree) - Constructor for class javax.swing.JTree.AccessibleJTree
 
JTree.DynamicUtilTreeNode - class javax.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 javax.swing.JTree.DynamicUtilTreeNode
Creates a node with the specified object as its value and with the specified children.
JTree.EmptySelectionModel - class javax.swing.JTree.EmptySelectionModel.
EmptySelectionModel is a TreeSelectionModel that does not allow anything to be selected.
JTree.EmptySelectionModel() - Constructor for class javax.swing.JTree.EmptySelectionModel
 
JTree.TreeModelHandler - class javax.swing.JTree.TreeModelHandler.
Listens to the model and updates the expandedState accordingly when nodes are removed, or changed.
JTree.TreeModelHandler(JTree) - Constructor for class javax.swing.JTree.TreeModelHandler
 
JTree.TreeSelectionRedirector - class javax.swing.JTree.TreeSelectionRedirector.
Handles creating a new TreeSelectionEvent with the JTree as the source and passing it off to all the listeners.
JTree.TreeSelectionRedirector(JTree) - Constructor for class javax.swing.JTree.TreeSelectionRedirector
 
JTree() - Constructor for class javax.swing.JTree
Returns a JTree with a sample model.
JTree(Hashtable) - Constructor for class javax.swing.JTree
Returns a JTree created from a Hashtable which does not display with root.
JTree(Object[]) - Constructor for class javax.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 javax.swing.JTree
Returns an instance of JTree which displays the root node -- the tree is created using the specified data model.
JTree(TreeNode) - Constructor for class javax.swing.JTree
Returns a JTree with the specified TreeNode as its root, which displays the root node.
JTree(TreeNode, boolean) - Constructor for class javax.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(Vector) - Constructor for class javax.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 javax.swing.JViewport.
The "viewport" or "porthole" through which you see the underlying information.
JViewport.AccessibleJViewport - class javax.swing.JViewport.AccessibleJViewport.
This class implements accessibility support for the JViewport class.
JViewport.AccessibleJViewport(JViewport) - Constructor for class javax.swing.JViewport.AccessibleJViewport
 
JViewport.ViewListener - class javax.swing.JViewport.ViewListener.
A listener for the view.
JViewport.ViewListener(JViewport) - Constructor for class javax.swing.JViewport.ViewListener
 
JViewport() - Constructor for class javax.swing.JViewport
Creates a JViewport.
JWindow - class javax.swing.JWindow.
A JWindow is a container that can be displayed anywhere on the user's desktop.
JWindow.AccessibleJWindow - class javax.swing.JWindow.AccessibleJWindow.
This class implements accessibility support for the JWindow class.
JWindow.AccessibleJWindow(JWindow) - Constructor for class javax.swing.JWindow.AccessibleJWindow
 
JWindow() - Constructor for class javax.swing.JWindow
Creates a window with no specified owner.
JWindow(Frame) - Constructor for class javax.swing.JWindow
Creates a window with the specified owner frame.
JWindow(GraphicsConfiguration) - Constructor for class javax.swing.JWindow
Creates a window with the specified GraphicsConfiguration of a screen device.
JWindow(Window) - Constructor for class javax.swing.JWindow
Creates a window with the owner and the specified GraphicsConfiguration of a screen device.
JWindow(Window, GraphicsConfiguration) - Constructor for class javax.swing.JWindow
 

JavaTM 2 Platform
Std. Ed. v1.3.1
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
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.