JavaTM 2 Platform
Standard Ed. 5.0
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 Calendar.MONTH field indicating the first month of the year.
JANUARY - Static variable in class javax.xml.datatype.DatatypeConstants
Value for first month of 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.
JAPANESE_DOUBLE_POSTCARD - Static variable in class javax.print.attribute.standard.MediaSize.Other
Specifies the Japanese Double postcard size, 148 mm by 200 mm.
JAPANESE_DOUBLE_POSTCARD - Static variable in class javax.print.attribute.standard.MediaSizeName
Japanese Double Postcard size.
JAPANESE_POSTCARD - Static variable in class javax.print.attribute.standard.MediaSize.Other
Specifies the Japanese postcard size, 100 mm by 148 mm.
JAPANESE_POSTCARD - Static variable in class javax.print.attribute.standard.MediaSizeName
Japanese Postcard size.
JApplet - Class in javax.swing
An extended version of java.applet.Applet that adds support for the JFC/Swing component architecture.
JApplet() - Constructor for class javax.swing.JApplet
Creates a swing applet instance.
JApplet.AccessibleJApplet - Class in javax.swing
This class implements accessibility support for the JApplet class.
JApplet.AccessibleJApplet() - Constructor for class javax.swing.JApplet.AccessibleJApplet
 
JarEntry - Class in java.util.jar
This class is used to represent a JAR file entry.
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.
JarEntry(JarEntry) - Constructor for class java.util.jar.JarEntry
Creates a new JarEntry with fields taken from the specified JarEntry object.
JarException - Exception in java.util.jar
Signals that an error of some sort has occurred while reading from or writing to a JAR file.
JarException() - Constructor for exception java.util.jar.JarException
Constructs a JarException with no detail message.
JarException(String) - Constructor for exception java.util.jar.JarException
Constructs a JarException with the specified detail message.
JarFile - Class in java.util.jar
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(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.
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.
jarFileURLConnection - Variable in class java.net.JarURLConnection
The connection to the JAR file URL, if the connection has been initiated.
JarInputStream - Class in java.util.jar
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 in java.util.jar
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 in java.net
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.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 developing beans -- components based on the JavaBeansTM architecture.
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.annotation - package java.lang.annotation
Provides library support for the Java programming language annotation facility.
java.lang.instrument - package java.lang.instrument
Provides services that allow Java programming language agents to instrument programs running on the JVM.
java.lang.management - package java.lang.management
Provides the management interface for monitoring and management of the Java virtual machine as well as the operating system on which the Java virtual machine is running.
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.nio - package java.nio
Defines buffers, which are containers for data, and provides an overview of the other NIO packages.
java.nio.channels - package java.nio.channels
Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.
java.nio.channels.spi - package java.nio.channels.spi
Service-provider classes for the java.nio.channels package.
java.nio.charset - package java.nio.charset
Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters.
java.nio.charset.spi - package java.nio.charset.spi
Service-provider classes for the java.nio.charset package.
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, certificate revocation lists (CRLs), and certification paths.
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 stored in a data source (usually a relational database) 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.concurrent - package java.util.concurrent
Utility classes commonly useful in concurrent programming.
java.util.concurrent.atomic - package java.util.concurrent.atomic
A small toolkit of classes that support lock-free thread-safe programming on single variables.
java.util.concurrent.locks - package java.util.concurrent.locks
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
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.logging - package java.util.logging
Provides the classes and interfaces of the JavaTM 2 platform's core logging facilities.
java.util.prefs - package java.util.prefs
This package allows applications to store and retrieve user and system preference and configuration data.
java.util.regex - package java.util.regex
Classes for matching character sequences against patterns specified by regular expressions.
java.util.zip - package java.util.zip
Provides classes for reading and writing the standard ZIP and GZIP file formats.
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.
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 Transferable.
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.activity - package javax.activity
Contains Activity service related exceptions thrown by the ORB machinery during unmarshalling.
javax.crypto - package javax.crypto
Provides the classes and interfaces for cryptographic operations.
javax.crypto.interfaces - package javax.crypto.interfaces
Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3.
javax.crypto.spec - package javax.crypto.spec
Provides classes and interfaces for key specifications and algorithm parameter specifications.
javax.imageio - package javax.imageio
The main package of the Java Image I/O API.
javax.imageio.event - package javax.imageio.event
A package of the Java Image I/O API dealing with synchronous notification of events during the reading and writing of images.
javax.imageio.metadata - package javax.imageio.metadata
A package of the Java Image I/O API dealing with reading and writing metadata.
javax.imageio.plugins.bmp - package javax.imageio.plugins.bmp
Package containing the public classes used by the built-in BMP plug-in.
javax.imageio.plugins.jpeg - package javax.imageio.plugins.jpeg
Classes supporting the built-in JPEG plug-in.
javax.imageio.spi - package javax.imageio.spi
A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.
javax.imageio.stream - package javax.imageio.stream
A package of the Java Image I/O API dealing with low-level I/O from files and streams.
javax.management - package javax.management
Provides the core classes for the Java Management Extensions.
javax.management.loading - package javax.management.loading
Provides the classes which implement advanced dynamic loading.
javax.management.modelmbean - package javax.management.modelmbean
Provides the definition of the ModelMBean classes.
javax.management.monitor - package javax.management.monitor
Provides the definition of the monitor classes.
javax.management.openmbean - package javax.management.openmbean
Provides the open data types and Open MBean descriptor classes.
javax.management.relation - package javax.management.relation
Provides the definition of the Relation Service.
javax.management.remote - package javax.management.remote
Interfaces for remote access to JMX MBean servers.
javax.management.remote.rmi - package javax.management.remote.rmi
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
javax.management.timer - package javax.management.timer
Provides the definition of the Timer MBean.
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.net - package javax.net
Provides classes for networking applications.
javax.net.ssl - package javax.net.ssl
Provides classes for the secure socket package.
javax.print - package javax.print
Provides the principal classes and interfaces for the JavaTM Print Service API.
javax.print.attribute - package javax.print.attribute
Provides classes and interfaces that describe the types of JavaTM Print Service attributes and how they can be collected into attribute sets.
javax.print.attribute.standard - package javax.print.attribute.standard
Package javax.print.attribute.standard contains classes for specific printing attributes.
javax.print.event - package javax.print.event
Package javax.print.event contains event classes and listener interfaces.
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.rmi.ssl - package javax.rmi.ssl
Provides implementations of RMIClientSocketFactory and RMIServerSocketFactory over the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
javax.security.auth - package javax.security.auth
This package provides a framework for authentication and authorization.
javax.security.auth.callback - package javax.security.auth.callback
This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example).
javax.security.auth.kerberos - package javax.security.auth.kerberos
This package contains utility classes related to the Kerberos network authentication protocol.
javax.security.auth.login - package javax.security.auth.login
This package provides a pluggable authentication framework.
javax.security.auth.spi - package javax.security.auth.spi
This package provides the interface to be used for implementing pluggable authentication modules.
javax.security.auth.x500 - package javax.security.auth.x500
This package contains the classes that should be used to store X500 Principal and X500 Private Crendentials in a Subject.
javax.security.cert - package javax.security.cert
Provides classes for public key certificates.
javax.security.sasl - package javax.security.sasl
Contains class and interfaces for supporting SASL.
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.sql - package javax.sql
Provides the API for server side data source access and processing from the JavaTM programming language.
javax.sql.rowset - package javax.sql.rowset
Standard interfaces and base classes for JDBC RowSet implementations.
javax.sql.rowset.serial - package javax.sql.rowset.serial
Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
javax.sql.rowset.spi - package javax.sql.rowset.spi
The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.
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 Java look and feel (once codenamed Metal), which is the default look and feel.
javax.swing.plaf.multi - package javax.swing.plaf.multi
Provides user interface objects that combine two or more look and feels.
javax.swing.plaf.synth - package javax.swing.plaf.synth
Synth is a skinnable look and feel in which all painting is delegated.
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
Allows developers to provide support for undo/redo in applications such as text editors.
javax.transaction - package javax.transaction
Contains three exceptions thrown by the ORB machinery during unmarshalling.
javax.transaction.xa - package javax.transaction.xa
Provides the API that defines the contract between the transaction manager and the resource manager, which allows the transaction manager to enlist and delist resource objects (supplied by the resource manager driver) in JTA transactions.
javax.xml - package javax.xml
Defines core XML constants and functionality from the XML specifications.
javax.xml.datatype - package javax.xml.datatype
XML/Java Type Mappings.
javax.xml.namespace - package javax.xml.namespace
XML Namespace processing.
javax.xml.parsers - package javax.xml.parsers
Provides classes allowing the processing of XML documents.
javax.xml.transform - package javax.xml.transform
This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
javax.xml.transform.dom - package javax.xml.transform.dom
This package implements DOM-specific transformation APIs.
javax.xml.transform.sax - package javax.xml.transform.sax
This package implements SAX2-specific transformation APIs.
javax.xml.transform.stream - package javax.xml.transform.stream
This package implements stream- and URI- specific transformation APIs.
javax.xml.validation - package javax.xml.validation
This package provides an API for validation of XML documents.
javax.xml.xpath - package javax.xml.xpath
This package provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
JButton - Class in javax.swing
An implementation of a "push" button.
JButton() - Constructor for class javax.swing.JButton
Creates a button with no set text or icon.
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(Action) - Constructor for class javax.swing.JButton
Creates a button where properties are taken from the Action supplied.
JButton(String, Icon) - Constructor for class javax.swing.JButton
Creates a button with initial text and an icon.
JButton.AccessibleJButton - Class in javax.swing
This class implements accessibility support for the JButton class.
JButton.AccessibleJButton() - Constructor for class javax.swing.JButton.AccessibleJButton
 
JCheckBox - Class in javax.swing
An implementation of a check box -- an item that can be selected or deselected, and which displays its state to the user.
JCheckBox() - Constructor for class javax.swing.JCheckBox
Creates an initially unselected check box button with no text, no icon.
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(Action) - Constructor for class javax.swing.JCheckBox
Creates a check box where properties are taken from the Action supplied.
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.
JCheckBox.AccessibleJCheckBox - Class in javax.swing
This class implements accessibility support for the JCheckBox class.
JCheckBox.AccessibleJCheckBox() - Constructor for class javax.swing.JCheckBox.AccessibleJCheckBox
 
JCheckBoxMenuItem - Class in javax.swing
A menu item that can be selected or deselected.
JCheckBoxMenuItem() - Constructor for class javax.swing.JCheckBoxMenuItem
Creates an initially unselected check box menu item with no set text or icon.
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(Action) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates a menu item whose properties are taken from the Action supplied.
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, boolean) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates a check box menu item with the specified text and selection state.
JCheckBoxMenuItem(String, Icon, boolean) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates a check box menu item with the specified text, icon, and selection state.
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem - Class in javax.swing
This class implements accessibility support for the JCheckBoxMenuItem class.
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem() - Constructor for class javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
 
JColorChooser - Class in javax.swing
JColorChooser provides a pane of controls designed to allow a user to manipulate and select a color.
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.
JColorChooser.AccessibleJColorChooser - Class in javax.swing
This class implements accessibility support for the JColorChooser class.
JColorChooser.AccessibleJColorChooser() - Constructor for class javax.swing.JColorChooser.AccessibleJColorChooser
 
JComboBox - Class in javax.swing
A component that combines a button or editable field and a drop-down list.
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.
JComboBox() - Constructor for class javax.swing.JComboBox
Creates a JComboBox with a default data model.
JComboBox.AccessibleJComboBox - Class in javax.swing
This class implements accessibility support for the JComboBox class.
JComboBox.AccessibleJComboBox() - Constructor for class javax.swing.JComboBox.AccessibleJComboBox
Returns an AccessibleJComboBox instance
JComboBox.KeySelectionManager - Interface in javax.swing
The interface that defines a KeySelectionManager.
JComponent - Class in javax.swing
The base class for all Swing components except top-level containers.
JComponent() - Constructor for class javax.swing.JComponent
Default JComponent constructor.
JComponent.AccessibleJComponent - Class in javax.swing
Inner class of JComponent used to provide default support for accessibility.
JComponent.AccessibleJComponent() - Constructor for class javax.swing.JComponent.AccessibleJComponent
Though the class is abstract, this should be called by all sub-classes.
JComponent.AccessibleJComponent.AccessibleContainerHandler - Class in javax.swing
Fire PropertyChange listener, if one is registered, when children added/removed.
JComponent.AccessibleJComponent.AccessibleContainerHandler() - Constructor for class javax.swing.JComponent.AccessibleJComponent.AccessibleContainerHandler
 
JComponent.AccessibleJComponent.AccessibleFocusHandler - Class in javax.swing
Fire PropertyChange listener, if one is registered, when focus events happen
JComponent.AccessibleJComponent.AccessibleFocusHandler() - Constructor for class javax.swing.JComponent.AccessibleJComponent.AccessibleFocusHandler
 
JCOMPONENT_UI - Static variable in class javax.print.ServiceUIFactory
Denotes a UI implemented as a Swing component.
jdbcCompliant() - Method in interface java.sql.Driver
Reports whether this driver is a genuine JDBC CompliantTM driver.
JdbcRowSet - Interface in javax.sql.rowset
The standard interface that all standard implementations of JdbcRowSet must implement.
JDesktopPane - Class in javax.swing
A container used to create a multiple-document interface or a virtual desktop.
JDesktopPane() - Constructor for class javax.swing.JDesktopPane
Creates a new JDesktopPane.
JDesktopPane.AccessibleJDesktopPane - Class in javax.swing
This class implements accessibility support for the JDesktopPane class.
JDesktopPane.AccessibleJDesktopPane() - Constructor for class javax.swing.JDesktopPane.AccessibleJDesktopPane
 
JDialog - Class in javax.swing
The main class for creating a dialog window.
JDialog() - Constructor for class javax.swing.JDialog
Creates a non-modal dialog without a title and without a specified Frame owner.
JDialog(Frame) - Constructor for class javax.swing.JDialog
Creates a non-modal dialog without a title with the specified 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.
JDialog(Frame, String, boolean, GraphicsConfiguration) - Constructor for class javax.swing.JDialog
Creates a modal or non-modal dialog with the specified title, owner Frame, and GraphicsConfiguration.
JDialog(Dialog) - Constructor for class javax.swing.JDialog
Creates a non-modal dialog without a title with the specified 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(Dialog, String, boolean, GraphicsConfiguration) - Constructor for class javax.swing.JDialog
Creates a modal or non-modal dialog with the specified title, owner Dialog, and GraphicsConfiguration.
JDialog.AccessibleJDialog - Class in javax.swing
This class implements accessibility support for the JDialog class.
JDialog.AccessibleJDialog() - Constructor for class javax.swing.JDialog.AccessibleJDialog
 
JDIALOG_UI - Static variable in class javax.print.ServiceUIFactory
Denotes a UI implemented as a Swing dialog.
JEditorPane - Class in javax.swing
A text component to edit various kinds of content.
JEditorPane() - Constructor for class javax.swing.JEditorPane
Creates a new JEditorPane.
JEditorPane(URL) - Constructor for class javax.swing.JEditorPane
Creates a JEditorPane based on a specified URL for input.
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.AccessibleJEditorPane - Class in javax.swing
This class implements accessibility support for the JEditorPane class.
JEditorPane.AccessibleJEditorPane() - Constructor for class javax.swing.JEditorPane.AccessibleJEditorPane
 
JEditorPane.AccessibleJEditorPaneHTML - Class in javax.swing
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() - Constructor for class javax.swing.JEditorPane.AccessibleJEditorPaneHTML
 
JEditorPane.JEditorPaneAccessibleHypertextSupport - Class in javax.swing
What's returned by AccessibleJEditorPaneHTML.getAccessibleText.
JEditorPane.JEditorPaneAccessibleHypertextSupport() - Constructor for class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
Make one of these puppies
JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink - Class in javax.swing
 
JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink(Element) - Constructor for class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
 
JFileChooser - Class in javax.swing
JFileChooser provides a simple mechanism for the user to choose a file.
JFileChooser() - Constructor for class javax.swing.JFileChooser
Constructs a JFileChooser pointing to the user's default directory.
JFileChooser(String) - Constructor for class javax.swing.JFileChooser
Constructs a JFileChooser using the given path.
JFileChooser(File) - Constructor for class javax.swing.JFileChooser
Constructs a JFileChooser using the given File as the path.
JFileChooser(FileSystemView) - Constructor for class javax.swing.JFileChooser
Constructs a JFileChooser using the given FileSystemView.
JFileChooser(File, FileSystemView) - Constructor for class javax.swing.JFileChooser
Constructs a JFileChooser using the given current directory and FileSystemView.
JFileChooser(String, FileSystemView) - Constructor for class javax.swing.JFileChooser
Constructs a JFileChooser using the given current directory path and FileSystemView.
JFileChooser.AccessibleJFileChooser - Class in javax.swing
This class implements accessibility support for the JFileChooser class.
JFileChooser.AccessibleJFileChooser() - Constructor for class javax.swing.JFileChooser.AccessibleJFileChooser
 
JFormattedTextField - Class in javax.swing
JFormattedTextField extends JTextField adding support for formatting arbitrary values, as well as retrieving a particular object once the user has edited the text.
JFormattedTextField() - Constructor for class javax.swing.JFormattedTextField
Creates a JFormattedTextField with no AbstractFormatterFactory.
JFormattedTextField(Object) - Constructor for class javax.swing.JFormattedTextField
Creates a JFormattedTextField with the specified value.
JFormattedTextField(Format) - Constructor for class javax.swing.JFormattedTextField
Creates a JFormattedTextField.
JFormattedTextField(JFormattedTextField.AbstractFormatter) - Constructor for class javax.swing.JFormattedTextField
Creates a JFormattedTextField with the specified AbstractFormatter.
JFormattedTextField(JFormattedTextField.AbstractFormatterFactory) - Constructor for class javax.swing.JFormattedTextField
Creates a JFormattedTextField with the specified AbstractFormatterFactory.
JFormattedTextField(JFormattedTextField.AbstractFormatterFactory, Object) - Constructor for class javax.swing.JFormattedTextField
Creates a JFormattedTextField with the specified AbstractFormatterFactory and initial value.
JFormattedTextField.AbstractFormatter - Class in javax.swing
Instances of AbstractFormatter are used by JFormattedTextField to handle the conversion both from an Object to a String, and back from a String to an Object.
JFormattedTextField.AbstractFormatter() - Constructor for class javax.swing.JFormattedTextField.AbstractFormatter
 
JFormattedTextField.AbstractFormatterFactory - Class in javax.swing
Instances of AbstractFormatterFactory are used by JFormattedTextField to obtain instances of AbstractFormatter which in turn are used to format values.
JFormattedTextField.AbstractFormatterFactory() - Constructor for class javax.swing.JFormattedTextField.AbstractFormatterFactory
 
JFrame - Class in javax.swing
An extended version of java.awt.Frame that adds support for the JFC/Swing component architecture.
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.
JFrame.AccessibleJFrame - Class in javax.swing
This class implements accessibility support for the JFrame class.
JFrame.AccessibleJFrame() - Constructor for class javax.swing.JFrame.AccessibleJFrame
 
JInternalFrame - Class in javax.swing
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() - 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 resizability.
JInternalFrame(String, boolean, boolean) - Constructor for class javax.swing.JInternalFrame
Creates a non-maximizable, non-iconifiable JInternalFrame with the specified title, resizability, and closability.
JInternalFrame(String, boolean, boolean, boolean) - Constructor for class javax.swing.JInternalFrame
Creates a non-iconifiable JInternalFrame with the specified title, resizability, closability, and maximizability.
JInternalFrame(String, boolean, boolean, boolean, boolean) - Constructor for class javax.swing.JInternalFrame
Creates a JInternalFrame with the specified title, resizability, closability, maximizability, and iconifiability.
JInternalFrame.AccessibleJInternalFrame - Class in javax.swing
This class implements accessibility support for the JInternalFrame class.
JInternalFrame.AccessibleJInternalFrame() - Constructor for class javax.swing.JInternalFrame.AccessibleJInternalFrame
 
JInternalFrame.JDesktopIcon - Class in javax.swing
This component represents an iconified version of a JInternalFrame.
JInternalFrame.JDesktopIcon(JInternalFrame) - Constructor for class javax.swing.JInternalFrame.JDesktopIcon
Creates an icon for an internal frame.
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon - Class in javax.swing
This class implements accessibility support for the JInternalFrame.JDesktopIcon class.
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon() - Constructor for class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
 
JIS_B0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B0, 1030 x 1456 mm.
JIS_B0 - Static variable in class javax.print.attribute.standard.MediaSizeName
JIS B0 size.
JIS_B1 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B1, 728 x 1030 mm.
JIS_B1 - Static variable in class javax.print.attribute.standard.MediaSizeName
JIS B1 size.
JIS_B10 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B10, 32 x 45 mm.
JIS_B10 - Static variable in class javax.print.attribute.standard.MediaSizeName
JIS B10 size.
JIS_B2 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B2, 515 x 728 mm.
JIS_B2 - Static variable in class javax.print.attribute.standard.MediaSizeName
JIS B2 size.
JIS_B3 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B3, 364 x 515 mm.
JIS_B3 - Static variable in class javax.print.attribute.standard.MediaSizeName
JIS B3 size.
JIS_B4 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B4, 257 x 364 mm.
JIS_B4 - Static variable in class javax.print.attribute.standard.MediaSizeName
JIS B4 size.
JIS_B5 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B5, 182 x 257 mm.
JIS_B5 - Static variable in class javax.print.attribute.standard.MediaSizeName
JIS B5 size.
JIS_B6 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B6, 128 x 182 mm.
JIS_B6 - Static variable in class javax.print.attribute.standard.MediaSizeName
JIS B6 size.
JIS_B7 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B7, 91 x 128 mm.
JIS_B7 - Static variable in class javax.print.attribute.standard.MediaSizeName
JIS B7 size.
JIS_B8 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B8, 64 x 91 mm.
JIS_B8 - Static variable in class javax.print.attribute.standard.MediaSizeName
JIS B8 size.
JIS_B9 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B9, 45 x 64 mm.
JIS_B9 - Static variable in class javax.print.attribute.standard.MediaSizeName
JIS B9 size.
JLabel - Class in javax.swing
A display area for a short text string or an image, or both.
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.
JLabel(String) - Constructor for class javax.swing.JLabel
Creates a JLabel instance with the specified text.
JLabel(Icon, int) - Constructor for class javax.swing.JLabel
Creates a JLabel instance with the specified image and horizontal alignment.
JLabel(Icon) - Constructor for class javax.swing.JLabel
Creates a JLabel instance with the specified image.
JLabel() - Constructor for class javax.swing.JLabel
Creates a JLabel instance with no image and with an empty string for the title.
JLabel.AccessibleJLabel - Class in javax.swing
The class used to obtain the accessible role for this object.
JLabel.AccessibleJLabel() - Constructor for class javax.swing.JLabel.AccessibleJLabel
 
JLayeredPane - Class in javax.swing
JLayeredPane adds depth to a JFC/Swing container, allowing components to overlap each other when needed.
JLayeredPane() - Constructor for class javax.swing.JLayeredPane
Create a new JLayeredPane
JLayeredPane.AccessibleJLayeredPane - Class in javax.swing
This class implements accessibility support for the JLayeredPane class.
JLayeredPane.AccessibleJLayeredPane() - Constructor for class javax.swing.JLayeredPane.AccessibleJLayeredPane
 
JList - Class in javax.swing
A component that allows the user to select one or more objects from a list.
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.
JList() - Constructor for class javax.swing.JList
Constructs a JList with an empty model.
JList.AccessibleJList - Class in javax.swing
This class implements accessibility support for the JList class.
JList.AccessibleJList() - Constructor for class javax.swing.JList.AccessibleJList
 
JList.AccessibleJList.AccessibleJListChild - Class in javax.swing
This class implements accessibility support appropriate for list children.
JList.AccessibleJList.AccessibleJListChild(JList, int) - Constructor for class javax.swing.JList.AccessibleJList.AccessibleJListChild
 
JMenu - Class in javax.swing
An implementation of a menu -- a popup window containing JMenuItems that is displayed when the user selects an item on the JMenuBar.
JMenu() - Constructor for class javax.swing.JMenu
Constructs a new JMenu with no text.
JMenu(String) - Constructor for class javax.swing.JMenu
Constructs a new JMenu with the supplied string as its text.
JMenu(Action) - Constructor for class javax.swing.JMenu
Constructs a menu whose properties are taken from the Action supplied.
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.
JMenu.AccessibleJMenu - Class in javax.swing
This class implements accessibility support for the JMenu class.
JMenu.AccessibleJMenu() - Constructor for class javax.swing.JMenu.AccessibleJMenu
 
JMenu.WinListener - Class in javax.swing
A listener class that watches for a popup window closing.
JMenu.WinListener(JPopupMenu) - Constructor for class javax.swing.JMenu.WinListener
Create the window listener for the specified popup.
JMenuBar - Class in javax.swing
An implementation of a menu bar.
JMenuBar() - Constructor for class javax.swing.JMenuBar
Creates a new menu bar.
JMenuBar.AccessibleJMenuBar - Class in javax.swing
This class implements accessibility support for the JMenuBar class.
JMenuBar.AccessibleJMenuBar() - Constructor for class javax.swing.JMenuBar.AccessibleJMenuBar
 
JMenuItem - Class in javax.swing
An implementation of an item in a menu.
JMenuItem() - Constructor for class javax.swing.JMenuItem
Creates a JMenuItem with no set text or icon.
JMenuItem(Icon) - Constructor for class javax.swing.JMenuItem
Creates a JMenuItem with the specified icon.
JMenuItem(String) - Constructor for class javax.swing.JMenuItem
Creates a JMenuItem with the specified text.
JMenuItem(Action) - Constructor for class javax.swing.JMenuItem
Creates a menu item whose properties are taken from the specified Action.
JMenuItem(String, Icon) - Constructor for class javax.swing.JMenuItem
Creates a JMenuItem with the specified text and icon.
JMenuItem(String, int) - Constructor for class javax.swing.JMenuItem
Creates a JMenuItem with the specified text and keyboard mnemonic.
JMenuItem.AccessibleJMenuItem - Class in javax.swing
This class implements accessibility support for the JMenuItem class.
JMException - Exception in javax.management
Exceptions thrown by JMX implementations.
JMException() - Constructor for exception javax.management.JMException
Default constructor.
JMException(String) - Constructor for exception javax.management.JMException
Constructor that allows a specific error message to be specified.
JMRuntimeException - Exception in javax.management
Runtime exceptions emitted by JMX implementations.
JMRuntimeException() - Constructor for exception javax.management.JMRuntimeException
Default constructor.
JMRuntimeException(String) - Constructor for exception javax.management.JMRuntimeException
Constructor that allows a specific error message to be specified.
JMXAuthenticator - Interface in javax.management.remote
Interface to define how remote credentials are converted into a JAAS Subject.
JMXConnectionNotification - Class in javax.management.remote
Notification emitted when a client connection is opened or closed or when notifications are lost.
JMXConnectionNotification(String, Object, String, long, String, Object) - Constructor for class javax.management.remote.JMXConnectionNotification
Constructs a new connection notification.
JMXConnector - Interface in javax.management.remote
The client end of a JMX API connector.
JMXConnectorFactory - Class in javax.management.remote
Factory to create JMX API connector clients.
JMXConnectorProvider - Interface in javax.management.remote
A provider for creating JMX API connector clients using a given protocol.
JMXConnectorServer - Class in javax.management.remote
Superclass of every connector server.
JMXConnectorServer() - Constructor for class javax.management.remote.JMXConnectorServer
Constructs a connector server that will be registered as an MBean in the MBean server it is attached to.
JMXConnectorServer(MBeanServer) - Constructor for class javax.management.remote.JMXConnectorServer
Constructs a connector server that is attached to the given MBean server.
JMXConnectorServerFactory - Class in javax.management.remote
Factory to create JMX API connector servers.
JMXConnectorServerMBean - Interface in javax.management.remote
MBean interface for connector servers.
JMXConnectorServerProvider - Interface in javax.management.remote
A provider for creating JMX API connector servers using a given protocol.
JMXPrincipal - Class in javax.management.remote
The identity of a remote client of the JMX Remote API.
JMXPrincipal(String) - Constructor for class javax.management.remote.JMXPrincipal
Creates a JMXPrincipal for a given identity.
JMXProviderException - Exception in javax.management.remote
Exception thrown by JMXConnectorFactory when a provider exists for the required protocol but cannot be used for some reason.
JMXProviderException() - Constructor for exception javax.management.remote.JMXProviderException
Constructs a JMXProviderException with no specified detail message.
JMXProviderException(String) - Constructor for exception javax.management.remote.JMXProviderException
Constructs a JMXProviderException with the specified detail message.
JMXProviderException(String, Throwable) - Constructor for exception javax.management.remote.JMXProviderException
Constructs a JMXProviderException with the specified detail message and nested exception.
JMXServerErrorException - Exception in javax.management.remote
Exception thrown as the result of a remote MBeanServer method invocation when an Error is thrown while processing the invocation in the remote MBean server.
JMXServerErrorException(String, Error) - Constructor for exception javax.management.remote.JMXServerErrorException
Constructs a JMXServerErrorException with the specified detail message and nested error.
JMXServiceURL - Class in javax.management.remote
The address of a JMX API connector server.
JMXServiceURL(String) - Constructor for class javax.management.remote.JMXServiceURL
Constructs a JMXServiceURL by parsing a Service URL string.
JMXServiceURL(String, String, int) - Constructor for class javax.management.remote.JMXServiceURL
Constructs a JMXServiceURL with the given protocol, host, and port.
JMXServiceURL(String, String, int, String) - Constructor for class javax.management.remote.JMXServiceURL
Constructs a JMXServiceURL with the given parts.
JNDI_REBIND_ATTRIBUTE - Static variable in class javax.management.remote.rmi.RMIConnectorServer
Name of the attribute that specifies whether the RMIServer stub that represents an RMI connector server should override an existing stub at the same address.
JOB_CANCELED - Static variable in class javax.print.event.PrintJobEvent
The job was canceled by the PrintService.
JOB_CANCELED_AT_DEVICE - Static variable in class javax.print.attribute.standard.JobStateReason
The job was canceled by an unidentified local user, i.e., a user at a console at the device.
JOB_CANCELED_BY_OPERATOR - Static variable in class javax.print.attribute.standard.JobStateReason
The job was canceled by the operator, i.e., by a user who has been authenticated as having operator privileges (whether local or remote).
JOB_CANCELED_BY_USER - Static variable in class javax.print.attribute.standard.JobStateReason
The job was canceled by the owner of the job, i.e., by a user whose authenticated identity is the same as the value of the originating user that created the Print Job, or by some other authorized end-user, such as a member of the job owner's security group.
JOB_COMPLETE - Static variable in class javax.print.event.PrintJobEvent
The document cis completely printed.
JOB_COMPLETED_SUCCESSFULLY - Static variable in class javax.print.attribute.standard.JobStateReason
The job completed successfully.
JOB_COMPLETED_WITH_ERRORS - Static variable in class javax.print.attribute.standard.JobStateReason
The job completed with errors (and possibly warnings too).
JOB_COMPLETED_WITH_WARNINGS - Static variable in class javax.print.attribute.standard.JobStateReason
The job completed with warnings.
JOB_DATA_INSUFFICIENT - Static variable in class javax.print.attribute.standard.JobStateReason
The printer has created the Print Job, but the printer is expecting additional print data before it can move the job into the PROCESSING state.
JOB_FAILED - Static variable in class javax.print.event.PrintJobEvent
The print service reports that the job cannot be completed.
JOB_HOLD_UNTIL_SPECIFIED - Static variable in class javax.print.attribute.standard.JobStateReason
The value of the job's JobHoldUntil attribute was specified with a date-time that is still in the future.
JOB_INCOMING - Static variable in class javax.print.attribute.standard.JobStateReason
The printer has created the Print Job, but the printer has not finished accessing or accepting all the print data yet.
JOB_INTERPRETING - Static variable in class javax.print.attribute.standard.JobStateReason
The job is in the PROCESSING state, but more specifically, the printer ia interpreting the document data.
JOB_OUTGOING - Static variable in class javax.print.attribute.standard.JobStateReason
The printer is transmitting the job to the output device.
JOB_PRINTING - Static variable in class javax.print.attribute.standard.JobStateReason
The output device is marking media.
JOB_QUEUED - Static variable in class javax.print.attribute.standard.JobStateReason
The job is in the PROCESSING state, but more specifically, the printer has queued the document data.
JOB_QUEUED_FOR_MARKER - Static variable in class javax.print.attribute.standard.JobStateReason
The job is in the PENDING_HELD, PENDING, or PROCESSING state, but more specifically, the printer has completed enough processing of the document to be able to start marking and the job is waiting for the marker.
JOB_RESTARTABLE - Static variable in class javax.print.attribute.standard.JobStateReason
This job is retained and is currently able to be restarted.
JOB_TRANSFORMING - Static variable in class javax.print.attribute.standard.JobStateReason
The job is in the PROCESSING state, but more specifically, the printer is interpreting document data and producing another electronic representation.
JobAttributes - Class in java.awt
A set of attributes which control a print job.
JobAttributes() - Constructor for class java.awt.JobAttributes
Constructs a JobAttributes instance with default values for every attribute.
JobAttributes(JobAttributes) - Constructor for class java.awt.JobAttributes
Constructs a JobAttributes instance which is a copy of the supplied JobAttributes.