Constant representing January.
Locale which represents Japan.
Locale which represents the Japanese language.
A top-level container that is usually used in web browsers.
Default constructor for subclasses.
Extension to a ZipEntry that contains manifest attributes and certificates.
Creates a new JarEntry with the specified name and no attributes or
or certificates.
Creates a new JarEntry with the specified JarEntry as template for
all properties of the entry.
Creates a new JarEntry with the specified ZipEntry as template for
all properties of the entry.
This exception is thrown to indicate an problem with a jar file.
Create a new JarException without a descriptive error message.
Create a new JarException with a descriptive error message indicating
what went wrong.
Representation of a jar file.
Creates a new JarFile with the indicated mode.
The connection to the jar file itself.
InputStream for reading jar files.
Creates a new JarInputStream and tries to read the manifest.
Creates a new JarInputStream and tries to read the manifest.
OutputStream for writing jar files.
Creates a new JarOutputStream without a manifest entry.
Creates a new JarOutputStream with a manifest entry.
This abstract class represents a common superclass for implementations
of jar URL's.
Creates a JarURLConnection from an URL object
Whether to automatically run the init* methods in java.lang.System
(the default) at class initialization time or whether to have the VM
explicitly invoke them.
The standard java prefix.
This is a data flavor used for transferring lists of files.
Wraps a DecoderContext instance.
This is the MIME type used to transfer a Java object reference within
the same JVM.
This is the MIME type used to transfer a link to a remote object.
This is the MIME type used for transferring a serialized object.
Configurable factory to create an Ælfred2 JAXP parser; required
to bootstrap using JAXP.
DOM bootstrapping API, for use with JAXP.
Constructs a factory which normally returns a non-validating
parser.
A general purpose push button.
Creates a new AbstractButton object.
A small box that displays a check or not, depending on it's
selected
state.
Default constructor for subclasses.
A menu item that displays a checkbox.
Creates a new JCheckBoxMenuItem object.
Creates a new JCheckBoxMenuItem with given label
Creates a new JCheckBoxMenuItem object using specified label and
marked as checked if given 'state' is true.
Creates a new JCheckBoxMenuItem object with given label and icon
Creates a new JCheckBoxMenuItem object with given label, icon,
and marked as checked if given 'state' is true.
Creates a new JCheckBoxMenuItem using given action
Creates a new JCheckBoxMenuItem with given icon
A Swing widget that offers users different ways to
select a color.
This method creates a new JColorChooser with the default initial color.
This method creates a new JColorChooser with the given initial color.
This method creates a new JColorChooser with the given model.
A component that allows a user to select any item in its list and
displays the selected item to the user.
Constructs JComboBox with specified list of items.
Constructs JComboBox object with specified list of items.
Constructs JComboBox object with specified data model for it.
The base class of all Swing components.
Creates a new JComponent
instance.
This method tests whether or not the driver is JDBC compliant.
This class represents the JInternalFrame while it is iconified.
Creates a new JDesktopIcon object for representing the given frame.
JDesktopPane is a container (usually for JInternalFrames) that simulates a
desktop.
Creates a new JDesktopPane object.
Default constructor for subclasses.
Creates a new non-modal JDialog with no title
using the given owner.
Creates a new JDialog with no title using the
given modal setting and owner.
Creates a new non-modal JDialog using the
given title and owner.
Creates a new JDialog using the given modal
settings, title, and owner.
Creates a new JDialog using the given modal
settings, title, owner and graphics configuration.
Creates a new non-modal JDialog with no title
using the given owner.
Creates a new JDialog with no title using the
given modal setting and owner.
Creates a new non-modal JDialog using the
given title and owner.
Creates a new JDialog using the given modal
settings, title, and owner.
Creates a new JDialog using the given modal
settings, title, owner and graphics configuration.
Main interface from the virtual machine to the JDWP back-end.
Jdwp() - constructor for class gnu.classpath.jdwp.
Jdwp constructor
A class representing a JDWP command packet.
Constructs a new JdwpCommandPacket
Constructs a new JdwpCommandPacket
with the given command set and command
A connection via some transport to some JDWP-speaking entity.
Creates a new JdwpConnection
instance
Constants defined by JDWP specification.
A base class exception for all JDWP back-end exceptions
Constructs a new JdwpException
with the
given error code and string error message
Constructs a new JdwpException
with the
given error code and given cause
A baseclass for all object types reported to the debugger
Constructs an empty JdwpId
An illegal argument exception for JDWP.
Constructs a new JdwpIllegalArgumentException
with
the given error code and given cause
An exception thrown by the JDWP back-end when an unusual runtime
error occurs internally
Create an exception with a message.
Create an exception with a given cause, and a message of
cause == null ?
All command and reply packets in JDWP share
common header type information:
length (4 bytes) : size of entire packet, including length
id (4 bytes) : unique packet id
flags (1 byte) : flag byte
[command packet stuff | reply packet stuff]
data (variable) : unique command-/reply-specific data
This class deal with everything except the command- and reply-specific
data, which get handled in
JdwpCommandPacket
and
gnu.classpath.jdwp.transprot.JdwpReplyPacket
.
Constructs a JdwpPacket
with the id
from the given packet.
A class represents a JDWP reply packet.
Constructs a JdwpReplyPacket
.
Constructs a JdwpReplyPacket
with the
id from the given packet and an empty error code
Constructs a JdwpReplyPacket
with the
id from the given packet and error code
A class to compute the JDWP representation of Strings.
A powerful text editor component that can handle different types of
content.
Default constructor for subclasses.
Creates a new JEditorPaneAccessibleHypertextSupport object.
A component that provides the user a dialog box to browse through a
filesystem and choose one or more files or directories.
Creates a new JFileChooser
object.
Creates a new JFileChooser
object.
Creates a new JFileChooser
object.
Creates a new JFileChooser
object.
Creates a new
JFileChooser
object with the specified
directory and
FileSystemView
.
Creates a new JFileChooser
object.
A text field that makes use of a formatter to display and edit a specific
type of data.
Creates a JFormattedTextField with no formatter factory.
Creates a JFormattedTextField with the specified value.
Creates a JFormattedTextField that can handle the specified Format.
Creates a JFormattedTextField with the specified formatter.
Creates a JFormattedTextField with the specified formatter factory.
Creates a JFormattedTextField with the specified formatter factory and
initial value.
A window that supports window decorations (titlebar and borders).
Initializes a new instance of Frame
that is not visible
and has no title.
Initializes a new instance of Frame
that is not visible
and has the specified title.
This class implements a Swing widget that looks and acts like a native
frame.
Creates a new JInternalFrame object that has no title, and is
non-resizable, non-maximizable, non-iconifiable, and non-closable.
Creates a new JInternalFrame object with the given title and is
non-resizable, non-maximizable, non-iconifiable, and non-closable.
Creates a new JInternalFrame object with the given title and resizable
properties.
Creates a new JInternalFrame object with the given title, resizable, and
closable properties.
Creates a new JInternalFrame object with the given title, resizable,
closable and maximizable properties.
Creates a new JInternalFrame object with the given title, resizable,
closable, maximizable and iconifiable properties.
A swing widget that displays a text message and/or an icon.
Creates a new vertically centered, horizontally on the leading edge
JLabel object with text and no icon.
Creates a new horizontally leading and vertically centered JLabel
object with no icon and the given text.
Creates a new vertically centered JLabel object with no icon and the
given text and horizontal alignment.
Creates a new vertically centered JLabel object with the given text,
icon, and horizontal alignment.
Creates a new vertically and horizontally centered
JLabel object with no text and the given icon.
Creates a new vertically centered JLabel object with no text and the
given icon and horizontal alignment.
A container that adds depth to the usual Container
semantics.
Default constructor for subclasses.
Creates a new JList object.
Creates a new JList object.
Creates a new JList object.
Creates a new JList object.
This class represents a menu that can be added to a menu bar or
can be a submenu in some other menu.
Creates a new JMenu object.
Creates a new JMenu
with the specified label.
Creates a new JMenu
with specified label and an option
for this menu to be tear-off menu.
Creates a new JMenu
object.
JMenuBar is a container for menu's.
Creates a new JMenuBar object.
JMenuItem represents element in the menu.
Creates a new JMenuItem object.
Creates a new JMenuItem with the given label.
Creates a new JMenuItem object.
Creates a new JMenuItem with specified text and icon.
Creates a new JMenuItem associated with the specified action.
Creates a new JMenuItem with the given icon.
Create a new weak reference, that is not registered to any queue.
Indicates that the print job was canceled.
Indicates that the print job was completed (=printed).
Indicates that the print job failed to complete.
JobAttributes(int,java.awt.JobAttributes.DefaultSelectionType,java.awt.JobAttributes.DestinationType,java.awt.JobAttributes.DialogType,java.lang.String,int,int,java.awt.JobAttributes.MultipleDocumentHandlingType,int[][],java.lang.String,java.awt.JobAttributes.SidesType) - constructor for class java.awt.
JobAttributes Creates a JobHoldUntil
object.
Creates a JobImpressions
object.
Creates a JobImpressionsCompleted
object.
Constructs a JobImpressionsSupported
object.
Creates a JobKOctets
object.
Creates a JobKOctetsProcessed
object.
Constructs a JobKOctetsSupported
object.
Creates a JobMediaSheets
object.
Creates a JobMediaSheetsCompleted
object.
Constructs a JobMediaSheetsSupported
object.
Creates a JobMessageFromOperator
object.
Creates a JobName
object.
Creates a JobOriginatingUserName
object.
Creates a JobPriority
object.
Creates a JobPrioritySupported
object.
Constructs a JobSheets
object.
Constructs a JobState
object.
Constructs a JobStateReason
object.
Wait forever for the Thread in question to die.
Causes this socket to join the specified multicast group
Wait the specified amount of time for the Thread in question to die.
Wait the specified amount of time for the Thread in question to die.
This indicates that the data associated with this spec should be joined
to the fractured element.
Joins the specified multicast group.
Causes this socket to join the specified multicast group on a specified
device
Joins the specified mulitcast group on a specified interface.
Causes this socket to join the specified multicast group on a specified
device
This indicates that the data associated with this spec should be joined
with what follows it.
This indicates that the data associated with this spec should be joined
with what precedes it.
This class creates different types of JDialogs and JInternalFrames that can
ask users for input or pass on information.
Creates a new JOptionPane object using a message of "JOptionPane
message", using the PLAIN_MESSAGE type and DEFAULT_OPTION.
Creates a new JOptionPane object using the given message using the
PLAIN_MESSAGE type and DEFAULT_OPTION.
Creates a new JOptionPane object using the given message and messageType
and DEFAULT_OPTION.
Creates a new JOptionPane object using the given message, messageType and
optionType.
Creates a new JOptionPane object using the given message, messageType,
optionType and icon.
Creates a new JOptionPane object using the given message, messageType,
optionType, icon and options.
Creates a new JOptionPane object using the given message, messageType,
optionType, icon, options and initialValue.
An instance of JPanel can be added to a panel, frame etc
Default constructor for subclasses.
Creates a JPasswordField
object.
Creates a JPasswordField
object.
Creates a JPasswordField
object.
Creates a JPasswordField
object.
Creates a JPasswordField
object.
JPopupMenu is a container that is used to display popup menu's menu
items.
Creates a new JPopupMenu object.
Creates a new JPopupMenu with specified label
The ProgressBar is a widget that displays in two modes.
Creates a new horizontally oriented JProgressBar object
with a minimum of 0 and a maximum of 100.
Creates a new JProgressBar object with a minimum of 0,
a maximum of 100, and the given orientation.
Creates a new horizontally oriented JProgressBar object
with the given minimum and maximum.
Creates a new JProgressBar object with the given minimum,
maximum, and orientation.
Creates a new horizontally oriented JProgressBar object
with the given model.
The JRadioButton
component provides a visually selectable
button with mutually exclusive behaviour within a ButtonGroup
.
Constructs an unselected radio button with no text or icon.
Constructs an unselected radio button using the supplied text
and no icon.
Constructs a radio button with the supplied text and state.
Constructs an unselected radio button with the supplied text
and icon.
Constructs a radio button with the supplied text, icon and state.
Constructs a radio button using the labelling, state
and icon specified by the supplied action.
Constructs an unselected radio button with the supplied icon
and no text.
Constructs a radio button with the supplied icon and state.
This class represents JRadioButtonMenuItem.
Creates a new JRadioButtonMenuItem object.
Creates a new JRadioButtonMenuItem with specified label
Creates a new JRadioButtonMenuItem with specified label
and marked selected if 'selected' is true.
Creates a new JRadioButtonMenuItem with specified label and icon
Creates a new JRadioButtonMenuItem with specified label,
icon and selected state.
Creates a new JRadioButtonMenuItem using specified action
Creates a new JRadioButtonMenuItem with specified icon
Creates a new JRadioButtonMenuItem with specified icon
and given selected state
This class is where JComponents are added to.
Creates a new JRootPane
object.
Creates a new horizontal JScrollBar object with a minimum
of 0, a maxmium of 100, a value of 0 and an extent of 10.
Creates a new JScrollBar object with a minimum of 0, a
maximum of 100, a value of 0, an extent of 10 and the given
orientation.
Creates a new JScrollBar object with the given orientation,
value, min, max, and extent.
A component that embeds another component and enables it to be scrolled
both in horizontal and vertical direction.
Creates a new JScrollPane
without a view.
Creates a new JScrollPane
without a view; The scrollbar
policies are set to vsbPolicy
and hsbPolicy
.
Creates a new JScrollPane
that embeds the specified
view
component, displaying vertical and horizontal scrollbars
as needed.
Creates a new JScrollPane
that embeds the specified
view
component; The scrollbar
policies are set to vsbPolicy
and hsbPolicy
.
Creates a new horizontal JSeparator object.
Creates a new JSeparator object with the given orientation.
The JSlider is a Swing component that allows selection of a value within a
range by adjusting a thumb in a track.
Creates a new horizontal JSlider object with a minimum of 0, a maximum of
100, and a value of 50.
Creates a new JSlider object with the given orientation and a minimum of
0, a maximum of 100, and a value of 50.
Creates a new horizontal JSlider object with the given maximum and
minimum and a value that is halfway between the minimum and the
maximum.
Creates a new horizontal JSlider object with the given minimum, maximum,
and value.
Creates a new JSlider object with the given orientation, minimum,
maximum, and value.
Creates a new horizontal JSlider object with the given model.
A JSpinner is a component which typically contains a numeric value and a
way to manipulate the value.
Creates a JSpinner with SpinnerNumberModel
Creates a JSpinner with the specific model and sets the default editor
This class implements JSplitPane.
Creates a new JSplitPane object using HORIZONTAL_SPLIT and a
nonContinuousLayout mode.
Creates a new JSplitPane object using a nonContinuousLayout mode and the
given orientation.
Creates a new JSplitPane object with the given layout mode and
orientation.
Creates a new JSplitPane object with the given orientation, layout mode,
and left and right components.
Creates a new JSplitPane object using nonContinuousLayout mode, the given
orientation and left and right components.
This is a container for components where only one component is displayed at
a given time and the displayed component can be switched by clicking on
tabs.
Creates a new JTabbedPane object with tabs on top and using wrap tab
layout.
Creates a new JTabbedPane object with the given tabPlacement
and tabLayoutPolicy
.
Creates a new JTable
instance.
Creates a new JTable
instance.
Creates a new JTable
instance.
Creates a new JTable
instance.
Creates a new JTable
instance.
Creates a new JTable
instance.
Creates a new JTable
instance.
Creates a new default instance.
The JTextArea
component provides a multi-line area for displaying
and editing plain text.
Creates a new JTextArea
object.
Creates a new JTextArea
object.
Creates a new JTextArea
object.
Creates a new JTextArea
object.
Creates a new JTextArea
object.
Creates a new JTextArea
object.
Creates a new JTextComponent
instance.
Creates a new instance of JTextField
.
Creates a new instance of JTextField
.
Creates a new instance of JTextField
.
Creates a new instance of JTextField
.
Creates a new instance of JTextField
.
A powerful text component that supports styled content as well as
embedding images and components.
Creates a new JTextPane
with a null
document.
Creates a new JTextPane
and sets the specified
document
.
The JToggleButton
component provides a stateful button,
which can be either selected or unselected.
Constructs an unselected toggle button with no text or icon.
Constructs an unselected toggle button using the supplied text
and no icon.
Constructs a toggle button with the supplied text and state.
Constructs an unselected toggle button with the supplied text
and icon.
Constructs a toggle button with the supplied text, icon and state.
Constructs a toggle button using the labelling, state
and icon specified by the supplied action.
Constructs an unselected toggle button with the supplied icon
and no text.
Constructs a toggle button with the supplied icon and state.
JToolBar is a component that provides a toolbar to Swing programs.
This method creates a new JToolBar object with horizontal orientation
and no name.
This method creates a new JToolBar with the given orientation and no
name.
This method creates a new JToolBar object with the given name and
horizontal orientation.
This method creates a new JToolBar object with the given name and
orientation.
This class is used to display ToolTips.
Creates a new JToolTip object.
Creates a new JTree
object.
Creates a new JTree
object.
Creates a new JTree
object.
Creates a new JTree
object.
Creates a new JTree
object.
Creates a new JTree
object.
Creates a new JTree
object.
Constant representing July.
Constant representing June.
A key for the text justification attribute.
A value that can be used with the
JUSTIFICATION
attribute to
indicate full justification of the text.
A value that can be used with the
JUSTIFICATION
attribute to
indicate no justification of the text.
_
+-------------------------------+ ...........Y1 \
| view | .
Default constructor for subclasses.
Unlike JComponent derivatives, JWindow inherits from
java.awt.Window.
Default constructor for subclasses.