|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
MONTH
field indicating the
first month of the year.
JAVA_OBJECT
.
JApplet
class.Action
supplied.
JButton
class.JCheckBox
class.JCheckBoxMenuItem
class.JColorChooser
provides a pane of controls designed to allow
a user to manipulate and select a color.ColorSelectionModel
.
JColorChooser
class.JComboBox
that takes it's items from an
existing ComboBoxModel
.
JComboBox
that contains the elements
in the specified array.
JComboBox
that contains the elements
in the specified Vector.
JComboBox
with a default data model.
JComboBox
class.KeySelectionManager
.JComponent
constructor.
JDesktopPane
.
JDesktopPane
class.Frame
owner.
Frame
as its owner.
Frame
.
Frame
.
Frame
, and GraphicsConfiguration
.
Dialog
as its owner.
Dialog
, and GraphicsConfiguration
.
JDialog
class.JEditorPane
.
JEditorPane
based on a specified URL for input.
JEditorPane
based on a string containing
a URL specification.
JEditorPane
that has been initialized
to the given text.
JEditorPane
class.AccessibleHypertext
,
and is used in instances where the EditorKit
installed in this JEditorPane
is an instance of
HTMLEditorKit
.AccessibleJEditorPaneHTML.getAccessibleText
.JFileChooser
provides a simple mechanism for the user to
choose a file.JFileChooser
pointing to the user's
default directory.
JFileChooser
using the given path.
JFileChooser
using the given File
as the path.
JFileChooser
using the given
FileSystemView
.
JFileChooser
using the given current directory
and FileSystemView
.
JFileChooser
using the given current directory
path and FileSystemView
.
JFileChooser
class.JFormattedTextField
extends JTextField
adding
support for formatting arbitrary values, as well as retrieving a particular
object once the user has edited the text.JFormattedTextField
with no
AbstractFormatterFactory
.
JFormattedTextField
.
JFormattedTextField
with the specified
AbstractFormatter
.
JFormattedTextField
with the specified
AbstractFormatterFactory
.
JFormattedTextField
with the specified
AbstractFormatterFactory
and initial value.
AbstractFormatter
are used by
JFormattedTextField
to handle the conversion both
from an Object to a String, and back from a String to an Object.AbstractFormatterFactory
are used by
JFormattedTextField
to obtain instances of
AbstractFormatter
which in turn are used to format values.java.awt.Frame
that adds support for
the JFC/Swing component architecture.Frame
in the specified
GraphicsConfiguration
of
a screen device and a blank title.
Frame
with the
specified title.
JFrame
with the specified title and the
specified GraphicsConfiguration
of a screen device.
JFrame
class.JInternalFrame
with no title.
JInternalFrame
with the specified title.
JInternalFrame
with the specified title
and resizability.
JInternalFrame
with the specified title, resizability, and
closability.
JInternalFrame
with the specified title,
resizability, closability, and maximizability.
JInternalFrame
with the specified title,
resizability, closability, maximizability, and iconifiability.
JInternalFrame
class.JInternalFrame
.JInternalFrame.JDesktopIcon
class.JLabel
instance with the specified
text, image, and horizontal alignment.
JLabel
instance with the specified
text and horizontal alignment.
JLabel
instance with the specified text.
JLabel
instance with the specified
image and horizontal alignment.
JLabel
instance with the specified image.
JLabel
instance with
no image and with an empty string for the title.
JLayeredPane
adds depth to a JFC/Swing container,
allowing components to overlap each other when needed.JLayeredPane
class.JList
that displays the elements in the
specified, non-null
model.
JList
that displays the elements in
the specified array.
JList
that displays the elements in
the specified Vector
.
JList
with an empty model.
JList
class.JMenuItem
s that
is displayed when the user selects an item on the JMenuBar
.JMenu
with no text.
JMenu
with the supplied string
as its text.
Action
supplied.
JMenu
with the supplied string as
its text and specified as a tear-off menu or not.
JMenu
class.JMenuBar
class.JMenuItem
with no set text or icon.
JMenuItem
with the specified icon.
JMenuItem
with the specified text.
Action
.
JMenuItem
with the specified text and icon.
JMenuItem
with the specified text and
keyboard mnemonic.
JMenuItem
class.PrintService
.
JobHoldUntil
attribute was
specified with a date-time that is still in the future.
JOptionPane
makes it easy to pop up a standard dialog box that
prompts users for a value or informs them of something.JOptionPane
with a test message.
JOptionPane
to display a
message using the
plain-message message type and the default options delivered by
the UI.
JOptionPane
to display a message
with the specified message type and the default options,
JOptionPane
to display a message
with the specified message type and options.
JOptionPane
to display a message
with the specified message type, options, and icon.
JOptionPane
to display a message
with the specified message type, icon, and options.
JOptionPane
to display a message
with the specified message type, icon, and options, with the
initially-selected option specified.
JOptionPane
class."image/jpeg"
, print data
representation class name = "[B"
(byte array).
"image/jpeg"
, print data
representation class name =
"java.io.InputStream"
(byte stream).
"image/jpeg"
, print data
representation class name = "java.net.URL"
.
JPEGImageReadParam
.
JPEGImageWriteParam
.
JPanel
is a generic lightweight container.JPanel
with FlowLayout
and the specified buffering strategy.
JPanel
with a double buffer
and a flow layout.
JPanel
class.JPasswordField
is a lightweight component that allows
the editing of a single line of text where the view indicates
something was typed, but does not show the original characters.JPasswordField
,
with a default document, null
starting
text string, and 0 column width.
JPasswordField
initialized
with the specified text.
JPasswordField
with the specified
number of columns.
JPasswordField
initialized with
the specified text and columns.
JPasswordField
that uses the
given text storage model and the given number of columns.
JPasswordField
class.JPopupMenu
without an "invoker".
JPopupMenu
with the specified title.
JPopupMenu
class.JProgressBar.VERTICAL
or
JProgressBar.HORIZONTAL
.
JProgressBar
class.JRadioButton
class.JRadioButtonMenuItem
with no set text or icon.
JRadioButtonMenuItem
with an icon.
JRadioButtonMenuItem
with text.
Action
supplied.
Icon
.
JRadioButtonMenuItem
class.JFrame
, JDialog
, JWindow
,
JApplet
, and JInternalFrame
.JRootPane
, setting up its
glassPane
, layeredPane
,
and contentPane
.
JRootPane
class.JScrollBar
class.JScrollPane
that displays the view
component in a viewport
whose view position can be controlled with a pair of scrollbars.
JScrollPane
that displays the
contents of the specified
component, where both horizontal and vertical scrollbars appear
whenever the component's contents are larger than the view.
JScrollPane
with specified
scrollbar policies.
JScrollPane
where both horizontal and vertical scrollbars appear when needed.
JScrollPane
class.JScrollPane
creates scrollbars
that are instances
of this class.JSeparator
provides a general purpose component for
implementing divider lines - most commonly used as a divider
between menu items that breaks them up into logical groupings.JSeparator
class.JSlider
class.SpinnerModel
.
Integer SpinnerNumberModel
with initial value 0 and no minimum or maximum limits.
JSpinner
whose model is a
SpinnerDateModel
.JSpinner
editor that supports displaying
and editing the value of a SpinnerDateModel
with a JFormattedTextField
.
JSpinner
editor that supports displaying
and editing the value of a SpinnerDateModel
with a JFormattedTextField
.
JFormattedTextField.- JSpinner.DefaultEditor(JSpinner) -
Constructor for class javax.swing.JSpinner.DefaultEditor
- Constructs an editor component for the specified
JSpinner
.
- JSpinner.ListEditor - class javax.swing.JSpinner.ListEditor.
- An editor for a
JSpinner
whose model is a
SpinnerListModel
. - JSpinner.ListEditor(JSpinner) -
Constructor for class javax.swing.JSpinner.ListEditor
- Construct a
JSpinner
editor that supports displaying
and editing the value of a SpinnerListModel
with a JFormattedTextField
.
- JSpinner.NumberEditor - class javax.swing.JSpinner.NumberEditor.
- An editor for a
JSpinner
whose model is a
SpinnerNumberModel
. - JSpinner.NumberEditor(JSpinner) -
Constructor for class javax.swing.JSpinner.NumberEditor
- Construct a
JSpinner
editor that supports displaying
and editing the value of a SpinnerNumberModel
with a JFormattedTextField
.
- JSpinner.NumberEditor(JSpinner, String) -
Constructor for class javax.swing.JSpinner.NumberEditor
- Construct a
JSpinner
editor that supports displaying
and editing the value of a SpinnerNumberModel
with a JFormattedTextField
.
- JSplitPane - class javax.swing.JSplitPane.
JSplitPane
is used to divide two (and only two)
Component
s.- JSplitPane() -
Constructor for class javax.swing.JSplitPane
- Creates a new
JSplitPane
configured to arrange the child
components side-by-side horizontally with no continuous
layout, using two buttons for the components.
- JSplitPane(int) -
Constructor for class javax.swing.JSplitPane
- Creates a new
JSplitPane
configured with the
specified orientation and no continuous layout.
- JSplitPane(int, boolean) -
Constructor for class javax.swing.JSplitPane
- Creates a new
JSplitPane
with the specified
orientation and redrawing style.
- JSplitPane(int, Component, Component) -
Constructor for class javax.swing.JSplitPane
- Creates a new
JSplitPane
with the specified
orientation and
with the specified components that do not do continuous
redrawing.
- JSplitPane(int, boolean, Component, Component) -
Constructor for class javax.swing.JSplitPane
- Creates a new
JSplitPane
with the specified
orientation and
redrawing style, and with the specified components.
- JSplitPane.AccessibleJSplitPane - class javax.swing.JSplitPane.AccessibleJSplitPane.
- This class implements accessibility support for the
JSplitPane
class. - JSplitPane.AccessibleJSplitPane() -
Constructor for class javax.swing.JSplitPane.AccessibleJSplitPane
-
- JTabbedPane - class javax.swing.JTabbedPane.
- A component that lets the user switch between a group of components by
clicking on a tab with a given title and/or icon.
- JTabbedPane() -
Constructor for class javax.swing.JTabbedPane
- Creates an empty
TabbedPane
with a default
tab placement of JTabbedPane.TOP
.
- JTabbedPane(int) -
Constructor for class javax.swing.JTabbedPane
- Creates an empty
TabbedPane
with the specified tab placement
of either: JTabbedPane.TOP
, JTabbedPane.BOTTOM
,
JTabbedPane.LEFT
, or JTabbedPane.RIGHT
.
- JTabbedPane(int, int) -
Constructor for class javax.swing.JTabbedPane
- Creates an empty
TabbedPane
with the specified tab placement
and tab layout policy.
- JTabbedPane.AccessibleJTabbedPane - class javax.swing.JTabbedPane.AccessibleJTabbedPane.
- This class implements accessibility support for the
JTabbedPane
class. - JTabbedPane.AccessibleJTabbedPane() -
Constructor for class javax.swing.JTabbedPane.AccessibleJTabbedPane
- Constructs an AccessibleJTabbedPane
- JTabbedPane.ModelListener - class javax.swing.JTabbedPane.ModelListener.
- We pass
ModelChanged
events along to the listeners with
the tabbedpane (instead of the model itself) as the event source. - JTabbedPane.ModelListener() -
Constructor for class javax.swing.JTabbedPane.ModelListener
-
- JTable - class javax.swing.JTable.
- The
JTable
is used to display and edit regular two-dimensional tables
of cells. - JTable() -
Constructor for class javax.swing.JTable
- Constructs a default
JTable
that is initialized with a default
data model, a default column model, and a default selection
model.
- JTable(TableModel) -
Constructor for class javax.swing.JTable
- Constructs a
JTable
that is initialized with
dm
as the data model, a default column model,
and a default selection model.
- JTable(TableModel, TableColumnModel) -
Constructor for class javax.swing.JTable
- Constructs a
JTable
that is initialized with
dm
as the data model, cm
as the column model, and a default selection model.
- JTable(TableModel, TableColumnModel, ListSelectionModel) -
Constructor for class javax.swing.JTable
- Constructs a
JTable
that is initialized with
dm
as the data model, cm
as the
column model, and sm
as the selection model.
- JTable(int, int) -
Constructor for class javax.swing.JTable
- Constructs a
JTable
with numRows
and numColumns
of empty cells using
DefaultTableModel
.
- JTable(Vector, Vector) -
Constructor for class javax.swing.JTable
- Constructs a
JTable
to display the values in the
Vector
of Vectors
, rowData
,
with column names, columnNames
.
- JTable(Object[][], Object[]) -
Constructor for class javax.swing.JTable
- Constructs a
JTable
to display the values in the two dimensional array,
rowData
, with column names, columnNames
.
- JTable.AccessibleJTable - class javax.swing.JTable.AccessibleJTable.
- This class implements accessibility support for the
JTable
class. - JTable.AccessibleJTable.AccessibleJTableCell - class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell.
- The class provides an implementation of the Java Accessibility
API appropriate to table cells.
- JTable.AccessibleJTable.AccessibleJTableCell(JTable, int, int, int) -
Constructor for class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Constructs an
AccessibleJTableHeaderEntry
.
- JTable.AccessibleJTable.AccessibleJTableModelChange - class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange.
-
- JTable.AccessibleJTable.AccessibleJTableModelChange(int, int, int, int, int) -
Constructor for class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- JTableHeader - class javax.swing.table.JTableHeader.
- This is the object which manages the header of the
JTable
. - JTableHeader() -
Constructor for class javax.swing.table.JTableHeader
- Constructs a
JTableHeader
with a default
TableColumnModel
.
- JTableHeader(TableColumnModel) -
Constructor for class javax.swing.table.JTableHeader
- Constructs a
JTableHeader
which is initialized with
cm
as the column model.
- JTableHeader.AccessibleJTableHeader - class javax.swing.table.JTableHeader.AccessibleJTableHeader.
- This class implements accessibility support for the
JTableHeader
class. - JTableHeader.AccessibleJTableHeader() -
Constructor for class javax.swing.table.JTableHeader.AccessibleJTableHeader
-
- JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry - class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.
- This class provides an implementation of the Java Accessibility
API appropropriate for JTableHeader entries.
- JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry(int, JTableHeader, JTable) -
Constructor for class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
- Constructs an AccessiblJTableHeaaderEntry
- JTextArea - class javax.swing.JTextArea.
- A
JTextArea
is a multi-line area that displays plain text. - JTextArea() -
Constructor for class javax.swing.JTextArea
- Constructs a new TextArea.
- JTextArea(String) -
Constructor for class javax.swing.JTextArea
- Constructs a new TextArea with the specified text displayed.
- JTextArea(int, int) -
Constructor for class javax.swing.JTextArea
- Constructs a new empty TextArea with the specified number of
rows and columns.
- JTextArea(String, int, int) -
Constructor for class javax.swing.JTextArea
- Constructs a new TextArea with the specified text and number
of rows and columns.
- JTextArea(Document) -
Constructor for class javax.swing.JTextArea
- Constructs a new JTextArea with the given document model, and defaults
for all of the other arguments (null, 0, 0).
- JTextArea(Document, String, int, int) -
Constructor for class javax.swing.JTextArea
- Constructs a new JTextArea with the specified number of rows
and columns, and the given model.
- JTextArea.AccessibleJTextArea - class javax.swing.JTextArea.AccessibleJTextArea.
- This class implements accessibility support for the
JTextArea
class. - JTextArea.AccessibleJTextArea() -
Constructor for class javax.swing.JTextArea.AccessibleJTextArea
-
- JTextComponent - class javax.swing.text.JTextComponent.
JTextComponent
is the base class for swing text
components.- JTextComponent() -
Constructor for class javax.swing.text.JTextComponent
- Creates a new
JTextComponent
.
- JTextComponent.AccessibleJTextComponent - class javax.swing.text.JTextComponent.AccessibleJTextComponent.
- This class implements accessibility support for the
JTextComponent
class. - JTextComponent.AccessibleJTextComponent() -
Constructor for class javax.swing.text.JTextComponent.AccessibleJTextComponent
- Constructs an AccessibleJTextComponent.
- JTextComponent.KeyBinding - class javax.swing.text.JTextComponent.KeyBinding.
- Binding record for creating key bindings.
- JTextComponent.KeyBinding(KeyStroke, String) -
Constructor for class javax.swing.text.JTextComponent.KeyBinding
- Creates a new key binding.
- JTextField - class javax.swing.JTextField.
JTextField
is a lightweight component that allows the editing
of a single line of text.- JTextField() -
Constructor for class javax.swing.JTextField
- Constructs a new
TextField
.
- JTextField(String) -
Constructor for class javax.swing.JTextField
- Constructs a new
TextField
initialized with the
specified text.
- JTextField(int) -
Constructor for class javax.swing.JTextField
- Constructs a new empty
TextField
with the specified
number of columns.
- JTextField(String, int) -
Constructor for class javax.swing.JTextField
- Constructs a new
TextField
initialized with the
specified text and columns.
- JTextField(Document, String, int) -
Constructor for class javax.swing.JTextField
- Constructs a new
JTextField
that uses the given text
storage model and the given number of columns.
- JTextField.AccessibleJTextField - class javax.swing.JTextField.AccessibleJTextField.
- This class implements accessibility support for the
JTextField
class. - JTextField.AccessibleJTextField() -
Constructor for class javax.swing.JTextField.AccessibleJTextField
-
- JTextPane - class javax.swing.JTextPane.
- A text component that can be marked up with attributes that are
represented graphically.
- JTextPane() -
Constructor for class javax.swing.JTextPane
- Creates a new
JTextPane
.
- JTextPane(StyledDocument) -
Constructor for class javax.swing.JTextPane
- Creates a new
JTextPane
, with a specified document model.
- JToggleButton - class javax.swing.JToggleButton.
- An implementation of a two-state button.
- JToggleButton() -
Constructor for class javax.swing.JToggleButton
- Creates an initially unselected toggle button
without setting the text or image.
- JToggleButton(Icon) -
Constructor for class javax.swing.JToggleButton
- Creates an initially unselected toggle button
with the specified image but no text.
- JToggleButton(Icon, boolean) -
Constructor for class javax.swing.JToggleButton
- Creates a toggle button with the specified image
and selection state, but no text.
- JToggleButton(String) -
Constructor for class javax.swing.JToggleButton
- Creates an unselected toggle button with the specified text.
- JToggleButton(String, boolean) -
Constructor for class javax.swing.JToggleButton
- Creates a toggle button with the specified text
and selection state.
- JToggleButton(Action) -
Constructor for class javax.swing.JToggleButton
- Creates a toggle button where properties are taken from the
Action supplied.
- JToggleButton(String, Icon) -
Constructor for class javax.swing.JToggleButton
- Creates a toggle button that has the specified text and image,
and that is initially unselected.
- JToggleButton(String, Icon, boolean) -
Constructor for class javax.swing.JToggleButton
- Creates a toggle button with the specified text, image, and
selection state.
- JToggleButton.AccessibleJToggleButton - class javax.swing.JToggleButton.AccessibleJToggleButton.
- This class implements accessibility support for the
JToggleButton
class. - JToggleButton.AccessibleJToggleButton() -
Constructor for class javax.swing.JToggleButton.AccessibleJToggleButton
-
- JToggleButton.ToggleButtonModel - class javax.swing.JToggleButton.ToggleButtonModel.
- The ToggleButton model
- JToggleButton.ToggleButtonModel() -
Constructor for class javax.swing.JToggleButton.ToggleButtonModel
- Creates a new ToggleButton Model
- JToolBar - class javax.swing.JToolBar.
JToolBar
provides a component that is useful for
displaying commonly used Action
s or controls.- JToolBar() -
Constructor for class javax.swing.JToolBar
- Creates a new tool bar; orientation defaults to
HORIZONTAL
.
- JToolBar(int) -
Constructor for class javax.swing.JToolBar
- Creates a new tool bar with the specified
orientation
.
- JToolBar(String) -
Constructor for class javax.swing.JToolBar
- Creates a new tool bar with the specified
name
.
- JToolBar(String, int) -
Constructor for class javax.swing.JToolBar
- Creates a new tool bar with a specified
name
and
orientation
.
- JToolBar.AccessibleJToolBar - class javax.swing.JToolBar.AccessibleJToolBar.
- This class implements accessibility support for the
JToolBar
class. - JToolBar.AccessibleJToolBar() -
Constructor for class javax.swing.JToolBar.AccessibleJToolBar
-
- JToolBar.Separator - class javax.swing.JToolBar.Separator.
- A toolbar-specific separator.
- JToolBar.Separator() -
Constructor for class javax.swing.JToolBar.Separator
- Creates a new toolbar separator with the default size
as defined by the current look and feel.
- JToolBar.Separator(Dimension) -
Constructor for class javax.swing.JToolBar.Separator
- Creates a new toolbar separator with the specified size.
- JToolTip - class javax.swing.JToolTip.
- Used to display a "Tip" for a Component.
- JToolTip() -
Constructor for class javax.swing.JToolTip
- Creates a tool tip.
- JToolTip.AccessibleJToolTip - class javax.swing.JToolTip.AccessibleJToolTip.
- This class implements accessibility support for the
JToolTip
class. - JToolTip.AccessibleJToolTip() -
Constructor for class javax.swing.JToolTip.AccessibleJToolTip
-
- JTree - class javax.swing.JTree.
-
A control that displays a set of hierarchical data as an outline.
- JTree() -
Constructor for class javax.swing.JTree
- Returns a
JTree
with a sample model.
- JTree(Object[]) -
Constructor for class javax.swing.JTree
- Returns a
JTree
with each element of the
specified array as the
child of a new root node which is not displayed.
- JTree(Vector) -
Constructor for class javax.swing.JTree
- Returns a
JTree
with each element of the specified
Vector
as the
child of a new root node which is not displayed.
- JTree(Hashtable) -
Constructor for class javax.swing.JTree
- Returns a
JTree
created from a Hashtable
which does not display with root.
- JTree(TreeNode) -
Constructor for class javax.swing.JTree
- Returns a
JTree
with the specified
TreeNode
as its root,
which displays the root node.
- JTree(TreeNode, boolean) -
Constructor for class javax.swing.JTree
- Returns a
JTree
with the specified TreeNode
as its root, which
displays the root node and which decides whether a node is a
leaf node in the specified manner.
- JTree(TreeModel) -
Constructor for class javax.swing.JTree
- Returns an instance of
JTree
which displays the root node
-- the tree is created using the specified data model.
- JTree.AccessibleJTree - class javax.swing.JTree.AccessibleJTree.
- This class implements accessibility support for the
JTree
class. - JTree.AccessibleJTree() -
Constructor for class javax.swing.JTree.AccessibleJTree
-
- JTree.AccessibleJTree.AccessibleJTreeNode - class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode.
- This class implements accessibility support for the
JTree
child. - JTree.AccessibleJTree.AccessibleJTreeNode(JTree, TreePath, Accessible) -
Constructor for class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Constructs an AccessibleJTreeNode
- JTree.DynamicUtilTreeNode - class javax.swing.JTree.DynamicUtilTreeNode.
DynamicUtilTreeNode
can wrap
vectors/hashtables/arrays/strings and
create the appropriate children tree nodes as necessary.- JTree.DynamicUtilTreeNode(Object, Object) -
Constructor for class javax.swing.JTree.DynamicUtilTreeNode
- Creates a node with the specified object as its value and
with the specified children.
- JTree.EmptySelectionModel - class javax.swing.JTree.EmptySelectionModel.
EmptySelectionModel
is a TreeSelectionModel
that does not allow anything to be selected.- JTree.EmptySelectionModel() -
Constructor for class javax.swing.JTree.EmptySelectionModel
-
- JTree.TreeModelHandler - class javax.swing.JTree.TreeModelHandler.
- Listens to the model and updates the
expandedState
accordingly when nodes are removed, or changed. - JTree.TreeModelHandler() -
Constructor for class javax.swing.JTree.TreeModelHandler
-
- JTree.TreeSelectionRedirector - class javax.swing.JTree.TreeSelectionRedirector.
- Handles creating a new
TreeSelectionEvent
with the
JTree
as the
source and passing it off to all the listeners. - JTree.TreeSelectionRedirector() -
Constructor for class javax.swing.JTree.TreeSelectionRedirector
-
- JULY -
Static variable in class java.util.Calendar
- Value of the
MONTH
field indicating the
seventh month of the year.
- JUNE -
Static variable in class java.util.Calendar
- Value of the
MONTH
field indicating the
sixth month of the year.
- JUSTIFICATION -
Static variable in class java.awt.font.TextAttribute
- Attribute key for the justification of a paragraph.
- JUSTIFICATION_FULL -
Static variable in class java.awt.font.TextAttribute
- Justify the line to the full requested width.
- JUSTIFICATION_NONE -
Static variable in class java.awt.font.TextAttribute
- Do not allow the line to be justified.
- JViewport - class javax.swing.JViewport.
- The "viewport" or "porthole" through which you see the underlying
information.
- JViewport() -
Constructor for class javax.swing.JViewport
- Creates a
JViewport
.
- JViewport.AccessibleJViewport - class javax.swing.JViewport.AccessibleJViewport.
- This class implements accessibility support for the
JViewport
class. - JViewport.AccessibleJViewport() -
Constructor for class javax.swing.JViewport.AccessibleJViewport
-
- JViewport.ViewListener - class javax.swing.JViewport.ViewListener.
- A listener for the view.
- JViewport.ViewListener() -
Constructor for class javax.swing.JViewport.ViewListener
-
- JWindow - class javax.swing.JWindow.
- A
JWindow
is a container that can be displayed anywhere on the
user's desktop. - JWindow() -
Constructor for class javax.swing.JWindow
- Creates a window with no specified owner.
- JWindow(GraphicsConfiguration) -
Constructor for class javax.swing.JWindow
- Creates a window with the specified
GraphicsConfiguration
of a screen device.
- JWindow(Frame) -
Constructor for class javax.swing.JWindow
- Creates a window with the specified owner frame.
- JWindow(Window) -
Constructor for class javax.swing.JWindow
- Creates a window with the specified owner window.
- JWindow(Window, GraphicsConfiguration) -
Constructor for class javax.swing.JWindow
- Creates a window with the specified owner window and
GraphicsConfiguration
of a screen device.
- JWindow.AccessibleJWindow - class javax.swing.JWindow.AccessibleJWindow.
- This class implements accessibility support for the
JWindow
class. - JWindow.AccessibleJWindow() -
Constructor for class javax.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.
- JarEntry(ZipEntry) -
Constructor for class java.util.jar.JarEntry
- Creates a new
JarEntry
with fields taken from the
specified ZipEntry
object.
- JarEntry(JarEntry) -
Constructor for class java.util.jar.JarEntry
- Creates a new
JarEntry
with fields taken from the
specified JarEntry
object.
- JarException - exception 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(String) -
Constructor for class java.util.jar.JarFile
- Creates a new
JarFile
to read from the specified
file name
.
- JarFile(String, boolean) -
Constructor for class java.util.jar.JarFile
- Creates a new
JarFile
to read from the specified
file name
.
- JarFile(File) -
Constructor for class java.util.jar.JarFile
- Creates a new
JarFile
to read from the specified
File
object.
- JarFile(File, boolean) -
Constructor for class java.util.jar.JarFile
- Creates a new
JarFile
to read from the specified
File
object.
- JarFile(File, boolean, int) -
Constructor for class java.util.jar.JarFile
- Creates a new
JarFile
to read from the specified
File
object in the specified mode.
- 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 no manifest.
- JarURLConnection - class java.net.JarURLConnection.
- A URL Connection to a Java ARchive (JAR) file or an entry in a JAR
file.
- JarURLConnection(URL) -
Constructor for class java.net.JarURLConnection
- Creates the new JarURLConnection to the specified URL.
- JobAttributes - class java.awt.JobAttributes.
- A set of attributes which control a print job.
- JobAttributes() -
Constructor for class java.awt.JobAttributes
- Constructs a
JobAttributes
instance with default
values for every attribute.
- JobAttributes(JobAttributes) -
Constructor for class java.awt.JobAttributes
- Constructs a
JobAttributes
instance which is a copy
of the supplied JobAttributes
.
- JobAttributes(int, JobAttributes.DefaultSelectionType, JobAttributes.DestinationType, JobAttributes.DialogType, String, int, int, JobAttributes.MultipleDocumentHandlingType, int[][], String, JobAttributes.SidesType) -
Constructor for class java.awt.JobAttributes
- Constructs a
JobAttributes
instance with the
specified values for every attribute.
- JobAttributes.DefaultSelectionType - class java.awt.JobAttributes.DefaultSelectionType.
- A type-safe enumeration of possible default selection states.
- JobAttributes.DestinationType - class java.awt.JobAttributes.DestinationType.
- A type-safe enumeration of possible job destinations.
- JobAttributes.DialogType - class java.awt.JobAttributes.DialogType.
- A type-safe enumeration of possible dialogs to display to the user.
- JobAttributes.MultipleDocumentHandlingType - class java.awt.JobAttributes.MultipleDocumentHandlingType.
- A type-safe enumeration of possible multiple copy handling states.
- JobAttributes.SidesType - class java.awt.JobAttributes.SidesType.
- A type-safe enumeration of possible multi-page impositions.
- JobHoldUntil - class javax.print.attribute.standard.JobHoldUntil.
- Class JobHoldUntil is a printing attribute class, a date-time attribute, that
specifies the exact date and time at which the job must become a candidate
for printing.
- JobHoldUntil(Date) -
Constructor for class javax.print.attribute.standard.JobHoldUntil
- Construct a new job hold until date-time attribute with the given
Date
value.
- JobImpressions - class javax.print.attribute.standard.JobImpressions.
- Class JobImpressions is an integer valued printing attribute class that
specifies the total size in number of impressions of the document(s) being
submitted.
- JobImpressions(int) -
Constructor for class javax.print.attribute.standard.JobImpressions
- Construct a new job impressions attribute with the given integer value.
- JobImpressionsCompleted - class javax.print.attribute.standard.JobImpressionsCompleted.
- Class JobImpressionsCompleted is an integer valued printing attribute class
that specifies the number of impressions completed for the job so far.
- JobImpressionsCompleted(int) -
Constructor for class javax.print.attribute.standard.JobImpressionsCompleted
- Construct a new job impressions completed attribute with the given
integer value.
- JobImpressionsSupported - class javax.print.attribute.standard.JobImpressionsSupported.
- Class JobImpressionsSupported is a printing attribute class, a set of
integers, that gives the supported values for a
JobImpressions
attribute. - JobImpressionsSupported(int, int) -
Constructor for class javax.print.attribute.standard.JobImpressionsSupported
- Construct a new job impressions supported attribute containing a single
range of integers.
- JobKOctets - class javax.print.attribute.standard.JobKOctets.
- Class JobKOctets is an integer valued printing attribute class that specifies
the total size of the document(s) in K octets, i.e., in units of 1024 octets
requested to be processed in the job.
- JobKOctets(int) -
Constructor for class javax.print.attribute.standard.JobKOctets
- Construct a new job K octets attribute with the given integer value.
- JobKOctetsProcessed - class javax.print.attribute.standard.JobKOctetsProcessed.
- Class JobKOctetsProcessed is an integer valued printing attribute class that
specifies the total number of print data octets processed so far in K octets,
i.e., in units of 1024 octets.
- JobKOctetsProcessed(int) -
Constructor for class javax.print.attribute.standard.JobKOctetsProcessed
- Construct a new job K octets processed attribute with the given integer
value.
- JobKOctetsSupported - class javax.print.attribute.standard.JobKOctetsSupported.
- Class JobKOctetsSupported is a printing attribute class, a set of integers,
that gives the supported values for a
JobKOctets
attribute. - JobKOctetsSupported(int, int) -
Constructor for class javax.print.attribute.standard.JobKOctetsSupported
- Construct a new job K octets supported attribute containing a single
range of integers.
- JobMediaSheets - class javax.print.attribute.standard.JobMediaSheets.
- Class JobMediaSheets is an integer valued printing attribute class that
specifies the total number of media sheets to be produced for this job.
- JobMediaSheets(int) -
Constructor for class javax.print.attribute.standard.JobMediaSheets
- Construct a new job media sheets attribute with the given integer
value.
- JobMediaSheetsCompleted - class javax.print.attribute.standard.JobMediaSheetsCompleted.
- Class JobMediaSheetsCompleted is an integer valued printing attribute class
that specifies the number of media sheets which have completed marking and
stacking for the entire job so far, whether those sheets have been processed
on one side or on both.
- JobMediaSheetsCompleted(int) -
Constructor for class javax.print.attribute.standard.JobMediaSheetsCompleted
- Construct a new job media sheets completed attribute with the given
integer value.
- JobMediaSheetsSupported - class javax.print.attribute.standard.JobMediaSheetsSupported.
- Class JobMediaSheetsSupported is a printing attribute class, a set of
integers, that gives the supported values for a
JobMediaSheets
attribute. - JobMediaSheetsSupported(int, int) -
Constructor for class javax.print.attribute.standard.JobMediaSheetsSupported
- Construct a new job media sheets supported attribute containing a single
range of integers.
- JobMessageFromOperator - class javax.print.attribute.standard.JobMessageFromOperator.
- Class JobMessageFromOperator is a printing attribute class, a text attribute,
that provides a message from an operator, system administrator, or
"intelligent" process to indicate to the end user the reasons for
modification or other management action taken on a job.
- JobMessageFromOperator(String, Locale) -
Constructor for class javax.print.attribute.standard.JobMessageFromOperator
- Constructs a new job message from operator attribute with the given
message and locale.
- JobName - class javax.print.attribute.standard.JobName.
- Class JobName is a printing attribute class, a text attribute, that specifies
the name of a print job.
- JobName(String, Locale) -
Constructor for class javax.print.attribute.standard.JobName
- Constructs a new job name attribute with the given job name and locale.
- JobOriginatingUserName - class javax.print.attribute.standard.JobOriginatingUserName.
- Class JobOriginatingUserName is a printing attribute class, a text
attribute, that contains the name of the end user that submitted the
print job.
- JobOriginatingUserName(String, Locale) -
Constructor for class javax.print.attribute.standard.JobOriginatingUserName
- Constructs a new job originating user name attribute with the given
user name and locale.
- JobPriority - class javax.print.attribute.standard.JobPriority.
- Class JobPriority is an integer valued printing attribute class that
specifies a print job's priority.
- JobPriority(int) -
Constructor for class javax.print.attribute.standard.JobPriority
- Construct a new job priority attribute with the given integer value.
- JobPrioritySupported - class javax.print.attribute.standard.JobPrioritySupported.
- Class JobPrioritySupported is an integer valued printing attribute class
that specifies whether a Print Service instance supports the
JobPriority
attribute and the number of different job priority
levels supported. - JobPrioritySupported(int) -
Constructor for class javax.print.attribute.standard.JobPrioritySupported
- Construct a new job priority supported attribute with the given integer
value.
- JobSheets - class javax.print.attribute.standard.JobSheets.
- Class JobSheets is a printing attribute class, an enumeration, that
determines which job start and end sheets, if any, must be printed with a
job.
- JobSheets(int) -
Constructor for class javax.print.attribute.standard.JobSheets
- Construct a new job sheets enumeration value with the given integer
value.
- JobState - class javax.print.attribute.standard.JobState.
- JobState is a printing attribute class, an enumeration, that identifies
the current state of a print job.
- JobState(int) -
Constructor for class javax.print.attribute.standard.JobState
- Construct a new job state enumeration value with the given integer value.
- JobStateReason - class javax.print.attribute.standard.JobStateReason.
- Class JobStateReason is a printing attribute class, an enumeration, that
provides additional information about the job's current state, i.e.,
information that augments the value of the job's
JobState
attribute. - JobStateReason(int) -
Constructor for class javax.print.attribute.standard.JobStateReason
- Construct a new job state reason enumeration value with the given
integer value.
- JobStateReasons - class javax.print.attribute.standard.JobStateReasons.
- Class JobStateReasons is a printing attribute class, a set of enumeration
values, that provides additional information about the job's current state,
i.e., information that augments the value of the job's
JobState
attribute. - JobStateReasons() -
Constructor for class javax.print.attribute.standard.JobStateReasons
- Construct a new, empty job state reasons attribute; the underlying hash
set has the default initial capacity and load factor.
- JobStateReasons(int) -
Constructor for class javax.print.attribute.standard.JobStateReasons
- Construct a new, empty job state reasons attribute; the underlying hash
set has the given initial capacity and the default load factor.
- JobStateReasons(int, float) -
Constructor for class javax.print.attribute.standard.JobStateReasons
- Construct a new, empty job state reasons attribute; the underlying hash
set has the given initial capacity and load factor.
- JobStateReasons(Collection) -
Constructor for class javax.print.attribute.standard.JobStateReasons
- Construct a new job state reasons attribute that contains the same
JobStateReason
objects as the given collection.
- JoinFractureDirection -
Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
- A possible value for getDirection.
- JoinNextDirection -
Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
- A possible value for getDirection.
- JoinPreviousDirection -
Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
- A possible value for getDirection.
- jarFileURLConnection -
Variable in class java.net.JarURLConnection
- The connection to the JAR file URL, if the connection has been
initiated.
- java.applet - package java.applet
- Provides the classes necessary to create an applet and the classes an applet
uses to communicate with its applet context.
- java.awt - package java.awt
- Contains all of the classes for creating user
interfaces and for painting graphics and images.
- java.awt.color - package java.awt.color
- Provides classes for color spaces.
- java.awt.datatransfer - package java.awt.datatransfer
- Provides interfaces and classes for transferring data
between and within applications.
- java.awt.dnd - package java.awt.dnd
- Drag and Drop is a direct manipulation gesture found in many Graphical
User Interface systems that provides a mechanism to transfer
information between two entities logically associated with presentation
elements in the GUI.
- java.awt.event - package java.awt.event
- Provides interfaces and classes for dealing with different
types of events fired by AWT components.
- java.awt.font - package java.awt.font
- Provides classes and interface relating to fonts.
- java.awt.geom - package java.awt.geom
- Provides the Java 2D classes for defining and performing operations
on objects related to two-dimensional geometry.
- java.awt.im - package java.awt.im
- Provides classes and interfaces for the input method framework.
- java.awt.im.spi - package java.awt.im.spi
- Provides interfaces that enable the development of input methods
that can be used with any Java runtime environment.
- java.awt.image - package java.awt.image
- Provides classes for creating and modifying images.
- java.awt.image.renderable - package java.awt.image.renderable
- Provides classes and interfaces for producing
rendering-independent images.
- java.awt.print - package java.awt.print
- Provides classes and interfaces for a general printing API.
- java.beans - package java.beans
- Contains classes related to developing
beans -- components
based on the JavaBeansTM architecture.
- java.beans.beancontext - package java.beans.beancontext
- Provides classes and interfaces relating to bean context.
- java.io - package java.io
- Provides for system input and output through data streams,
serialization and the file system.
- java.lang - package java.lang
- Provides classes that are fundamental to the design of the Java
programming language.
- java.lang.ref - package java.lang.ref
- Provides reference-object classes, which support a limited degree of
interaction with the garbage collector.
- java.lang.reflect - package java.lang.reflect
- Provides classes and interfaces for obtaining reflective
information about classes and objects.
- java.math - package java.math
- Provides classes for performing arbitrary-precision integer arithmetic
(BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).
- java.net - package java.net
- Provides the classes for implementing networking applications.
- java.nio - package java.nio
- Defines buffers, which are containers for data, and provides an overview of the
other NIO packages.
- java.nio.channels - package java.nio.channels
- Defines channels, which represent connections to entities that are capable of
performing I/O operations, such as files and sockets; defines selectors, for
multiplexed, non-blocking I/O operations.
- java.nio.channels.spi - package java.nio.channels.spi
- Service-provider classes for the
java.nio.channels
package. - java.nio.charset - package java.nio.charset
- Defines charsets, decoders, and encoders, for translating between bytes and
Unicode characters.
- java.nio.charset.spi - package java.nio.charset.spi
- Service-provider classes for the
java.nio.charset
package. - java.rmi - package java.rmi
- Provides the RMI package.
- java.rmi.activation - package java.rmi.activation
- Provides support for RMI Object Activation.
- java.rmi.dgc - package java.rmi.dgc
- Provides classes and interface for RMI distributed
garbage-collection (DGC).
- java.rmi.registry - package java.rmi.registry
- Provides a class and two interfaces for the RMI registry.
- java.rmi.server - package java.rmi.server
- Provides classes and interfaces for supporting the server
side of RMI.
- java.security - package java.security
- Provides the classes and interfaces for the security framework.
- java.security.acl - package java.security.acl
- The classes and interfaces in this package have been
superseded by classes in the java.security package.
- java.security.cert - package java.security.cert
- Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
- java.security.interfaces - package java.security.interfaces
- Provides interfaces for generating RSA (Rivest, Shamir and
Adleman AsymmetricCipher algorithm)
keys as defined in the RSA Laboratory Technical Note
PKCS#1, and DSA (Digital Signature
Algorithm) keys as defined in NIST's FIPS-186.
- java.security.spec - package java.security.spec
- Provides classes and interfaces for key specifications and algorithm
parameter specifications.
- java.sql - package java.sql
- Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
JavaTM programming language.
- java.text - package java.text
- Provides classes and interfaces for handling text, dates, numbers, and messages
in a manner independent of natural languages.
- java.util - package java.util
- Contains the collections framework, legacy collection classes, event model,
date and time facilities, internationalization, and miscellaneous utility
classes (a string tokenizer, a random-number generator, and a bit array).
- java.util.jar - package java.util.jar
- Provides classes for reading and writing the JAR (Java ARchive) file
format, which is based on the standard ZIP file format with an
optional manifest file.
- java.util.logging - package java.util.logging
-
Provides the classes and interfaces of
the JavaTM 2
platform's core logging facilities.
- java.util.prefs - package java.util.prefs
- This package allows applications to store and retrieve user and system
preference and configuration data.
- java.util.regex - package java.util.regex
- Classes for matching character sequences against patterns specified by regular
expressions.
- java.util.zip - package java.util.zip
- Provides classes for reading and writing the standard ZIP and GZIP
file formats.
- javaFileListFlavor -
Static variable in class java.awt.datatransfer.DataFlavor
- To transfer a list of files to/from Java (and the underlying
platform) a
DataFlavor
of this type/subtype and
representation class of java.util.List
is used.
- javaJVMLocalObjectMimeType -
Static variable in class java.awt.datatransfer.DataFlavor
- To transfer a reference to an arbitrary Java object reference that
has no associated MIME Content-type, across a
Transferable
interface WITHIN THE SAME JVM, a DataFlavor
with this type/subtype is used, with a representationClass
equal to the type of the class/interface being passed across the
Transferble
.
- javaRemoteObjectMimeType -
Static variable in class java.awt.datatransfer.DataFlavor
- In order to pass a live link to a Remote object via a Drag and Drop
ACTION_LINK
operation a Mime Content Type of
application/x-java-remote-object should be used,
where the representation class of the DataFlavor
represents the type of the Remote
interface to be
transferred.
- javaSerializedObjectMimeType -
Static variable in class java.awt.datatransfer.DataFlavor
- A MIME Content-Type of application/x-java-serialized-object represents
a graph of Java object(s) that have been made persistent.
- javax.accessibility - package javax.accessibility
- Defines a contract between user-interface components and an assistive technology
that provides access to those components.
- javax.crypto - package javax.crypto
- Provides the classes and interfaces for cryptographic operations.
- javax.crypto.interfaces - package javax.crypto.interfaces
- Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3.
- javax.crypto.spec - package javax.crypto.spec
- Provides classes and interfaces for key specifications and algorithm
parameter specifications.
- javax.imageio - package javax.imageio
- The main package of the Java Image I/O API.
- javax.imageio.event - package javax.imageio.event
- A package of the Java Image I/O API dealing with synchronous
notification of events during the reading and writing of images.
- javax.imageio.metadata - package javax.imageio.metadata
- A package of the Java Image I/O API dealing with reading and writing
metadata.
- javax.imageio.plugins.jpeg - package javax.imageio.plugins.jpeg
- Classes supporting the built-in JPEG plug-in.
- javax.imageio.spi - package javax.imageio.spi
- A package of the Java Image I/O API containing the plug-in interfaces
for readers, writers, transcoders, and streams, and a runtime
registry.
- javax.imageio.stream - package javax.imageio.stream
- A package of the Java Image I/O API dealing with low-level I/O from
files and streams.
- javax.naming - package javax.naming
- Provides the classes and interfaces for accessing naming services.
- javax.naming.directory - package javax.naming.directory
- Extends the javax.naming package to provide functionality
for accessing directory services.
- javax.naming.event - package javax.naming.event
- Provides support for event notification when accessing naming and
directory services.
- javax.naming.ldap - package javax.naming.ldap
- Provides support for LDAPv3 extended operations and controls.
- javax.naming.spi - package javax.naming.spi
- Provides the means for dynamically plugging in support for accessing
naming and directory services through the javax.naming
and related packages.
- javax.net - package javax.net
- Provides classes for networking applications.
- javax.net.ssl - package javax.net.ssl
- Provides classes for the secure socket package.
- javax.print - package javax.print
- Provides the principal classes and interfaces for the
JavaTM Print Service API.
- javax.print.attribute - package javax.print.attribute
- Provides classes and interfaces
that describe the types of JavaTM Print
Service attributes and how they can be collected into attribute sets.
- javax.print.attribute.standard - package javax.print.attribute.standard
- Package javax.print.attribute.standard
contains classes for specific printing attributes.
- javax.print.event - package javax.print.event
- Package javax.print.event contains event classes and listener interfaces.
- javax.rmi - package javax.rmi
- Contains user APIs for RMI-IIOP.
- javax.rmi.CORBA - package javax.rmi.CORBA
- Contains portability APIs for RMI-IIOP.
- javax.security.auth - package javax.security.auth
- This package provides a framework for authentication and
authorization.
- javax.security.auth.callback - package javax.security.auth.callback
- This package provides the classes necessary for services
to interact with applications in order to retrieve
information (authentication data including usernames
or passwords, for example) or to display information
(error and warning messages, for example).
- javax.security.auth.kerberos - package javax.security.auth.kerberos
- This package contains utility classes related to the Kerberos network
authentication protocol.
- javax.security.auth.login - package javax.security.auth.login
- This package provides a pluggable authentication framework.
- javax.security.auth.spi - package javax.security.auth.spi
- This package provides the interface to be used for
implementing pluggable authentication modules.
- javax.security.auth.x500 - package javax.security.auth.x500
- This package contains the classes that should be used to store
X500 Principal and X500 Private Crendentials in a
Subject.
- javax.security.cert - package javax.security.cert
- Provides classes for public key certificates.
- javax.sound.midi - package javax.sound.midi
- Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI
(Musical Instrument Digital Interface) data.
- javax.sound.midi.spi - package javax.sound.midi.spi
- Supplies interfaces for service providers to implement when
offering new MIDI devices, MIDI file readers and writers, or sound bank readers.
- javax.sound.sampled - package javax.sound.sampled
- Provides interfaces and classes for capture, processing, and playback of sampled audio data.
- javax.sound.sampled.spi - package javax.sound.sampled.spi
- Supplies abstract classes for service providers to subclass when
offering new audio devices, sound file readers and writers, or audio format converters.
- javax.sql - package javax.sql
- Provides the API for server side data source access and processing from
the JavaTM programming language.
- javax.swing - package javax.swing
- Provides a set of "lightweight"
(all-Java language) components that,
to the maximum degree possible, work the same on all platforms.
- javax.swing.border - package javax.swing.border
- Provides classes and interface for drawing
specialized borders around a Swing component.
- javax.swing.colorchooser - package javax.swing.colorchooser
- Contains classes and interfaces used by the
JColorChooser
component. - javax.swing.event - package javax.swing.event
- Provides for events fired by Swing components.
- javax.swing.filechooser - package javax.swing.filechooser
- Contains classes and interfaces used by the
JFileChooser
component. - javax.swing.plaf - package javax.swing.plaf
- Provides one interface and many abstract classes that
Swing uses to provide its pluggable look-and-feel capabilities.
- javax.swing.plaf.basic - package javax.swing.plaf.basic
- Provides user interface objects built according to the
Basic look and feel.
- javax.swing.plaf.metal - package javax.swing.plaf.metal
- Provides user interface objects built according to
the Java look and feel (once codenamed Metal),
which is the default look and feel.
- javax.swing.plaf.multi - package javax.swing.plaf.multi
- Provides user interface objects that combine two or more look and feels.
- javax.swing.table - package javax.swing.table
- Provides classes and interfaces for dealing with
javax.swing.JTable
. - javax.swing.text - package javax.swing.text
- Provides classes and interfaces that deal with editable
and noneditable text components.
- javax.swing.text.html - package javax.swing.text.html
- Provides the class
HTMLEditorKit
and supporting classes
for creating HTML text editors. - javax.swing.text.html.parser - package javax.swing.text.html.parser
- Provides the default HTML parser, along with support classes.
- javax.swing.text.rtf - package javax.swing.text.rtf
- Provides a class (
RTFEditorKit
) for creating Rich-Text-Format
text editors. - javax.swing.tree - package javax.swing.tree
- Provides classes and interfaces for dealing with
javax.swing.JTree
. - javax.swing.undo - package javax.swing.undo
- Allows developers to provide support for undo/redo
in applications such as text editors.
- javax.transaction - package javax.transaction
- Contains three exceptions thrown by the ORB machinery during unmarshalling.
- javax.transaction.xa - package javax.transaction.xa
- Provides the API that defines the contract between the transaction
manager and the resource manager, which allows the transaction
manager to enlist and delist resource objects (supplied by the
resource manager driver) in JTA transactions.
- javax.xml.parsers - package javax.xml.parsers
- Provides classes allowing the processing of XML documents.
- javax.xml.transform - package javax.xml.transform
- This package defines the generic APIs for processing transformation
instructions, and performing a transformation from source to result.
- javax.xml.transform.dom - package javax.xml.transform.dom
- This package implements DOM-specific transformation APIs.
- javax.xml.transform.sax - package javax.xml.transform.sax
- This package implements SAX2-specific transformation APIs.
- javax.xml.transform.stream - package javax.xml.transform.stream
- This package implements stream- and URI- specific transformation APIs.
- jdbcCompliant() -
Method in interface java.sql.Driver
- Reports whether this driver is a genuine JDBC
CompliantTM 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(SocketAddress, NetworkInterface) -
Method in class java.net.DatagramSocketImpl
- Join the multicast group.
- joinGroup(InetAddress) -
Method in class java.net.MulticastSocket
- Joins a multicast group.
- joinGroup(SocketAddress, NetworkInterface) -
Method in class java.net.MulticastSocket
- Joins the specified multicast group at the specified interface.
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.