|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
MONTH
field indicating the
first month of the year.
JApplet
class.JarEntry
with fields taken from the
specified JarEntry
object.
JarEntry
for the specified JAR file
entry name.
JarEntry
with fields taken from the
specified ZipEntry
object.
JarFile
class is used to read the contents of a JAR file
from any file that can be opened with java.io.RandomAccessFile
.JarFile
to read from the specified
File
object.
JarFile
to read from the specified
File
object.
JarFile
to read from the specified
File
object in the specified mode.
JarFile
to read from the specified
file name
.
JarFile
to read from the specified
file name
.
JarInputStream
class is used to read the contents of
a JAR file from any input stream.JarInputStream
and reads the optional
manifest.
JarInputStream
and reads the optional
manifest.
JarOutputStream
class is used to write the contents
of a JAR file to any output stream.JarOutputStream
with no manifest.
JarOutputStream
with the specified
Manifest
.
JAVA_OBJECT
.
HTMLEditorKit
and supporting classes
for creating HTML text editors.JButton
class.JCheckBox
class.JCheckBoxMenuItem
class.JColorChooser
provides a pane of controls designed to allow
a user to manipulate and select a color.JColorChooser
class.ColorSelectionModel
.
JComboBox
class.KeySelectionManager
.JComboBox
with a default data model.
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.
JDesktopPane
class.JDialog
class.Frame
owner.
Dialog
as its owner.
Frame
as its owner.
Frame
.
Frame
.
JEditorPane
class.AccessibleHypertext
,
and is used in instances where the EditorKit
installed in this JEditorPane
is an instance of
HTMLEditorKit
.AccessibleJEditorPaneHTML.getAccessibleText
.JEditorPane
.
JEditorPane
based on a string containing
a URL specification.
JEditorPane
that has been initialized
to the given text.
JEditorPane
based on a specified URL for input.
JFileChooser
provides a simple mechanism for the user to
choose a file.JFileChooser
class.JFileChooser
pointing to the user's
home directory.
JFileChooser
using the given File
as the path.
JFileChooser
using the given current directory
and FileSystemView
.
JFileChooser
using the given
FileSystemView
.
JFileChooser
using the given path.
JFileChooser
using the given current directory
path and FileSystemView
.
java.awt.Frame
that adds support for
the JFC/Swing component architecture.JFrame
class.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.
JInternalFrame
class.JInternalFrame.JDesktopIcon
class.JInternalFrame
with no title.
JInternalFrame
with the specified title.
JInternalFrame
with the specified title
and with resizability specified.
JInternalFrame
with the specified title and with resizability and
closability specified.
JInternalFrame
with the specified title
and with resizability, closability, and maximizability specified.
JInternalFrame
with the specified title and
with resizability, closability, maximizability, and iconifiability
specified.
JLabel
instance with
no image and with an empty string for the title.
JLabel
instance with the specified image.
JLabel
instance with the specified
image and horizontal alignment.
JLabel
instance with the specified text.
JLabel
instance with the specified
text, image, and horizontal alignment.
JLabel
instance with the specified
text and horizontal alignment.
JLayeredPane
class.JList
class.JList
with an empty model.
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
.
JMenuItem
s that
is displayed when the user selects an item on the JMenuBar
.JMenu
class.JMenu
with no text.
Action
supplied.
JMenu
with the supplied string
as its text.
JMenu
with the supplied string as
its text and specified as a tear-off menu or not.
JMenuBar
class.JMenuItem
class.millis
milliseconds for this thread to
die.
millis
milliseconds plus
nanos
nanoseconds for this thread to die.
setInterface
.
JOptionPane
makes it easy to pop up a standard dialog box that
prompts users for a value or informs them of something.JOptionPane
class.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, with the
initially-selected option specified.
JPanel
class.JPasswordField
class.JPopupMenu
class.JPopupMenu
without an "invoker".
JPopupMenu
with the specified title.
JProgressBar
class.JProgressBar.VERTICAL
or
JProgressBar.HORIZONTAL
.
JRadioButton
class.JRadioButtonMenuItem
class.JRadioButtonMenuItem
with no set text or icon.
Action
supplied.
JRadioButtonMenuItem
with an icon.
JRadioButtonMenuItem
with text.
Icon
.
JRootPane
class.JScrollBar
class.JScrollPane
class.JScrollPane
creates scrollbars
that are instances
of this class.JScrollPane
where both horizontal and vertical scrollbars appear when needed.
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
that displays the view
component in a viewport
whose view position can be controlled with a pair of scrollbars.
JScrollPane
with specified
scrollbar policies.
JSeparator
class.JSlider
class.JSplitPane
is used to divide two (and only two)
Component
s.JSplitPane
class.JSplitPane
configured to arrange the child
components side-by-side horizontally with no continuous
layout, using two buttons for the components.
JSplitPane
configured with the
specified orientation and no continuous layout.
JSplitPane
with the specified
orientation and redrawing style.
JSplitPane
with the specified
orientation and
redrawing style, and with the specified components.
JSplitPane
with the specified
orientation and
with the specified components that do not do continuous
redrawing.
JTabbedPane
class.ModelChanged
events along to the listeners with
the tabbedpane (instead of the model itself) as the event source.TabbedPane
.
TabbedPane
with the specified tab placement
of either: TOP, BOTTOM, LEFT, or RIGHT.
JTable
is a user-interface component that presents data in
a two-dimensional table format.JTable
class.JTable
that is initialized with a default
data model, a default column model, and a default selection
model.
JTable
with numRows
and numColumns
of empty cells using
DefaultTableModel
.
JTable
to display the values in the two dimensional array,
rowData
, with column names, columnNames
.
JTable
that is initialized with
dm
as the data model, a default column model,
and a default selection model.
JTable
that is initialized with
dm
as the data model, cm
as the column model, and a default selection model.
JTable
that is initialized with
dm
as the data model, cm
as the
column model, and sm
as the selection model.
JTable
to display the values in the
Vector
of Vectors
, rowData
,
with column names, columnNames
.
JTable
.JTableHeader
class.JTableHeader
with a default
TableColumnModel
.
JTableHeader
which is initialized with
cm
as the column model.
JTextArea
class.JTextComponent
class.JTextField
class.JToggleButton
class.JToolBar
provides a component that is useful for
displaying commonly used Action
s or controls.JToolBar
class.HORIZONTAL
.
orientation.
- JToolBar(String) -
Constructor for class javax.swing.JToolBar
- Creates a new toolbar with the specified
name
.
- JToolBar(String, int) -
Constructor for class javax.swing.JToolBar
- Creates a new toolbar with a specified
name
and
orientation
.
- JToolTip - class javax.swing.JToolTip.
- Used to display a "Tip" for a Component.
- JToolTip.AccessibleJToolTip - class javax.swing.JToolTip.AccessibleJToolTip.
- This class implements accessibility support for the
JToolTip
class. - JToolTip.AccessibleJToolTip(JToolTip) -
Constructor for class javax.swing.JToolTip.AccessibleJToolTip
-
- JToolTip() -
Constructor for class javax.swing.JToolTip
- Creates a tool tip.
- JTree - class javax.swing.JTree.
-
A control that displays a set of hierarchical data as an outline.
- JTree.AccessibleJTree - class javax.swing.JTree.AccessibleJTree.
- This class implements accessibility support for the
JTree
class. - JTree.AccessibleJTree.AccessibleJTreeNode - class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode.
- This class implements accessibility support for the
JTree
child. - JTree.AccessibleJTree.AccessibleJTreeNode(JTree.AccessibleJTree, JTree, TreePath, Accessible) -
Constructor for class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Constructs an AccessibleJTreeNode
- JTree.AccessibleJTree(JTree) -
Constructor for class javax.swing.JTree.AccessibleJTree
-
- JTree.DynamicUtilTreeNode - class javax.swing.JTree.DynamicUtilTreeNode.
DynamicUtilTreeNode
can wrap
vectors/hashtables/arrays/strings and
create the appropriate children tree nodes as necessary.- JTree.DynamicUtilTreeNode(Object, Object) -
Constructor for class javax.swing.JTree.DynamicUtilTreeNode
- Creates a node with the specified object as its value and
with the specified children.
- JTree.EmptySelectionModel - class javax.swing.JTree.EmptySelectionModel.
EmptySelectionModel
is a TreeSelectionModel
that does not allow anything to be selected.- JTree.EmptySelectionModel() -
Constructor for class javax.swing.JTree.EmptySelectionModel
-
- JTree.TreeModelHandler - class javax.swing.JTree.TreeModelHandler.
- Listens to the model and updates the
expandedState
accordingly when nodes are removed, or changed. - JTree.TreeModelHandler(JTree) -
Constructor for class javax.swing.JTree.TreeModelHandler
-
- JTree.TreeSelectionRedirector - class javax.swing.JTree.TreeSelectionRedirector.
- Handles creating a new
TreeSelectionEvent
with the
JTree
as the
source and passing it off to all the listeners. - JTree.TreeSelectionRedirector(JTree) -
Constructor for class javax.swing.JTree.TreeSelectionRedirector
-
- JTree() -
Constructor for class javax.swing.JTree
- Returns a
JTree
with a sample model.
- JTree(Hashtable) -
Constructor for class javax.swing.JTree
- Returns a
JTree
created from a Hashtable
which does not display with root.
- JTree(Object[]) -
Constructor for class javax.swing.JTree
- Returns a
JTree
with each element of the
specified array as the
child of a new root node which is not displayed.
- JTree(TreeModel) -
Constructor for class javax.swing.JTree
- Returns an instance of
JTree
which displays the root node
-- the tree is created using the specified data model.
- JTree(TreeNode) -
Constructor for class javax.swing.JTree
- Returns a
JTree
with the specified TreeNode as its root,
which displays the root node.
- JTree(TreeNode, boolean) -
Constructor for class javax.swing.JTree
- Returns a
JTree
with the specified TreeNode
as its root, which
displays the root node and which decides whether a node is a
leaf node in the specified manner.
- JTree(Vector) -
Constructor for class javax.swing.JTree
- Returns a
JTree
with each element of the specified
Vector
as the
child of a new root node which is not displayed.
- JULY -
Static variable in class java.util.Calendar
- Value of the
MONTH
field indicating the
seventh month of the year.
- JUNE -
Static variable in class java.util.Calendar
- Value of the
MONTH
field indicating the
sixth month of the year.
- JUSTIFICATION -
Static variable in class java.awt.font.TextAttribute
- Attribute key for the justification of a paragraph.
- JUSTIFICATION_FULL -
Static variable in class java.awt.font.TextAttribute
- Justify the line to the full requested width.
- JUSTIFICATION_NONE -
Static variable in class java.awt.font.TextAttribute
- Do not allow the line to be justified.
- JViewport - class javax.swing.JViewport.
- The "viewport" or "porthole" through which you see the underlying
information.
- JViewport.AccessibleJViewport - class javax.swing.JViewport.AccessibleJViewport.
- This class implements accessibility support for the
JViewport
class. - JViewport.AccessibleJViewport(JViewport) -
Constructor for class javax.swing.JViewport.AccessibleJViewport
-
- JViewport.ViewListener - class javax.swing.JViewport.ViewListener.
- A listener for the view.
- JViewport.ViewListener(JViewport) -
Constructor for class javax.swing.JViewport.ViewListener
-
- JViewport() -
Constructor for class javax.swing.JViewport
- Creates a
JViewport
.
- JWindow - class javax.swing.JWindow.
- A
JWindow
is a container that can be displayed anywhere on the
user's desktop. - JWindow.AccessibleJWindow - class javax.swing.JWindow.AccessibleJWindow.
- This class implements accessibility support for the
JWindow
class. - JWindow.AccessibleJWindow(JWindow) -
Constructor for class javax.swing.JWindow.AccessibleJWindow
-
- JWindow() -
Constructor for class javax.swing.JWindow
- Creates a window with no specified owner.
- JWindow(Frame) -
Constructor for class javax.swing.JWindow
- Creates a window with the specified owner frame.
- JWindow(GraphicsConfiguration) -
Constructor for class javax.swing.JWindow
- Creates a window with the specified
GraphicsConfiguration
of a screen device.
- JWindow(Window) -
Constructor for class javax.swing.JWindow
- Creates a window with the owner and the specified
GraphicsConfiguration
of a screen device.
- JWindow(Window, GraphicsConfiguration) -
Constructor for class javax.swing.JWindow
-
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.