D - static field in class javax.print.attribute.standard.
MediaSizeName The engineering ANSI D size medium: 22 inches x 34 inches.
Updates the carets rectangle properties to the specified rectangle and
repaints the caret.
Repaint the given line range.
Marks the specified range inside the text component's model as
damaged and queues a repaint request.
Repaints a range of characters.
Marks the specified range inside the text component's model as
damaged and queues a repaint request.
Repaints a range of characters, also specifying the bias for the
start and end of the range.
A constant representing "dark".
Constant for the color dark gray: R=64, G=64, B=64.
Returns a darker version of this color.
Constant for the color dark gray: R=64, G=64, B=64.
The color for drawing the dark shaded parts of the border.
The color for drawing the inner half of the top and left
edges.
The outer bottom and right edge color for both the tab and content
border.
The shadow color used for drawing the track rect when the slider is
enabled.
Pd = Punctuation, Dash (Informative).
data - field in class javax.swing.text.html.parser.
Element A field to store additional user data for this Element.
data - field in class javax.swing.text.html.parser.
Entity The entity data
Means that the ORB cannot convert between the marshalled and
native data representation.
Creates DATA_CONVERSION with the default minor code of 0 and a
completion state COMPLETED_NO.
Creates a DATA_CONVERSION exception with the specified minor
code and completion status.
Creates a DATA_CONVERSION with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
Created DATA_CONVERSION exception, providing full information.
Indicates that the data transfer to the print service has completed.
Class that manages arrays of data elements.
The data buffer used to store the pixel values.
Creates a new DataBuffer
with the specified data type and
size.
Creates a new DataBuffer
with the specified data type,
size and number of banks.
Creates a new DataBuffer
with the specified data type,
size and number of banks.
Creates a new DataBuffer
with the specified data type,
size and number of banks.
A
DataBuffer
that uses an array of
byte
primitives
to represent each of its banks.
Creates a new data buffer backed by the specified data bank.
Creates a new data buffer backed by the specified data bank, with
the specified offset to the first element.
Creates a new data buffer backed by the specified data banks.
Creates a new data buffer backed by the specified data banks, with
the specified offsets to the first element in each bank.
Creates a new data buffer with a single data bank containing the
specified number of byte
elements.
Creates a new data buffer with the specified number of data banks,
each containing the specified number of byte
elements.
A
DataBuffer
that uses an array of
double
primitives
to represent each of its banks.
Creates a new data buffer backed by the specified data bank.
Creates a new data buffer backed by the specified data bank, with
the specified offset to the first element.
Creates a new data buffer backed by the specified data banks.
Creates a new data buffer backed by the specified data banks, with
the specified offsets to the first element in each bank.
Creates a new data buffer with a single data bank containing the
specified number of double
elements.
Creates a new data buffer with the specified number of data banks,
each containing the specified number of double
elements.
A
DataBuffer
that uses an array of
float
primitives
to represent each of its banks.
Creates a new data buffer backed by the specified data bank.
Creates a new data buffer backed by the specified data bank, with
the specified offset to the first element.
Creates a new data buffer backed by the specified data banks.
Creates a new data buffer backed by the specified data banks, with
the specified offsets to the first element in each bank.
Creates a new data buffer with a single data bank containing the
specified number of float
elements.
Creates a new data buffer with the specified number of data banks,
each containing the specified number of float
elements.
A
DataBuffer
that uses an array of
int
primitives
to represent each of its banks.
Creates a new data buffer with a single data bank containing the
specified number of int
elements.
Creates a new data buffer with the specified number of data banks,
each containing the specified number of int
elements.
Creates a new data buffer backed by the specified data bank.
Creates a new data buffer backed by the specified data bank, with
the specified offset to the first element.
Creates a new data buffer backed by the specified data banks.
Creates a new data buffer backed by the specified data banks, with
the specified offsets to the first element in each bank.
A
DataBuffer
that uses an array of
short
primitives
to represent each of its banks.
Creates a new data buffer with a single data bank containing the
specified number of short
elements.
Creates a new data buffer with the specified number of data banks,
each containing the specified number of short
elements.
Creates a new data buffer backed by the specified data bank.
Creates a new data buffer backed by the specified data bank, with
the specified offset to the first element.
Creates a new data buffer backed by the specified data banks.
Creates a new data buffer backed by the specified data banks, with
the specified offsets to the first element in each bank.
A
DataBuffer
that uses an array of
short
primitives
to represent each of its banks.
Creates a new data buffer with a single data bank containing the
specified number of short
elements.
Creates a new data buffer with the specified number of data banks,
each containing the specified number of short
elements.
Creates a new data buffer backed by the specified data bank.
Creates a new data buffer backed by the specified data bank, with
the specified offset to the first element.
Creates a new data buffer backed by the specified data banks.
Creates a new data buffer backed by the specified data banks, with
the specified offsets to the first element in each bank.
This method tests whether or not a DDL statement will cause the
current transaction to be automatically committed.
This method tests whether or not DDL statements are ignored in
transactions.
This class represents a particular data format used for transferring
data via the clipboard.
Empty public constructor needed for externalization.
Initializes a new instance of DataFlavor
.
Initializes a new instance of DataFlavor
with the specified
MIME type.
Initializes a new instance of DataFlavor
with the
specified MIME type and description.
Initializes a new instance of DataFlavor
with the
specified MIME type and description.
Maps the specified native type names to DataFlavor
's.
Maps the specified native type names to DataFlavor
's.
Exception thrown when compressed data is corrupt.
Create an exception without a message.
Create an exception with a message.
This class models a packet of data that is to be sent across the network
using a connectionless protocol such as UDP.
Initializes a new instance of DatagramPacket
for
receiving packets from the network.
This method initializes a new instance of DatagramPacket
which has the specified buffer, offset, and length.
Initializes a new instance of DatagramPacket
for
transmitting packets across the network.
Initializes a new instance of DatagramPacket
for
transmitting packets across the network.
Initializes a new instance of DatagramPacket
for
transmitting packets across the network.
Initializes a new instance of DatagramPacket
for
transmitting packets across the network.
This class models a connectionless datagram socket that sends
individual packets of data across the network.
Initializes a new instance of DatagramSocket
that binds to
a random port and every address on the local machine.
Initializes a new instance of DatagramSocket
that binds to
the specified port and every address on the local machine.
Initializes a new instance of DatagramSocket
that binds to
the specified local port and address.
Creates a DatagramSocket
from a specified
DatagramSocketImpl
instance
Initializes a new instance of DatagramSocket
that binds to
the specified local port and address.
This abstract class models a datagram socket implementation.
Default, no-argument constructor for subclasses to call.
This interface defines one method which returns a
DatagramSocketImpl
object.
This interface is implemented by classes that can data from streams
into Java primitive types.
This subclass of FilteredInputStream
implements the
DataInput
interface that provides method for reading primitive
Java data types from a stream.
An interface for reading the custom value types.
This constructor initializes a new DataInputStream
to read from the specified subordinate stream.
The DataLine interface adds data-related functionality to the Line
interface.
Data model used by JComboBox to keep track of its list data and currently
selected element in the list.
The model for data stored in the table.
This interface is implemented by classes that can wrte data to streams
from Java primitive types.
This class provides a mechanism for writing primitive Java datatypes
to an OutputStream
in a portable way.
An interface for writing the custom value types.
This method initializes an instance of DataOutputStream
to
write its data to the specified underlying OutputStream
This exception is thrown when a piece of data is unexpectedly
truncated in JDBC.
This method initializes a new instance of DataTruncation
with the specified values.
The type of the data elements stored in the data buffer.
The DataBuffer type that is used to store the data of the image
described.
A serious error during datatype configuration.
Create an exception without a message.
Create an exception with a message.
Create an exception with a message and a cause.
Create an exception with a given cause, and a message of
cause == null ?
Basic data type constants.
Factory class to create new datatype objects mapping XML to and from Java
objects.
JAXP 1.3 default implementation class name.
JAXP 1.3 default property name.
Storage for the rows in the table (each row is itself
a Vector
).
Constant representing the day time field, synonym for DAY_OF_MONTH.
The qualified-name for the date
data type.
This class is a wrapper around java.util.Date to allow the JDBC
driver to identify the value as a SQL Date.
This class represents a specific time in milliseconds since the epoch.
Creates a new Date Object representing the current time.
This method initializes a new instance of this class with the
specified year, month, and day.
Creates a new Date Object representing the given time.
Creates a new Date Object representing the given time.
Creates a new Date Object representing the given time.
Creates a new Date from the given string representation.
This method initializes a new instance of this class with the
specified time value representing the number of milliseconds since
Jan 1, 1970 at 12:00 midnight GMT.
Creates a new Date Object representing the given time.
A component which allows editing of Date and Time objects.
Represents the position of the date
or day of the month pattern character
in the array of localized pattern
characters.
An editor class for a JSpinner
that is used
for displaying and editing dates (e.g. that uses
SpinnerDateModel
as model).
Creates a new instance of DateEditor for the specified
JSpinner
.
Creates a new instance of DateEditor for the specified
JSpinner
using the specified date format
pattern.
This method initializes a new instance of DateFormat
.
This class acts as container for locale specific date/time formatting
information such as the days of the week and the months of the year.
This method loads the format symbol information for the default
locale.
This method initializes a new instance of DateFormatSymbols
by loading the date format information for the specified locale.
Creates a new instance of DateFormatter
using the
specified DateFormat
The qualified-name for the dateTime
data type.
The DateTimeAtCompleted
attribute specifies the date and
the time at which a print job completed (or was canceled or aborted).
Creates a DateTimeAtCompleted
object.
The DateTimeAtCreation
attribute specifies the
date and the time at which a print job was created.
Creates a DateTimeAtCreation
object.
The DateTimeAtProcessing
attribute specifies the date
and the time at which a print job started processing.
Creates a DateTimeAtProcessing
object.
DateTimeSyntax
is the abstract base class of all attribute
classes having a date and a time as value.
Creates a DateTimeSyntax
with a given value.
Constant representing the day time field.
Constant representing the day of week time field.
Represents the position of the day of the
week pattern character in the array of
localized pattern characters.
Constant representing the day-of-week-in-month field.
Represents the position of the day of the
week in the month pattern character in the
array of localized pattern characters.
Constant representing the day of year time field.
Represents the position of the day of the
year pattern character in the array of
localized pattern characters.
Constant that represents the days field.
DD - static field in class javax.swing.text.html.
HTML.Tag The <dd> tag , breaks flow, block tag.
Deactivate this input method, either temporarily or permanently for the
given client.
Turns the asociated POAs into inactive state.
Deactivate object with the given id.
This is a convenience method that deactivates the JInternalFrame.
This method is called when the JInternalFrame loses focus.
This method should be called when the JInternalFrame gets deselected and
subsequently loses focus.
An extension of
Graphics
that can be used for debugging
custom Swing widgets.
Creates a DebugGraphics
object.
Creates a DebugGraphics
object.
Creates a DebugGraphics
object.
A helper method to convert a name to standard Java
naming conventions: anything with two capitals as the
first two letters remains the same, otherwise the
first letter is decapitalized.
Constant representing December.
A MathContext for the IEEE 754R Decimal128 format - 34 digit preicision and
HALF_EVEN rounding.
A MathContext for the IEEE 754R Decimal32 format - 7 digit preicision and
HALF_EVEN rounding.
A MathContext for the IEEE 754R Decimal64 format - 16 digit preicision and
HALF_EVEN rounding.
Nd = Number, Decimal Digit (Normative).
Attribute set to all characters containing a decimal separator.
This class is a concrete implementation of NumberFormat used to format
decimal numbers.
Constructs a DecimalFormat
which uses the default
pattern and symbols.
Constructs a DecimalFormat
which uses the given
pattern and the default symbols for formatting and parsing.
Constructs a DecimalFormat
using the given pattern
and formatting symbols.
This class is a container for the symbols used by
DecimalFormat
to format numbers and currency
for a particular locale.
This method initializes a new instance of
DecimalFormatSymbols
for the default locale.
This method initializes a new instance of
DecimalFormatSymbols
for the specified locale.
Represents all members, whether public, private, protected or
package-protected, but only which are declared in this class.
Declare a Namespace prefix.
SAX2 extension handler for DTD declaration events.
Decode the given array of bytes and return the decoded value, inserted
into
Any
.
This method reads an encoded certificate from an InputStream
.
Convert the specified String
into a Byte
.
Converts the specified string to a number, using Integer.decode, and
creates a new instance of Color
from the value.
Creates a
Font
object from the specified string, which
is in one of the following formats:
- fontname-style-pointsize
- fontname-style
- fontname-pointsize
- fontname
The style should be one of BOLD, ITALIC, or BOLDITALIC.
Convert the specified String
into an Integer
.
Convert the specified String
into a Long
.
Convert the specified String
into a Short
.
This method translates the passed in string from x-www-form-urlencoded
format using the default encoding "UTF-8" to decode the hex encoded
unsafe characters.
This method translates the passed in string from x-www-form-urlencoded
format using the given character encoding to decode the hex encoded
unsafe characters.
Decode the given array of bytes, supposing that they contain the
given data structure, and return the decoded value.
Returns the data flavor given the native type name
or null when no such data flavor exists.
Decodes a String
native for use as a Java MIME type.
This function converts between the string passed into the client
property and the internal representation (currently an int).
The JButton that decrements the scrollbar's value.
Indicates that the decrease highlight should be painted.
The button that decreases the value in the scroll bar.
The name of an action which decrements a value.
Decrement the indent level.
The decryption operation mode.
The deflater which is used to deflate the stream.
Get the definition kind of the remote IDL type object.
Get the definition kind of this interface repository object.
Creates and returns new attribute (not an attribute list).
A key to access the default property for the action (this is not used).
The DEFAULT constant, specifies the default value.
Indicates that a region is in its default state.
The default caret policy.
The default compression level.
Default cascading stylesheed file ("default.css").
Constant for the system default cursor type
Constant for the default cursor.
For unions, returs the index of the default member.
A value for the titleJustification
property that
horizontally aligns the title text with either the left or the
right edge of the border, depending on the orientation of the
component nested into the border.
A lifetime constant representing the default context lifetime.
A lifetime constant representing the default credential lifetime.
Dummy namespace prefix indicating that there is no namespace.
The default object model URI.
An option used in confirmation dialog methods.
Returns the root POA of the ORB instance, associated with this servant.
A value for the titlePosition
property that vertically
positions the title text at the default vertical position, which
is in the middle of the top line of the border.
The default property name according to the JAXP specification.
The name of the default style.
The name of the defaultValue field.
The default implementation of BoundedRangeModel
.
Constructs a DefaultBoundedRangeModel
with default
values for the properties.
Constructs a DefaultBoundedRangeModel
with the
specified values for some properties.
Creates a new DefaultButtonModel object.
The default implementation of the
Caret
interface.
Creates a new DefaultCaret
instance.
Constructor DefaultCellEditor that uses the checkbox (appropriate
for boolean values)
Constructor DefaultCellEditor that uses the combo box.
Create the DefaultCellEditor that uses the text field as its editor
component (appropriate for the text content)
Returns the system default charset.
An array of default choosers to use in the JColorChooser.
This is the default implementation of the ColorSelectionModel interface
that JColorChoosers use.
Creates a new color selection model with the default white color.
Creates a new color selection model with a given selected color.
A model that stores a list of elements and a selected item (which may be
null
).
Creates a new model, initially empty.
Creates a new model and initializes its item list to the values in the
given array.
Creates a new model and initializes its item list to the values in the
given vector.
The default controller called by this IIOParam to retrieve
parameters.
The default implementation of DesktopManager for
Swing.
This creates a new DefaultDesktopManager object.
Stores the changes when a Document
is beeing modified.
Creates a new DefaultDocumentEvent
.
The base class for the editor used by the
JSpinner
component.
Creates a new DefaultEditor
object.
Creates a new DefaultEditorKit
.
Constructor DefaultFocusManager
DefaultFocusTraversalPolicy is the default focus traversal policy
used by Containers.
Construct a default focus traversal policy.
Creates a new instance of DefaultFormatter
.
This class is Swing's only concrete implementation of
JFormattedTextField.AbstractFormatterFactory.
Creates a DefaultFormatterFactory with no formatters
Creates a new DefaultFormatterFactory with the specified formatters.
Creates a new DefaultFormatterFactory with the specified formatters.
Creates a new DefaultFormatterFactory with the specified formatters.
Creates a new DefaultFormatterFactory with the specified formatters.
Default base class for SAX2 event handlers.
Constructs a handler which ignores all parsing events.
The default highlight for Swing text components.
Contains the default initial context.
Construct a KeyboardFocusManager.
This action is executed as default action when a KEY_TYPED
event is received and no keymap entry exists for that.
Creates a new DefaultKeyTypedAction
.
The default implementation of
AbstractListModel
, used by
JList
and similar objects as the model of a list of
values.
The default implementation of
ListSelectionModel
,
which is used by
JList
and
similar classes to manage the selection status of a number of data
elements.
Maintains a list of the
ClassLoader
instances
registered with the management servers, allowing it
to be used to load classes.
Returns shared instance of MenuSelection Manager
The LayoutManager that is used in PopupMenus.
Creates a new instance of DefaultMenuLayout.
Creates a new instance of this theme.
Creates a DefaultMutableTreeNode
object.
Creates a DefaultMutableTreeNode
object with the given
user object attached to it.
Creates a DefaultMutableTreeNode
object with the given
user object attached to it.
Returns an instance of the default page which will have the default
paper and orientation.
Clones the specified PageFormat
object then alters the
clone so that it represents the default page format.
DefaultPersistenceDelegate
is a
PersistenceDelegate
implementation that can be used to serialize objects which adhere to the
Java Beans naming convention.
Using this constructor the object to be serialized will be instantiated
with the default non-argument constructor.
This constructor allows to specify which Bean properties appear
in the constructor.
This field is unused since JDK1.3.
Reads the current objects non-transient, non-static fields from
the current class from the underlying output stream.
This field is unused since JDK1.3.
The property list that contains default values for any keys not
in this property list.
Creates a new DefaultSingleSelectionModel
with no current
selection.
Creates a new DefaultStyledDocument
.
Creates a new
DefaultStyledDocument
that uses the specified
StyleContext
.
Class to display every cells.
Creates a default table cell renderer with an empty border.
A model that stores information about the columns used in a
JTable
.
Creates a new table column model with zero columns.
A two dimensional data structure used to store Object
instances, usually for display in a JTable
component.
Creates an empty table with zero rows and zero columns.
Creates a new table with the specified number of rows and columns.
Creates a new table with the specified column names and row count.
Creates a new table with the specified data values and column names.
Creates a new table with the specified column names and number of
rows.
Creates a new table with the specified data values and column names.
The default text field, used in the editing sessions.
Creates a DefaultTextField
object.
A constant used to pad out elements in the button's layout and
preferred size calculations.
Number of spaces between icon and text.
A constant added to the defaultTextIconGap to adjust the text
within this particular button.
This class is deprecated and should not be used anymore.
This class is deprecated and should not be used anymore.
Participates in the tree cell editing.
Constructs a DefaultTreeCellEditor object for a JTree using the
specified renderer and a default editor.
Constructs a DefaultTreeCellEditor object for a JTree using the specified
renderer and the specified editor.
Creates a new tree cell renderer with defaults appropriate for the
current
LookAndFeel
.
Constructor DefaultTreeModel where any node can have children.
Create the DefaultTreeModel that may check if the nodes can have
children or not.
The implementation of the default tree selection model.
Constructs a new DefaultTreeSelectionModel.
Writes the current objects non-transient, non-static fields from
the current class to the underlying output stream.
Creates a new content model.
Defective credential error.
Defines a new element and adds it to the element table.
Creates, adds into the entity table and returns the
character entity like <
(means '<
' );
Creates, intializes and adds to the entity table the new
entity.
Define the attributes for the element with the given name.
Helper to define a class using a string of bytes.
Helper to define a class using a string of bytes without a
ProtectionDomain.
Creates a class using an array of bytes and a
CodeSource.
Helper to define a class using a string of bytes.
Creates a class using an ByteBuffer and a
CodeSource.
Helper to define a class using the contents of a byte buffer.
The repository ID of the value for that this member is defined
Defines the element and adds it to the element table.
Creates, intializes and adds to the entity table the new
entity.
Defines a new package and creates a Package object.
Defines a Package based on the given name and the supplied manifest
information.
This class indicates the kind of the definition, stored in the interface
repository.
Creates a definition kind with the given integer definition kind code.
A helper operations for the definition kind.
The print data is ZIP compressed.
Deflates everything in the def's input buffers.
Deflates the current input block to the given array.
Deflates the current input block to the given array.
This is the Deflater class.
Creates a new deflater with default compression level.
Creates a new deflater with given compression level.
Creates a new deflater with given compression level.
This is a special FilterOutputStream deflating the bytes that are
written through it.
Creates a new DeflaterOutputStream with a default Deflater and
default buffer size.
Creates a new DeflaterOutputStream with the given Deflater and
default buffer size.
Creates a new DeflaterOutputStream with the given Deflater and
buffer size.
This is a convenience method that deiconifies the JInternalFrame.
This method removes the JInternalFrame's JDesktopIcon representation and
adds the JInternalFrame back to its parent.
This method should remove the JDesktopIcon from its parent and replace it
with the JInternalFrame that the JDesktopIcon represents.
This method deiconizes the JInternalFrame associated with the JDesktopIcon.
Called when the kit is being removed from the JEditorPane.
Called when the this is removed from the JEditorPane.
Deinstalls this
EditorKit
from the specified
JEditorPane
.
Deinstalls this Caret
from the specified text component.
Deinstalls this Caret
from the specified
JTextComponent
.
This method removes the necessary MouseListeners from the given
JComponent.
Sleep for a specified length of time.
The editor delegate, responsible for listening the
editorComponent
events and getting/setting its value.
Specifies a vendor specific implementation of the
Object
methods.
Extends the previous version of the Delegate by one additional method,
defined in CORBA 2_3 .
Each
Servant
has an associated delegate, where the most of the calls
are forwarded.
This method helps to delegate focus to the right component in the
JComboBox.
This method helps to delegate focus to the right component in the
JComboBox.
Create a new instance with the given name.
Create a new instance with the given name and actions.
Identifies deletion of rows or columns.
An event type indicating that one or more rows have been deleted from the
model.
This method deletes the file represented by this object.
Delete the text between two points.
Deletes the text between two indexes.
Delete characters from this StringBuffer
.
Delete characters from this StringBuilder
.
Delete one or several (identically named) given properties.
Delete the table caption, if one exists.
Delete a cell from the current row.
Update the text if a character is deleted at the position deletePos
Delete a character from this StringBuffer
.
Delete a character from this StringBuilder
.
Removes the contents of a Range from the containing document or
document fragment without returning a reference to the removed
content.
Remove a range of 16-bit units from the node.
Deletes the entry for the specified entry.
Deletes the medium indicated by oldMedium
from the list.
The name of the Action
that deletes the character that
follows the current caret position.
Deletes an Observer of this Observable.
Deletes all Observers of this Observable.
Calling this method requests that the file represented by this object
be deleted when the virtual machine exits.
This method delets an owner from the access control list (ACL).
The name of the Action
that deletes the character that
precedes the current caret position.
This method deletes the current row in the database.
Delete a row from this section.
Used to delete a rule from the media block.
Used to delete a rule from the style sheet.
This method tests whether or not the specified result set type can detect
a visible delete by calling the rowUpdated
method.
Deletes the shortcut for this menu item if one exists.
Deletes the specified menu shortcut.
Delete the footer from the table, if one exists.
Delete the header from the table, if one exists.
Remove the specified MIDI track from this sequence.
Deletes the item at the specified index.
Deletes all items in the specified index range.
Perform this transformation, less any translation, on an array of points,
in (x,y) pairs, storing the results in another (possibly same) array.
Perform this transformation, less any translation, on the given source
point, and store the result in the destination (creating it if
necessary).
This annotation is used as a marker to indicate that the annotated
declaration is deprecated and should not be used in new code.
Returns the depth to which we have descended in the tree.
How much the depth should be offset to properly calculate x locations.
Removes the key event block specified by the supplied timestamp and component.
Removes the key event block specified by the supplied timestamp and component.
Deregisters the given selection key.
De-registers all service providers.
De-registers all providers which have been registered for the
specified service category.
This method de-registers a driver from the manager.
De-registers a provider from all service categories it
implements.
If the document's schema is an XML Schema [
XML Schema Part 1]
, this constant represents the derivation by
restriction if complex types are involved, or a
restriction if simple types are involved.
If the document's schema is an XML Schema [
XML Schema Part 1]
, this constant represents the
union if simple types are involved.
Produces a new
Font
based on the current font, adjusted to a
new set of attributes.
Produces a new
Font
based on the current font, adjusted to a
new size.
Produces a new
Font
based on the current font, adjusted to a
new style.
Produces a new
Font
based on the current font, adjusted to a
new size and style.
Produces a new
Font
based on the current font, adjusted to a
new style and subjected to a new affine transformation.
Produces a new
Font
based on the current font, subjected
to a new affine transformation.
The length of a triple-DES key, in bytes.
The length of a DES key, in bytes.
Obtain an Iterator over this list in reverse sequential order.
Returns an iterator over the elements of this set in descending
order.
Returns a reverse ordered NavigableSet
view of this
map's keys.
Returns a view of the map in reverse order.
Returns a view of the set in reverse order.
A description of the property, possibly null
.
A description of the feature in human-readable form.
Provides metadata for a management element as a series
of fields, formed from name-value pairs.
Allows the descriptor of a management element
to be changed.
Provides read access to the descriptor of
a management element.
This class is a transparent wrapper for DES-EDE (Triple-DES) keys,
which are arrays of 24 bytes.
Create a new DES-EDE key spec, copying the first 24 bytes from the
byte array.
Create a new DES-EDE key spec, starting at offset
in
the byte array.
Makes the item at the specified index not selected.
This type indicates that the item was deselected.
Deserializes a byte array using the same class loader for its context
as was used to load the given class.
Deserializes a byte array using the same class loader for its context
as was used to load the given class.
Deserializes a byte array using the class loader of the specified
management bean as its context.
ISO ISO Designated Long paper, 324 mm x 458 mm
BeanContextChild
implementors implement this to get information
about whether they are in a design time or runtime environment.
Returns the desired assertion status of this class, if it were to be
initialized at this moment.
This class is a transparent wrapper for DES keys, which are arrays
of 8 bytes.
Create a new DES key spec, copying the first 8 bytes from the
byte array.
Create a new DES key spec, starting at offset
in
the byte array.
The JDesktopPane this UI is used with.
This class enables Java application to access system commands to perform
desktop oriented operations, like writing and sending emails, or surfing
webpages with the system browser or editing/printing files with a default
editor.
An iconified frame in a desktop.
Specifies the region of a desktop icon.
A pane which supports internal frames and their icons.
Specifies the region of a desktop pane.
The JDesktopIcon this UI delegate represents.
The JDesktopIcon that represents the JInternalFrame while it is
iconified.
An abstract base class for delegates that implement the pluggable
look and feel for a desktop icon.
Constructs a new DesktopIconUI
.
The default desktop manager used with JDesktopPane.
DesktopManagers are responsible for implementing the behaviours for the
JInternalFrames that belong to JDesktopPanes.
An abstract base class for delegates that implement the pluggable
look and feel for a JDesktopPane
.
Constructs a new DesktopPaneUI
.
The height of the destination image.
Destination that receives all events.
The Destination
attribute provides a URI for an alternate
destination of the printing output.
Constructs a Destination
object.
The offset in the destination where the upper-left
decoded/encoded pixel should be located.
Sets the output colour type when writing or the destination image
type when reading.
Destroys the object on the server side.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
Destroy the remote IDL type object.
This method is called when the applet is being unloaded.
Destroy the iterator on the server side.
Destroy the iterator on the server side.
Destroy this object, clearing all sensitive fields appropriately.
Destroys this DynAny, freeing the used resources.
Destroys this DynAny, freeing the used resources.
This method is called when orb is being destroyed and destroys
the interceptor.
Destroy this interface repository object.
Destroy this context (must be empty).
Destroy this context (must be empty).
Destroy this server, releasing the occupied resources.
Destroy the policy object.
Kills the subprocess and all of its children forcibly.
Originally intended to destroy this thread, this method was never
implemented by Sun, and is hence a no-op.
Destroy this ThreadGroup.
Destroy the sensitive data of this credential, setting the certificate,
private key, and keystore alias to null.
Destroy this POA and all descendant POAs.
An interface for objects that are immutable but whose sensitive
data may be wiped out.
Release the back buffer's resources.
Destroy the resources created by createBuffers.
Creates a new DestroyFailedException with no detail message.
Creates a new DestroyFailedException with a detail message.
Removes the naming subcontext from this naming context.
Removes the naming subcontext from this naming context.
The width of the destination image.
Detaches the NodeIterator
from the set which it iterated
over, releasing any computational resources and placing the
NodeIterator
in the INVALID state.
Called to indicate that the Range is no longer in use and that the
implementation may relinquish any resources associated with this
Range.
The cause of this exception.
The cause of this exception.
The cause of this exception.
The cause of this exception.
An icon for the "details view" button.
Constant representing the Unicode DEVANAGARI range.
The printer device is out of developer.
The printer device is low on developer.
DFN - static field in class javax.swing.text.html.
HTML.Tag The <dfn> tag
DGC - interface java.rmi.dgc.
DGC The DGC implementation is used for the server side during the distributed
garbage collection.
Defines the ID of the distributed garbage collector.
This class represents the parameters needed for generating
Diffie-Hellman parameters.
Create a new Diffie-Hellman parameter generator spec.
This interface marks public/private keys in the Diffie-Hellman key
exchange algorithm.
The base set of parameters necessary to perform Diffie-Hellman key
exchange.
Create a new set of Diffie-Hellman parameters.
Create a new set of Diffie-Hellman parameters.
This interface marks a private key in the Diffie-Hellman key exchange
algorithm.
A wrapper for Diffie-Hellman private key data.
Create a new Diffie-Hellman private key spec.
This interface marks a public key in the Diffie-Hellman key-exchange
algorithm.
A wrapper for Diffie-Hellman public key data.
Create a new Diffie-Hellman public key spec.
A top level window title bar and border.
Dialog
provides a top-level window normally used to receive
user input in applications.
Initializes a new instance of Dialog
with the specified,
parent, that is resizable.
Initializes a new instance of Dialog
with the specified,
parent and title, that is resizable.
Initializes a new instance of Dialog
with the specified,
parent, title and modality, that is resizable.
Initializes a new instance of Dialog
with the specified,
parent, title, modality and GraphicsConfiguration
, that is
resizable.
Initializes a new instance of Dialog
with the specified
parent, that is resizable and not modal, and which has no title.
Initializes a new instance of Dialog
with the specified
parent and modality, that is resizable and which has no title.
Initializes a new instance of Dialog
with the specified
parent, that is resizable and not modal, and which has the specified
title.
Initializes a new instance of Dialog
with the specified,
parent, title, and modality, that is resizable.
Initializes a new instance of Dialog
with the specified,
parent, title, modality and GraphicsConfiguration
, that is
resizable.
The name of the 'dialog title' property.
The name of the 'dialog type' property.
Identifies a UI provided as an AWT dialog.
This method is called to initialize the
JDialog.
A Dictionary maps keys to values; how it does that is
implementation-specific.
Sole constructor (often called implicitly).
Informs this edit action that it will no longer be used.
Informs this edit action, and all compound edits, that they will
no longer be used.
Informs this edit action that it will no longer be used.
The message digest for the DigestInputStream
The message digest for the DigestOutputStream
Computes the final digest of the stored data.
Computes a final update using the input array of bytes, then computes a
final digest and returns it.
Computes the final digest of the stored bytes and returns the result.
This exception indicates that a generic message digest exception has
occurred.
Create a new instance with no descriptive message.
Create a new instance with a descriptive error message.
Create a new instance with a descriptive error message and
a cause.
Create a new instance with a cause.
DigestInputStream is a class that ties an InputStream with a
MessageDigest.
Constructs a new DigestInputStream.
DigestOutputStream is a class that ties an OutputStream with a
MessageDigest.
Constructs a new DigestOutputStream.
Converts a character into a digit of the specified radix.
Converts a character into a digit of the specified radix.
This class holds a width and height value pair.
Create a new Dimension with a width and height of zero.
Create a new Dimension with the specified width and height.
Create a new Dimension with width and height identical to that of the
specified dimension.
This stores a dimension in 2-dimensional space - a width (along the x-axis)
and height (along the y-axis).
A Dimension that is marked as UIResource
, which
indicates that it has been installed by a pluggable
LookAndFeel.
Constructs a new DimensionUIResource, given its width and height.
DIR - static field in class javax.swing.text.html.
HTML.Tag The <dir> tag , breaks flow, block tag.
For the color model created with this constructor the pixels
will have fully opaque alpha components with a value of 255.
For the color model created with this constructor the pixels
will have fully opaque alpha components with a value of 255.
The direction that the arrow points.
The direction, either home or end
Specifies the direction to adjust the selection by.
Specifies the direction to adjust the selection by.
Determines direction to traverse, 1 means expand, -1 means collapse.
This indicates that a strongly directional character in the text should
set the initial direction, but if no such character is found, then the
initial direction will be left-to-right.
This indicates that a strongly directional character in the text should
set the initial direction, but if no such character is found, then the
initial direction will be right-to-left.
This indicates that the initial direction should be left-to-right.
This indicates that the initial direction should be right-to-left.
Weak bidirectional character type "AN".
Weak bidirectional character type "BN".
Weak bidirectional character type "CS".
Weak bidirectional character type "EN".
Weak bidirectional character type "ES".
Weak bidirectional character type "ET".
Strong bidirectional character type "L".
Strong bidirectional character type "LRE".
Strong bidirectional character type "LRO".
Weak bidirectional character type "NSM".
Neutral bidirectional character type "ON".
Neutral bidirectional character type "B".
Weak bidirectional character type "PDF".
Strong bidirectional character type "R".
Strong bidirectional character type "AL".
Strong bidirectional character type "RLE".
Strong bidirectional character type "RLO".
Neutral bidirectional character type "S".
Undefined bidirectional character type.
Strong bidirectional character type "WS".
A selection mode constant indicating acceptance of directories only.
Returns the working directory of the process.
Sets the working directory to that specified.
The name of the property for the current directory.
A pane for navigating through directories.
Handles changes to the selection in the directory combo box.
A combo box model containing the selected directory and all its parent
directories.
An icon representing a directory.
The localised Mnemonic for the open button.
The localised text for the open button.
The localised tool tip text for the open button.
Mark the given objects referecnes as used on the client side.
Calling Compiler.disable()
will cause the compiler
to be suspended; provided that a compiler even exists.
Blocks all types by emptying the list of enabled attributes.
Removes the specified attribute name from the list
of enabled attributes, thus preventing
AttributeChangeNotification
s for this attribute
from passing through the filter.
A primary state indicating that a component is disabled.
Fired in a PropertyChangeEvent when the "disabledIcon" property changes.
Fired in a PropertyChangeEvent when the "disabledSelectedIcon" property
changes.
Color of the text when menu item is disabled
The color for disabled button labels.
Used to draw disabled text.
The color for disabled button labels.
Disables the specified events.
Disables the specified events.
This method is empty, unused and deprecated.
Removes the specified type prefix from the list
of enabled types, thus preventing matching types
from passing through the filter.
Turns the associated POAs into discaring state.
Discards all editing actions that are currently registered with
this UndoManager.
A single constant interface, defining the adapter state (DISCARDING) = 2.
DISCARDING - static field in class org.omg.PortableServer.POAManagerPackage.
State An instance of State, initialized to DISCARDING.
Discards all key event blocks relating to focus requirements for
the supplied component, regardless of timestamp.
Discards all key event blocks relating to focus requirements for
the supplied component, regardless of timestamp.
Disonnects this channel's socket.
This method disconnects this socket from the address/port it was
connected to.
Closes the connection to the server.
Disconnect the given CORBA object from this ORB.
Returns the discriminator, defining, which set of fields is stored.
The remote call of DynAny methods is not possible.
Returns the discriminator kind.
Get the kind of the union descriminator.
Returs definition of member labels for untions
Returns true if the two specified collections have no elements in
common.
Removes the editor from the
ChangeListener
list maintained by
the specified
spinner
.
Dispatch the event, according to what the event needs done.
This method calls the run()
method of the runnable, traps
exceptions if instructed to do so, and calls notifyAll()
on any notifier if all worked successfully.
Forwards AWT events to processEvent() if:
- Events have been enabled for this type of event via
enableEvents()
- There is at least one registered listener for this type of event
The AWT event dispatcher uses this method to request that the manager
handle a particular event.
Dispatches an event to the current input method.
Dispatch an event to the input method.
The AWT event dispatcher uses this method to request that the manager
handle a particular event.
Sends this event to this component or a subcomponent for processing.
This method allows the dispatch of events into the implementations
event model.
Create an input method event and dispatch it to the client.
Attempts to dispatch key events for which no key event dispatcher
has so far succeeded.
Attempts to dispatch key events for which no key event dispatcher
has so far succeeded.
Called by the KeyboardFocusManager to request that a key event be
dispatched.
The CSS attribute 'display'.
This indicates that the HIERARCHY_CHANGED is caused by a change in
displayability.
This encapsulates information about the display mode for a graphics
device configuration.
Create a mode with the given parameters.
Disposes the component peer.
Release resources allocated for the compositing.
Releases all system resources that this Graphics
is using.
Disposes the Dialog and then causes show() to return if it is currently
blocked.
Free any resources held by this graphics context immediately instead
of waiting for the object to be garbage collected and finalized.
Releases any system resources and cryptographic information stored in
the context object.
Releases any sensitive information that the GSSCredential object may
be containing.
Releases any resources allocated to this object.
Releases any resources allocated to this object.
Disposes of the input context and release the resources used by it.
Disposes the input method and release any resources it is using.
This method makes this JInternalFrame invisible, unselected and closed.
Release the resources allocated for the paint.
Disposes of any system resources or security-sensitive information the
SaslClient
might be using.
Disposes of any system resources or security-sensitive information the
SaslServer
might be using.
Dispose this StreamPrintService
object.
Destroys any resources associated with this window.
Dispose the container when it is closed.
Return the distance from this point to the given one.
Return the distance between two points.
Return the distance from this point to the given one.
Return the square of the distance from this point to the given one.
Return the square of the distance between two points.
Return the square of the distance from this point to the given one.
DIV - static field in class javax.swing.text.html.
HTML.Tag The <div> tag , breaks flow, block tag.
DIV - static field in class javax.management.
Query A code representing the
Returns a value expression which evaluates to the result of
dividing v1
by v2
.
Performs division, if the resulting quotient requires rounding
(has a nonterminating decimal expansion),
an ArithmeticException is thrown.
Returns a BigDecimal whose value is (this / val), with the specified scale
and rounding according to the RoundingMode
Returns a BigDecimal whose value is (this / val) rounded according to the
RoundingMode
Returns a BigDecimal array, the first element of which is the integer part
of this / val, and the second element of which is the remainder of
that quotient.
The divider that divides this JSplitPane.
The property fired when the divider property changes.
The property fired when the divider location property changes.
The property fired when the divider size property changes.
This helper class acts as the Layout Manager for the divider.
Creates a new DividerLayout object.
The thickness of the divider in pixels.
The size of the divider while dragging.
Returns a BigDecimal whose value is the integer part of the quotient
this / val.
The division type of the MIDI file.
The timing division type for this sequence (PPQ or SMPTE*)
Indicates that the current definition defines .
Indicates that the current definition defines an alias.
This is a "wildcard '*'", used in cases where any definition kind
is appropriate .
Indicates that the current definition defines an array.
Indicates that the current definition defines an attribute.
Indicates that the current definition defines a constant.
Indicates that the current definition defines an enumeration.
Indicates that the current definition defines an exception.
Indicates that the current definition defines a CORBA fixed
.
Indicates that the current definition defines an interface.
Indicates that the current definition defines a Module.
Indicates that the current definition defines a Native.
Indicates that the current definition defines has no definition kind.
Indicates that the current definition defines an operation, including
the lists of parameters and exceptions raised by this operation.
Indicates that the current definition defines a primitive type.
Indicates that the current definition defines an another interface
repository.
Indicates that the current definition defines a sequence.
Indicates that the current definition defines a string.
Indicates that the current definition defines a structure.
Indicates that the current definition defines a named type that is not
an interface nor a value definition.
Indicates that the current definition defines a union.
Indicates that the current definition defines a value.
Indicates that the current definition defines a value box.
Indicates that the current definition defines value member.
Indicates that the current definition defines a wide (usually 16-bit
per character) string.
DL - static field in class javax.swing.text.html.
HTML.Tag The <dl> tag , breaks flow, block tag.
This class contains various constants used in drag-and-drop operations.
Property with the DNS host and domain names to use.
Do nothing when the container is closed.
Performs the acccessible action with the specified index on this object.
Perform the specified action.
Perform the specified action.
Executes the action with the specified id.
Executes the action with the specified id.
Performs the accessible action with the specified index.
Performs the specified action on the link object.
Performs the i-th action.
Perform the specified Action on the tree node.
Run a method as another subject.
Run a method as another subject.
Run a method as another subject.
Run a method as another subject.
Doc - interface javax.print.
Doc Doc
specifies the interface for print services how to obtain
the print data and document specific attributes for printing.
Marker interface for all attribute classes describing attributes of
a
Doc
object.
DocAttributeSet
specifies an attribute set which only
allows printing attributes of type
DocAttribute
.
DocFlavor
provides a description of the format in which the
print data will be supplied in a print job to the print service.
Constructs a DocFlavor
object with the given MIME type and
representation class name.
The color of the border when it is dockable.
The background color of the JToolBar when it is dockable.
This is the MouseHandler class that allows the user to drag the JToolBar
in and out of the parent and dock it if it can.
Creates a new DockingListener object.
Programmatically perform a "click" on the button: arming, pressing,
waiting, un-pressing, and disarming the model.
Programmatically perform a "click" on the button: arming, pressing,
waiting, un-pressing, and disarming the model.
Programatically performs click
Programatically clicks menu item.
DocPrintJob
represents a print job which supports printing
of a single document.
The public ID to output in the doctype declaration.
The system ID to output in the doctype declaration.
A Document is the model that backs up all text components in Swing.
The Document
interface represents the entire HTML or XML
document.
The printer is unable to access one or more documents provided
by reference in the print job.
The printer aborted the job because of an error in the document data.
The node is a DocumentFragment
.
The node is contained by the reference node.
The node contains the reference node.
The two nodes are disconnected.
The node follows the reference node.
The determination of preceding versus following is
implementation-specific.
The second node precedes the reference node.
The node is a DocumentType
.
The key that is used to store the document base in a JComponent's client
properties.
Convenience class for parsing an XML document into a W3C DOM object
graph.
Factory for obtaining document builders.
This interface represents a document with a CSS view.
DocumentEvent public interface
The DocumentEvent
interface provides a mechanism by which the
user can create an Event of a type supported by the implementation.
DocumentFragment
is a "lightweight" or "minimal"
Document
object.
Receive notification of general document events.
DocumentListener public interface
The DocumentName
printing attribute specifies a document name.
Creates a DocumentName
object.
A simple error-tolerant HTML parser that uses a DTD document
to access data on the possible tokens, arguments and syntax.
The parser reads an HTML content from a Reader and calls various
notifying methods (which should be overridden in a subclass)
when tags or data are encountered.
Some HTML elements need no opening or closing tags.
Creates a new parser that uses the given DTD to access data on the
possible tokens, arguments and syntax.
The DocumentStyle
interface provides a mechanism by which the
style sheets embedded in a document can be retrieved.
DocumentTraversal
contains methods that create
NodeIterators
and TreeWalkers
to traverse a
node and its children in document order (depth first, pre-order
traversal, which is equivalent to the order in which the start tags occur
in the text representation of the document).
Each Document
has a doctype
attribute whose value
is either null
or a DocumentType
object.
The DocumentView
interface is implemented by
Document
objects in DOM implementations supporting DOM
Views.
This method is used for closing this JInternalFrame.
This method tests whether or not the maximum row size includes BLOB's
Finishes a multi-part transformation, and returns the final
transformed bytes.
Finishes the computation of a MAC and returns the digest.
Finishes a multi-part transformation or does an entire
transformation on the input, and returns the transformed bytes.
Finishes the computation of a MAC with a final byte array (or
computes a MAC over those bytes only) and returns the digest.
Finishes a multi-part transformation and stores the transformed
bytes into the given array.
Finishes the computation of a MAC and places the result into the
given array.
Finishes a multi-part transformation or does an entire
transformation on the input, and returns the transformed bytes.
Finishes a multi-part transformation or transforms a portion of a
byte array, and stores the result in the given byte array.
Finishes a multi-part transformation with, or completely
transforms, a byte buffer, and stores the result into the output
buffer.
Indicates whether or not input can be read from this URL
Calls the layout manager to re-layout the component.
Layout the components in this container.
Lays out this Container, moving the editor component to the left
(leaving place for the icon).
Set the widths of all columns, taking they preferred widths into
consideration.
The URL for the JAXP DOM object model.
A public interface used to combine two ProtectionDomains in a new
ProtectionDomain and update the current Protection Domains
associated with the current AccessControlContext.
Establishes and navigates relationships to superior and subordinate domains,
and also creates and access policies.
Provides the means to access the policies of the domain, with that
the implementing
DomainManager
is associated.
The DOMConfiguration
interface represents the configuration
of a document and maintains a table of recognized parameters.
DOMError
is an interface that describes an error.
DOMErrorHandler
is a callback interface that the DOM
implementation can call when reporting errors that happens while
processing XML data, or when doing some other processing (e.g. validating
a document).
DOM operations only raise exceptions in "exceptional" circumstances, i.e.,
when an operation is impossible to perform (either for logical reasons,
because data is lost, or because the implementation has become unstable).
The DOMImplementation
interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.
This interface allows the DOM user to create a CSSStyleSheet
outside the context of a document.
The DOMImplementationList
interface provides the abstraction
of an ordered collection of DOM implementations, without defining or
constraining how this collection is implemented.
DOMImplementationLS
contains the factory methods for creating
Load and Save objects.
A factory that enables applications to obtain instances of
DOMImplementation
.
This interface permits a DOM implementer to supply one or more
implementations, based upon requested features and versions, as specified
in .
Locator for reporting a location in a W3C DOM object graph.
DOMLocator
is an interface that describes a location (e.g.
Output result specified as a W3C DOM object graph.
Constructor with the node to append to.
Constructor with the node to append to and the system ID.
Constructor with the node to append to and the child node before which
the result should be appended.
Constructor with the node to append to, the child node before which
the result should be appended, and the system ID.
An XML source specified as a W3C DOM node context.
Constructor with a context node.
Constructor with a context node and system ID.
If the specified range of text does not fit into a
DOMString
.
The DOMStringList
interface provides the abstraction of an
ordered collection of DOMString
values, without defining or
constraining how this collection is implemented.
This value is returned by the next()
and
previous
in order to indicate that the end of the
text has been reached.
This is a special constant value that is returned when the beginning or
end of the character range has been reached.
Informs this bean that is should not make
use of the GUI.
Tells the Bean not to use GUI methods.
One or more doors of the printer device are open.
Indicates whether or not output can be sent to this URL
Do a phase in the key agreement.
This class implements an arc in double precision.
A two-dimensional curve that is parameterized with a cubic
function and stores coordinate values in double-precision
floating-point format.
An
Ellipse2D
that stores its coordinates using
double
primitives.
Instances of class Double
represent primitive
double
values.
This class defines a point in double
precision.
This class defines a point in double
precision.
A two-dimensional curve that is parameterized with a quadratic
function and stores coordinate values in double-precision
floating-point format.
This class defines a rectangle in double
precision.
A subclass of RoundRectangle which keeps its parameters as
doubles.
The
SimpleType
representation of
java.lang.Double
.
Create a new, open arc at (0,0) with 0 extent.
Constructs a new CubicCurve2D that stores its coordinate values
in double-precision floating-point format.
Creates a new Ellipse2D with an upper-left coordinate of (0,0)
and a zero size.
Construct the line segment (0,0)->(0,0).
Create a new point at (0,0).
Constructs a new QuadCurve2D that stores its coordinate values
in double-precision floating-point format.
Create a rectangle at (0,0) with width 0 and height 0.
Construct a new instance, with all parameters set to 0.
Create a Double
from the primitive double
specified.
Create a new point at (x,y).
Creates a new Ellipse2D within a given rectangle
using double-precision coordinates.
Construct the line segment with the specified points.
Create a rectangle with the given values.
Constructs a new QuadCurve2D that stores its coordinate values
in double-precision floating-point format, specifying the
initial position of each point.
Construct a new instance with the given arguments.
Constructs a new CubicCurve2D that stores its coordinate values
in double-precision floating-point format, specifying the
initial position of each point.
Create a new arc with the given dimensions.
Create a new arc of the given type at (0,0) with 0 extent.
Construct the line segment with the specified points.
Create a new arc with the given dimensions.
Create a Double
from the specified String
.
A mouse listener that handles double-click events.
Creates a new DoubleClickListener object.
A holder for CORBA double
that is mapped into
java double
.
Constructs an instance of DoubleHolder,
initializing
value
to
0.0
.
Constructs an instance of DoubleHolder,
initializing
value
to the given
double
.
Provides static helper methods for working with
CORBA sequence of double
(DoubleSeq
).
A sequence holder for CORBA DoubleSeq
that is mapped into
java double[]
.
Constructs an instance of DoubleSeqHolder,
initializing
value
to
null
.
Constructs an instance of DoubleSeqHolder,
initializing
value
to the given
double[]
.
Convert the double to the IEEE 754 floating-point "double format" bit
layout.
Convert the double to the IEEE 754 floating-point "double format" bit
layout.
Return the value of this Number
as a float
.
Return the value of this Number
as a float
.
Return the value of this Byte
as a double
.
Return the value of this Double
.
Return the value of this Float
as a double
Return the value of this Integer
as a double
.
Return the value of this Long
as a double
.
Return the value of this Number
as a float
.
Return the value of this Short
as a double
.
Identifies
AWTKeyStroke
s that move the focus down to the
child focus cycle root.
The name of the Action
that moves the caret one line down.
Moves the current focus downwards by one focus cycle,
iff the current focus cycle root is a Container
.
Moves the current focus downwards by one focus cycle.
Moves the current focus downwards by one focus cycle.
This is the keystroke for moving down.
Constant for units of dots per centimeter.
Constant for units of dots per inch
Draft quality of the printer.
Performs the tasks associated with an ongoing drag operation.
Creates a new DragController object.
Drags the divider to a given location by calling the
dragDividerTo
method of the UI delegate of the enclosing
JSplitPane
.
This method is called whenever the divider is dragged.
Called when the drag and drop operation is complete.
Calls dragDropEnd on the listeners registered with this
and with the DragSource.
Called when the drag and drop operation is complete.
Called when the cursor hotspot enters a drop site which will accept the
drag.
Calls dragEnter on the listeners registered with this
and with the DragSource.
Called when the cursor hotspot enters a drop site which will accept the
drag.
Called when the cursor hotspot enters a drop site which will accept the
drag.
Called when the cursor hotspot enters a drop site which will accept the
drag.
Called when the cursor hotspot moves outside of a drop site which will
accept the drag.
Calls dragExit on the listeners registered with this
and with the DragSource.
Called when the cursor hotspot moves outside of a drop site which will
accept the drag.
Called when the cursor hotspot moves outside of a drop site which will
accept the drag.
Called when the cursor hotspot moves outside of a drop site which will
accept the drag.
This method is called to drag the JInternalFrame to a new location.
This method drags the given JInternalFrame to the given x and y
coordinates.
The draggedColumn property.
The draggedDistance property.
An object that performs the tasks associated with an ongoing drag
operation, or null
if the user is currently not dragging
the divider.
Constructs a new DragGestureEvent.
This is a listener for starting a drag-and-drop gesture.
Called when the native platform notifies the virtual machine that a
drag-and-drop has been initiated.
Set to true when dragging heavy weight components.
Called whenever the mouse is moved during a drag-and-drop operation.
Calls dragMouseMoved on the listeners registered with the DragSource.
Called whenever the mouse is moved during a drag-and-drop operation.
Called when the cursor hotspot moves inside of a drop site which will
accept the drag.
Calls dragOver on the listeners registered with this
and with the DragSource.
Called when the cursor hotspot moves inside of a drop site which will
accept the drag.
Called when the cursor hotspot moves inside of a drop site which will
accept the drag.
Called when the cursor hotspot moves inside of a drop site which will
accept the drag.
Initializes the drag source.
This class implements DragSourceListener
and
DragSourceMotionListener
, and implements all methods
with empty bodies.
Initializes a drag source context.
This class allows an object to listen for drag and drop events.
This is a listener for mouse motion in the drag source before the drop
event occurs.
This method is called to drag the DragWindow around when the JToolBar is
being dragged around.
This is the window that appears when the JToolBar is being dragged
around.
This method blocks until whatever data is buffered in the
DataLine's internal buffer has been drained.
Causes the block-data buffer to be written to the underlying
stream, but does not flush underlying stream.
Draws the image at the specified location, relative to the
origin.
Draws the graphic at the given location.
Draws an outline around a shape using the current stroke and paint.
Draws an arc using the specified bounding rectangle and the specified
angle parameter.
drawBezel(java.awt.Graphics,int,int,int,int,boolean,boolean,java.awt.Color,java.awt.Color,java.awt.Color,java.awt.Color) - static method in class javax.swing.plaf.basic.
BasicGraphicsUtils Draws a border that is suitable for buttons of the Basic look and
feel.
An Image reference to the drawing buffer.
Draws an icon at around a specific position
Draws the specified characters starting at the specified point.
Draws the check in the CheckBox.
Draws a dashed horizontal line.
Draws a rectangle, simulating a dotted stroke by painting only
every second pixel along the one-pixel thick edge.
Draws a dashed vertical line.
Draws one echo character at a given position.
Draws a rectangle that appears etched into the surface, given
four colors that are used for drawing.
Draws a glyph vector at the specified location.
Draws a rectangle that appears etched into the surface, given
two colors that are used for drawing.
drawImage(java.awt.Image,int,int,int,int,int,int,int,int,java.awt.Color,java.awt.image.ImageObserver) - method in class javax.swing.
DebugGraphics drawImage
drawImage(java.awt.Image,int,int,int,int,int,int,int,int,java.awt.Color,java.awt.image.ImageObserver) - method in class java.awt.
Graphics FIXME: Write Javadocs for this when you understand it.
FIXME: Write Javadocs for this when you understand it.
Draws all of the image that is available and returns.
Draws all of the image that is available and returns.
Draws all of the image that is available and returns.
Draws all of the image that is available and returns.
Returns true
if the slider scale is to be drawn inverted,
and false
if not.
Draws a line between the two specified points.
Draws a line of text, suppressing white space at the end and expanding
tabs.
Draws a line from (x1,y1) to (x2,y2).
Draws a rectangle that appears lowered into the surface, given
four colors that are used for drawing.
Draws an oval that just fits within the specified rectangle.
Draws the specified polygon.
Draws a series of interconnected lines determined by the arrays
of corresponding x and y coordinates.
Draws a series of interconnected lines determined by the arrays
of corresponding x and y coordinates.
Draws the outline of the specified rectangle.
Draws the outline of the specified rectangle with rounded cornders.
Draws selected text at a given position.
Renders the range of text as selected text.
Draws a String at the given location, underlining the first
occurence of a specified character.
Draws a string at the specified location, using the current font.
Draws the specified string starting at the specified point.
Draws a string at the specified location, using the current font.
Draws an attributed string at the specified location.
Draws an attributed string at the specified location.
Draws a String at the given location, underlining the character
at the specified index.
Draws the given text segment.
Draws unselected text at a given position.
Draws a chunk of unselected text.
Renders the range of text as normal unhighlighted text.
A VolatileImage reference to the drawing buffer.
This interface specifies a mechanism for accessing a JDBC database
driver.
This class manages the JDBC drivers in the system.
This class holds a driver property that can be used for querying or
setting driver configuration parameters.
This method initializes a new instance of DriverPropertyInfo
with the specified name and value.
Called when the drag operation has terminated with a drop.
Called when the user modifies the drop gesture.
Calls dropActionChanged on the listeners registered with this
and with the DragSource.
Called when the user modifies the drop gesture.
Called when the user modifies the drop gesture.
Called when the user modifies the drop gesture.
Signals that the drop is completed.
Creates a DropTarget
object.
Creates a DropTarget
object.
Creates a DropTarget
object.
Creates a DropTarget
object.
Creates a DropTarget
object.
This class implements DropTargetListener
, and implements all methods
with empty bodies.
Used to control state of recipient protocol from the
DropTargetListener
.
Initializes a DropTargetDragEvent
.
Initializes a DropTargetDropEvent
.
Initializes a DropTargetDropEvent
.
This interface is implemented by a class to return the parameters
of a Digital Signature Algorithm (DSA) public or private key.
This interface contains methods for intializing a Digital Signature
Algorithm key generation engine.
DSA Parameter class Specification.
Constructs a new DSAParameterSpec with the specified p, q, and g.
This interface allows the Digital Signature Algorithm (DSA) parameters
to be queried.
This interface models a Digital Signature Algorithm (DSA) private key
DSA Private Key class Specification.
Constructs a new DSAPrivateKeySpec with the specified x, p, q, and g.
This interface models a Digital Signature Algorithm (DSA) public key
DSA Public Key class Specification.
Constructs a new DSAPublicKeySpec with the specified y, p, q, and g.
Constant representing the daylight saving time offset in
milliseconds.
DT - static field in class javax.swing.text.html.
HTML.Tag The <dt> tag , breaks flow, block tag.
DTD - class javax.swing.text.html.parser.
DTD Representation or the SGML DTD document.
DTD - interface javax.xml.stream.events.
DTD A DOCTYPE declaration event.
dtd - field in class javax.swing.text.html.parser.
Parser The document template description that will be used to parse the documents.
A DOCTYPE declaration event.
Create a new DTD with the specified name.
Receive notification of basic DTD-related events.
Dumps the complete View hierarchy.
Dumps diagnostic information to the specified PrintStream
.
Prints diagnostic output to the specified stream.
This method returns information on all live threads at the
time of execution (some threads may have terminated by the
time the method completes).
Print a stack trace of the current thread to stderr using the same
format as Throwable's printStackTrace() method.
DUPLEX - static field in class javax.print.attribute.standard.
Sides An alias constant for "two sided long edge".
Creates a new ByteBuffer
that shares this buffer's
content.
Creates a new CharBuffer
that shares this buffer's
content.
Creates a new DoubleBuffer
that shares this buffer's
content.
Creates a new FloatBuffer
that shares this buffer's
content.
Creates a new IntBuffer
that shares this buffer's
content.
Creates a new LongBuffer
that shares this buffer's
content.
Creates a new ShortBuffer
that shares this buffer's
content.
Duplicate the object reference.
Duplicate credential element requested error.
The token was a duplicate of an earlier token.
Thrown when the flags supplied to the
Formatter.format()
method of a
Formatter
contain duplicates.
Constructs a new DuplicateFormatFlagsException
which specifies that the supplied set of flags contains a
duplicate.
This exception is raised on an attempt to register a second
org.omg.PortableInterceptor.Interceptor
with the same name.
Create DuplicateName with no explaining message field
name
initialised to null.
Create the DuplicateName without explaining message and and field
name
initialised to the given value.
Create the DuplicateName with explaining message and field
name
initialised to the given value.
The qualified-name for the duration
data type.
An immutable time space as specified in XML Schema 1.0.
The qualified-name for the dayTimeDuration
data type.
The qualified-name for the yearMonthDuration
data type.
This class was probably originally thinked as a base of all CORBA
object implementations.
This class is used for servants that support calling via server request.
Represents a management bean that provides a
dynamic interface.
The DynAny interface provides possibility to access the components of
the CORBA object, stored inside the
Any
.
The DynAny interface provides possibility to access the components of the
CORBA object, stored inside the
Any
.
Produces DynAnys from Anys or typecodes.
Defines the operations, applicable for DynAnyFactory.
The helper operations for
DynAny
.
Defines the operations, applicable to
DynAny
.
A helper operations for the array of
DynAny
(DynAny[]).
Represents the
DynAny
, holding an array.
Represents a fixed size array.
Defines operations, applicable for
DynArray
.
Represents the dynamic enumeration, allowing to get/set the value by
name or by position in the enumeration list.
Defines the dynamic enumeration.
Defines operations, applicable to the dynamic enumeration.
Represents a CORBA fixed
, allowing to get and set its value
in the form of the binary representation.
Defines dynamic any, holding CORBA fixed
.
Defines operations, applicable for DynAny, holding CORBA fixed
.
Represents the
DynAny
, holding the CORBA sequence
(an array with the flexible length).
Defines a dynamic resizeable array with the optional upper size bound.
Defines operations, applicable to DynSequence.
Represents the
DynAny
, holding the CORBA structure (record
with the named fields).
Defines a fixed size structure with the named fields that may have different
types.
Defines the operations, applicable to the DynStructure.
Represents the
DynAny
, holding the CORBA structure (variant record
with the named fields).
Defines a fixed size structure with the named fields that may have different
types.
Defines the operations, applicable to the DynUnion.
Represents the
DynAny
, holding a value type.
Defines a non boxed value type.
A "ValueBox" is a Value type container, holding a single instance of the
other CORBA type.
Defines operations, applicable for the boxed value type.
Defines DynAny that may hold CORBA null
.
Provides operations, applicable to
DynAny
s that may hold CORBA
null
.
Defines operations, applicable to DynValue.