Alphabetical Index: J

< ? _ 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 field in class java.util.Calendar
Constant representing January.
JANUARY - static field in class javax.xml.datatype.DatatypeConstants
Value for January.
JAPAN - static field in class java.util.Locale
Locale which represents Japan.
JAPANESE - static field in class java.util.Locale
Locale which represents the Japanese language.
JAPANESE_DOUBLE_POSTCARD - static field in class javax.print.attribute.standard.MediaSize.Other
Japanese double postcard, 148 mm x 200 mm
JAPANESE_DOUBLE_POSTCARD - static field in class javax.print.attribute.standard.MediaSizeName
The Japanese Double postcard size: 148 mm by 200 mm.
JAPANESE_POSTCARD - static field in class javax.print.attribute.standard.MediaSize.Other
Japanese postcard, 100 mm x 148 mm
JAPANESE_POSTCARD - static field in class javax.print.attribute.standard.MediaSizeName
The Japanese postcard size, 100 mm by 148 mm.
JApplet - class javax.swing.JApplet
A top-level container that is usually used in web browsers.
JApplet() - constructor for class javax.swing.JApplet
Default constructor for subclasses.
JarEntry - class java.util.jar.JarEntry
Extension to a ZipEntry that contains manifest attributes and certificates.
JarEntry(java.lang.String) - constructor for class java.util.jar.JarEntry
Creates a new JarEntry with the specified name and no attributes or or certificates.
JarEntry(java.util.jar.JarEntry) - constructor for class java.util.jar.JarEntry
Creates a new JarEntry with the specified JarEntry as template for all properties of the entry.
JarEntry(java.util.zip.ZipEntry) - constructor for class java.util.jar.JarEntry
Creates a new JarEntry with the specified ZipEntry as template for all properties of the entry.
JarException - exception java.util.jar.JarException
This exception is thrown to indicate an problem with a jar file.
JarException() - constructor for class java.util.jar.JarException
Create a new JarException without a descriptive error message.
JarException(java.lang.String) - constructor for class java.util.jar.JarException
Create a new JarException with a descriptive error message indicating what went wrong.
JarFile - class java.util.jar.JarFile
Representation of a jar file.
JarFile(java.io.File) - constructor for class java.util.jar.JarFile
Creates a new JarFile.
JarFile(java.io.File,boolean) - constructor for class java.util.jar.JarFile
Creates a new JarFile.
JarFile(java.io.File,boolean,int) - constructor for class java.util.jar.JarFile
Creates a new JarFile with the indicated mode.
JarFile(java.lang.String) - constructor for class java.util.jar.JarFile
Creates a new JarFile.
JarFile(java.lang.String,boolean) - constructor for class java.util.jar.JarFile
Creates a new JarFile.
jarFileURLConnection - field in class java.net.JarURLConnection
The connection to the jar file itself.
JarInputStream - class java.util.jar.JarInputStream
InputStream for reading jar files.
JarInputStream(java.io.InputStream) - constructor for class java.util.jar.JarInputStream
Creates a new JarInputStream and tries to read the manifest.
JarInputStream(java.io.InputStream,boolean) - constructor for class java.util.jar.JarInputStream
Creates a new JarInputStream and tries to read the manifest.
JarOutputStream - class java.util.jar.JarOutputStream
OutputStream for writing jar files.
JarOutputStream(java.io.OutputStream) - constructor for class java.util.jar.JarOutputStream
Creates a new JarOutputStream without a manifest entry.
Creates a new JarOutputStream with a manifest entry.
This abstract class represents a common superclass for implementations of jar URL's.
JarURLConnection(java.net.URL) - constructor for class java.net.JarURLConnection
Creates a JarURLConnection from an URL object
java.applet - package
Classes and interfaces for small embeddable applications often used in web pages.
java.awt - package
Abstract Window Toolkit classes.
java.awt.color - package
Classes to represent color spaces and profiles.
Classes to represent different flavors of data for transferring native and system types through for example a clipboard.
java.awt.dnd - package
Events and listeners for drag and drop sources and targets.
Interfaces for using native interface components.
java.awt.event - package
Listeners and adapters for different kinds of AWT events.
java.awt.font - package
Representations of different kind of characters and fonts.
java.awt.geom - package
Classes to represent 2D objects and different path transformations.
java.awt.im - package
Support for text input methods.
java.awt.im.spi - package
Interfaces for implementation of text input methods.
java.awt.image - package
Image consumers, producers and filters.
java.awt.peer - package
Interfaces for using native interface components.
java.awt.print - package
Classes for printer jobs, pages, paper sizes, graphics and formats.
java.beans - package
Listeners and descriptors for managing beans.
Containers and execution environments for beans.
java.io - package
Classes for manipulating character and byte streams and files.
java.lang - package
Core classes including wrappers for primitive types, classes, packages and class loaders, representations of the system, processes, threads and the core exception hierarchy.
Classes to handle annotations.
A series of management beans which provide access to information about the virtual machine and its underlying operating system.
java.lang.ref - package
Low level manipulation and monitoring of object references.
Runtime inspection and manipulation of object classes, methods, arguments and fields.
java.math - package
Arbitrary large decimals and integers.
java.net - package
Network communication through TCP and UDP sockets or URLs.
java.nio - package
Abstract classes for manipulating buffers of different primitive types.
Classes for creating, selecting and non-blocking reading and writing of buffers from files and sockets.
Utility classes and interfaces for implementing channels.
Classes to manipulate, encode and decode different character sets from and to bytes.
Classes to provide new character sets.
java.rmi - package
Provides basic Remote Method Invocation (RMI) interfaces, classes and exceptions.
In the previous Classpath releases, an instance of a UnicastRemoteObject could be accessed from a server that:
  • has created an instance of that object
  • has been running all the time

The the activation system allows to activate and execute the object implementation on demand rather than running all time.

java.rmi.dgc - package
The Distributed Garbage Collector (DGC).
java.rmi.server - package
java.security - package
java.sql - package
Interfaces and classes to connect to a database and wrappers for data in the database and result queries.
java.text - package
Classes to iterate over strings and to format texts according to a specific locale.
java.text.spi - package
A series of service provider interfaces for use by the classes in java.text.
java.util - package
Utility classes such as collections (maps, sets, lists, dictionaries and stacks), calendars, dates, locales, properties, timers, resource bundles and event objects.
java.util.jar - package
Utility classes for manipulating java archives (zip files with a manifest file with attributes).
Utility classes for logging events.
java.util.prefs - package
Utility classes for storing and retrieving user and system preferences.
java.util.regex - package
Regular expression patterns and matchers.
java.util.spi - package
A series of service provider interfaces for use by the classes in java.util.
java.util.zip - package
Utility classes to manipulate zip and gzip archives as files or streams, includes checksum and compression support.
JAVA_OBJECT - static field in class java.sql.Types
javaFileListFlavor - static field in class java.awt.datatransfer.DataFlavor
This is a data flavor used for transferring lists of files.
javaJVMLocalObjectMimeType - static field in class java.awt.datatransfer.DataFlavor
This is the MIME type used to transfer a Java object reference within the same JVM.
javaRemoteObjectMimeType - static field in class java.awt.datatransfer.DataFlavor
This is the MIME type used to transfer a link to a remote object.
javaSerializedObjectMimeType - static field in class java.awt.datatransfer.DataFlavor
This is the MIME type used for transferring a serialized object.
Provides a contract between objects and accessibility software.
javax.activity - package
Exception wrappers for org.omg.CORBA activity status system exceptions.
javax.crypto - package
javax.imageio - package
This package provides image input/output APIs.
Provides the data types and descriptor classes for the Open MBeans.
javax.naming - package
javax.net - package
javax.net.ssl - package
javax.print - package
Provides the basic interfaces and classes of the Java Print Service API.
Provides classes and interfaces describing the roles and syntax of attribute objects in the Java Print Service API.

The package contains the base attribute interface and several subinterfaces describing the different attribute roles of printing attributes.

Provides the printing attribute classes of the Java Print Service API.
Provides events and listeners to be used with the Java Print Service API.
javax.rmi - package
Java RMI over IIOP combines RMI technology with CORBA technology.
javax.rmi.CORBA - package
Java RMI over IIOP combines RMI technology with CORBA technology.
javax.rmi.ssl - package
javax.sql - package
javax.swing - package
Provides a collection of cross-platform user interface components.
Provides borders for use by components in the javax.swing package.
Provides support classes for the JColorChooser component.
Provides events and listeners used by components in the javax.swing package.
Provides support classes for the JFileChooser component.
A base package for the "pluggable look and feel" (plaf) mechanism used by the javax.swing classes.
Provides a "basic" look and feel implementation.
Provides a cross-platform look and feel known as "Metal".
Provides a look and feel that can combine a primary look and feel with one or more auxiliary look and feels.
Provides a look and feel that can be customized by and XML file or by providing a custom SynthStyleFactory.
Interfaces and classes that support the JTable component.
Provides core text classes and interfaces representing models and views used by the text components for display and editing of text.
Provides supporting classes for web browsers, web robots, web page content analysers, web editors and other applications applications working with Hypertext Markup Language (HTML).
Provides the DTD driven for web browsers, web robots, web page content analysers, web editors and other applications applications working with Hypertext Markup Language (HTML).
Provides support for Rich Text Format (RTF) data to be used with the JEditorPane component.
Interfaces and classes that support the JTree component.
Provides a mechanism to support undo/redo operations.
javax.xml - package
This package provides type mappings between XML and Java data types.
XML Namespace processing.
Bootstrapping APIs for JAXP parsers.
Base "TRAX" API for XSLT transformers.
Support for DOM inputs and outputs to transformers.
Support for SAX2-based XSLT transformers.
Support for text stream inputs and outputs to transformers.
API for the validation of XML documents using a range of schema languages.
javax.xml.xpath - package
This package provides access to an XPath evaluation environment and expressions.
JButton - class javax.swing.JButton
A general purpose push button.
JButton() - constructor for class javax.swing.JButton
Creates a new button with an empty string for the button text and no icon.
JButton(java.lang.String) - constructor for class javax.swing.JButton
Creates a new button with the specified text and no icon.
JButton(java.lang.String,javax.swing.Icon) - constructor for class javax.swing.JButton
Creates a new button with the specified text and icon.
JButton(javax.swing.Action) - constructor for class javax.swing.JButton
Creates a new button from the specified action.
JButton(javax.swing.Icon) - constructor for class javax.swing.JButton
Creates a new button with the specified icon (and an empty string for the button text).
JCheckBox - class javax.swing.JCheckBox
A small box that displays a check or not, depending on it's selected state.
JCheckBox() - constructor for class javax.swing.JCheckBox
Constructs an unselected toggle button with no text or icon.
JCheckBox(java.lang.String) - constructor for class javax.swing.JCheckBox
Constructs an unselected toggle button using the supplied text and no icon.
JCheckBox(java.lang.String,boolean) - constructor for class javax.swing.JCheckBox
Constructs a toggle button with the supplied text and state.
JCheckBox(java.lang.String,javax.swing.Icon) - constructor for class javax.swing.JCheckBox
Constructs an unselected toggle button with the supplied text and icon.
Constructs a toggle button with the supplied text, icon and state.
JCheckBox(javax.swing.Action) - constructor for class javax.swing.JCheckBox
Constructs a toggle button using the labelling, state and icon specified by the supplied action.
JCheckBox(javax.swing.Icon) - constructor for class javax.swing.JCheckBox
Constructs an unselected toggle button with the supplied icon and no text.
JCheckBox(javax.swing.Icon,boolean) - constructor for class javax.swing.JCheckBox
Constructs a toggle button with the supplied icon and state.
A menu item that displays a checkbox.
JCheckBoxMenuItem() - constructor for class javax.swing.JCheckBoxMenuItem
Creates a new JCheckBoxMenuItem object.
JCheckBoxMenuItem(java.lang.String) - constructor for class javax.swing.JCheckBoxMenuItem
Creates a new JCheckBoxMenuItem with given label
Creates a new JCheckBoxMenuItem object using specified label and marked as checked if given 'state' is true.
Creates a new JCheckBoxMenuItem object with given label and icon
Creates a new JCheckBoxMenuItem object with given label, icon, and marked as checked if given 'state' is true.
JCheckBoxMenuItem(javax.swing.Action) - constructor for class javax.swing.JCheckBoxMenuItem
Creates a new JCheckBoxMenuItem using given action
JCheckBoxMenuItem(javax.swing.Icon) - constructor for class javax.swing.JCheckBoxMenuItem
Creates a new JCheckBoxMenuItem with given icon
JColorChooser - class javax.swing.JColorChooser
A Swing widget that offers users different ways to select a color.
JColorChooser() - constructor for class javax.swing.JColorChooser
This method creates a new JColorChooser with the default initial color.
JColorChooser(java.awt.Color) - constructor for class javax.swing.JColorChooser
This method creates a new JColorChooser with the given initial color.
This method creates a new JColorChooser with the given model.
JComboBox - class javax.swing.JComboBox
A component that allows a user to select any item in its list and displays the selected item to the user.
JComboBox() - constructor for class javax.swing.JComboBox
Constructor.
JComboBox(java.lang.Object[]) - constructor for class javax.swing.JComboBox
Constructs JComboBox with specified list of items.
JComboBox(javax.swing.ComboBoxModel) - constructor for class javax.swing.JComboBox
Constructs JComboBox object with specified data model for it.
JComboBox(Vector) - constructor for class javax.swing.JComboBox
Constructs JComboBox object with specified list of items.
JComponent - class javax.swing.JComponent
The base class of all Swing components.
JComponent() - constructor for class javax.swing.JComponent
Creates a new JComponent instance.
JCOMPONENT_UI - static field in class javax.print.ServiceUIFactory
Identifies a UI provided as a Swing JComponent.
jdbcCompliant() - method in class java.sql.Driver
This method tests whether or not the driver is JDBC compliant.
This class represents the JInternalFrame while it is iconified.
Creates a new JDesktopIcon object for representing the given frame.
JDesktopPane - class javax.swing.JDesktopPane
JDesktopPane is a container (usually for JInternalFrames) that simulates a desktop.
JDesktopPane() - constructor for class javax.swing.JDesktopPane
Creates a new JDesktopPane object.
JDialog - class javax.swing.JDialog
A dialog window.
JDialog() - constructor for class javax.swing.JDialog
Default constructor for subclasses.
JDialog(java.awt.Dialog) - constructor for class javax.swing.JDialog
Creates a new non-modal JDialog with no title using the given owner.
JDialog(java.awt.Dialog,boolean) - constructor for class javax.swing.JDialog
Creates a new JDialog with no title using the given modal setting and owner.
JDialog(java.awt.Dialog,java.lang.String) - constructor for class javax.swing.JDialog
Creates a new non-modal JDialog using the given title and owner.
Creates a new JDialog using the given modal settings, title, and owner.
Creates a new JDialog using the given modal settings, title, owner and graphics configuration.
JDialog(java.awt.Frame) - constructor for class javax.swing.JDialog
Creates a new non-modal JDialog with no title using the given owner.
JDialog(java.awt.Frame,boolean) - constructor for class javax.swing.JDialog
Creates a new JDialog with no title using the given modal setting and owner.
JDialog(java.awt.Frame,java.lang.String) - constructor for class javax.swing.JDialog
Creates a new non-modal JDialog using the given title and owner.
JDialog(java.awt.Frame,java.lang.String,boolean) - constructor for class javax.swing.JDialog
Creates a new JDialog using the given modal settings, title, and owner.
Creates a new JDialog using the given modal settings, title, owner and graphics configuration.
JDIALOG_UI - static field in class javax.print.ServiceUIFactory
Identifies a UI provided as a Swing JDialog.
JEditorPane - class javax.swing.JEditorPane
A powerful text editor component that can handle different types of content.
JEditorPane() - constructor for class javax.swing.JEditorPane
JEditorPane(java.lang.String) - constructor for class javax.swing.JEditorPane
JEditorPane(java.net.URL) - constructor for class javax.swing.JEditorPane
This is the accessible text that is returned by JEditorPane.AccessibleJEditorPaneHTML.getAccessibleText().
Creates a new JEditorPaneAccessibleHypertextSupport object.
JFileChooser - class javax.swing.JFileChooser
A component that provides the user a dialog box to browse through a filesystem and choose one or more files or directories.
JFileChooser() - constructor for class javax.swing.JFileChooser
Creates a new JFileChooser object.
JFileChooser(java.io.File) - constructor for class javax.swing.JFileChooser
Creates a new JFileChooser object.
Creates a new JFileChooser object.
JFileChooser(java.lang.String) - constructor for class javax.swing.JFileChooser
Creates a new JFileChooser object.
Creates a new JFileChooser object with the specified directory and FileSystemView.
Creates a new JFileChooser object.
A text field that makes use of a formatter to display and edit a specific type of data.
JFormattedTextField() - constructor for class javax.swing.JFormattedTextField
Creates a JFormattedTextField with no formatter factory.
Creates a JFormattedTextField with the specified value.
Creates a JFormattedTextField that can handle the specified Format.
Creates a JFormattedTextField with the specified formatter.
Creates a JFormattedTextField with the specified formatter factory.
Creates a JFormattedTextField with the specified formatter factory and initial value.
JFrame - class javax.swing.JFrame
A window that supports window decorations (titlebar and borders).
JFrame() - constructor for class javax.swing.JFrame
Creates a new frame with an empty string for the title.
JFrame(java.awt.GraphicsConfiguration) - constructor for class javax.swing.JFrame
Creates a new JFrame in the specified GraphicsConfiguration and with an empty title.
JFrame(java.lang.String) - constructor for class javax.swing.JFrame
Creates a new JFrame with the specified title.
Creates a new JFrame in the specified GraphicsConfiguration and with the specified title.
JInternalFrame - class javax.swing.JInternalFrame
This class implements a Swing widget that looks and acts like a native frame.
JInternalFrame() - constructor for class javax.swing.JInternalFrame
Creates a new JInternalFrame object that has an empty string for its title, and is non-resizable, non-maximizable, non-iconifiable, and non-closable.
JInternalFrame(java.lang.String) - constructor for class javax.swing.JInternalFrame
Creates a new JInternalFrame object with the given title and is non-resizable, non-maximizable, non-iconifiable, and non-closable.
JInternalFrame(java.lang.String,boolean) - constructor for class javax.swing.JInternalFrame
Creates a new JInternalFrame object with the given title and resizable properties.
Creates a new JInternalFrame object with the given title, resizable, and closable properties.
Creates a new JInternalFrame object with the given title, resizable, closable and maximizable properties.
Creates a new JInternalFrame object with the given title, resizable, closable, maximizable and iconifiable properties.
MediaSize.JIS - class javax.print.attribute.standard.MediaSize.JIS
Container class for predefined Japanese JIS media sizes.
JIS_B0 - static field in class javax.print.attribute.standard.MediaSizeName
The JIS B0 size: 1030mm x 1456mm.
JIS_B0 - static field in class java.awt.PageAttributes.MediaType
JIS_B1 - static field in class javax.print.attribute.standard.MediaSizeName
The JIS B1 size: 728mm x 1030mm.
JIS_B1 - static field in class java.awt.PageAttributes.MediaType
JIS_B10 - static field in class javax.print.attribute.standard.MediaSizeName
The JIS B10 size: 32mm x 45mm.
JIS_B10 - static field in class java.awt.PageAttributes.MediaType
JIS_B2 - static field in class javax.print.attribute.standard.MediaSizeName
The JIS B2 size: 515mm x 728mm.
JIS_B2 - static field in class java.awt.PageAttributes.MediaType
JIS_B3 - static field in class javax.print.attribute.standard.MediaSizeName
The JIS B3 size: 364mm x 515mm.
JIS_B3 - static field in class java.awt.PageAttributes.MediaType
JIS_B4 - static field in class javax.print.attribute.standard.MediaSizeName
The JIS B4 size: 257mm x 364mm.
JIS_B4 - static field in class java.awt.PageAttributes.MediaType
JIS_B5 - static field in class javax.print.attribute.standard.MediaSizeName
The JIS B5 size: 182mm x 257mm.
JIS_B5 - static field in class java.awt.PageAttributes.MediaType
JIS_B6 - static field in class javax.print.attribute.standard.MediaSizeName
The JIS B6 size: 128mm x 182mm.
JIS_B6 - static field in class java.awt.PageAttributes.MediaType
JIS_B7 - static field in class javax.print.attribute.standard.MediaSizeName
The JIS B7 size: 91mm x 128mm.
JIS_B7 - static field in class java.awt.PageAttributes.MediaType
JIS_B8 - static field in class javax.print.attribute.standard.MediaSizeName
The JIS B8 size: 64mm x 91mm.
JIS_B8 - static field in class java.awt.PageAttributes.MediaType
JIS_B9 - static field in class javax.print.attribute.standard.MediaSizeName
The JIS B9 size: 45mm x 64mm.
JIS_B9 - static field in class java.awt.PageAttributes.MediaType
JLabel - class javax.swing.JLabel
A component that displays a static text message and/or an icon.
JLabel() - constructor for class javax.swing.JLabel
Creates a new vertically centered, horizontally on the leading edge JLabel object with text and no icon.
JLabel(java.lang.String) - constructor for class javax.swing.JLabel
Creates a new horizontally leading and vertically centered JLabel object with no icon and the given text.
JLabel(java.lang.String,int) - constructor for class javax.swing.JLabel
Creates a new vertically centered JLabel object with no icon and the given text and horizontal alignment.
JLabel(java.lang.String,javax.swing.Icon,int) - constructor for class javax.swing.JLabel
Creates a new vertically centered JLabel object with the given text, icon, and horizontal alignment.
JLabel(javax.swing.Icon) - constructor for class javax.swing.JLabel
Creates a new vertically and horizontally centered JLabel object with no text and the given icon.
JLabel(javax.swing.Icon,int) - constructor for class javax.swing.JLabel
Creates a new vertically centered JLabel object with no text and the given icon and horizontal alignment.
JLayeredPane - class javax.swing.JLayeredPane
A container that adds depth to the usual Container semantics.
JLayeredPane() - constructor for class javax.swing.JLayeredPane
Creates a new JComponent instance.
JList - class javax.swing.JList
This class is a facade over three separate objects: ListModel, ListSelectionModel and ListUI.
JList() - constructor for class javax.swing.JList
Creates a new JList object.
JList(java.lang.Object[]) - constructor for class javax.swing.JList
Creates a new JList object.
JList(javax.swing.ListModel) - constructor for class javax.swing.JList
Creates a new JList object.
JList(Vector) - constructor for class javax.swing.JList
Creates a new JList object.
JMenu - class javax.swing.JMenu
This class represents a menu that can be added to a menu bar or can be a submenu in some other menu.
JMenu() - constructor for class javax.swing.JMenu
Creates a new JMenu object.
JMenu(java.lang.String) - constructor for class javax.swing.JMenu
Creates a new JMenu with the specified label.
JMenu(java.lang.String,boolean) - constructor for class javax.swing.JMenu
Creates a new JMenu with specified label and an option for this menu to be tear-off menu.
JMenu(javax.swing.Action) - constructor for class javax.swing.JMenu
Creates a new JMenu object.
JMenuBar - class javax.swing.JMenuBar
JMenuBar is a container for menu's.
JMenuBar() - constructor for class javax.swing.JMenuBar
Creates a new JMenuBar object.
JMenuItem - class javax.swing.JMenuItem
JMenuItem represents element in the menu.
JMenuItem() - constructor for class javax.swing.JMenuItem
Creates a new JMenuItem object.
JMenuItem(java.lang.String) - constructor for class javax.swing.JMenuItem
Creates a new JMenuItem with the given label.
JMenuItem(java.lang.String,int) - constructor for class javax.swing.JMenuItem
Creates a new JMenuItem object.
JMenuItem(java.lang.String,javax.swing.Icon) - constructor for class javax.swing.JMenuItem
Creates a new JMenuItem with specified text and icon.
JMenuItem(javax.swing.Action) - constructor for class javax.swing.JMenuItem
Creates a new JMenuItem associated with the specified action.
JMenuItem(javax.swing.Icon) - constructor for class javax.swing.JMenuItem
Creates a new JMenuItem with the given icon.
JMException - exception javax.management.JMException
A general superclass for all non-runtime management exceptions.
JMException() - constructor for class javax.management.JMException
Constructs a new JMException.
JMException(java.lang.String) - constructor for class javax.management.JMException
Constructs a new JMException with the specified message.
JMRuntimeException - exception javax.management.JMRuntimeException
A general superclass for all runtime management exceptions.
JMRuntimeException() - constructor for class javax.management.JMRuntimeException
Constructs a new JMRuntimeException.
JMRuntimeException(java.lang.String) - constructor for class javax.management.JMRuntimeException
Constructs a new JMRuntimeException with the specified message.
JMX - class javax.management.JMX
Common static methods pertaining to the management API.
JOB_CANCELED - static field in class javax.print.event.PrintJobEvent
Indicates that the print job was canceled.
JOB_CANCELED_AT_DEVICE - static field in class javax.print.attribute.standard.JobStateReason
The job was canceled by an unidentified local user at the device.
JOB_CANCELED_BY_OPERATOR - static field in class javax.print.attribute.standard.JobStateReason
The job was canceled by the operator.
JOB_CANCELED_BY_USER - static field in class javax.print.attribute.standard.JobStateReason
The job was canceled by the user (the owner of the job).
JOB_COMPLETE - static field in class javax.print.event.PrintJobEvent
Indicates that the print job was completed (=printed).
JOB_COMPLETED_SUCCESSFULLY - static field in class javax.print.attribute.standard.JobStateReason
The printer completed the job successfully.
JOB_COMPLETED_WITH_ERRORS - static field in class javax.print.attribute.standard.JobStateReason
The printer completed the job with errors.
JOB_COMPLETED_WITH_WARNINGS - static field in class javax.print.attribute.standard.JobStateReason
The printer completed the job with warnings.
JOB_DATA_INSUFFICIENT - static field in class javax.print.attribute.standard.JobStateReason
The printer is expecting additional document data before it can move this job into the processing state.
JOB_FAILED - static field in class javax.print.event.PrintJobEvent
Indicates that the print job failed to complete.
JOB_HOLD_UNTIL_SPECIFIED - static field in class javax.print.attribute.standard.JobStateReason
The job was submitted with a JobHoldUntil attribute which specifies a time period still in the future and causes the job to be on hold.
JOB_INCOMING - static field in class javax.print.attribute.standard.JobStateReason
The printer has accepted the job or is retrieving document data for processing.
JOB_INTERPRETING - static field in class javax.print.attribute.standard.JobStateReason
The printer is currently interpreting the jobs document data.
JOB_OUTGOING - static field in class javax.print.attribute.standard.JobStateReason
The printer transfers the job to the actual output device.
JOB_PRINTING - static field in class javax.print.attribute.standard.JobStateReason
The job is currently printing.
JOB_QUEUED - static field in class javax.print.attribute.standard.JobStateReason
The printer has queued the document data.
JOB_QUEUED_FOR_MARKER - static field in class javax.print.attribute.standard.JobStateReason
The job is queued for marking.
JOB_RESTARTABLE - static field in class javax.print.attribute.standard.JobStateReason
The job is retained and is able to be restared.
JOB_TRANSFORMING - static field in class javax.print.attribute.standard.JobStateReason
The printer is transforming the document data to another representation.
JobAttributes - class java.awt.JobAttributes
Needs documentation...
JobAttributes() - constructor for class java.awt.JobAttributes
JobAttributes(java.awt.JobAttributes) - constructor for class java.awt.JobAttributes
JobHoldUntil - class javax.print.attribute.standard.JobHoldUntil
The JobHoldUntil attribute specifies the date and the time at which a print job must become a candidate for printing.
JobHoldUntil(java.util.Date) - constructor for class javax.print.attribute.standard.JobHoldUntil
Creates a JobHoldUntil object.
JobImpressions - class javax.print.attribute.standard.JobImpressions
The JobImpressions printing attribute specifies the total size in number of impressions of the documents of a a print job.
JobImpressions(int) - constructor for class javax.print.attribute.standard.JobImpressions
Creates a JobImpressions object.
JobImpressionsCompleted - class javax.print.attribute.standard.JobImpressionsCompleted
The JobImpressionsCompleted printing attribute reports the number of impressions already processed.
JobImpressionsCompleted(int) - constructor for class javax.print.attribute.standard.JobImpressionsCompleted
Creates a JobImpressionsCompleted object.
JobImpressionsSupported - class javax.print.attribute.standard.JobImpressionsSupported
The JobImpressionsSupported printing attribute specifies the supported range of values for the JobImpressions attribute.
JobImpressionsSupported(int,int) - constructor for class javax.print.attribute.standard.JobImpressionsSupported
Constructs a JobImpressionsSupported object with the given range of supported job impressions values.
JobKOctets - class javax.print.attribute.standard.JobKOctets
The JobKOctets printing attribute specifies the total size of all the documents of a print job in K octets.
JobKOctets(int) - constructor for class javax.print.attribute.standard.JobKOctets
Creates a JobKOctets object.
JobKOctetsProcessed - class javax.print.attribute.standard.JobKOctetsProcessed
The JobKOctetsProcessed printing attribute reports the total number of octets already processed in K octets units.
JobKOctetsProcessed(int) - constructor for class javax.print.attribute.standard.JobKOctetsProcessed
Creates a JobKOctetsProcessed object.
JobKOctetsSupported - class javax.print.attribute.standard.JobKOctetsSupported
The JobKOctetsSupported printing attribute specifies the supported range of values for the JobKOctets attribute.
JobKOctetsSupported(int,int) - constructor for class javax.print.attribute.standard.JobKOctetsSupported
Constructs a JobKOctetsSupported object with the given range for supported K octets.
JobMediaSheets - class javax.print.attribute.standard.JobMediaSheets
The JobMediaSheets printing attribute specifies the total number of media sheets needed by a job.
JobMediaSheets(int) - constructor for class javax.print.attribute.standard.JobMediaSheets
Creates a JobMediaSheets object.
JobMediaSheetsCompleted - class javax.print.attribute.standard.JobMediaSheetsCompleted
The JobMediaSheetsCompleted printing attribute reports the number of media sheets already processed.
JobMediaSheetsCompleted(int) - constructor for class javax.print.attribute.standard.JobMediaSheetsCompleted
Creates a JobMediaSheetsCompleted object.
JobMediaSheetsSupported - class javax.print.attribute.standard.JobMediaSheetsSupported
The JobMediaSheetsSupported printing attribute specifies the supported range of values for the JobMediaSheets attribute.
JobMediaSheetsSupported(int,int) - constructor for class javax.print.attribute.standard.JobMediaSheetsSupported
Constructs a JobMediaSheetsSupported object with the given range of supported job media sheets values.
JobMessageFromOperator - class javax.print.attribute.standard.JobMessageFromOperator
The JobMessageFromOperator printing attribute provides a message from an operator or a system administrator related to the print job.
JobMessageFromOperator(java.lang.String,java.util.Locale) - constructor for class javax.print.attribute.standard.JobMessageFromOperator
Creates a JobMessageFromOperator object.
JobName - class javax.print.attribute.standard.JobName
The JobName printing attribute provides the name of a print job for identification.
JobName(java.lang.String,java.util.Locale) - constructor for class javax.print.attribute.standard.JobName
Creates a JobName object.
JobOriginatingUserName - class javax.print.attribute.standard.JobOriginatingUserName
The JobOriginatingUserName attribute specifies the name of the user which submitted the print job.
JobOriginatingUserName(java.lang.String,java.util.Locale) - constructor for class javax.print.attribute.standard.JobOriginatingUserName
Creates a JobOriginatingUserName object.
JobPriority - class javax.print.attribute.standard.JobPriority
The JobPriority printing attribute specifies the priority for scheduling a job on the print service.
JobPriority(int) - constructor for class javax.print.attribute.standard.JobPriority
Creates a JobPriority object.
JobPrioritySupported - class javax.print.attribute.standard.JobPrioritySupported
The JobPrioritySupported printing attribute provides the supported values for the JobPriority attribute.
JobPrioritySupported(int) - constructor for class javax.print.attribute.standard.JobPrioritySupported
Creates a JobPrioritySupported object.
JobSheets - class javax.print.attribute.standard.JobSheets
The JobSheets printing attribute specifies if a job start/end sheets should be printed.
JobSheets(int) - constructor for class javax.print.attribute.standard.JobSheets
Constructs a JobSheets object.
JobState - class javax.print.attribute.standard.JobState
The JobState printing attribute reports the current state of a job.
JobState(int) - constructor for class javax.print.attribute.standard.JobState
Constructs a JobState object.
JobStateReason - class javax.print.attribute.standard.JobStateReason
The JobStateReason attribute provides additional information about the current state of a job.
JobStateReason(int) - constructor for class javax.print.attribute.standard.JobStateReason
Constructs a JobStateReason object.
JobStateReasons - class javax.print.attribute.standard.JobStateReasons
The JobStateReasons attribute provides the set of additional informations available about the current state of a print job.
JobStateReasons() - constructor for class javax.print.attribute.standard.JobStateReasons
Constructs an empty JobStateReasons attribute.
JobStateReasons(Collection) - constructor for class javax.print.attribute.standard.JobStateReasons
Constructs a JobStateReasons attribute with the content of the given collection.
JobStateReasons(int) - constructor for class javax.print.attribute.standard.JobStateReasons
Constructs an empty JobStateReasons attribute with the given initial capacity and the default load factor.
JobStateReasons(int,float) - constructor for class javax.print.attribute.standard.JobStateReasons
Constructs an empty JobStateReasons attribute with the given initial capacity and load factor.
join() - method in class java.lang.Thread
Wait forever for the Thread in question to die.
Causes this socket to join the specified multicast group
join(long) - method in class java.lang.Thread
Wait the specified amount of time for the Thread in question to die.
join(long,int) - method in class java.lang.Thread
Wait the specified amount of time for the Thread in question to die.
JOIN_BEVEL - static field in class java.awt.BasicStroke
Indicates a bevelled line join style.
JOIN_MITER - static field in class java.awt.BasicStroke
Indicates a mitered line join style.
JOIN_ROUND - static field in class java.awt.BasicStroke
Indicates a rounded line join style.
JoinFractureDirection - static field in class javax.swing.text.DefaultStyledDocument.ElementSpec
This indicates that the data associated with this spec should be joined to the fractured element.
Joins the specified multicast group.
Causes this socket to join the specified multicast group on a specified device
Joins the specified mulitcast group on a specified interface.
JoinNextDirection - static field in class javax.swing.text.DefaultStyledDocument.ElementSpec
This indicates that the data associated with this spec should be joined with what follows it.
JoinPreviousDirection - static field in class javax.swing.text.DefaultStyledDocument.ElementSpec
This indicates that the data associated with this spec should be joined with what precedes it.
JOptionPane - class javax.swing.JOptionPane
This class creates different types of JDialogs and JInternalFrames that can ask users for input or pass on information.
JOptionPane() - constructor for class javax.swing.JOptionPane
Creates a new JOptionPane object using a message of "JOptionPane message", using the PLAIN_MESSAGE type and DEFAULT_OPTION.
JOptionPane(java.lang.Object) - constructor for class javax.swing.JOptionPane
Creates a new JOptionPane object using the given message using the PLAIN_MESSAGE type and DEFAULT_OPTION.
JOptionPane(java.lang.Object,int) - constructor for class javax.swing.JOptionPane
Creates a new JOptionPane object using the given message and messageType and DEFAULT_OPTION.
JOptionPane(java.lang.Object,int,int) - constructor for class javax.swing.JOptionPane
Creates a new JOptionPane object using the given message, messageType and optionType.
Creates a new JOptionPane object using the given message, messageType, optionType and icon.
Creates a new JOptionPane object using the given message, messageType, optionType, icon and options.
Creates a new JOptionPane object using the given message, messageType, optionType, icon, options and initialValue.
JPanel - class javax.swing.JPanel
An instance of JPanel can be added to a panel, frame etc
JPanel() - constructor for class javax.swing.JPanel
Creates a new panel with a new instance of FlowLayout as the layout manager and double-buffering enabled.
JPanel(boolean) - constructor for class javax.swing.JPanel
Creates a new panel with double-buffering enabled or disabled as specified.
JPanel(java.awt.LayoutManager) - constructor for class javax.swing.JPanel
Creates a new panel with the specified layout manager.
JPanel(java.awt.LayoutManager,boolean) - constructor for class javax.swing.JPanel
Creates a new panel with the specified layout manager and double-buffering.
JPasswordField - class javax.swing.JPasswordField
class JPasswordField
JPasswordField() - constructor for class javax.swing.JPasswordField
Creates a JPasswordField object.
JPasswordField(int) - constructor for class javax.swing.JPasswordField
Creates a JPasswordField object.
JPasswordField(java.lang.String) - constructor for class javax.swing.JPasswordField
Creates a JPasswordField object.
JPasswordField(java.lang.String,int) - constructor for class javax.swing.JPasswordField
Creates a JPasswordField object.
Creates a JPasswordField object.
JPEG - static field in class javax.print.DocFlavor.BYTE_ARRAY
Byte array doc flavor with a MIME Type of "image/jpeg".
JPEG - static field in class javax.print.DocFlavor.INPUT_STREAM
InputStream doc flavor with a MIME Type of "image/jpeg".
JPEG - static field in class javax.print.DocFlavor.URL
URL doc flavor with a MIME Type of "image/jpeg".
JPEGHuffmanTable - class javax.imageio.plugins.jpeg.JPEGHuffmanTable
The JPEGHuffmanTable class represents a Huffman table read from a JPEG image file.
JPEGHuffmanTable(short[],short[]) - constructor for class javax.imageio.plugins.jpeg.JPEGHuffmanTable
Construct and initialize a Huffman table.
JPEGImageReadParam - class javax.imageio.plugins.jpeg.JPEGImageReadParam
The JPEGImageReadParam class is only used to set JPEG decoding tables for streams that do not provide their own tables.
JPEGImageReadParam() - constructor for class javax.imageio.plugins.jpeg.JPEGImageReadParam
Construct a JPEGImageReadParam.
JPEGImageWriteParam - class javax.imageio.plugins.jpeg.JPEGImageWriteParam
The JPEGImageWriteParam class can be used to specify tables and settings used in the JPEG encoding process.
JPEGImageWriteParam(java.util.Locale) - constructor for class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Construct a JPEGImageWriteParam with the following state: tiling is not supported, progressive mode is supported, initial progressive mode is MODE_DISABLED, compression is supported, one compression type named "JPEG" is supported and the default compression quality is 0.75f.
JPEGQTable - class javax.imageio.plugins.jpeg.JPEGQTable
The JPEGQTable class represents a quantization table that can be used to encode or decode a JPEG stream.
JPEGQTable(int[]) - constructor for class javax.imageio.plugins.jpeg.JPEGQTable
Construct a new JPEG quantization table.
JPopupMenu - class javax.swing.JPopupMenu
JPopupMenu is a container that is used to display popup menu's menu items.
JPopupMenu() - constructor for class javax.swing.JPopupMenu
Creates a new JPopupMenu object.
JPopupMenu(java.lang.String) - constructor for class javax.swing.JPopupMenu
Creates a new JPopupMenu with specified label
JProgressBar - class javax.swing.JProgressBar
A component that displays a visual indicator of the progress of a task.
JProgressBar() - constructor for class javax.swing.JProgressBar
Creates a new JProgressBar with default attributes.
JProgressBar(int) - constructor for class javax.swing.JProgressBar
Creates a new JProgressBar with the specified orientation.
JProgressBar(int,int) - constructor for class javax.swing.JProgressBar
Creates a new JProgressBar with the specified value range.
JProgressBar(int,int,int) - constructor for class javax.swing.JProgressBar
Creates a new JProgressBar with the specified range and orientation.
JProgressBar(javax.swing.BoundedRangeModel) - constructor for class javax.swing.JProgressBar
Creates a new JProgressBar with the specified model.
JRadioButton - class javax.swing.JRadioButton
The JRadioButton component provides a visually selectable button with mutually exclusive behaviour within a ButtonGroup.
JRadioButton() - constructor for class javax.swing.JRadioButton
Constructs an unselected radio button with no text or icon.
JRadioButton(java.lang.String) - constructor for class javax.swing.JRadioButton
Constructs an unselected radio button using the supplied text and no icon.
JRadioButton(java.lang.String,boolean) - constructor for class javax.swing.JRadioButton
Constructs a radio button with the supplied text and state.
Constructs an unselected radio button with the supplied text and icon.
Constructs a radio button with the supplied text, icon and state.
JRadioButton(javax.swing.Action) - constructor for class javax.swing.JRadioButton
Constructs a radio button using the labelling, state and icon specified by the supplied action.
JRadioButton(javax.swing.Icon) - constructor for class javax.swing.JRadioButton
Constructs an unselected radio button with the supplied icon and no text.
JRadioButton(javax.swing.Icon,boolean) - constructor for class javax.swing.JRadioButton
Constructs a radio button with the supplied icon and state.
This class represents JRadioButtonMenuItem.
JRadioButtonMenuItem() - constructor for class javax.swing.JRadioButtonMenuItem
Creates a new JRadioButtonMenuItem object.
Creates a new JRadioButtonMenuItem with specified label
Creates a new JRadioButtonMenuItem with specified label and marked selected if 'selected' is true.
Creates a new JRadioButtonMenuItem with specified label and icon
Creates a new JRadioButtonMenuItem with specified label, icon and selected state.
Creates a new JRadioButtonMenuItem using specified action
Creates a new JRadioButtonMenuItem with specified icon
Creates a new JRadioButtonMenuItem with specified icon and given selected state
JRootPane - class javax.swing.JRootPane
This class is where JComponents are added to.
JRootPane() - constructor for class javax.swing.JRootPane
Creates a new JRootPane object.
JScrollBar - class javax.swing.JScrollBar
The JScrollBar.
JScrollBar() - constructor for class javax.swing.JScrollBar
Creates a new horizontal JScrollBar object with a minimum of 0, a maxmium of 100, a value of 0 and an extent of 10.
JScrollBar(int) - constructor for class javax.swing.JScrollBar
Creates a new JScrollBar object with a minimum of 0, a maximum of 100, a value of 0, an extent of 10 and the given orientation.
JScrollBar(int,int,int,int,int) - constructor for class javax.swing.JScrollBar
Creates a new JScrollBar object with the given orientation, value, min, max, and extent.
JScrollPane - class javax.swing.JScrollPane
A component that embeds another component and enables it to be scrolled both in horizontal and vertical direction.
JScrollPane() - constructor for class javax.swing.JScrollPane
Creates a new JScrollPane without a view.
JScrollPane(int,int) - constructor for class javax.swing.JScrollPane
Creates a new JScrollPane without a view; The scrollbar policies are set to vsbPolicy and hsbPolicy.
JScrollPane(java.awt.Component) - constructor for class javax.swing.JScrollPane
Creates a new JScrollPane that embeds the specified view component, displaying vertical and horizontal scrollbars as needed.
JScrollPane(java.awt.Component,int,int) - constructor for class javax.swing.JScrollPane
Creates a new JScrollPane that embeds the specified view component; The scrollbar policies are set to vsbPolicy and hsbPolicy.
JSeparator - class javax.swing.JSeparator
The JSeparator.
JSeparator() - constructor for class javax.swing.JSeparator
Creates a new horizontal JSeparator object.
JSeparator(int) - constructor for class javax.swing.JSeparator
Creates a new JSeparator object with the given orientation.
JSlider - class javax.swing.JSlider
A visual component that allows selection of a value within a range by adjusting a thumb in a track.
JSlider() - constructor for class javax.swing.JSlider
Creates a new horizontal JSlider instance with a minimum of 0, a maximum of 100, and a value of 50.
JSlider(int) - constructor for class javax.swing.JSlider
Creates a new JSlider instance with the given orientation and a minimum of 0, a maximum of 100, and a value of 50.
JSlider(int,int) - constructor for class javax.swing.JSlider
Creates a new horizontal JSlider instance with the given maximum and minimum and a value that is halfway between the minimum and the maximum.
JSlider(int,int,int) - constructor for class javax.swing.JSlider
Creates a new horizontal JSlider instance with the given minimum, maximum, and value.
JSlider(int,int,int,int) - constructor for class javax.swing.JSlider
Creates a new JSlider instance with the given orientation, minimum, maximum, and value.
JSlider(javax.swing.BoundedRangeModel) - constructor for class javax.swing.JSlider
Creates a new horizontal JSlider instance with the given model.
JSpinner - class javax.swing.JSpinner
A JSpinner is a component that displays a single value from a sequence of values, and provides a convenient means for selecting the previous and next values in the sequence.
JSpinner() - constructor for class javax.swing.JSpinner
Creates a new JSpinner with default instance of SpinnerNumberModel (that is, a model with value 0, step size 1, and no upper or lower limit).
JSpinner(javax.swing.SpinnerModel) - constructor for class javax.swing.JSpinner
Creates a new JSpinner with the specified model.
JSplitPane - class javax.swing.JSplitPane
This class implements JSplitPane.
JSplitPane() - constructor for class javax.swing.JSplitPane
Creates a new JSplitPane object using HORIZONTAL_SPLIT and a nonContinuousLayout mode.
JSplitPane(int) - constructor for class javax.swing.JSplitPane
Creates a new JSplitPane object using a nonContinuousLayout mode and the given orientation.
JSplitPane(int,boolean) - constructor for class javax.swing.JSplitPane
Creates a new JSplitPane object with the given layout mode and orientation.
Creates a new JSplitPane object with the given orientation, layout mode, and left and right components.
Creates a new JSplitPane object using nonContinuousLayout mode, the given orientation and left and right components.
JTabbedPane - class javax.swing.JTabbedPane
This is a container for components where only one component is displayed at a given time and the displayed component can be switched by clicking on tabs.
JTabbedPane() - constructor for class javax.swing.JTabbedPane
Creates a new JTabbedPane object with tabs on top and using wrap tab layout.
JTabbedPane(int) - constructor for class javax.swing.JTabbedPane
Creates a new JTabbedPane object using wrap tab layout and the given tabPlacement, where tabPlacement can be one of the following values: SwingConstants.TOP, SwingConstants.BOTTOM, SwingConstants.LEFT or SwingConstants.RIGHT.
JTabbedPane(int,int) - constructor for class javax.swing.JTabbedPane
Creates a new JTabbedPane object with the given tabPlacement and tabLayoutPolicy.
JTable - class javax.swing.JTable
The table component, displaying information, organized in rows and columns.
JTable() - constructor for class javax.swing.JTable
Creates a new JTable instance.
JTable(int,int) - constructor for class javax.swing.JTable
Creates a new JTable instance with the given number of rows and columns.
JTable(java.lang.Object[][],java.lang.Object[]) - constructor for class javax.swing.JTable
Creates a new JTable instance, storing the given data array and heaving the given column names.
JTable(java.util.Vector,java.util.Vector) - constructor for class javax.swing.JTable
Creates a new JTable instance that uses data and column names, stored in Vectors.
JTable(javax.swing.table.TableModel) - constructor for class javax.swing.JTable
Creates a new JTable instance, using the given data model object that provides information about the table content.
Creates a new JTable instance, using the given model object that provides information about the table content.
Creates a new JTable instance, providing data model, column model and list selection model.
JTableHeader - class javax.swing.table.JTableHeader
Represents the table header.
JTableHeader() - constructor for class javax.swing.table.JTableHeader
Creates a new default instance.
JTableHeader(javax.swing.table.TableColumnModel) - constructor for class javax.swing.table.JTableHeader
Creates a new header.
JTextArea - class javax.swing.JTextArea
The JTextArea component provides a multi-line area for displaying and editing plain text.
JTextArea() - constructor for class javax.swing.JTextArea
Creates a new JTextArea object.
JTextArea(int,int) - constructor for class javax.swing.JTextArea
Creates a new JTextArea object.
JTextArea(java.lang.String) - constructor for class javax.swing.JTextArea
Creates a new JTextArea object.
JTextArea(java.lang.String,int,int) - constructor for class javax.swing.JTextArea
Creates a new JTextArea object.
JTextArea(javax.swing.text.Document) - constructor for class javax.swing.JTextArea
Creates a new JTextArea object.
Creates a new JTextArea object.
JTextComponent - class javax.swing.text.JTextComponent
JTextComponent() - constructor for class javax.swing.text.JTextComponent
Creates a new JTextComponent instance.
JTextField - class javax.swing.JTextField
JTextField() - constructor for class javax.swing.JTextField
Creates a new instance of JTextField.
JTextField(int) - constructor for class javax.swing.JTextField
Creates a new instance of JTextField.
JTextField(java.lang.String) - constructor for class javax.swing.JTextField
Creates a new instance of JTextField.
JTextField(java.lang.String,int) - constructor for class javax.swing.JTextField
Creates a new instance of JTextField.
Creates a new instance of JTextField.
JTextPane - class javax.swing.JTextPane
A powerful text component that supports styled content as well as embedding images and components.
JTextPane() - constructor for class javax.swing.JTextPane
Creates a new JTextPane with a null document.
JTextPane(javax.swing.text.StyledDocument) - constructor for class javax.swing.JTextPane
Creates a new JTextPane and sets the specified document.
JToggleButton - class javax.swing.JToggleButton
The JToggleButton component provides a stateful button, which can be either selected or unselected.
JToggleButton() - constructor for class javax.swing.JToggleButton
Constructs an unselected toggle button with no text or icon.
JToggleButton(java.lang.String) - constructor for class javax.swing.JToggleButton
Constructs an unselected toggle button using the supplied text and no icon.
JToggleButton(java.lang.String,boolean) - constructor for class javax.swing.JToggleButton
Constructs a toggle button with the supplied text and state.
Constructs an unselected toggle button with the supplied text and icon.
Constructs a toggle button with the supplied text, icon and state.
JToggleButton(javax.swing.Action) - constructor for class javax.swing.JToggleButton
Constructs a toggle button using the labelling, state and icon specified by the supplied action.
JToggleButton(javax.swing.Icon) - constructor for class javax.swing.JToggleButton
Constructs an unselected toggle button with the supplied icon and no text.
JToggleButton(javax.swing.Icon,boolean) - constructor for class javax.swing.JToggleButton
Constructs a toggle button with the supplied icon and state.
JToolBar - class javax.swing.JToolBar
JToolBar is a component that provides a toolbar to Swing programs.
JToolBar() - constructor for class javax.swing.JToolBar
This method creates a new JToolBar object with horizontal orientation and no name.
JToolBar(int) - constructor for class javax.swing.JToolBar
This method creates a new JToolBar with the given orientation and no name.
JToolBar(java.lang.String) - constructor for class javax.swing.JToolBar
This method creates a new JToolBar object with the given name and horizontal orientation.
JToolBar(java.lang.String,int) - constructor for class javax.swing.JToolBar
This method creates a new JToolBar object with the given name and orientation.
JToolTip - class javax.swing.JToolTip
This class is used to display ToolTips.
JToolTip() - constructor for class javax.swing.JToolTip
Creates a new JToolTip instance.
JTree - class javax.swing.JTree
JTree() - constructor for class javax.swing.JTree
Creates a new JTree object.
JTree(Hashtable) - constructor for class javax.swing.JTree
Creates a new JTree object.
JTree(java.lang.Object[]) - constructor for class javax.swing.JTree
Creates a new JTree object.
JTree(javax.swing.tree.TreeModel) - constructor for class javax.swing.JTree
Creates a new JTree object.
JTree(javax.swing.tree.TreeNode) - constructor for class javax.swing.JTree
Creates a new JTree object.
JTree(javax.swing.tree.TreeNode,boolean) - constructor for class javax.swing.JTree
Creates a new JTree object.
JTree(Vector) - constructor for class javax.swing.JTree
Creates a new JTree object.
JULY - static field in class java.util.Calendar
Constant representing July.
JULY - static field in class javax.xml.datatype.DatatypeConstants
Value for July.
JUNE - static field in class java.util.Calendar
Constant representing June.
JUNE - static field in class javax.xml.datatype.DatatypeConstants
Value for June.
JUSTIFICATION - static field in class java.awt.font.TextAttribute
A key for the text justification attribute.
JUSTIFICATION_FULL - static field in class java.awt.font.TextAttribute
A value that can be used with the JUSTIFICATION attribute to indicate full justification of the text.
JUSTIFICATION_NONE - static field in class java.awt.font.TextAttribute
A value that can be used with the JUSTIFICATION attribute to indicate no justification of the text.
JViewport - class javax.swing.JViewport
                                                     _
   +-------------------------------+    ...........Y1 \
   |  view                         |                .  
JViewport() - constructor for class javax.swing.JViewport
Creates a new JComponent instance.
JWindow - class javax.swing.JWindow
Unlike JComponent derivatives, JWindow inherits from java.awt.Window.
JWindow() - constructor for class javax.swing.JWindow
Creates a new JWindow that has a shared invisible owner frame as its parent.
JWindow(java.awt.Frame) - constructor for class javax.swing.JWindow
Creates a new JWindow that has the specified owner frame.
JWindow(java.awt.GraphicsConfiguration) - constructor for class javax.swing.JWindow
Creates a new JWindow that uses the specified graphics environment.
JWindow(java.awt.Window) - constructor for class javax.swing.JWindow
Creates a new JWindow that has the specified owner window.
Creates a new JWindow for the given graphics configuration and that has the specified owner window.