- JANUARY.
Static variable in class java.util.Calendar
- Useful constant for month.
- JAPAN.
Static variable in class java.util.Locale
- Useful constant for country.
- JAPANESE.
Static variable in class java.util.Locale
- Useful constant for language.
- JAVA_OBJECT.
Static variable in class java.sql.Types
- JDBC 2.0
These codes are for user-defined data types (UDTs).
- JApplet class java.awt.swing.JApplet.
- An extended version of java.applet.Applet that adds support for
interposing input and painting behavior in front of the applets
children (see glassPane), support for special children that
are managed by a LayeredPane (see rootPane) and for Swing MenuBars.
- JApplet().
Constructor for class java.awt.swing.JApplet
- Creates a swing applet instance.
- JApplet.AccessibleJApplet class java.awt.swing.JApplet.AccessibleJApplet.
- JButton class java.awt.swing.JButton.
- An implementation of a "push" button.
- JButton().
Constructor for class java.awt.swing.JButton
- Creates a button with no set text or icon.
- JButton(Icon).
Constructor for class java.awt.swing.JButton
- Creates a button with an icon.
- JButton(String).
Constructor for class java.awt.swing.JButton
- Creates a button with text.
- JButton(String, Icon).
Constructor for class java.awt.swing.JButton
- Creates a button with initial text and an icon.
- JButton.AccessibleJButton class java.awt.swing.JButton.AccessibleJButton.
- The class used to obtain the accessible role for this object.
- JCheckBox class java.awt.swing.JCheckBox.
- An implementation of a CheckBox -- an item that can be selected or
deselected, and which displays its state to the user.
- JCheckBox().
Constructor for class java.awt.swing.JCheckBox
- Creates an initially unselected checkbox button with no text, no icon.
- JCheckBox(Icon).
Constructor for class java.awt.swing.JCheckBox
- Creates an initially unselected checkbox with an icon.
- JCheckBox(Icon, boolean).
Constructor for class java.awt.swing.JCheckBox
- Creates a checkbox with an icon and specifies whether
or not it is initially selected.
- JCheckBox(String).
Constructor for class java.awt.swing.JCheckBox
- Creates an initially unselected checkbox with text.
- JCheckBox(String, boolean).
Constructor for class java.awt.swing.JCheckBox
- Creates a checkbox with text and specifies whether
or not it is initially selected.
- JCheckBox(String, Icon).
Constructor for class java.awt.swing.JCheckBox
- Creates an initially unselected checkbox with
the specified text and icon.
- JCheckBox(String, Icon, boolean).
Constructor for class java.awt.swing.JCheckBox
- Creates a checkbox with text and icon,
and specifies whether or not it is initially selected.
- JCheckBox.AccessibleJCheckBox class java.awt.swing.JCheckBox.AccessibleJCheckBox.
- The class used to obtain the accessible role for this object.
- JCheckBoxMenuItem class java.awt.swing.JCheckBoxMenuItem.
- A menu item that can be selected or deselected.
- JCheckBoxMenuItem().
Constructor for class java.awt.swing.JCheckBoxMenuItem
- Creates an initially unselected checkboxMenuItem with no set text or icon.
- JCheckBoxMenuItem(Icon).
Constructor for class java.awt.swing.JCheckBoxMenuItem
- Creates an initially unselected checkboxMenuItem with an icon.
- JCheckBoxMenuItem(String).
Constructor for class java.awt.swing.JCheckBoxMenuItem
- Creates an initially unselected checkboxMenuItem with text.
- JCheckBoxMenuItem(String, Icon).
Constructor for class java.awt.swing.JCheckBoxMenuItem
- Creates an initially unselected checkboxMenuItem with the specified text and icon.
- JCheckBoxMenuItem(String, boolean).
Constructor for class java.awt.swing.JCheckBoxMenuItem
- Creates a checkboxMenuItem with the specified text and selection state.
- JCheckBoxMenuItem(String, Icon, boolean).
Constructor for class java.awt.swing.JCheckBoxMenuItem
- Creates a checkboxMenuItem with the specified text, icon, and selection state.
- JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem class java.awt.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem.
- The class used to obtain the accessible role for this object.
- JComboBox class java.awt.swing.JComboBox.
- Swing's implementation of a ComboBox -- a combination of a text field and
drop-down list that lets the user either type in a value or select it from
a list that is displayed when the user asks for it.
- JComboBox(ComboBoxModel).
Constructor for class java.awt.swing.JComboBox
- Creates a JComboBox that takes its items from an existing ComboBoxDataModel.
- JComboBox(Object[]).
Constructor for class java.awt.swing.JComboBox
- Creates a JComboBox that contains the elements in the specified array.
- JComboBox(Vector).
Constructor for class java.awt.swing.JComboBox
- Creates a JComboBox that contains the elements in the specified Vector.
- JComboBox().
Constructor for class java.awt.swing.JComboBox
- Creates a JComboBox with a default data model.
- JComboBox.AccessibleJComboBox class java.awt.swing.JComboBox.AccessibleJComboBox.
- The class used to obtain the accessible role for this object.
- JComboBox.AccessibleJComboBox.AccessibleJComboBoxList class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList.
- JComboBox.AccessibleJComboBox.AccessibleJComboBoxList(JComboBox.AccessibleJComboBox, JComboBox).
Constructor for class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- JComboBox.KeySelectionManager interface java.awt.swing.JComboBox.KeySelectionManager.
- The interface that defines a KeySelectionManager.
- JComponent class java.awt.swing.JComponent.
- The base class for the Swing components.
- JComponent().
Constructor for class java.awt.swing.JComponent
- Default JComponent constructor.
- JComponent.AccessibleJComponent class java.awt.swing.JComponent.AccessibleJComponent.
- Inner class of JComponent used to provide default support for
accessibility.
- JComponent.AccessibleJComponent(JComponent).
Constructor for class java.awt.swing.JComponent.AccessibleJComponent
-
- JDCT_DEFAULT.
Variable in class java.awt.image.codec.JPEGParam
- The default algorithm
- JDCT_FLOAT.
Static variable in class java.awt.image.codec.JPEGParam
- Floating point algorithm - accurate but speed is hardware dependent
- JDCT_IFAST.
Static variable in class java.awt.image.codec.JPEGParam
- Faster, less accurate integer algorithm
- JDCT_ISLOW.
Static variable in class java.awt.image.codec.JPEGParam
- Slow but accurate integer algorithm
- JDesktopPane class java.awt.swing.JDesktopPane.
- This JLayeredPane subclass keeps a reference to a DesktopManager object.
- JDesktopPane().
Constructor for class java.awt.swing.JDesktopPane
-
- JDesktopPane.AccessibleJDesktopPane class java.awt.swing.JDesktopPane.AccessibleJDesktopPane.
- The class used to obtain the accessible role for this object.
- JDialog class java.awt.swing.JDialog.
- The main class for creating a dialog window.
- JDialog().
Constructor for class java.awt.swing.JDialog
- Creates a non-modal dialog without a title and without
a specified Frame owner.
- JDialog(Frame).
Constructor for class java.awt.swing.JDialog
- Creates a non-modal dialog without a title with the
specifed Frame as its owner.
- JDialog(Frame, boolean).
Constructor for class java.awt.swing.JDialog
- Creates a modal or non-modal dialog without a title and
with the specified owner frame.
- JDialog(Frame, String).
Constructor for class java.awt.swing.JDialog
- Creates a non-modal dialog with the specified title and
with the specified owner frame.
- JDialog(Frame, String, boolean).
Constructor for class java.awt.swing.JDialog
- Creates a modal or non-modal dialog with the specified title
and the specified owner frame.
- JDialog.AccessibleJDialog class java.awt.swing.JDialog.AccessibleJDialog.
- The class used to obtain the AccessibleRole for this object.
- JEditorPane class java.awt.swing.JEditorPane.
A text pane to edit various kinds of content, such
as html and rtf.
- JEditorPane().
Constructor for class java.awt.swing.JEditorPane
- Constructs a new JEditorPane.
- JEditorPane(URL).
Constructor for class java.awt.swing.JEditorPane
- Creates a JEditorPane based on a specified URL for input.
- JEditorPane(String).
Constructor for class java.awt.swing.JEditorPane
- Creates a JEditorPane based on a string containing a URL specification.
- JEditorPane.AccessibleJEditorPane class java.awt.swing.JEditorPane.AccessibleJEditorPane.
- The class used to obtain the accessible role for this object.
- JFrame class java.awt.swing.JFrame.
- An extended version of java.awt.Frame that adds support for
interposing input and painting behavior in front of the frames
children (see glassPane), support for special children that
are managed by a LayeredPane (see rootPane) and for Swing MenuBars.
- JFrame().
Constructor for class java.awt.swing.JFrame
- Constructs a new Frame that is initially invisible.
- JFrame(String).
Constructor for class java.awt.swing.JFrame
- Constructs a new, initially invisible Frame with the specified
title.
- JFrame.AccessibleJFrame class java.awt.swing.JFrame.AccessibleJFrame.
- JInternalFrame class java.awt.swing.JInternalFrame.
- A lightweight object that provides many of the features of
a native frame, including dragging, closing, becoming an icon,
resizing, title display, and support for a menu bar.
- JInternalFrame().
Constructor for class java.awt.swing.JInternalFrame
- Creates a JInternalFrame with no title, and all boolean setting false.
- JInternalFrame(String).
Constructor for class java.awt.swing.JInternalFrame
- Creates a JInternalFrame with title, and all boolean setting false.
- JInternalFrame(String, boolean).
Constructor for class java.awt.swing.JInternalFrame
-
- JInternalFrame(String, boolean, boolean).
Constructor for class java.awt.swing.JInternalFrame
-
- JInternalFrame(String, boolean, boolean, boolean).
Constructor for class java.awt.swing.JInternalFrame
-
- JInternalFrame(String, boolean, boolean, boolean, boolean).
Constructor for class java.awt.swing.JInternalFrame
- Primitive creation method that sets the appropriate values.
- JInternalFrame.AccessibleJInternalFrame class java.awt.swing.JInternalFrame.AccessibleJInternalFrame.
- The class used to obtain the accessible role for this object.
- JInternalFrame.JDesktopIcon class java.awt.swing.JInternalFrame.JDesktopIcon.
- This component represents an iconified version of a JInternalFrame.
- JInternalFrame.JDesktopIcon(JInternalFrame).
Constructor for class java.awt.swing.JInternalFrame.JDesktopIcon
-
- JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon class java.awt.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.
- The class used to obtain the accessible role for this object.
- JLabel class java.awt.swing.JLabel.
- A display area for a short text string or an image,
or both.
- JLabel(String, Icon, int).
Constructor for class java.awt.swing.JLabel
- Creates a
JLabel
instance with the specified
text, image, and horizontal alignment.
- JLabel(String, int).
Constructor for class java.awt.swing.JLabel
- Creates a
JLabel
instance with the specified
text and horizontal alignment.
- JLabel(String).
Constructor for class java.awt.swing.JLabel
- Creates a
JLabel
instance with the specified text.
- JLabel(Icon, int).
Constructor for class java.awt.swing.JLabel
- Creates a
JLabel
instance with the specified
image and horizontal alignment.
- JLabel(Icon).
Constructor for class java.awt.swing.JLabel
- Creates a
JLabel
instance with the specified image.
- JLabel().
Constructor for class java.awt.swing.JLabel
- Creates a
JLabel
instance with
no image and with an empty string for the title.
- JLabel.AccessibleJLabel class java.awt.swing.JLabel.AccessibleJLabel.
- The class used to obtain the accessible role for this object.
- JLayeredPane class java.awt.swing.JLayeredPane.
JLayeredPane manages it's list of children like Container, but
allows for the definition of a several layers within itself.
- JLayeredPane().
Constructor for class java.awt.swing.JLayeredPane
-
- JLayeredPane.AccessibleJLayeredPane class java.awt.swing.JLayeredPane.AccessibleJLayeredPane.
- The class used to obtain the accessible role for this object.
- JList class java.awt.swing.JList.
- A component that allows the user to select one or more objects from a
list.
- JList(ListModel).
Constructor for class java.awt.swing.JList
- Construct a JList that displays the elements in the specified,
non-null model.
- JList(Object[]).
Constructor for class java.awt.swing.JList
- Construct a JList that displays the elements in the specified
array.
- JList(Vector).
Constructor for class java.awt.swing.JList
- Construct a JList that displays the elements in the specified
Vector.
- JList().
Constructor for class java.awt.swing.JList
- Constructs a JList with an empty model.
- JList.AccessibleJList class java.awt.swing.JList.AccessibleJList.
- The class used to obtain the accessible role for this object.
- JList.AccessibleJList.AccessibleJListChild class java.awt.swing.JList.AccessibleJList.AccessibleJListChild.
- JList.AccessibleJList.AccessibleJListChild(JList.AccessibleJList, JList, int).
Constructor for class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- JMenu class java.awt.swing.JMenu.
- An implementation of a menu -- a popup window containing
JMenuItem
s that
is displayed when the user selects an item on the JMenuBar
. - JMenu().
Constructor for class java.awt.swing.JMenu
- Creates a new JMenu with no text.
- JMenu(String).
Constructor for class java.awt.swing.JMenu
- Creates a new JMenu with the supplied string as its text
- JMenu(String, boolean).
Constructor for class java.awt.swing.JMenu
- Creates a new JMenu with the supplied string as its text
and specified as a tear-off menu or not.
- JMenu.AccessibleJMenu class java.awt.swing.JMenu.AccessibleJMenu.
- The class used to obtain the accessible role for this object.
- JMenu.WinListener class java.awt.swing.JMenu.WinListener.
- A listener class that watches for a popup window closing.
- JMenu.WinListener(JMenu, JPopupMenu).
Constructor for class java.awt.swing.JMenu.WinListener
- Create the window listener for the specified popup.
- JMenuBar class java.awt.swing.JMenuBar.
- An implementation of a MenuBar.
- JMenuBar().
Constructor for class java.awt.swing.JMenuBar
- Creates a new menu bar.
- JMenuBar.AccessibleJMenuBar class java.awt.swing.JMenuBar.AccessibleJMenuBar.
- The class used to obtain the accessible role for this object.
- JMenuItem class java.awt.swing.JMenuItem.
- An implementation of a MenuItem.
- JMenuItem().
Constructor for class java.awt.swing.JMenuItem
- Creates a menuItem with no set text or icon.
- JMenuItem(Icon).
Constructor for class java.awt.swing.JMenuItem
- Creates a menuItem with an icon.
- JMenuItem(String).
Constructor for class java.awt.swing.JMenuItem
- Creates a menuItem with text.
- JMenuItem(String, Icon).
Constructor for class java.awt.swing.JMenuItem
- Creates a menuItem with the supplied text and icon.
- JMenuItem(String, int).
Constructor for class java.awt.swing.JMenuItem
- Creates a menuItem with the specified text and
keyboard mnemonic.
- JMenuItem.AccessibleJMenuItem class java.awt.swing.JMenuItem.AccessibleJMenuItem.
- The class used to obtain the accessible role for this object.
- JOIN_BEVEL.
Static variable in class java.awt.BasicStroke
- Join line segments by connecting the outer corners of their
wide outlines with a straight segment.
- JOIN_MITER.
Static variable in class java.awt.BasicStroke
- Join line segments by extending their outside edges until
they meet.
- JOIN_ROUND.
Static variable in class java.awt.BasicStroke
- Join line segments by rounding off the corner at a radius
of half the line width.
- JOptionPane class java.awt.swing.JOptionPane.
- JOptionPane makes it easy to pop up a standard dialog box that
prompts users for a value or informs them of something.
- JOptionPane().
Constructor for class java.awt.swing.JOptionPane
- Creates a JOptionPane with a test message.
- JOptionPane(Object).
Constructor for class java.awt.swing.JOptionPane
- Creates a instance of JOptionPane to display a message using the
plain-message message type and the default options delivered by
the UI.
- JOptionPane(Object, int).
Constructor for class java.awt.swing.JOptionPane
- Creates an instance of JOptionPane to display a message
with the specified message type and the default options,
- JOptionPane(Object, int, int).
Constructor for class java.awt.swing.JOptionPane
- Creates an instance of JOptionPane to display a message
with the specified message type and options.
- JOptionPane(Object, int, int, Icon).
Constructor for class java.awt.swing.JOptionPane
- Creates an instance of JOptionPane to display a message
with the specified message type, options, and icon.
- JOptionPane(Object, int, int, Icon, Object[]).
Constructor for class java.awt.swing.JOptionPane
- Creates an instance of JOptionPane to display a message
with the specified message type, icon, and options.
- JOptionPane(Object, int, int, Icon, Object[], Object).
Constructor for class java.awt.swing.JOptionPane
- Creates an instance of JOptionPane to display a message
with the specified message type, icon, and options, with the
inititially-selected option specified.
- JPEGHuffmanTable class java.awt.image.codec.JPEGHuffmanTable.
- A class to encapsulate a JPEG Huffman table
- JPEGHuffmanTable(short[], short[]).
Constructor for class java.awt.image.codec.JPEGHuffmanTable
- Creates a Huffman Table and initializes it.
- JPEGImageDecoder class java.awt.image.codec.JPEGImageDecoder.
- This class describes a JPEG image decoder.
- JPEGImageDecoder(InputStream, ImageConsumer).
Constructor for class java.awt.image.codec.JPEGImageDecoder
- Constructor for those wishing to push pixels one line at a time
By design/assumption this will push packed int lines of pixels
- JPEGImageDecoder(InputStream).
Constructor for class java.awt.image.codec.JPEGImageDecoder
- Constructs a JPEGImageDecoder that will decode the JPEG data
found in the InputStream.
- JPEGImageDecoder(InputStream, JPEGParam).
Constructor for class java.awt.image.codec.JPEGImageDecoder
- Constructs a JPEGImageDecoder that will decode the jpeg stream
found in the input stream.
- JPEGImageEncoder class java.awt.image.codec.JPEGImageEncoder.
- JPEGImageEncoder encodes buffers of image data into JPEG data
streams.
- JPEGImageEncoder(Raster, OutputStream).
Constructor for class java.awt.image.codec.JPEGImageEncoder
- Constructs a JPEGImageEncoder using a Raster dataa source and destination
OutputStream.
- JPEGImageEncoder(BufferedImage, OutputStream).
Constructor for class java.awt.image.codec.JPEGImageEncoder
- Constructs a JPEGImageEncoder specifying the BufferedImage data source
and destination OutputStream.
- JPEGImageEncoder(OutputStream).
Constructor for class java.awt.image.codec.JPEGImageEncoder
- Constructor to be used when tables only
data is being written.
- JPEGParam class java.awt.image.codec.JPEGParam.
- JPEGParam encapsulates tables and options necessary to control
encoding and decoding JPEG images.
- JPEGParam().
Constructor for class java.awt.image.codec.JPEGParam
- Constructs a JPEGParam with default options.
- JPEGQTable class java.awt.image.codec.JPEGQTable.
- Class to encapsulate the JPEG quantization tables
- JPEGQTable().
Constructor for class java.awt.image.codec.JPEGQTable
- Constructs an empty quantization table
- JPEGQTable(int[]).
Constructor for class java.awt.image.codec.JPEGQTable
- Constructs an quantization table with the array that was passed.
- JPanel class java.awt.swing.JPanel.
- JPanel is a generic container.
- JPanel(LayoutManager, boolean).
Constructor for class java.awt.swing.JPanel
- Creates a new JPanel
- JPanel(LayoutManager).
Constructor for class java.awt.swing.JPanel
- Create a new buffered JPanel with a specific layout manager
- JPanel(boolean).
Constructor for class java.awt.swing.JPanel
- Create a new JPanel with a FlowLayout.
- JPanel().
Constructor for class java.awt.swing.JPanel
- Create a new JPanel with a double buffer and a flow layout
- JPanel.AccessibleJPanel class java.awt.swing.JPanel.AccessibleJPanel.
- The class used to obtain the accessible role for this object.
- JPasswordField class java.awt.swing.JPasswordField.
- JTextField is a lightweight component that allows the editing
of a single line of text where the view indicates something was
typed, but does not show the original characters.
- JPasswordField().
Constructor for class java.awt.swing.JPasswordField
- Constructs a new JPasswordField.
- JPasswordField(String).
Constructor for class java.awt.swing.JPasswordField
- Constructs a new JPasswordField initialized with the specified text.
- JPasswordField(int).
Constructor for class java.awt.swing.JPasswordField
- Constructs a new empty JPasswordField with the specified
number of columns.
- JPasswordField(String, int).
Constructor for class java.awt.swing.JPasswordField
- Constructs a new JPasswordField initialized with the specified text
and columns.
- JPasswordField(Document, String, int).
Constructor for class java.awt.swing.JPasswordField
- Constructs a new JPasswordField that uses the given text storage
model and the given number of columns.
- JPasswordField.AccessibleJPasswordField class java.awt.swing.JPasswordField.AccessibleJPasswordField.
- The class used to obtain the accessible role for this object.
- JPopupMenu class java.awt.swing.JPopupMenu.
- An implementation of a Popup Menu -- a small window which pops up
and displays a series of choices.
- JPopupMenu().
Constructor for class java.awt.swing.JPopupMenu
- Create a JPopupMenu without an "invoker".
- JPopupMenu(String).
Constructor for class java.awt.swing.JPopupMenu
- Create a JPopupMenu with the specified title.
- JPopupMenu.AccessibleJPopupMenu class java.awt.swing.JPopupMenu.AccessibleJPopupMenu.
- JPopupMenu.WindowPopup.AccessibleWindowPopup class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup.
- The class used to obtain the accessible role for this object.
- JProgressBar class java.awt.swing.JProgressBar.
- A component that displays an integer value graphically within a bounded
interval.
- JProgressBar().
Constructor for class java.awt.swing.JProgressBar
- Creates a horizontal progress bar with a border.
- JProgressBar.AccessibleJProgressBar class java.awt.swing.JProgressBar.AccessibleJProgressBar.
- The class used to obtain the accessible role for this object.
- JProgressBar.ModelListener class java.awt.swing.JProgressBar.ModelListener.
- JRadioButton class java.awt.swing.JRadioButton.
- An implementation of a radio button -- an item that can be selected or
deselected, and which displays its state to the user.
- JRadioButton().
Constructor for class java.awt.swing.JRadioButton
- Creates an initially unselected radio button
with no set text.
- JRadioButton(Icon).
Constructor for class java.awt.swing.JRadioButton
- Creates an initially unselected radio button
with the specified image but no text.
- JRadioButton(Icon, boolean).
Constructor for class java.awt.swing.JRadioButton
- Creates a radio button with the specified image
and selection state, but no text.
- JRadioButton(String).
Constructor for class java.awt.swing.JRadioButton
- Creates an unselected radio button with the specified text.
- JRadioButton(String, boolean).
Constructor for class java.awt.swing.JRadioButton
- Creates a radio button with the specified text
and selection state.
- JRadioButton(String, Icon).
Constructor for class java.awt.swing.JRadioButton
- Creates a radio button that has the specified text and image,
and that is initially unselected.
- JRadioButton(String, Icon, boolean).
Constructor for class java.awt.swing.JRadioButton
- Creates a radio button that has the specified text, image,
and selection state.
- JRadioButton.AccessibleJRadioButton class java.awt.swing.JRadioButton.AccessibleJRadioButton.
- The class used to obtain the accessible role for this object.
- JRadioButtonMenuItem class java.awt.swing.JRadioButtonMenuItem.
- An implementation of a RadioButtonMenuItem.
- JRadioButtonMenuItem().
Constructor for class java.awt.swing.JRadioButtonMenuItem
- Creates a JRadioButtonMenuItem with no set text or icon.
- JRadioButtonMenuItem(Icon).
Constructor for class java.awt.swing.JRadioButtonMenuItem
- Creates a JRadioButtonMenuItem with an icon.
- JRadioButtonMenuItem(String).
Constructor for class java.awt.swing.JRadioButtonMenuItem
- Creates a JRadioButtonMenuItem with text.
- JRadioButtonMenuItem(String, Icon).
Constructor for class java.awt.swing.JRadioButtonMenuItem
- Creates a JRadioButtonMenuItem with the specified text
and Icon.
- JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem class java.awt.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem.
- The class used to obtain the accessible role for this object.
- JRootPane class java.awt.swing.JRootPane.
- The JRootPane component is made up of several components.
- JRootPane().
Constructor for class java.awt.swing.JRootPane
-
- JRootPane.AccessibleJRootPane class java.awt.swing.JRootPane.AccessibleJRootPane.
- The class used to obtain the accessible role for this object.
- JRootPane.RootLayout class java.awt.swing.JRootPane.RootLayout.
- Responsible for Layout of layeredPane, glassPane, menuBar.
- JScrollBar class java.awt.swing.JScrollBar.
- An implementation of a scrollbar.
- JScrollBar(int, int, int, int, int).
Constructor for class java.awt.swing.JScrollBar
- Creates a scrollbar with the specified orientation,
value, extent, mimimum, and maximum.
- JScrollBar(int).
Constructor for class java.awt.swing.JScrollBar
- Creates a scrollbar with the specified orientation
and the following initial values:
minimum = 0
maximum = 100
value = 0
extent = 10
- JScrollBar().
Constructor for class java.awt.swing.JScrollBar
- Creates a vertical scrollbar with the following initial values:
minimum = 0
maximum = 100
value = 0
extent = 10
- JScrollBar.AccessibleJScrollBar class java.awt.swing.JScrollBar.AccessibleJScrollBar.
- The class used to obtain the accessible role for this object.
- JScrollPane class java.awt.swing.JScrollPane.
- A specialized container that manages a viewport, optional
vertical and horizontal scrollbars, and optional row and
column heading viewports.
- JScrollPane(Component, int, int).
Constructor for class java.awt.swing.JScrollPane
-
- JScrollPane(Component).
Constructor for class java.awt.swing.JScrollPane
-
- JScrollPane(int, int).
Constructor for class java.awt.swing.JScrollPane
-
- JScrollPane().
Constructor for class java.awt.swing.JScrollPane
-
- JScrollPane.AccessibleJScrollPane class java.awt.swing.JScrollPane.AccessibleJScrollPane.
- The class used to obtain the accessible role for this object.
- JScrollPane.AccessibleJScrollPane(JScrollPane).
Constructor for class java.awt.swing.JScrollPane.AccessibleJScrollPane
- Constructor to set up listener on viewport
- JScrollPane.ScrollBar class java.awt.swing.JScrollPane.ScrollBar.
- By default JScrollPane creates scrollbars that are instances
of this class.
- JScrollPane.ScrollBar(JScrollPane, int).
Constructor for class java.awt.swing.JScrollPane.ScrollBar
-
- JSeparator class java.awt.swing.JSeparator.
- An implementation of a Menu Separator -- a divider between menu items
that breaks them up into logical groupings.
- JSeparator().
Constructor for class java.awt.swing.JSeparator
- Create a new separator
- JSeparator.AccessibleJSeparator class java.awt.swing.JSeparator.AccessibleJSeparator.
- The class used to obtain the accessible role for this object.
- JSlider class java.awt.swing.JSlider.
- A component that lets the user graphically select a value by slding
a knob within a bounded interval.
- JSlider(int, int, int, int).
Constructor for class java.awt.swing.JSlider
- Creates a slider with the specified orientation and the
specified mimimum, maximum, and initial values.
- JSlider().
Constructor for class java.awt.swing.JSlider
- Creates a horizontal slider with the range 0 to 100 and
an intitial value of 50.
- JSlider.AccessibleJSlider class java.awt.swing.JSlider.AccessibleJSlider.
- The class used to obtain the accessible role for this object.
- JSplitPane class java.awt.swing.JSplitPane.
- JSplitPane is used to divide two (and only two) Components.
- JSplitPane().
Constructor for class java.awt.swing.JSplitPane
- Returns a new JSplitPane configured to vertically divide
the child components and with two buttons.
- JSplitPane(int).
Constructor for class java.awt.swing.JSplitPane
- Returns a new JSplitPane configured with the passed in orientation
and no continuous layout.
- JSplitPane(int, boolean).
Constructor for class java.awt.swing.JSplitPane
- Returns a new JSplitPane with the specified orientation and
continuousLayout.
- JSplitPane(int, Component, Component).
Constructor for class java.awt.swing.JSplitPane
- Returns a new JSplitPane with the specified orientation,
continuousLayout and passed in Components.
- JSplitPane(int, boolean, Component, Component).
Constructor for class java.awt.swing.JSplitPane
- Returns a new JSplitPane with the specified orientation,
continuousLayout and passed in Components.
- JSplitPane.AccessibleJSplitPane class java.awt.swing.JSplitPane.AccessibleJSplitPane.
- The class used to obtain the accessible role for this object.
- JTabbedPane class java.awt.swing.JTabbedPane.
- A component which lets the user switch between a group of components by
clicking on a tab with a given title and/or icon.
- JTabbedPane().
Constructor for class java.awt.swing.JTabbedPane
- Creates an empty TabbedPane.
- JTabbedPane(int).
Constructor for class java.awt.swing.JTabbedPane
- Creates an empty TabbedPane with the specified tab placement
of either: TOP, BOTTOM, LEFT, or RIGHT.
- JTabbedPane.AccessibleJTabbedPane class java.awt.swing.JTabbedPane.AccessibleJTabbedPane.
- The class used to obtain the accessible role for this object.
- JTabbedPane.AccessibleJTabbedPane(JTabbedPane).
Constructor for class java.awt.swing.JTabbedPane.AccessibleJTabbedPane
-
- JTabbedPane.ModelListener class java.awt.swing.JTabbedPane.ModelListener.
- We pass ModelChanged events along to the listeners with
the tabbedpane (instead of the model itself) as the event source.
- JTable class java.awt.swing.JTable.
- WARNING: The API and internal implementation of the JTable have changed a great
deal since swing release 0.6.1; the reasons for the changes, details of
the public methods which have changed and some advice for porting code
based on the old API are are given in the README.txt files of this distribution.
- JTable().
Constructor for class java.awt.swing.JTable
- Constructs a default JTable which is initialized with a default
data model, a default column model, and a default selection
model.
- JTable(TableModel).
Constructor for class java.awt.swing.JTable
- Constructs a JTable which is initialized with dm as the
data model, a default column model, and a default selection
model.
- JTable(TableModel, TableColumnModel).
Constructor for class java.awt.swing.JTable
- Constructs a JTable which is initialized with dm as the
data model, cm as the column model, and a default selection
model.
- JTable(TableModel, TableColumnModel, ListSelectionModel).
Constructor for class java.awt.swing.JTable
- Constructs a JTable which is initialized with dm as the
data model, cm as the column model, and sm as the
selection model.
- JTable(int, int).
Constructor for class java.awt.swing.JTable
- Constructs a JTable with numColumns and numRows of
empty cells using the DefaultTableModel.
- JTable(Vector, Vector).
Constructor for class java.awt.swing.JTable
- Constructs a JTable using a DefaultTableModel and initialize the table
with the values in the data Vector.
- JTable(Object[][], Object[]).
Constructor for class java.awt.swing.JTable
- Constructs a JTable using a DefaultTableModel and initialize the
table with the values in the data array.
- JTable.AccessibleJTable class java.awt.swing.JTable.AccessibleJTable.
- The class used to obtain the accessible role for this object.
- JTable.AccessibleJTable.AccessibleJTableCell class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell.
- The class used to obtain the AccessibleRole for a cell.
- JTable.AccessibleJTable.AccessibleJTableCell(JTable.AccessibleJTable, JTable, int, int, int).
Constructor for class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Constructs an AccessiblJTableHeaaderEntry
- JTableHeader class java.awt.swing.table.JTableHeader.
- This is the column header part of a JTable.
- JTableHeader().
Constructor for class java.awt.swing.table.JTableHeader
- Constructs a JTableHeader with a default TableColumnModel
- JTableHeader(TableColumnModel).
Constructor for class java.awt.swing.table.JTableHeader
- Constructs a JTableHeader which is initialized with
cm as the column model.
- JTableHeader.AccessibleJTableHeader class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.
- The class used to obtain the accessible role for this object.
- JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.
- JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry(JTableHeader.AccessibleJTableHeader, int, JTableHeader, JTable).
Constructor for class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
- Constructs an AccessiblJTableHeaaderEntry
- JTextArea class java.awt.swing.JTextArea.
- A TextArea is a multi-line area that displays plain text.
- JTextArea().
Constructor for class java.awt.swing.JTextArea
- Constructs a new TextArea.
- JTextArea(String).
Constructor for class java.awt.swing.JTextArea
- Constructs a new TextArea with the specified text displayed.
- JTextArea(int, int).
Constructor for class java.awt.swing.JTextArea
- Constructs a new empty TextArea with the specified number of
rows and columns.
- JTextArea(String, int, int).
Constructor for class java.awt.swing.JTextArea
- Constructs a new TextArea with the specified text and number
of rows and columns.
- JTextArea(Document).
Constructor for class java.awt.swing.JTextArea
- Constructs a new JTextArea with the given document model, and defaults
for all of the other arguments.
- JTextArea(Document, String, int, int).
Constructor for class java.awt.swing.JTextArea
- Constructs a new JTextArea with the specified number of rows
and columns, and the given model.
- JTextArea.AccessibleJTextArea class java.awt.swing.JTextArea.AccessibleJTextArea.
- The class used to obtain the accessible role for this object.
- JTextComponent class java.awt.swing.text.JTextComponent.
JTextComponent is the base class for swing text components.
- JTextComponent().
Constructor for class java.awt.swing.text.JTextComponent
- Creates a new JTextComponent.
- JTextComponent.AccessibleJTextComponent class java.awt.swing.text.JTextComponent.AccessibleJTextComponent.
- Accessibility implementation for JTextComponent
Warning: serialized objects of this class will not be compatible with
future swing releases.
- JTextComponent.AccessibleJTextComponent(JTextComponent).
Constructor for class java.awt.swing.text.JTextComponent.AccessibleJTextComponent
- Construct an AccessibleJTextComponent
- JTextComponent.KeyBinding class java.awt.swing.text.JTextComponent.KeyBinding.
- Binding record for creating key bindings
Warning: serialized objects of this class will not be compatible with
future swing releases.
- JTextComponent.KeyBinding(KeyStroke, String).
Constructor for class java.awt.swing.text.JTextComponent.KeyBinding
- Creates a new key binding.
- JTextField class java.awt.swing.JTextField.
- JTextField is a lightweight component that allows the editing
of a single line of text.
- JTextField().
Constructor for class java.awt.swing.JTextField
- Constructs a new TextField.
- JTextField(String).
Constructor for class java.awt.swing.JTextField
- Constructs a new TextField initialized with the specified text.
- JTextField(int).
Constructor for class java.awt.swing.JTextField
- Constructs a new empty TextField with the specified number of columns.
- JTextField(String, int).
Constructor for class java.awt.swing.JTextField
- Constructs a new TextField initialized with the specified text
and columns.
- JTextField(Document, String, int).
Constructor for class java.awt.swing.JTextField
- Constructs a new JTextField that uses the given text storage
model and the given number of columns.
- JTextField.AccessibleJTextField class java.awt.swing.JTextField.AccessibleJTextField.
- The class used to obtain the accessible role for this object.
- JTextField.AccessibleJTextField(JTextField).
Constructor for class java.awt.swing.JTextField.AccessibleJTextField
-
- JTextPane class java.awt.swing.JTextPane.
- A text component that can be marked up with attributes that are
represented graphically.
- JTextPane().
Constructor for class java.awt.swing.JTextPane
- Constructs a new JTextPane.
- JTextPane(StyledDocument).
Constructor for class java.awt.swing.JTextPane
- Constructs a new JTextPane, with a specified document model and
style context.
- JToggleButton class java.awt.swing.JToggleButton.
- An implementation of a two-state button.
- JToggleButton().
Constructor for class java.awt.swing.JToggleButton
- Creates an initially unselected toggle button
without setting the text or image.
- JToggleButton(Icon).
Constructor for class java.awt.swing.JToggleButton
- Creates an initially unselected toggle button
with the specified image but no text.
- JToggleButton(Icon, boolean).
Constructor for class java.awt.swing.JToggleButton
- Creates a toggle button with the specified image
and selection state, but no text.
- JToggleButton(String).
Constructor for class java.awt.swing.JToggleButton
- Creates an unselected toggle button with the specified text.
- JToggleButton(String, boolean).
Constructor for class java.awt.swing.JToggleButton
- Creates a toggle button with the specified text
and selection state.
- JToggleButton(String, Icon).
Constructor for class java.awt.swing.JToggleButton
- Creates a toggle button that has the specified text and image,
and that is initially unselected.
- JToggleButton(String, Icon, boolean).
Constructor for class java.awt.swing.JToggleButton
- Creates a toggle button with the specified text, image, and
selection state.
- JToggleButton.AccessibleJToggleButton class java.awt.swing.JToggleButton.AccessibleJToggleButton.
- The class used to obtain the accessible role for this object.
- JToggleButton.AccessibleJToggleButton(JToggleButton).
Constructor for class java.awt.swing.JToggleButton.AccessibleJToggleButton
-
- JToggleButton.ToggleButtonModel class java.awt.swing.JToggleButton.ToggleButtonModel.
- The ToggleButton model
Warning: serialized objects of this class will not be compatible with
future swing releases.
- JToggleButton.ToggleButtonModel().
Constructor for class java.awt.swing.JToggleButton.ToggleButtonModel
- Creates a new ToggleButton Model
- JToolBar class java.awt.swing.JToolBar.
- JToolBar provides a component which is useful for displaying commonly
used Actions or controls.
- JToolBar().
Constructor for class java.awt.swing.JToolBar
- Create a new toolbar.
- JToolBar.AccessibleJToolBar class java.awt.swing.JToolBar.AccessibleJToolBar.
- The class used to obtain the accessible role for this object.
- JToolBar.Separator class java.awt.swing.JToolBar.Separator.
- A toolbar-specific separator.
- JToolBar.Separator(JToolBar).
Constructor for class java.awt.swing.JToolBar.Separator
- Create the separator
- JToolTip class java.awt.swing.JToolTip.
- Used to display a "Tip" for a Component.
- JToolTip().
Constructor for class java.awt.swing.JToolTip
- Creates a tool tip.
- JToolTip.AccessibleJToolTip class java.awt.swing.JToolTip.AccessibleJToolTip.
- The class used to obtain the accessible role for this object.
- JTree class java.awt.swing.JTree.
- A control that displays a set of hierarchical data as an outline.
- JTree().
Constructor for class java.awt.swing.JTree
- Returns a JTree with a sample model.
- JTree(Object[]).
Constructor for class java.awt.swing.JTree
- Returns a JTree with each element of the specified array as the
child of a new root node which is not displayed.
- JTree(Vector).
Constructor for class java.awt.swing.JTree
- Returns a JTree with each element of the specified Vector as the
child of a new root node which is not displayed.
- JTree(Hashtable).
Constructor for class java.awt.swing.JTree
- Returns a JTree created from a Hashtable which does not display
the root.
- JTree(TreeNode).
Constructor for class java.awt.swing.JTree
- Returns a JTree with the specified TreeNode as its root which is
not displayed.
- JTree(TreeNode, boolean).
Constructor for class java.awt.swing.JTree
- Returns a JTree with the specified TreeNode as its root, which
displays the root node and which decides whether a node is a
leaf node in the specified manner.
- JTree(TreeModel).
Constructor for class java.awt.swing.JTree
- Returns an instance of JTree which displays the root node
-- the tree is created using the specified data model.
- JTree.AccessibleJTree class java.awt.swing.JTree.AccessibleJTree.
- The class used to obtain the accessible role for this object.
- JTree.AccessibleJTree(JTree).
Constructor for class java.awt.swing.JTree.AccessibleJTree
-
- JTree.AccessibleJTree.AccessibleJTreeNode class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode.
- JTree.AccessibleJTree.AccessibleJTreeNode(JTree.AccessibleJTree, JTree, TreePath, Accessible).
Constructor for class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Constructs an AccessibleJTreeNode
- JTree.DynamicUtilTreeNode class java.awt.swing.JTree.DynamicUtilTreeNode.
- DynamicUtilTreeNode can wrap vectors/hashtables/arrays/strings and
create the appropriate children tree nodes as necessary.
- JTree.DynamicUtilTreeNode(Object, Object).
Constructor for class java.awt.swing.JTree.DynamicUtilTreeNode
- Creates a node with the specified object as its value and
with the specified children.
- JTree.EmptySelectionModel class java.awt.swing.JTree.EmptySelectionModel.
- EmptySelectionModel is a TreeSelectionModel that does not allow
anything to be selected.
- JTree.TreeSelectionRedirector class java.awt.swing.JTree.TreeSelectionRedirector.
- Handles creating a new TreeSelectionEvent with the JTree as the
source and passing it off to all the listeners.
- JULY.
Static variable in class java.util.Calendar
- Useful constant for month.
- JUNE.
Static variable in class java.util.Calendar
- Useful constant for month.
- JUSTIFICATION.
Static variable in class java.awt.font.TextAttributeSet
- Justification for the paragraph.
- JUSTIFICATION_DEFAULT.
Static variable in class java.awt.font.TextAttributeSet
- The default justification if JUSTIFICATION is unspecified.
- JUSTIFICATION_FULL.
Static variable in class java.awt.font.TextAttributeSet
- Justify the line to the full requested width.
- JUSTIFICATION_NONE.
Static variable in class java.awt.font.TextAttributeSet
- Do not allow the line to be justified.
- JViewport class java.awt.swing.JViewport.
- The "view port" through which you see information as it scrolls
by underneath the "port hole".
- JViewport().
Constructor for class java.awt.swing.JViewport
-
- JViewport.AccessibleJViewport class java.awt.swing.JViewport.AccessibleJViewport.
- The class used to obtain the accessible role for this object.
- JViewport.ViewListener class java.awt.swing.JViewport.ViewListener.
- A listener for the view.
- JWindow class java.awt.swing.JWindow.
- The JWindow component contains a JRootPane as it's only child.
- JWindow().
Constructor for class java.awt.swing.JWindow
- Creates a window with no specified owner.
- JWindow(Frame).
Constructor for class java.awt.swing.JWindow
- Creates a window with the specified owner frame.
- JWindow.AccessibleJWindow class java.awt.swing.JWindow.AccessibleJWindow.
- JarEntry class java.util.jar.JarEntry.
- 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.
- JarException exception java.util.jar.JarException.
- Signals that an error of some sort has occurred while reading from
or writing to a JAR file.
- JarException().
Constructor for class java.util.jar.JarException
- Constructs a JarException with no detail message.
- JarException(String).
Constructor for class java.util.jar.JarException
- Constructs a JarException with the specified detail message.
- JarFile class java.util.jar.JarFile.
- The
JarFile
class is used to read the contents of a JAR file
from any file that can be opened with java.io.RandomAccessFile
. - JarFile().
Constructor for class java.util.jar.JarFile
- Creates a new, unnamed
JarFile
.
- 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.
- JarInputStream class java.util.jar.JarInputStream.
- The
JarInputStream
class is used to read the contents of
a JAR file from any input stream. - JarInputStream(InputStream).
Constructor for class java.util.jar.JarInputStream
- Creates a new
JarInputStream
and reads the optional
manifest.
- JarInputStream(InputStream, boolean).
Constructor for class java.util.jar.JarInputStream
- Creates a new
JarInputStream
and reads the optional
manifest.
- JarOutputStream class java.util.jar.JarOutputStream.
- The
JarOutputStream
class is used to write the contents
of a JAR file to any output stream. - JarOutputStream(OutputStream, 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 default manifest.
- JarURLConnection class java.net.JarURLConnection.
- A URL Connection to a Java ARchive (JAR) file or an entry in a JAR
file.
- JarURLConnection(URL).
Constructor for class java.net.JarURLConnection
-
- JoinNextDirection.
Static variable in class java.awt.swing.text.DefaultStyledDocument.ElementSpec
- A possible value for getDirection.
- JoinPreviousDirection.
Static variable in class java.awt.swing.text.DefaultStyledDocument.ElementSpec
- A possible value for getDirection.
- jarFileURLConnection.
Variable in class java.net.JarURLConnection
- The connection to the JAR file URL, if the connection has been
initiated.
- jdbcCompliant().
Method in interface java.sql.Driver
- Report whether the Driver is a genuine JDBC COMPLIANT (tm) driver.
- join(long).
Method in class java.lang.Thread
- Waits at most
millis
milliseconds for this thread to
die.
- join(long, int).
Method in class java.lang.Thread
- Waits at most
millis
milliseconds plus
nanos
nanoseconds for this thread to die.
- join().
Method in class java.lang.Thread
- Waits for this thread to die.
- join(InetAddress).
Method in class java.net.DatagramSocketImpl
- Join the multicast group.
- joinGroup(InetAddress).
Method in class java.net.MulticastSocket
- Joins a multicast group.