Alphabetical Index: D

< ? _ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

D

D - static field in class javax.print.attribute.standard.MediaSize.Engineering
ANSI D paper size.
D - static field in class javax.print.attribute.standard.MediaSizeName
The engineering ANSI D size medium: 22 inches x 34 inches.
D - static field in class java.awt.PageAttributes.MediaType
damage(java.awt.Rectangle) - method in class javax.swing.text.DefaultCaret
Updates the carets rectangle properties to the specified rectangle and repaints the caret.
Repaint the given line range.
damageRange(javax.swing.text.JTextComponent,int,int) - method in class javax.swing.plaf.basic.BasicTextUI
Marks the specified range inside the text component's model as damaged and queues a repaint request.
damageRange(javax.swing.text.JTextComponent,int,int) - method in class javax.swing.plaf.multi.MultiTextUI
Calls the TextUI.damageRange(JTextComponent,int,int) method for all the UI delegates managed by this MultiTextUI.
Repaints a range of characters.
Marks the specified range inside the text component's model as damaged and queues a repaint request.
Calls the TextUI.damageRange(JTextComponent,int,int,Position.Bias,Position.Bias) method for all the UI delegates managed by this MultiTextUI.
Repaints a range of characters, also specifying the bias for the start and end of the range.
DARK - static field in class javax.swing.plaf.metal.MetalIconFactory
A constant representing "dark".
DARK_GRAY - static field in class java.awt.Color
Constant for the color dark gray: R=64, G=64, B=64.
darker() - method in class java.awt.Color
Returns a darker version of this color.
darkGray - static field in class java.awt.Color
Constant for the color dark gray: R=64, G=64, B=64.
darkShadow - field in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
The color for drawing the dark shaded parts of the border.
darkShadow - field in class javax.swing.plaf.basic.BasicBorders.FieldBorder
The color for drawing the inner half of the top and left edges.
darkShadow - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
The outer bottom and right edge color for both the tab and content border.
darkShadowColor - static field in class javax.swing.plaf.metal.MetalSliderUI
The shadow color used for drawing the track rect when the slider is enabled.
DASH_PUNCTUATION - static field in class java.lang.Character
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
DATA - static field in class javax.swing.text.html.HTML.Attribute
The data attribute
data - field in class javax.sound.midi.MidiMessage
MIDI message data.
DATA_CONVERSION - exception org.omg.CORBA.DATA_CONVERSION
Means that the ORB cannot convert between the marshalled and native data representation.
DATA_CONVERSION() - constructor for class org.omg.CORBA.DATA_CONVERSION
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.
DATA_CONVERSION(java.lang.String) - constructor for class org.omg.CORBA.DATA_CONVERSION
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.
DATA_TRANSFER_COMPLETE - static field in class javax.print.event.PrintJobEvent
Indicates that the data transfer to the print service has completed.
DatabaseMetaData - interface java.sql.DatabaseMetaData
DataBuffer - class java.awt.image.DataBuffer
Class that manages arrays of data elements.
dataBuffer - field in class java.awt.image.Raster
The data buffer used to store the pixel values.
DataBuffer(int,int) - constructor for class java.awt.image.DataBuffer
Creates a new DataBuffer with the specified data type and size.
DataBuffer(int,int,int) - constructor for class java.awt.image.DataBuffer
Creates a new DataBuffer with the specified data type, size and number of banks.
DataBuffer(int,int,int,int) - constructor for class java.awt.image.DataBuffer
Creates a new DataBuffer with the specified data type, size and number of banks.
DataBuffer(int,int,int,int[]) - constructor for class java.awt.image.DataBuffer
Creates a new DataBuffer with the specified data type, size and number of banks.
DataBufferByte - class java.awt.image.DataBufferByte
A DataBuffer that uses an array of byte primitives to represent each of its banks.
DataBufferByte(byte[],int) - constructor for class java.awt.image.DataBufferByte
Creates a new data buffer backed by the specified data bank.
DataBufferByte(byte[],int,int) - constructor for class java.awt.image.DataBufferByte
Creates a new data buffer backed by the specified data bank, with the specified offset to the first element.
DataBufferByte(byte[][],int) - constructor for class java.awt.image.DataBufferByte
Creates a new data buffer backed by the specified data banks.
DataBufferByte(byte[][],int,int[]) - constructor for class java.awt.image.DataBufferByte
Creates a new data buffer backed by the specified data banks, with the specified offsets to the first element in each bank.
DataBufferByte(int) - constructor for class java.awt.image.DataBufferByte
Creates a new data buffer with a single data bank containing the specified number of byte elements.
DataBufferByte(int,int) - constructor for class java.awt.image.DataBufferByte
Creates a new data buffer with the specified number of data banks, each containing the specified number of byte elements.
DataBufferDouble - class java.awt.image.DataBufferDouble
A DataBuffer that uses an array of double primitives to represent each of its banks.
DataBufferDouble(double[],int) - constructor for class java.awt.image.DataBufferDouble
Creates a new data buffer backed by the specified data bank.
DataBufferDouble(double[],int,int) - constructor for class java.awt.image.DataBufferDouble
Creates a new data buffer backed by the specified data bank, with the specified offset to the first element.
DataBufferDouble(double[][],int) - constructor for class java.awt.image.DataBufferDouble
Creates a new data buffer backed by the specified data banks.
DataBufferDouble(double[][],int,int[]) - constructor for class java.awt.image.DataBufferDouble
Creates a new data buffer backed by the specified data banks, with the specified offsets to the first element in each bank.
DataBufferDouble(int) - constructor for class java.awt.image.DataBufferDouble
Creates a new data buffer with a single data bank containing the specified number of double elements.
DataBufferDouble(int,int) - constructor for class java.awt.image.DataBufferDouble
Creates a new data buffer with the specified number of data banks, each containing the specified number of double elements.
DataBufferFloat - class java.awt.image.DataBufferFloat
A DataBuffer that uses an array of float primitives to represent each of its banks.
DataBufferFloat(float[],int) - constructor for class java.awt.image.DataBufferFloat
Creates a new data buffer backed by the specified data bank.
DataBufferFloat(float[],int,int) - constructor for class java.awt.image.DataBufferFloat
Creates a new data buffer backed by the specified data bank, with the specified offset to the first element.
DataBufferFloat(float[][],int) - constructor for class java.awt.image.DataBufferFloat
Creates a new data buffer backed by the specified data banks.
DataBufferFloat(float[][],int,int[]) - constructor for class java.awt.image.DataBufferFloat
Creates a new data buffer backed by the specified data banks, with the specified offsets to the first element in each bank.
DataBufferFloat(int) - constructor for class java.awt.image.DataBufferFloat
Creates a new data buffer with a single data bank containing the specified number of float elements.
DataBufferFloat(int,int) - constructor for class java.awt.image.DataBufferFloat
Creates a new data buffer with the specified number of data banks, each containing the specified number of float elements.
DataBufferInt - class java.awt.image.DataBufferInt
A DataBuffer that uses an array of int primitives to represent each of its banks.
DataBufferInt(int) - constructor for class java.awt.image.DataBufferInt
Creates a new data buffer with a single data bank containing the specified number of int elements.
DataBufferInt(int,int) - constructor for class java.awt.image.DataBufferInt
Creates a new data buffer with the specified number of data banks, each containing the specified number of int elements.
DataBufferInt(int[],int) - constructor for class java.awt.image.DataBufferInt
Creates a new data buffer backed by the specified data bank.
DataBufferInt(int[],int,int) - constructor for class java.awt.image.DataBufferInt
Creates a new data buffer backed by the specified data bank, with the specified offset to the first element.
DataBufferInt(int[][],int) - constructor for class java.awt.image.DataBufferInt
Creates a new data buffer backed by the specified data banks.
DataBufferInt(int[][],int,int[]) - constructor for class java.awt.image.DataBufferInt
Creates a new data buffer backed by the specified data banks, with the specified offsets to the first element in each bank.
DataBufferShort - class java.awt.image.DataBufferShort
A DataBuffer that uses an array of short primitives to represent each of its banks.
DataBufferShort(int) - constructor for class java.awt.image.DataBufferShort
Creates a new data buffer with a single data bank containing the specified number of short elements.
DataBufferShort(int,int) - constructor for class java.awt.image.DataBufferShort
Creates a new data buffer with the specified number of data banks, each containing the specified number of short elements.
DataBufferShort(short[],int) - constructor for class java.awt.image.DataBufferShort
Creates a new data buffer backed by the specified data bank.
DataBufferShort(short[],int,int) - constructor for class java.awt.image.DataBufferShort
Creates a new data buffer backed by the specified data bank, with the specified offset to the first element.
DataBufferShort(short[][],int) - constructor for class java.awt.image.DataBufferShort
Creates a new data buffer backed by the specified data banks.
DataBufferShort(short[][],int,int[]) - constructor for class java.awt.image.DataBufferShort
Creates a new data buffer backed by the specified data banks, with the specified offsets to the first element in each bank.
DataBufferUShort - class java.awt.image.DataBufferUShort
A DataBuffer that uses an array of short primitives to represent each of its banks.
DataBufferUShort(int) - constructor for class java.awt.image.DataBufferUShort
Creates a new data buffer with a single data bank containing the specified number of short elements.
DataBufferUShort(int,int) - constructor for class java.awt.image.DataBufferUShort
Creates a new data buffer with the specified number of data banks, each containing the specified number of short elements.
DataBufferUShort(short[],int) - constructor for class java.awt.image.DataBufferUShort
Creates a new data buffer backed by the specified data bank.
DataBufferUShort(short[],int,int) - constructor for class java.awt.image.DataBufferUShort
Creates a new data buffer backed by the specified data bank, with the specified offset to the first element.
DataBufferUShort(short[][],int) - constructor for class java.awt.image.DataBufferUShort
Creates a new data buffer backed by the specified data banks.
DataBufferUShort(short[][],int,int[]) - constructor for class java.awt.image.DataBufferUShort
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.
DataFlavor - class java.awt.datatransfer.DataFlavor
This class represents a particular data format used for transferring data via the clipboard.
DataFlavor() - constructor for class java.awt.datatransfer.DataFlavor
Empty public constructor needed for externalization.
DataFlavor(Class,java.lang.String) - constructor for class java.awt.datatransfer.DataFlavor
Initializes a new instance of DataFlavor.
DataFlavor(java.lang.String) - constructor for class java.awt.datatransfer.DataFlavor
Initializes a new instance of DataFlavor with the specified MIME type.
DataFlavor(java.lang.String,java.lang.String) - constructor for class java.awt.datatransfer.DataFlavor
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.
DataFlavor> getFlavorsForNatives(java.lang.String[]) - method in class java.awt.datatransfer.FlavorMap
Maps the specified native type names to DataFlavor's.
Maps the specified native type names to DataFlavor's.
DataFormatException - exception java.util.zip.DataFormatException
Exception thrown when compressed data is corrupt.
DataFormatException() - constructor for class java.util.zip.DataFormatException
Create an exception without a message.
DataFormatException(java.lang.String) - constructor for class java.util.zip.DataFormatException
Create an exception with a message.
DatagramChannel - class java.nio.channels.DatagramChannel
Initializes the channel.
This class models a packet of data that is to be sent across the network using a connectionless protocol such as UDP.
DatagramPacket(byte[],int) - constructor for class java.net.DatagramPacket
Initializes a new instance of DatagramPacket for receiving packets from the network.
DatagramPacket(byte[],int,int) - constructor for class java.net.DatagramPacket
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.
DatagramSocket() - constructor for class java.net.DatagramSocket
Initializes a new instance of DatagramSocket that binds to a random port and every address on the local machine.
DatagramSocket(int) - constructor for class java.net.DatagramSocket
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.
DatagramSocketImpl() - constructor for class java.net.DatagramSocketImpl
Default, no-argument constructor for subclasses to call.
This interface defines one method which returns a DatagramSocketImpl object.
DataInput - interface java.io.DataInput
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.
DataInputStream - interface org.omg.CORBA.DataInputStream
An interface for reading the custom value types.
This constructor initializes a new DataInputStream to read from the specified subordinate stream.
DataLine - interface javax.sound.sampled.DataLine
The DataLine interface adds data-related functionality to the Line interface.
DATALINK - static field in class java.sql.Types
dataModel - field in class javax.swing.JComboBox
Data model used by JComboBox to keep track of its list data and currently selected element in the list.
dataModel - field in class javax.swing.JTable
The model for data stored in the table.
DataOutput - interface java.io.DataOutput
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.
DataOutputStream - interface org.omg.CORBA.DataOutputStream
An interface for writing the custom value types.
This method initializes an instance of DataOutputStream to write its data to the specified underlying OutputStream
DataSource - interface javax.sql.DataSource
DataTruncation - exception java.sql.DataTruncation
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.
dataType - field in class java.awt.image.DataBuffer
The type of the data elements stored in the data buffer.
dataType - field in class java.awt.image.SampleModel
The DataBuffer type that is used to store the data of the image described.
DATATYPE_BOOLEAN - static field in class javax.imageio.metadata.IIOMetadataFormat
DATATYPE_DOUBLE - static field in class javax.imageio.metadata.IIOMetadataFormat
DATATYPE_FLOAT - static field in class javax.imageio.metadata.IIOMetadataFormat
DATATYPE_INTEGER - static field in class javax.imageio.metadata.IIOMetadataFormat
DATATYPE_STRING - static field in class javax.imageio.metadata.IIOMetadataFormat
A serious error during datatype configuration.
DatatypeConfigurationException() - constructor for class javax.xml.datatype.DatatypeConfigurationException
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 ?
DatatypeConstants - class javax.xml.datatype.DatatypeConstants
Basic data type constants.
DatatypeFactory - class javax.xml.datatype.DatatypeFactory
Factory class to create new datatype objects mapping XML to and from Java objects.
DatatypeFactory() - constructor for class javax.xml.datatype.DatatypeFactory
DATATYPEFACTORY_IMPLEMENTATION_CLASS - static field in class javax.xml.datatype.DatatypeFactory
JAXP 1.3 default implementation class name.
DATATYPEFACTORY_PROPERTY - static field in class javax.xml.datatype.DatatypeFactory
JAXP 1.3 default property name.
dataVector - field in class javax.swing.table.DefaultTableModel
Storage for the rows in the table (each row is itself a Vector).
DATE - static field in class java.util.Calendar
Constant representing the day time field, synonym for DAY_OF_MONTH.
DATE - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the date data type.
Date - class java.sql.Date
This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Date.
Date - class java.util.Date
This class represents a specific time in milliseconds since the epoch.
DATE - static field in class javax.management.openmbean.SimpleType<T>
The SimpleType representation of java.util.Date.
DATE - static field in class java.sql.Types
Date() - constructor for class java.util.Date
Creates a new Date Object representing the current time.
Date(int,int,int) - constructor for class java.sql.Date
This method initializes a new instance of this class with the specified year, month, and day.
Date(int,int,int) - constructor for class java.util.Date
Creates a new Date Object representing the given time.
Date(int,int,int,int,int) - constructor for class java.util.Date
Creates a new Date Object representing the given time.
Date(int,int,int,int,int,int) - constructor for class java.util.Date
Creates a new Date Object representing the given time.
Date(java.lang.String) - constructor for class java.util.Date
Creates a new Date from the given string representation.
Date(long) - constructor for class java.sql.Date
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.
Date(long) - constructor for class java.util.Date
Creates a new Date Object representing the given time.
DATE_EDITOR - static field in class javax.accessibility.AccessibleRole
A component which allows editing of Date and Time objects.
DATE_FIELD - static field in class java.text.DateFormat
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).
DateEditor(javax.swing.JSpinner) - constructor for class javax.swing.JSpinner.DateEditor
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.
DateFormat - class java.text.DateFormat
DateFormat() - constructor for class java.text.DateFormat
This method initializes a new instance of DateFormat.
A DateFormatProvider provides localized instances of DateFormat.
DateFormatProvider() - constructor for class java.text.spi.DateFormatProvider
Constructs a new DateFormatProvider.
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.
DateFormatSymbols() - constructor for class java.text.DateFormatSymbols
This method loads the format symbol information for the default locale.
DateFormatSymbols(java.util.Locale) - constructor for class java.text.DateFormatSymbols
This method initializes a new instance of DateFormatSymbols by loading the date format information for the specified locale.
A DateFormatSymbolsProvider provides localized instances of DateFormatSymbols.
DateFormatSymbolsProvider() - constructor for class java.text.spi.DateFormatSymbolsProvider
Constructs a new DateFormatSymbolsProvider.
DateFormatter - class javax.swing.text.DateFormatter
DateFormatter is an InternationalFormatter that implements value to string and string to value conversion via an instance of DateFormat.
DateFormatter() - constructor for class javax.swing.text.DateFormatter
Creates a new instance using the default DateFormat object returned by DateFormat.getDateInstance().
DateFormatter(java.text.DateFormat) - constructor for class javax.swing.text.DateFormatter
Creates a new instance of DateFormatter using the specified DateFormat
DATETIME - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the dateTime data type.
DateTimeAtCompleted - class javax.print.attribute.standard.DateTimeAtCompleted
The DateTimeAtCompleted attribute specifies the date and the time at which a print job completed (or was canceled or aborted).
DateTimeAtCompleted(java.util.Date) - constructor for class javax.print.attribute.standard.DateTimeAtCompleted
Creates a DateTimeAtCompleted object.
DateTimeAtCreation - class javax.print.attribute.standard.DateTimeAtCreation
The DateTimeAtCreation attribute specifies the date and the time at which a print job was created.
DateTimeAtCreation(java.util.Date) - constructor for class javax.print.attribute.standard.DateTimeAtCreation
Creates a DateTimeAtCreation object.
DateTimeAtProcessing - class javax.print.attribute.standard.DateTimeAtProcessing
The DateTimeAtProcessing attribute specifies the date and the time at which a print job started processing.
DateTimeAtProcessing(java.util.Date) - constructor for class javax.print.attribute.standard.DateTimeAtProcessing
Creates a DateTimeAtProcessing object.
DateTimeSyntax - class javax.print.attribute.DateTimeSyntax
DateTimeSyntax is the abstract base class of all attribute classes having a date and a time as value.
DateTimeSyntax(java.util.Date) - constructor for class javax.print.attribute.DateTimeSyntax
Creates a DateTimeSyntax with a given value.
DAY_OF_MONTH - static field in class java.util.Calendar
Constant representing the day time field.
DAY_OF_MONTH - static field in class java.text.DateFormat.Field
DAY_OF_WEEK - static field in class java.util.Calendar
Constant representing the day of week time field.
DAY_OF_WEEK - static field in class java.text.DateFormat.Field
DAY_OF_WEEK_FIELD - static field in class java.text.DateFormat
Represents the position of the day of the week pattern character in the array of localized pattern characters.
DAY_OF_WEEK_IN_MONTH - static field in class java.util.Calendar
Constant representing the day-of-week-in-month field.
DAY_OF_WEEK_IN_MONTH - static field in class java.text.DateFormat.Field
DAY_OF_WEEK_IN_MONTH_FIELD - static field in class java.text.DateFormat
Represents the position of the day of the week in the month pattern character in the array of localized pattern characters.
DAY_OF_YEAR - static field in class java.util.Calendar
Constant representing the day of year time field.
DAY_OF_YEAR - static field in class java.text.DateFormat.Field
DAY_OF_YEAR_FIELD - static field in class java.text.DateFormat
Represents the position of the day of the year pattern character in the array of localized pattern characters.
DAYS - static field in class javax.xml.datatype.DatatypeConstants
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() - method in class javax.rmi.CORBA.Tie
Deactivate this Tie.
deactivate(boolean) - method in class java.awt.im.spi.InputMethod
Deactivate this input method, either temporarily or permanently for the given client.
deactivate(boolean,boolean) - method in class org.omg.PortableServer.POAManagerOperations
Turns the asociated POAs into inactive state.
deactivate_object(byte[]) - method in class org.omg.PortableServer.POAOperations
Deactivate object with the given id.
deactivateFrame(javax.swing.JInternalFrame) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
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.
DebugGraphics - class javax.swing.DebugGraphics
An extension of Graphics that can be used for debugging custom Swing widgets.
DebugGraphics() - constructor for class javax.swing.DebugGraphics
Creates a DebugGraphics object.
DebugGraphics(java.awt.Graphics) - constructor for class javax.swing.DebugGraphics
Creates a DebugGraphics object.
Creates a DebugGraphics object.
decapitalize(java.lang.String) - static method in class java.beans.Introspector
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.
DECEMBER - static field in class java.util.Calendar
Constant representing December.
DECEMBER - static field in class javax.xml.datatype.DatatypeConstants
Value for December.
DECIMAL - static field in class java.sql.Types
DECIMAL128 - static field in class java.math.MathContext
A MathContext for the IEEE 754R Decimal128 format - 34 digit preicision and HALF_EVEN rounding.
DECIMAL32 - static field in class java.math.MathContext
A MathContext for the IEEE 754R Decimal32 format - 7 digit preicision and HALF_EVEN rounding.
DECIMAL64 - static field in class java.math.MathContext
A MathContext for the IEEE 754R Decimal64 format - 16 digit preicision and HALF_EVEN rounding.
DECIMAL_DIGIT_NUMBER - static field in class java.lang.Character
Nd = Number, Decimal Digit (Normative).
DECIMAL_SEPARATOR - static field in class java.text.NumberFormat.Field
Attribute set to all characters containing a decimal separator.
DecimalFormat - class java.text.DecimalFormat
This class is a concrete implementation of NumberFormat used to format decimal numbers.
DecimalFormat() - constructor for class java.text.DecimalFormat
Constructs a DecimalFormat which uses the default pattern and symbols.
DecimalFormat(java.lang.String) - constructor for class java.text.DecimalFormat
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.
DecimalFormatSymbols() - constructor for class java.text.DecimalFormatSymbols
This method initializes a new instance of DecimalFormatSymbols for the default locale.
This method initializes a new instance of DecimalFormatSymbols for the specified locale.
A DecimalFormatSymbolsProvider provides localized instances of DecimalFormatSymbols.
DecimalFormatSymbolsProvider() - constructor for class java.text.spi.DecimalFormatSymbolsProvider
Constructs a new DecimalFormatSymbolsProvider.
DECLARE - static field in class javax.swing.text.html.HTML.Attribute
The declare attribute
DECLARED - static field in class java.lang.reflect.Member
Represents all members, whether public, private, protected or package-protected, but only which are declared in this class.
Declare a Namespace prefix.
DeclHandler - interface org.xml.sax.ext.DeclHandler
SAX2 extension handler for DTD declaration events.
decode(byte[]) - method in class org.omg.IOP.CodecOperations
Decode the given array of bytes and return the decoded value, inserted into Any.
decode(java.io.InputStream) - method in class java.security.Certificate
This method reads an encoded certificate from an InputStream.
decode(java.lang.String) - static method in class java.lang.Byte
Convert the specified String into a Byte.
decode(java.lang.String) - static method in class java.awt.Color
Converts the specified string to a number, using Integer.decode, and creates a new instance of Color from the value.
decode(java.lang.String) - static method in class java.awt.Font
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.

decode(java.lang.String) - static method in class java.lang.Integer
Convert the specified String into an Integer.
decode(java.lang.String) - static method in class java.lang.Long
Convert the specified String into a Long.
decode(java.lang.String) - static method in class java.lang.Short
Convert the specified String into a Short.
decode(java.lang.String) - static method in class java.net.URLDecoder
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.
decode(java.lang.String,java.lang.String) - static method in class java.net.URLDecoder
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(java.nio.ByteBuffer) - method in class java.nio.charset.Charset
decode(java.nio.ByteBuffer) - method in class java.nio.charset.CharsetDecoder
Decode the given array of bytes, supposing that they contain the given data structure, and return the decoded value.
decodeDataFlavor(java.lang.String) - static method in class java.awt.datatransfer.SystemFlavorMap
Returns the data flavor given the native type name or null when no such data flavor exists.
decodeJavaMIMEType(java.lang.String) - static method in class java.awt.datatransfer.SystemFlavorMap
Decodes a String native for use as a Java MIME type.
decodeLineStyle(java.lang.Object) - method in class javax.swing.plaf.metal.MetalTreeUI
This function converts between the string passed into the client property and the internal representation (currently an int).
decrButton - field in class javax.swing.plaf.basic.BasicScrollBarUI
The JButton that decrements the scrollbar's value.
DECREASE_HIGHLIGHT - static field in class javax.swing.plaf.basic.BasicScrollBarUI
Indicates that the decrease highlight should be painted.
decreaseButton - field in class javax.swing.plaf.metal.MetalScrollBarUI
The button that decreases the value in the scroll bar.
DECREMENT - static field in class javax.accessibility.AccessibleAction
The name of an action which decrements a value.
decrIndent() - method in class javax.swing.text.AbstractWriter
Decrement the indent level.
DECRYPT_MODE - static field in class javax.crypto.Cipher
The decryption operation mode.
deepHashCode(java.lang.Object[]) - static method in class java.util.Arrays
deepToString(java.lang.Object[]) - static method in class java.util.Arrays
def - field in class java.util.zip.DeflaterOutputStream
The deflater which is used to deflate the stream.
def_kind() - method in class org.omg.CORBA._IDLTypeStub
Get the definition kind of the remote IDL type object.
def_kind() - method in class org.omg.CORBA.IRObjectOperations
Get the definition kind of this interface repository object.
Creates and returns new attribute (not an attribute list).
DEFAULT - static field in class javax.swing.Action
A key to access the default property for the action (this is not used).
DEFAULT - static field in class java.text.DateFormat
DEFAULT - static field in class java.awt.dnd.DragSourceContext
DEFAULT - static field in class javax.swing.text.html.parser.DTDConstants
The DEFAULT constant, specifies the default value.
DEFAULT - static field in class javax.swing.plaf.synth.SynthConstants
Indicates that a region is in its default state.
DEFAULT_CARET_POLICY - static field in class java.awt.font.TextLayout
The default caret policy.
DEFAULT_COMPRESSION - static field in class java.util.zip.Deflater
The default compression level.
DEFAULT_CSS - static field in class javax.swing.text.html.HTMLEditorKit
Default cascading stylesheed file ("default.css").
DEFAULT_CURSOR - static field in class java.awt.Cursor
Constant for the system default cursor type
DEFAULT_CURSOR - static field in class java.awt.Frame
Constant for the default cursor.
default_index() - method in class org.omg.CORBA.TypeCode
For unions, returs the index of the default member.
DEFAULT_JUSTIFICATION - static field in class javax.swing.border.TitledBorder
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.
DEFAULT_KEYMAP - static field in class javax.swing.text.JTextComponent
DEFAULT_LAYER - static field in class javax.swing.JLayeredPane
DEFAULT_LIFETIME - static field in class org.ietf.jgss.GSSContext
A lifetime constant representing the default context lifetime.
DEFAULT_LIFETIME - static field in class org.ietf.jgss.GSSCredential
A lifetime constant representing the default credential lifetime.
DEFAULT_NS_PREFIX - static field in class javax.xml.XMLConstants
Dummy namespace prefix indicating that there is no namespace.
DEFAULT_OBJECT_MODEL_URI - static field in class javax.xml.xpath.XPathFactory
The default object model URI.
DEFAULT_OPTION - static field in class javax.swing.JOptionPane
An option used in confirmation dialog methods.
default_POA(org.omg.PortableServer.Servant) - method in class org.omg.PortableServer.portable.Delegate
Returns the root POA of the ORB instance, associated with this servant.
DEFAULT_POSITION - static field in class javax.swing.border.TitledBorder
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.
DEFAULT_PROPERTY_NAME - static field in class javax.xml.xpath.XPathFactory
The default property name according to the JAXP specification.
DEFAULT_STRATEGY - static field in class java.util.zip.Deflater
The default strategy.
DEFAULT_STYLE - static field in class javax.swing.text.StyleContext
The name of the default style.
DEFAULT_VALUE_FIELD - static field in class javax.management.JMX
The name of the defaultValue field.
The default implementation of BoundedRangeModel.
DefaultBoundedRangeModel() - constructor for class javax.swing.DefaultBoundedRangeModel
Constructs a DefaultBoundedRangeModel with default values for the properties.
Constructs a DefaultBoundedRangeModel with the specified values for some properties.
defaultButton - field in class javax.swing.JRootPane
The default implementation of ButtonModel.
DefaultButtonModel() - constructor for class javax.swing.DefaultButtonModel
Creates a new DefaultButtonModel object.
DefaultCaret - class javax.swing.text.DefaultCaret
The default implementation of the Caret interface.
DefaultCaret() - constructor for class javax.swing.text.DefaultCaret
Creates a new DefaultCaret instance.
The default implementation of TableCellEditor and TreeCellEditor.
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)
defaultCharset() - static method in class java.nio.charset.Charset
Returns the system default charset.
defaultChoosers - field in class javax.swing.plaf.basic.BasicColorChooserUI
An array of default choosers to use in the JColorChooser.
This is the default implementation of the ColorSelectionModel interface that JColorChoosers use.
DefaultColorSelectionModel() - constructor for class javax.swing.colorchooser.DefaultColorSelectionModel
Creates a new color selection model with the default white color.
DefaultColorSelectionModel(java.awt.Color) - constructor for class javax.swing.colorchooser.DefaultColorSelectionModel
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).
DefaultComboBoxModel() - constructor for class javax.swing.DefaultComboBoxModel
Creates a new model, initially empty.
Creates a new model and initializes its item list to the values in the given array.
DefaultComboBoxModel(Vector) - constructor for class javax.swing.DefaultComboBoxModel
Creates a new model and initializes its item list to the values in the given vector.
defaultConstraints - field in class java.awt.GridBagLayout
defaultController - field in class javax.imageio.metadata.IIOMetadata
defaultController - field in class javax.imageio.IIOParam
The default controller called by this IIOParam to retrieve parameters.
DefaultCopyDrop - static field in class java.awt.dnd.DragSource
DefaultCopyNoDrop - static field in class java.awt.dnd.DragSource
The default implementation of DesktopManager for Swing.
DefaultDesktopManager() - constructor for class javax.swing.DefaultDesktopManager
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.
DefaultEditorKit - class javax.swing.text.DefaultEditorKit
The default implementation of EditorKit.
DefaultEditorKit() - constructor for class javax.swing.text.DefaultEditorKit
Creates a new DefaultEditorKit.
defaultEditorsByColumnClass - field in class javax.swing.JTable
A table mapping Class objects to TableCellEditor objects.
This class has been obsoleted by the new KeyboardFocusManager and DefaultKeyboardFocusManager API.
DefaultFocusManager() - constructor for class javax.swing.DefaultFocusManager
Constructor DefaultFocusManager
DefaultFocusTraversalPolicy is the default focus traversal policy used by Containers.
Construct a default focus traversal policy.
DefaultFormatter - class javax.swing.text.DefaultFormatter
The DefaultFormatter is a concrete formatter for use in JFormattedTextFields.
DefaultFormatter() - constructor for class javax.swing.text.DefaultFormatter
Creates a new instance of DefaultFormatter.
This class is Swing's only concrete implementation of JFormattedTextField.AbstractFormatterFactory.
DefaultFormatterFactory() - constructor for class javax.swing.text.DefaultFormatterFactory
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.
DefaultHandler - class org.xml.sax.helpers.DefaultHandler
Default base class for SAX2 event handlers.
DefaultHandler2 - class org.xml.sax.ext.DefaultHandler2
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and EntityResolver2 extensions.
DefaultHandler2() - constructor for class org.xml.sax.ext.DefaultHandler2
Constructs a handler which ignores all parsing events.
DefaultHighlighter - class javax.swing.text.DefaultHighlighter
The default highlight for Swing text components.
DefaultHighlighter() - constructor for class javax.swing.text.DefaultHighlighter
defaultInitCtx - field in class javax.naming.InitialContext
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.
DefaultKeyTypedAction() - constructor for class javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction
Creates a new DefaultKeyTypedAction.
DefaultLinkDrop - static field in class java.awt.dnd.DragSource
DefaultLinkNoDrop - static field in class java.awt.dnd.DragSource
The default implementation ListCellRenderer.
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.
defaultManager() - static method in class javax.swing.MenuSelectionManager
Returns shared instance of MenuSelection Manager
DefaultMenuLayout - class javax.swing.plaf.basic.DefaultMenuLayout
The LayoutManager that is used in PopupMenus.
DefaultMenuLayout(java.awt.Container,int) - constructor for class javax.swing.plaf.basic.DefaultMenuLayout
Creates a new instance of DefaultMenuLayout.
DefaultMetalTheme - class javax.swing.plaf.metal.DefaultMetalTheme
The default theme for the MetalLookAndFeel.
DefaultMetalTheme() - constructor for class javax.swing.plaf.metal.DefaultMetalTheme
Creates a new instance of this theme.
DefaultMoveDrop - static field in class java.awt.dnd.DragSource
DefaultMoveNoDrop - static field in class java.awt.dnd.DragSource
A default implementation of the MutableTreeNode interface.
DefaultMutableTreeNode() - constructor for class javax.swing.tree.DefaultMutableTreeNode
Creates a DefaultMutableTreeNode object.
DefaultMutableTreeNode(java.lang.Object) - constructor for class javax.swing.tree.DefaultMutableTreeNode
Creates a DefaultMutableTreeNode object with the given user object attached to it.
Creates a DefaultMutableTreeNode object with the given user object attached to it.
defaultPage() - method in class java.awt.print.PrinterJob
Returns an instance of the default page which will have the default paper and orientation.
defaultPage(java.awt.print.PageFormat) - method in class java.awt.print.PrinterJob
Clones the specified PageFormat object then alters the clone so that it represents the default page format.
DefaultPainter - static field in class javax.swing.text.DefaultHighlighter
DefaultPersistenceDelegate is a PersistenceDelegate implementation that can be used to serialize objects which adhere to the Java Beans naming convention.
DefaultPersistenceDelegate() - constructor for class java.beans.DefaultPersistenceDelegate
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.
defaultPressAction - field in class javax.swing.JRootPane
This field is unused since JDK1.3.
defaultReadObject() - method in class java.io.ObjectInputStream
Reads the current objects non-transient, non-static fields from the current class from the underlying output stream.
defaultReleaseAction - field in class javax.swing.JRootPane
This field is unused since JDK1.3.
defaultRenderersByColumnClass - field in class javax.swing.JTable
A table mapping Class objects to TableCellEditor objects.
defaults - field in class java.util.Properties
The property list that contains default values for any keys not in this property list.
The default implementation of SingleSelectionModel, used in JTabbedPane, JMenuBar and JPopupMenu.
Creates a new DefaultSingleSelectionModel with no current selection.
The default implementation of StyledDocument.
DefaultStyledDocument() - constructor for class javax.swing.text.DefaultStyledDocument
Creates a new DefaultStyledDocument.
Creates a new DefaultStyledDocument that uses the specified StyleContext and AbstractDocument.Content buffer.
Creates a new DefaultStyledDocument that uses the specified StyleContext.
Class to display every cells.
DefaultTableCellRenderer() - constructor for class javax.swing.table.DefaultTableCellRenderer
Creates a default table cell renderer with an empty border.
A model that stores information about the columns used in a JTable.
DefaultTableColumnModel() - constructor for class javax.swing.table.DefaultTableColumnModel
Creates a new table column model with zero columns.
DefaultTableModel - class javax.swing.table.DefaultTableModel
A two dimensional data structure used to store Object instances, usually for display in a JTable component.
DefaultTableModel() - constructor for class javax.swing.table.DefaultTableModel
Creates an empty table with zero rows and zero columns.
DefaultTableModel(int,int) - constructor for class javax.swing.table.DefaultTableModel
Creates a new table with the specified number of rows and columns.
DefaultTableModel(java.lang.Object[],int) - constructor for class javax.swing.table.DefaultTableModel
Creates a new table with the specified column names and row count.
Creates a new table with the specified data values and column names.
DefaultTableModel(java.util.Vector,int) - constructor for class javax.swing.table.DefaultTableModel
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.
defaultTextIconGap - field in class javax.swing.plaf.basic.BasicButtonUI
A constant used to pad out elements in the button's layout and preferred size calculations.
defaultTextIconGap - field in class javax.swing.plaf.basic.BasicMenuItemUI
Number of spaces between icon and text.
defaultTextShiftOffset - field in class javax.swing.plaf.basic.BasicButtonUI
A constant added to the defaultTextIconGap to adjust the text within this particular button.
DefaultTextUI - class javax.swing.text.DefaultTextUI
This class is deprecated and should not be used anymore.
DefaultTextUI() - constructor for class javax.swing.text.DefaultTextUI
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.
A default implementation of the TreeCellRenderer interface.
DefaultTreeCellRenderer() - constructor for class javax.swing.tree.DefaultTreeCellRenderer
Creates a new tree cell renderer with defaults appropriate for the current LookAndFeel.
DefaultTreeModel - class javax.swing.tree.DefaultTreeModel
DefaultTreeModel
DefaultTreeModel(javax.swing.tree.TreeNode) - constructor for class javax.swing.tree.DefaultTreeModel
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.
DefaultTreeSelectionModel() - constructor for class javax.swing.tree.DefaultTreeSelectionModel
Constructs a new DefaultTreeSelectionModel.
defaultWriteObject() - method in class java.io.ObjectOutputStream
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 - static field in class org.ietf.jgss.GSSException
Defective credential error.
DEFECTIVE_TOKEN - static field in class org.ietf.jgss.GSSException
Defective token error.
Defines a new element and adds it to the element table.
defEntity(java.lang.String,int,int) - method in class javax.swing.text.html.parser.DTD
Creates, adds into the entity table and returns the character entity like &lt; (means '<' );
defEntity(java.lang.String,int,java.lang.String) - method in class javax.swing.text.html.parser.DTD
Creates, intializes and adds to the entity table the new entity.
Define the attributes for the element with the given name.
defineClass(byte[],int,int) - method in class java.lang.ClassLoader
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.
defined_in - field in class org.omg.CORBA.ValueMember
The repository ID of the value for that this member is defined
Defines the element and adds it to the element table.
defineEntity(java.lang.String,int,char[]) - method in class javax.swing.text.html.parser.DTD
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.
DefinitionKind - class org.omg.CORBA.DefinitionKind
This class indicates the kind of the definition, stored in the interface repository.
DefinitionKind(int) - constructor for class org.omg.CORBA.DefinitionKind
Creates a definition kind with the given integer definition kind code.
A helper operations for the definition kind.
DEFLATE - static field in class javax.print.attribute.standard.Compression
The print data is ZIP compressed.
deflate() - method in class java.util.zip.DeflaterOutputStream
Deflates everything in the def's input buffers.
deflate(byte[]) - method in class java.util.zip.Deflater
Deflates the current input block to the given array.
deflate(byte[],int,int) - method in class java.util.zip.Deflater
Deflates the current input block to the given array.
DEFLATED - static field in class java.util.zip.Deflater
The compression method.
DEFLATED - static field in class java.util.zip.ZipEntry
Compression method.
DEFLATED - static field in class java.util.zip.ZipOutputStream
Compression method.
Deflater - class java.util.zip.Deflater
This is the Deflater class.
Deflater() - constructor for class java.util.zip.Deflater
Creates a new deflater with default compression level.
Deflater(int) - constructor for class java.util.zip.Deflater
Creates a new deflater with given compression level.
Deflater(int,boolean) - constructor for class java.util.zip.Deflater
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.
deiconifyFrame(javax.swing.JInternalFrame) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
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.
deiconize() - method in class javax.swing.plaf.basic.BasicDesktopIconUI
This method deiconizes the JInternalFrame associated with the JDesktopIcon.
deinstall(javax.swing.JEditorPane) - method in class javax.swing.text.EditorKit
Called when the kit is being removed from the JEditorPane.
deinstall(javax.swing.JEditorPane) - method in class javax.swing.text.html.HTMLEditorKit
Called when the this is removed from the JEditorPane.
deinstall(javax.swing.JEditorPane) - method in class javax.swing.text.StyledEditorKit
Deinstalls this EditorKit from the specified JEditorPane.
deinstall(javax.swing.text.JTextComponent) - method in class javax.swing.text.Caret
Deinstalls this Caret from the specified text component.
deinstall(javax.swing.text.JTextComponent) - method in class javax.swing.text.DefaultCaret
Deinstalls this Caret from the specified JTextComponent.
deinstall(javax.swing.text.JTextComponent) - method in class javax.swing.text.Highlighter
This method removes the necessary MouseListeners from the given JComponent.
delay(int) - method in class java.awt.Robot
Sleep for a specified length of time.
delegate - field in class javax.swing.DefaultCellEditor
The editor delegate, responsible for listening the editorComponent events and getting/setting its value.
Delegate - class org.omg.CORBA.portable.Delegate
Specifies a vendor specific implementation of the Object methods.
Delegate - class org.omg.CORBA_2_3.portable.Delegate
Extends the previous version of the Delegate by one additional method, defined in CORBA 2_3 .
Delegate - interface org.omg.PortableServer.portable.Delegate
Each Servant has an associated delegate, where the most of the calls are forwarded.
delegateFocus(java.awt.event.MouseEvent) - method in class javax.swing.plaf.basic.BasicComboPopup
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.
DelegationPermission - class javax.security.auth.kerberos.DelegationPermission
DelegationPermission(java.lang.String) - constructor for class javax.security.auth.kerberos.DelegationPermission
Create a new instance with the given name.
DelegationPermission(java.lang.String,java.lang.String) - constructor for class javax.security.auth.kerberos.DelegationPermission
Create a new instance with the given name and actions.
DELETE - static field in class javax.accessibility.AccessibleTableModelChange
Identifies deletion of rows or columns.
DELETE - static field in class java.awt.Event
DELETE - static field in class javax.swing.event.TableModelEvent
An event type indicating that one or more rows have been deleted from the model.
delete() - method in class java.io.File
This method deletes the file represented by this object.
delete(int,int) - method in class javax.accessibility.AccessibleEditableText
Delete the text between two points.
delete(int,int) - method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Deletes the text between two indexes.
delete(int,int) - method in class java.lang.StringBuffer
Delete characters from this StringBuffer.
delete(int,int) - method in class java.lang.StringBuilder
Delete characters from this StringBuilder.
delete_values(java.lang.String) - method in class org.omg.CORBA.Context
Delete one or several (identically named) given properties.
deleteCaption() - method in class org.w3c.dom.html2.HTMLTableElement
Delete the table caption, if one exists.
deleteCell(int) - method in class org.w3c.dom.html2.HTMLTableRowElement
Delete a cell from the current row.
Update the text if a character is deleted at the position deletePos
deleteCharAt(int) - method in class java.lang.StringBuffer
Delete a character from this StringBuffer.
deleteCharAt(int) - method in class java.lang.StringBuilder
Delete a character from this StringBuilder.
deleteContents() - method in class org.w3c.dom.ranges.Range
Removes the contents of a Range from the containing document or document fragment without returning a reference to the removed content.
deleteData(int,int) - method in class org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
deleteEntry(java.lang.String) - method in class java.security.KeyStore
Deletes the entry for the specified entry.
deleteMedium(java.lang.String) - method in class org.w3c.dom.stylesheets.MediaList
Deletes the medium indicated by oldMedium from the list.
deleteNextCharAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that deletes the character that follows the current caret position.
Deletes an Observer of this Observable.
deleteObservers() - method in class java.util.Observable
Deletes all Observers of this Observable.
deleteOnExit() - method in class java.io.File
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).
deletePrevCharAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that deletes the character that precedes the current caret position.
deleteRow() - method in class java.sql.ResultSet
This method deletes the current row in the database.
deleteRow(int) - method in class org.w3c.dom.html2.HTMLTableElement
Delete a table row.
deleteRow(int) - method in class org.w3c.dom.html2.HTMLTableSectionElement
Delete a row from this section.
deleteRule(int) - method in class org.w3c.dom.css.CSSMediaRule
Used to delete a rule from the media block.
deleteRule(int) - method in class org.w3c.dom.css.CSSStyleSheet
Used to delete a rule from the style sheet.
deletesAreDetected(int) - method in class java.sql.DatabaseMetaData
This method tests whether or not the specified result set type can detect a visible delete by calling the rowUpdated method.
deleteShortcut() - method in class java.awt.MenuItem
Deletes the shortcut for this menu item if one exists.
Deletes the specified menu shortcut.
deleteTFoot() - method in class org.w3c.dom.html2.HTMLTableElement
Delete the footer from the table, if one exists.
deleteTHead() - method in class org.w3c.dom.html2.HTMLTableElement
Delete the header from the table, if one exists.
deleteTrack(javax.sound.midi.Track) - method in class javax.sound.midi.Sequence
Remove the specified MIDI track from this sequence.
delItem(int) - method in class java.awt.List
Deletes the item at the specified index.
delItem(int) - method in class java.awt.peer.MenuPeer
delItems(int,int) - method in class java.awt.List
Deletes all items in the specified index range.
delItems(int,int) - method in class java.awt.peer.ListPeer
deliverEvent(java.awt.Event) - method in class java.awt.Component
AWT 1.0 event delivery.
deliverEvent(java.awt.Event) - method in class java.awt.Container
AWT 1.0 event processor.
delMenu(int) - method in class java.awt.peer.MenuBarPeer
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).
Deprecated - interface java.lang.Deprecated
This annotation is used as a marker to indicate that the annotated declaration is deprecated and should not be used in new code.
depth() - method in class javax.swing.text.ElementIterator
Returns the depth to which we have descended in the tree.
depthFirstEnumeration() - method in class javax.swing.tree.DefaultMutableTreeNode
depthFirstEnumeration
depthOffset - field in class javax.swing.plaf.basic.BasicTreeUI
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.
deregisterAll() - method in class javax.imageio.spi.ServiceRegistry
De-registers all service providers.
deregisterAll(Class) - method in class javax.imageio.spi.ServiceRegistry
De-registers all providers which have been registered for the specified service category.
deregisterDriver(java.sql.Driver) - static method in class java.sql.DriverManager
This method de-registers a driver from the manager.
De-registers a provider from all service categories it implements.
DERIVATION_EXTENSION - static field in class org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by extension.
DERIVATION_LIST - static field in class org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the list.
DERIVATION_RESTRICTION - static field in class org.w3c.dom.TypeInfo
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.
DERIVATION_UNION - static field in class org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the union if simple types are involved.
deriveFont(extends,?>) - method in class java.awt.Font
Produces a new Font based on the current font, adjusted to a new set of attributes.
deriveFont(float) - method in class java.awt.Font
Produces a new Font based on the current font, adjusted to a new size.
deriveFont(int) - method in class java.awt.Font
Produces a new Font based on the current font, adjusted to a new style.
deriveFont(int,float) - method in class java.awt.Font
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.
deriveMMFont(float[]) - method in class java.awt.font.MultipleMaster
DES_EDE_KEY_LEN - static field in class javax.crypto.spec.DESedeKeySpec
The length of a triple-DES key, in bytes.
DES_KEY_LEN - static field in class javax.crypto.spec.DESKeySpec
The length of a DES key, in bytes.
descendingIterator() - method in class java.util.LinkedList<T>
Obtain an Iterator over this list in reverse sequential order.
descendingIterator() - method in class java.util.TreeSet<T>
Returns an iterator over the elements of this set in descending order.
descendingKeySet() - method in class java.util.TreeMap<K,V>
Returns a reverse ordered NavigableSet view of this map's keys.
descendingMap() - method in class java.util.TreeMap<K,V>
Returns a view of the map in reverse order.
descendingSet() - method in class java.util.TreeSet<T>
Returns a view of the set in reverse order.
description - field in class java.sql.DriverPropertyInfo
A description of the property, possibly null.
description - field in class javax.management.MBeanFeatureInfo
A description of the feature in human-readable form.
Descriptor - interface javax.management.Descriptor
Provides metadata for a management element as a series of fields, formed from name-value pairs.
DescriptorAccess - interface javax.management.DescriptorAccess
Allows the descriptor of a management element to be changed.
DescriptorRead - interface javax.management.DescriptorRead
Provides read access to the descriptor of a management element.
DESedeKeySpec - class javax.crypto.spec.DESedeKeySpec
This class is a transparent wrapper for DES-EDE (Triple-DES) keys, which are arrays of 24 bytes.
DESedeKeySpec(byte[]) - constructor for class javax.crypto.spec.DESedeKeySpec
Create a new DES-EDE key spec, copying the first 24 bytes from the byte array.
DESedeKeySpec(byte[],int) - constructor for class javax.crypto.spec.DESedeKeySpec
Create a new DES-EDE key spec, starting at offset in the byte array.
deselect(int) - method in class java.awt.List
Makes the item at the specified index not selected.
deselect(int) - method in class java.awt.peer.ListPeer
DESELECTED - static field in class java.awt.event.ItemEvent
This type indicates that the item was deselected.
DESERET - static field in class java.lang.Character.UnicodeBlock
Deseret.
Deserializes objects (written by serialize(ObjectOutputStream,Collection)) and adds them to the specified collection.
deserialize(java.lang.String,byte[]) - method in class javax.management.MBeanServer
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.
DESIGNATED_LONG - static field in class javax.print.attribute.standard.MediaSize.ISO
ISO ISO Designated Long paper, 324 mm x 458 mm
DesignMode - interface java.beans.DesignMode
BeanContextChild implementors implement this to get information about whether they are in a design time or runtime environment.
designTime - field in class java.beans.beancontext.BeanContextSupport
desiredAssertionStatus() - method in class java.lang.Class<T>
Returns the desired assertion status of this class, if it were to be initialized at this moment.
DESKeySpec - class javax.crypto.spec.DESKeySpec
This class is a transparent wrapper for DES keys, which are arrays of 8 bytes.
DESKeySpec(byte[]) - constructor for class javax.crypto.spec.DESKeySpec
Create a new DES key spec, copying the first 8 bytes from the byte array.
DESKeySpec(byte[],int) - constructor for class javax.crypto.spec.DESKeySpec
Create a new DES key spec, starting at offset in the byte array.
desktop - field in class javax.swing.plaf.basic.BasicDesktopPaneUI
The JDesktopPane this UI is used with.
Desktop - class java.awt.Desktop
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.
desktop - static field in class java.awt.SystemColor
The desktop color.
DESKTOP_ICON - static field in class javax.accessibility.AccessibleRole
An iconified frame in a desktop.
DESKTOP_ICON - static field in class javax.swing.plaf.synth.Region
Specifies the region of a desktop icon.
DESKTOP_PANE - static field in class javax.accessibility.AccessibleRole
A pane which supports internal frames and their icons.
DESKTOP_PANE - static field in class javax.swing.plaf.synth.Region
Specifies the region of a desktop pane.
desktopIcon - field in class javax.swing.plaf.basic.BasicDesktopIconUI
The JDesktopIcon this UI delegate represents.
desktopIcon - field in class javax.swing.JInternalFrame
The JDesktopIcon that represents the JInternalFrame while it is iconified.
DesktopIconUI - class javax.swing.plaf.DesktopIconUI
An abstract base class for delegates that implement the pluggable look and feel for a desktop icon.
DesktopIconUI() - constructor for class javax.swing.plaf.DesktopIconUI
Constructs a new DesktopIconUI.
desktopManager - field in class javax.swing.plaf.basic.BasicDesktopPaneUI
The default desktop manager used with JDesktopPane.
DesktopManager - interface javax.swing.DesktopManager
DesktopManagers are responsible for implementing the behaviours for the JInternalFrames that belong to JDesktopPanes.
DesktopPaneUI - class javax.swing.plaf.DesktopPaneUI
An abstract base class for delegates that implement the pluggable look and feel for a JDesktopPane.
DesktopPaneUI() - constructor for class javax.swing.plaf.DesktopPaneUI
Constructs a new DesktopPaneUI.
DesktopPeer - interface java.awt.peer.DesktopPeer
desktopProperties - field in class java.awt.Toolkit
desktopPropsSupport - field in class java.awt.Toolkit
destHeight - field in class java.awt.image.ReplicateScaleFilter
The height of the destination image.
destination - field in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
Destination that receives all events.
destination - field in class javax.imageio.ImageReadParam
Destination - class javax.print.attribute.standard.Destination
The Destination attribute provides a URI for an alternate destination of the printing output.
Destination(java.net.URI) - constructor for class javax.print.attribute.standard.Destination
Constructs a Destination object.
destinationBands - field in class javax.imageio.ImageReadParam
destinationOffset - field in class javax.imageio.IIOParam
The offset in the destination where the upper-left decoded/encoded pixel should be located.
destinationType - field in class javax.imageio.IIOParam
Sets the output colour type when writing or the destination image type when reading.
destroy() - method in class org.omg.CosNaming._BindingIteratorStub
Destroys the object on the server side.
destroy() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
destroy() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
destroy() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
destroy() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
destroy() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
destroy() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
destroy() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
destroy() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
destroy() - method in class org.omg.CORBA._IDLTypeStub
Destroy the remote IDL type object.
destroy() - method in class org.omg.CosNaming._NamingContextStub
destroy() - method in class org.omg.CORBA._PolicyStub
destroy() - method in class java.applet.Applet
This method is called when the applet is being unloaded.
destroy() - method in class org.omg.CosNaming.BindingIterator
Destroy the iterator on the server side.
destroy() - method in class org.omg.CosNaming.BindingIteratorOperations
Destroy the iterator on the server side.
destroy() - method in class javax.security.auth.Destroyable
Destroy this object, clearing all sensitive fields appropriately.
destroy() - method in class org.omg.CORBA.DynAny
Destroys this DynAny, freeing the used resources.
destroy() - method in class org.omg.DynamicAny.DynAnyOperations
Destroys this DynAny, freeing the used resources.
destroy() - method in class org.omg.PortableInterceptor.InterceptorOperations
This method is called when orb is being destroyed and destroys the interceptor.
destroy() - method in class org.omg.CORBA.IRObjectOperations
Destroy this interface repository object.
destroy() - method in class javax.security.auth.kerberos.KerberosKey
Destroy this key.
destroy() - method in class javax.security.auth.kerberos.KerberosTicket
Destroy this ticket.
destroy() - method in class org.omg.CosNaming.NamingContext
Destroy this context (must be empty).
destroy() - method in class org.omg.CosNaming.NamingContextOperations
Destroy this context (must be empty).
destroy() - method in class org.omg.CORBA.ORB
Destroy this server, releasing the occupied resources.
destroy() - method in class org.omg.CORBA.PolicyOperations
Destroy the policy object.
destroy() - method in class java.lang.Process
Kills the subprocess and all of its children forcibly.
destroy() - method in class java.lang.Thread
Originally intended to destroy this thread, this method was never implemented by Sun, and is hence a no-op.
destroy() - method in class java.lang.ThreadGroup
Destroy this ThreadGroup.
destroy() - method in class javax.security.auth.x500.X500PrivateCredential
Destroy the sensitive data of this credential, setting the certificate, private key, and keystore alias to null.
destroy(boolean,boolean) - method in class org.omg.PortableServer.POAOperations
Destroy this POA and all descendant POAs.
Destroyable - interface javax.security.auth.Destroyable
An interface for objects that are immutable but whose sensitive data may be wiped out.
Release the back buffer's resources.
destroyBuffers() - method in class java.awt.peer.ComponentPeer
Destroy the resources created by createBuffers.
DestroyFailedException - exception javax.security.auth.DestroyFailedException
An exception thrown when the Destroyable.destroy() method fails for a credential.
DestroyFailedException() - constructor for class javax.security.auth.DestroyFailedException
Creates a new DestroyFailedException with no detail message.
DestroyFailedException(java.lang.String) - constructor for class javax.security.auth.DestroyFailedException
Creates a new DestroyFailedException with a detail message.
destroySubcontext(java.lang.String) - method in class javax.naming.Context
Removes the naming subcontext from this naming context.
destroySubcontext(javax.naming.Name) - method in class javax.naming.Context
Removes the naming subcontext from this naming context.
destWidth - field in class java.awt.image.ReplicateScaleFilter
The width of the destination image.
detach() - method in class org.w3c.dom.traversal.NodeIterator
Detaches the NodeIterator from the set which it iterated over, releasing any computational resources and placing the NodeIterator in the INVALID state.
detach() - method in class org.w3c.dom.ranges.Range
Called to indicate that the Range is no longer in use and that the implementation may relinquish any resources associated with this Range.
detail - field in class java.rmi.activation.ActivationException
The cause of this exception.
detail - field in class java.rmi.RemoteException
The cause of this exception.
detail - field in class java.rmi.server.ServerCloneException
The cause of this exception.
detail - field in class java.io.WriteAbortedException
The cause of this exception.
detailsViewIcon - field in class javax.swing.plaf.basic.BasicFileChooserUI
An icon for the "details view" button.
detectedCharset() - method in class java.nio.charset.CharsetDecoder
determineOffset
DEVANAGARI - static field in class java.lang.Character.UnicodeBlock
Devanagari.
DEVANAGARI - static field in class java.awt.font.NumericShaper
Constant representing the Unicode DEVANAGARI range.
DEVELOPER_EMPTY - static field in class javax.print.attribute.standard.PrinterStateReason
The printer device is out of developer.
DEVELOPER_LOW - static field in class javax.print.attribute.standard.PrinterStateReason
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.
DGC_ID - static field in class java.rmi.server.ObjID
Defines the ID of the distributed garbage collector.
DHGenParameterSpec - class javax.crypto.spec.DHGenParameterSpec
This class represents the parameters needed for generating Diffie-Hellman parameters.
DHGenParameterSpec(int,int) - constructor for class javax.crypto.spec.DHGenParameterSpec
Create a new Diffie-Hellman parameter generator spec.
DHKey - interface javax.crypto.interfaces.DHKey
This interface marks public/private keys in the Diffie-Hellman key exchange algorithm.
DHParameterSpec - class javax.crypto.spec.DHParameterSpec
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.
DHPrivateKey - interface javax.crypto.interfaces.DHPrivateKey
This interface marks a private key in the Diffie-Hellman key exchange algorithm.
DHPrivateKeySpec - class javax.crypto.spec.DHPrivateKeySpec
A wrapper for Diffie-Hellman private key data.
Create a new Diffie-Hellman private key spec.
DHPublicKey - interface javax.crypto.interfaces.DHPublicKey
This interface marks a public key in the Diffie-Hellman key-exchange algorithm.
DHPublicKeySpec - class javax.crypto.spec.DHPublicKeySpec
A wrapper for Diffie-Hellman public key data.
Create a new Diffie-Hellman public key spec.
DIALOG - static field in class javax.accessibility.AccessibleRole
A top level window title bar and border.
Dialog - class java.awt.Dialog
Dialog provides a top-level window normally used to receive user input in applications.
Dialog(java.awt.Dialog) - constructor for class java.awt.Dialog
Initializes a new instance of Dialog with the specified, parent, that is resizable.
Dialog(java.awt.Dialog,java.lang.String) - constructor for class java.awt.Dialog
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.
Dialog(java.awt.Frame) - constructor for class java.awt.Dialog
Initializes a new instance of Dialog with the specified parent, that is resizable and not modal, and which has no title.
Dialog(java.awt.Frame,boolean) - constructor for class java.awt.Dialog
Initializes a new instance of Dialog with the specified parent and modality, that is resizable and which has no title.
Dialog(java.awt.Frame,java.lang.String) - constructor for class java.awt.Dialog
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.
DIALOG_TITLE_CHANGED_PROPERTY - static field in class javax.swing.JFileChooser
The name of the 'dialog title' property.
DIALOG_TYPE_CHANGED_PROPERTY - static field in class javax.swing.JFileChooser
The name of the 'dialog type' property.
DIALOG_UI - static field in class javax.print.ServiceUIFactory
Identifies a UI provided as an AWT dialog.
dialogInit() - method in class javax.swing.JDialog
This method is called to initialize the JDialog.
DialogPeer - interface java.awt.peer.DialogPeer
A Dictionary maps keys to values; how it does that is implementation-specific.
Dictionary() - constructor for class java.util.Dictionary<K,V>
Sole constructor (often called implicitly).
die() - method in class javax.swing.undo.AbstractUndoableEdit
Informs this edit action that it will no longer be used.
die() - method in class javax.swing.undo.CompoundEdit
Informs this edit action, and all compound edits, that they will no longer be used.
die() - method in class javax.swing.undo.UndoableEdit
Informs this edit action that it will no longer be used.
digest - field in class java.security.DigestInputStream
The message digest for the DigestInputStream
digest - field in class java.security.DigestOutputStream
The message digest for the DigestOutputStream
digest() - method in class java.security.MessageDigest
Computes the final digest of the stored data.
digest(byte[]) - method in class java.security.MessageDigest
Computes a final update using the input array of bytes, then computes a final digest and returns it.
digest(byte[],int,int) - method in class java.security.MessageDigest
Computes the final digest of the stored bytes and returns the result.
DigestException - exception java.security.DigestException
This exception indicates that a generic message digest exception has occurred.
DigestException() - constructor for class java.security.DigestException
Create a new instance with no descriptive message.
DigestException(java.lang.String) - constructor for class java.security.DigestException
Create a new instance with a descriptive error message.
Create a new instance with a descriptive error message and a cause.
DigestException(java.lang.Throwable) - constructor for class java.security.DigestException
Create a new instance with a cause.
DigestInputStream - class java.security.DigestInputStream
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.
digit(char,int) - static method in class java.lang.Character
Converts a character into a digit of the specified radix.
digit(int,int) - static method in class java.lang.Character
Converts a character into a digit of the specified radix.
Dimension - class java.awt.Dimension
This class holds a width and height value pair.
Dimension() - constructor for class java.awt.Dimension
Create a new Dimension with a width and height of zero.
Dimension(int,int) - constructor for class java.awt.Dimension
Create a new Dimension with the specified width and height.
Dimension(java.awt.Dimension) - constructor for class java.awt.Dimension
Create a new Dimension with width and height identical to that of the specified dimension.
Dimension2D - class java.awt.geom.Dimension2D
This stores a dimension in 2-dimensional space - a width (along the x-axis) and height (along the y-axis).
Dimension2D() - constructor for class java.awt.geom.Dimension2D
The default constructor.
DimensionUIResource - class javax.swing.plaf.DimensionUIResource
A Dimension that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.
DimensionUIResource(int,int) - constructor for class javax.swing.plaf.DimensionUIResource
Constructs a new DimensionUIResource, given its width and height.
DINGBATS - static field in class java.lang.Character.UnicodeBlock
Dingbats.
DIR - static field in class javax.swing.text.html.HTML.Attribute
The dir attribute
DIR - static field in class javax.swing.text.html.HTML.Tag
The <dir> tag , breaks flow, block tag.
DirContext - interface javax.naming.directory.DirContext
DirectColorModel - class java.awt.image.DirectColorModel
DirectColorModel(int,int,int,int) - constructor for class java.awt.image.DirectColorModel
For the color model created with this constructor the pixels will have fully opaque alpha components with a value of 255.
DirectColorModel(int,int,int,int,int) - constructor for class java.awt.image.DirectColorModel
For the color model created with this constructor the pixels will have fully opaque alpha components with a value of 255.
direction - field in class javax.swing.plaf.basic.BasicArrowButton
The direction that the arrow points.
direction - field in class javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction
The direction, either home or end
direction - field in class javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction
Specifies the direction to adjust the selection by.
direction - field in class javax.swing.plaf.basic.BasicTreeUI.TreePageAction
Specifies the direction to adjust the selection by.
direction - field in class javax.swing.plaf.basic.BasicTreeUI.TreeTraverseAction
Determines direction to traverse, 1 means expand, -1 means collapse.
DIRECTION_DEFAULT_LEFT_TO_RIGHT - static field in class java.text.Bidi
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.
DIRECTION_DEFAULT_RIGHT_TO_LEFT - static field in class java.text.Bidi
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.
DIRECTION_LEFT_TO_RIGHT - static field in class java.text.Bidi
This indicates that the initial direction should be left-to-right.
DIRECTION_RIGHT_TO_LEFT - static field in class java.text.Bidi
This indicates that the initial direction should be right-to-left.
DIRECTIONALITY_ARABIC_NUMBER - static field in class java.lang.Character
Weak bidirectional character type "AN".
DIRECTIONALITY_BOUNDARY_NEUTRAL - static field in class java.lang.Character
Weak bidirectional character type "BN".
DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - static field in class java.lang.Character
Weak bidirectional character type "CS".
DIRECTIONALITY_EUROPEAN_NUMBER - static field in class java.lang.Character
Weak bidirectional character type "EN".
DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - static field in class java.lang.Character
Weak bidirectional character type "ES".
DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - static field in class java.lang.Character
Weak bidirectional character type "ET".
DIRECTIONALITY_LEFT_TO_RIGHT - static field in class java.lang.Character
Strong bidirectional character type "L".
DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - static field in class java.lang.Character
Strong bidirectional character type "LRE".
DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - static field in class java.lang.Character
Strong bidirectional character type "LRO".
DIRECTIONALITY_NONSPACING_MARK - static field in class java.lang.Character
Weak bidirectional character type "NSM".
DIRECTIONALITY_OTHER_NEUTRALS - static field in class java.lang.Character
Neutral bidirectional character type "ON".
DIRECTIONALITY_PARAGRAPH_SEPARATOR - static field in class java.lang.Character
Neutral bidirectional character type "B".
DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - static field in class java.lang.Character
Weak bidirectional character type "PDF".
DIRECTIONALITY_RIGHT_TO_LEFT - static field in class java.lang.Character
Strong bidirectional character type "R".
DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - static field in class java.lang.Character
Strong bidirectional character type "AL".
DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - static field in class java.lang.Character
Strong bidirectional character type "RLE".
DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - static field in class java.lang.Character
Strong bidirectional character type "RLO".
DIRECTIONALITY_SEGMENT_SEPARATOR - static field in class java.lang.Character
Neutral bidirectional character type "S".
DIRECTIONALITY_UNDEFINED - static field in class java.lang.Character
Undefined bidirectional character type.
DIRECTIONALITY_WHITESPACE - static field in class java.lang.Character
Strong bidirectional character type "WS".
DIRECTORIES_ONLY - static field in class javax.swing.JFileChooser
A selection mode constant indicating acceptance of directories only.
directory() - method in class java.lang.ProcessBuilder
Returns the working directory of the process.
directory(java.io.File) - method in class java.lang.ProcessBuilder
Sets the working directory to that specified.
DIRECTORY_CHANGED_PROPERTY - static field in class javax.swing.JFileChooser
The name of the property for the current directory.
DIRECTORY_PANE - static field in class javax.accessibility.AccessibleRole
A pane for navigating through directories.
Handles changes to the selection in the directory combo box.
DirectoryComboBoxAction() - constructor for class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxAction
Creates a new action.
A combo box model containing the selected directory and all its parent directories.
DirectoryComboBoxModel() - constructor for class javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
Creates a new model.
directoryIcon - field in class javax.swing.plaf.basic.BasicFileChooserUI
An icon representing a directory.
DirectoryManager - class javax.naming.spi.DirectoryManager
directoryOpenButtonMnemonic - field in class javax.swing.plaf.basic.BasicFileChooserUI
The localised Mnemonic for the open button.
directoryOpenButtonText - field in class javax.swing.plaf.basic.BasicFileChooserUI
The localised text for the open button.
directoryOpenButtonToolTipText - field in class javax.swing.plaf.basic.BasicFileChooserUI
The localised tool tip text for the open button.
DirObjectFactory - interface javax.naming.spi.DirObjectFactory
DirStateFactory - interface javax.naming.spi.DirStateFactory
Mark the given objects referecnes as used on the client side.
disable() - static method in class java.lang.Compiler
Calling Compiler.disable() will cause the compiler to be suspended; provided that a compiler even exists.
disable() - method in class java.awt.Component
Disables this component.
disable() - method in class java.awt.peer.ComponentPeer
Disables the component.
disable() - method in class javax.swing.JComponent
Disables this component.
disable() - method in class java.awt.MenuItem
Disables this menu item.
disable() - method in class java.awt.peer.MenuItemPeer
Blocks all AttributeChangeNotifications by emptying the list of enabled attributes.
disableAllTypes() - method in class javax.management.NotificationFilterSupport
Blocks all types by emptying the list of enabled attributes.
Removes the specified attribute name from the list of enabled attributes, thus preventing AttributeChangeNotifications for this attribute from passing through the filter.
DISABLED - static field in class javax.swing.plaf.synth.SynthConstants
A primary state indicating that a component is disabled.
DISABLED_ICON_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "disabledIcon" property changes.
DISABLED_SELECTED_ICON_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "disabledSelectedIcon" property changes.
disabledForeground - field in class javax.swing.plaf.basic.BasicMenuItemUI
Color of the text when menu item is disabled
disabledTextColor - field in class javax.swing.plaf.metal.MetalButtonUI
The color for disabled button labels.
disabledTextColor - field in class javax.swing.plaf.metal.MetalRadioButtonUI
Used to draw disabled text.
disabledTextColor - field in class javax.swing.plaf.metal.MetalToggleButtonUI
The color for disabled button labels.
disableEvents(long) - method in class java.awt.Component
Disables the specified events.
disableEvents(long) - method in class java.awt.MenuItem
Disables the specified events.
disableResizedPosting() - method in class javax.swing.table.TableColumn
This method is empty, unused and deprecated.
disableSwingFocusManager() - static method in class javax.swing.FocusManager
disableSwingFocusManager
disableType(java.lang.String) - method in class javax.management.NotificationFilterSupport
Removes the specified type prefix from the list of enabled types, thus preventing matching types from passing through the filter.
discard_requests(boolean) - method in class org.omg.PortableServer.POAManagerOperations
Turns the associated POAs into discaring state.
discardAllEdits() - method in class javax.swing.undo.UndoManager
Discards all editing actions that are currently registered with this UndoManager.
DISCARDING - interface org.omg.PortableInterceptor.DISCARDING
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.
disconnect() - method in class java.nio.channels.DatagramChannel
Disonnects this channel's socket.
disconnect() - method in class java.net.DatagramSocket
This method disconnects this socket from the address/port it was connected to.
disconnect() - method in class java.net.DatagramSocketImpl
Disconnects the socket.
disconnect() - method in class java.net.HttpURLConnection
Closes the connection to the server.
disconnect(org.omg.CORBA.Object) - method in class org.omg.CORBA.ORB
Disconnect the given CORBA object from this ORB.
DISCONTIGUOUS_TREE_SELECTION - static field in class javax.swing.tree.TreeSelectionModel
discriminator() - method in class org.omg.CORBA.DynUnion
Returns the discriminator, defining, which set of fields is stored.
discriminator_kind() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
discriminator_kind() - method in class org.omg.CORBA.DynUnion
Returns the discriminator kind.
discriminator_kind() - method in class org.omg.DynamicAny.DynUnionOperations
Get the kind of the union descriminator.
discriminator_type() - method in class org.omg.CORBA.TypeCode
Returs definition of member labels for untions
disjoint(Collection,Collection) - static method in class java.util.Collections
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() - method in class java.awt.ActiveEvent
Dispatch the event, according to what the event needs done.
dispatch() - method in class java.awt.event.InvocationEvent
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.
dispatch(javax.naming.event.NamingListener) - method in class javax.naming.event.NamingEvent
dispatchEvent(java.awt.AWTEvent) - method in class java.awt.Component
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.
dispatchEvent(java.awt.AWTEvent) - method in class java.awt.EventQueue
Dispatches an event.
dispatchEvent(java.awt.AWTEvent) - method in class java.awt.im.InputContext
Dispatches an event to the current input method.
dispatchEvent(java.awt.AWTEvent) - method in class java.awt.im.spi.InputMethod
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.
dispatchEvent(org.w3c.dom.events.Event) - method in class org.w3c.dom.events.EventTarget
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.
DISPLAY - static field in class javax.swing.text.html.CSS.Attribute
The CSS attribute 'display'.
DISPLAYABILITY_CHANGED - static field in class java.awt.event.HierarchyEvent
This indicates that the HIERARCHY_CHANGED is caused by a change in displayability.
DisplayMode - class java.awt.DisplayMode
This encapsulates information about the display mode for a graphics device configuration.
DisplayMode(int,int,int,int) - constructor for class java.awt.DisplayMode
Create a mode with the given parameters.
displayName() - method in class java.nio.charset.Charset
displayName(java.util.Locale) - method in class java.nio.charset.Charset
dispose() - method in class java.awt.peer.ComponentPeer
Disposes the component peer.
dispose() - method in class java.awt.CompositeContext
Release resources allocated for the compositing.
dispose() - method in class javax.swing.DebugGraphics
Releases all system resources that this Graphics is using.
dispose() - method in class java.awt.Dialog
Disposes the Dialog and then causes show() to return if it is currently blocked.
dispose() - method in class java.awt.Graphics
Free any resources held by this graphics context immediately instead of waiting for the object to be garbage collected and finalized.
dispose() - method in class org.ietf.jgss.GSSContext
Releases any system resources and cryptographic information stored in the context object.
dispose() - method in class org.ietf.jgss.GSSCredential
Releases any sensitive information that the GSSCredential object may be containing.
dispose() - method in class javax.imageio.ImageReader
Releases any resources allocated to this object.
dispose() - method in class javax.imageio.ImageWriter
Releases any resources allocated to this object.
dispose() - method in class java.awt.im.InputContext
Disposes of the input context and release the resources used by it.
dispose() - method in class java.awt.im.spi.InputMethod
Disposes the input method and release any resources it is using.
dispose() - method in class javax.swing.JInternalFrame
This method makes this JInternalFrame invisible, unselected and closed.
dispose() - method in class java.awt.peer.MenuComponentPeer
dispose() - method in class java.awt.PaintContext
Release the resources allocated for the paint.
dispose() - method in class javax.security.sasl.SaslClient
Disposes of any system resources or security-sensitive information the SaslClient might be using.
dispose() - method in class javax.security.sasl.SaslServer
Disposes of any system resources or security-sensitive information the SaslServer might be using.
dispose() - method in class javax.print.StreamPrintService
Dispose this StreamPrintService object.
dispose() - method in class java.awt.Window
Destroys any resources associated with this window.
DISPOSE_ON_CLOSE - static field in class javax.swing.WindowConstants
Dispose the container when it is closed.
distance(double,double) - method in class java.awt.geom.Point2D
Return the distance from this point to the given one.
distance(double,double,double,double) - static method in class java.awt.geom.Point2D
Return the distance between two points.
distance(java.awt.geom.Point2D) - method in class java.awt.geom.Point2D
Return the distance from this point to the given one.
distanceSq(double,double) - method in class java.awt.geom.Point2D
Return the square of the distance from this point to the given one.
distanceSq(double,double,double,double) - static method in class java.awt.geom.Point2D
Return the square of the distance between two points.
distanceSq(java.awt.geom.Point2D) - method in class java.awt.geom.Point2D
Return the square of the distance from this point to the given one.
DISTINCT - static field in class java.sql.Types
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
div(javax.management.ValueExp,javax.management.ValueExp) - static method in class javax.management.Query
Returns a value expression which evaluates to the result of dividing v1 by v2.
divide(java.math.BigDecimal) - method in class java.math.BigDecimal
Performs division, if the resulting quotient requires rounding (has a nonterminating decimal expansion), an ArithmeticException is thrown.
divide(java.math.BigDecimal,int) - method in class java.math.BigDecimal
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
divide(java.math.BigInteger) - method in class java.math.BigInteger
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.
divider - field in class javax.swing.plaf.basic.BasicSplitPaneUI
The divider that divides this JSplitPane.
DIVIDER - static field in class javax.swing.JSplitPane
The property fired when the divider property changes.
DIVIDER_LOCATION_PROPERTY - static field in class javax.swing.JSplitPane
The property fired when the divider location property changes.
DIVIDER_SIZE_PROPERTY - static field in class javax.swing.JSplitPane
The property fired when the divider size property changes.
This helper class acts as the Layout Manager for the divider.
DividerLayout() - constructor for class javax.swing.plaf.basic.BasicSplitPaneDivider.DividerLayout
Creates a new DividerLayout object.
dividerResizeToggleKey - field in class javax.swing.plaf.basic.BasicSplitPaneUI
dividerSize - field in class javax.swing.plaf.basic.BasicSplitPaneDivider
The thickness of the divider in pixels.
dividerSize - field in class javax.swing.plaf.basic.BasicSplitPaneUI
The size of the divider while dragging.
dividerSize - field in class javax.swing.JSplitPane
The size of the divider.
Returns a BigDecimal whose value is the integer part of the quotient this / val.
divisionType - field in class javax.sound.midi.MidiFileFormat
The division type of the MIDI file.
divisionType - field in class javax.sound.midi.Sequence
The timing division type for this sequence (PPQ or SMPTE*)
dk_AbstractInterface - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines .
dk_Alias - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an alias.
dk_all - static field in class org.omg.CORBA.DefinitionKind
This is a "wildcard '*'", used in cases where any definition kind is appropriate .
dk_Array - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an array.
dk_Attribute - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an attribute.
dk_Constant - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a constant.
dk_Enum - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an enumeration.
dk_Exception - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an exception.
dk_Fixed - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a CORBA fixed.
dk_Interface - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an interface.
dk_Module - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a Module.
dk_Native - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a Native.
dk_none - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines has no definition kind.
dk_Operation - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an operation, including the lists of parameters and exceptions raised by this operation.
dk_Primitive - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a primitive type.
dk_Repository - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an another interface repository.
dk_Sequence - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a sequence.
dk_String - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a string.
dk_Struct - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a structure.
dk_Typedef - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a named type that is not an interface nor a value definition.
dk_Union - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a union.
dk_Value - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a value.
dk_ValueBox - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a value box.
dk_ValueMember - static field in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines value member.
dk_Wstring - static field in class org.omg.CORBA.DefinitionKind
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.
DnDConstants - class java.awt.dnd.DnDConstants
This class contains various constants used in drag-and-drop operations.
DNS_URL - static field in class javax.naming.Context
Property with the DNS host and domain names to use.
DO_NOTHING_ON_CLOSE - static field in class javax.swing.WindowConstants
Do nothing when the container is closed.
Performs the acccessible action with the specified index on this object.
doAccessibleAction(int) - method in class javax.accessibility.AccessibleAction
Perform the specified action.
doAccessibleAction(int) - method in class javax.accessibility.AccessibleHyperlink
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.
DocAttribute - interface javax.print.attribute.DocAttribute
Marker interface for all attribute classes describing attributes of a Doc object.
DocAttributeSet - interface javax.print.attribute.DocAttributeSet
DocAttributeSet specifies an attribute set which only allows printing attributes of type DocAttribute.
DocFlavor - class javax.print.DocFlavor
DocFlavor provides a description of the format in which the print data will be supplied in a print job to the print service.
DocFlavor(java.lang.String,java.lang.String) - constructor for class javax.print.DocFlavor
Constructs a DocFlavor object with the given MIME type and representation class name.
dockingBorderColor - field in class javax.swing.plaf.basic.BasicToolBarUI
The color of the border when it is dockable.
dockingColor - field in class javax.swing.plaf.basic.BasicToolBarUI
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.
DockingListener(javax.swing.JToolBar) - constructor for class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
Creates a new DockingListener object.
doClick() - method in class javax.swing.AbstractButton
Programmatically perform a "click" on the button: arming, pressing, waiting, un-pressing, and disarming the model.
doClick(int) - method in class javax.swing.AbstractButton
Programmatically perform a "click" on the button: arming, pressing, waiting, un-pressing, and disarming the model.
doClick(int) - method in class javax.swing.JMenu
Programatically performs click
doClick(javax.swing.MenuSelectionManager) - method in class javax.swing.plaf.basic.BasicMenuItemUI
Programatically clicks menu item.
DocPrintJob - interface javax.print.DocPrintJob
DocPrintJob represents a print job which supports printing of a single document.
DOCTYPE_PUBLIC - static field in class javax.xml.transform.OutputKeys
The public ID to output in the doctype declaration.
DOCTYPE_SYSTEM - static field in class javax.xml.transform.OutputKeys
The system ID to output in the doctype declaration.
Document - interface javax.swing.text.Document
A Document is the model that backs up all text components in Swing.
Document - interface org.w3c.dom.Document
The Document interface represents the entire HTML or XML document.
DOCUMENT_ACCESS_ERROR - static field in class javax.print.attribute.standard.JobStateReason
The printer is unable to access one or more documents provided by reference in the print job.
DOCUMENT_FORMAT_ERROR - static field in class javax.print.attribute.standard.JobStateReason
The printer aborted the job because of an error in the document data.
DOCUMENT_FRAGMENT_NODE - static field in class org.w3c.dom.Node
The node is a DocumentFragment.
DOCUMENT_NODE - static field in class org.w3c.dom.Node
The node is a Document.
DOCUMENT_POSITION_CONTAINED_BY - static field in class org.w3c.dom.Node
The node is contained by the reference node.
DOCUMENT_POSITION_CONTAINS - static field in class org.w3c.dom.Node
The node contains the reference node.
DOCUMENT_POSITION_DISCONNECTED - static field in class org.w3c.dom.Node
The two nodes are disconnected.
DOCUMENT_POSITION_FOLLOWING - static field in class org.w3c.dom.Node
The node follows the reference node.
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - static field in class org.w3c.dom.Node
The determination of preceding versus following is implementation-specific.
DOCUMENT_POSITION_PRECEDING - static field in class org.w3c.dom.Node
The second node precedes the reference node.
DOCUMENT_TYPE_NODE - static field in class org.w3c.dom.Node
The node is a DocumentType.
documentBaseKey - static field in class javax.swing.plaf.basic.BasicHTML
The key that is used to store the document base in a JComponent's client properties.
DocumentBuilder - class javax.xml.parsers.DocumentBuilder
Convenience class for parsing an XML document into a W3C DOM object graph.
DocumentBuilder() - constructor for class javax.xml.parsers.DocumentBuilder
Factory for obtaining document builders.
DocumentBuilderFactory() - constructor for class javax.xml.parsers.DocumentBuilderFactory
DocumentCSS - interface org.w3c.dom.css.DocumentCSS
This interface represents a document with a CSS view.
Documented - interface java.lang.annotation.Documented
DocumentEvent - interface javax.swing.event.DocumentEvent
DocumentEvent public interface
DocumentEvent - interface org.w3c.dom.events.DocumentEvent
The DocumentEvent interface provides a mechanism by which the user can create an Event of a type supported by the implementation.
DocumentFilter - class javax.swing.text.DocumentFilter
DocumentFragment - interface org.w3c.dom.DocumentFragment
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentHandler - interface org.xml.sax.DocumentHandler
Receive notification of general document events.
DocumentListener - interface javax.swing.event.DocumentListener
DocumentListener public interface
DocumentName - class javax.print.attribute.standard.DocumentName
The DocumentName printing attribute specifies a document name.
DocumentName(java.lang.String,java.util.Locale) - constructor for class javax.print.attribute.standard.DocumentName
Creates a DocumentName object.
DocumentParser - class javax.swing.text.html.parser.DocumentParser
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.

DocumentParser(javax.swing.text.html.parser.DTD) - constructor for class javax.swing.text.html.parser.DocumentParser
Creates a new parser that uses the given DTD to access data on the possible tokens, arguments and syntax.
DocumentRange - interface org.w3c.dom.ranges.DocumentRange
DocumentStyle - interface org.w3c.dom.stylesheets.DocumentStyle
The DocumentStyle interface provides a mechanism by which the style sheets embedded in a document can be retrieved.
DocumentTraversal - interface org.w3c.dom.traversal.DocumentTraversal
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).
DocumentType - interface org.w3c.dom.DocumentType
Each Document has a doctype attribute whose value is either null or a DocumentType object.
DocumentView - interface org.w3c.dom.views.DocumentView
The DocumentView interface is implemented by Document objects in DOM implementations supporting DOM Views.
doDefaultCloseAction() - method in class javax.swing.JInternalFrame
This method is used for closing this JInternalFrame.
This method tests whether or not the maximum row size includes BLOB's
doFinal() - method in class javax.crypto.Cipher
Finishes a multi-part transformation, and returns the final transformed bytes.
doFinal() - method in class javax.crypto.Mac
Finishes the computation of a MAC and returns the digest.
doFinal(byte[]) - method in class javax.crypto.Cipher
Finishes a multi-part transformation or does an entire transformation on the input, and returns the transformed bytes.
doFinal(byte[]) - method in class javax.crypto.Mac
Finishes the computation of a MAC with a final byte array (or computes a MAC over those bytes only) and returns the digest.
doFinal(byte[],int) - method in class javax.crypto.Cipher
Finishes a multi-part transformation and stores the transformed bytes into the given array.
doFinal(byte[],int) - method in class javax.crypto.Mac
Finishes the computation of a MAC and places the result into the given array.
doFinal(byte[],int,int) - method in class javax.crypto.Cipher
Finishes a multi-part transformation or does an entire transformation on the input, and returns the transformed bytes.
doFinal(byte[],int,int,byte[]) - method in class javax.crypto.Cipher
doFinal(byte[],int,int,byte[],int) - method in class javax.crypto.Cipher
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.
doInput - field in class java.net.URLConnection
Indicates whether or not input can be read from this URL
doLayout() - method in class java.awt.Component
Calls the layout manager to re-layout the component.
doLayout() - method in class java.awt.Container
Layout the components in this container.
doLayout() - method in class javax.swing.tree.DefaultTreeCellEditor.EditorContainer
Lays out this Container, moving the editor component to the left (leaving place for the icon).
doLayout() - method in class javax.swing.JTable
Set the widths of all columns, taking they preferred widths into consideration.
doLayout() - method in class java.awt.ScrollPane
Lays out this component.
DOM_OBJECT_MODEL - static field in class javax.xml.xpath.XPathConstants
The URL for the JAXP DOM object model.
DomainCombiner - interface java.security.DomainCombiner
A public interface used to combine two ProtectionDomains in a new ProtectionDomain and update the current Protection Domains associated with the current AccessControlContext.
DomainManager - interface org.omg.CORBA.DomainManager
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.
DOMConfiguration - interface org.w3c.dom.DOMConfiguration
The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
DOMError - interface org.w3c.dom.DOMError
DOMError is an interface that describes an error.
DOMErrorHandler - interface org.w3c.dom.DOMErrorHandler
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).
DOMException - exception org.w3c.dom.DOMException
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).
DOMException(short,java.lang.String) - constructor for class org.w3c.dom.DOMException
DOMImplementation - interface org.w3c.dom.DOMImplementation
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DOMImplementationCSS - interface org.w3c.dom.css.DOMImplementationCSS
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 - interface org.w3c.dom.ls.DOMImplementationLS
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 .
DOMLocator - interface javax.xml.transform.dom.DOMLocator
Locator for reporting a location in a W3C DOM object graph.
DOMLocator - interface org.w3c.dom.DOMLocator
DOMLocator is an interface that describes a location (e.g.
DOMResult - class javax.xml.transform.dom.DOMResult
Output result specified as a W3C DOM object graph.
DOMResult() - constructor for class javax.xml.transform.dom.DOMResult
Default constructor.
DOMResult(org.w3c.dom.Node) - constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to.
DOMResult(org.w3c.dom.Node,java.lang.String) - constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to and the system ID.
DOMResult(org.w3c.dom.Node,org.w3c.dom.Node) - constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to and the child node before which the result should be appended.
DOMResult(org.w3c.dom.Node,org.w3c.dom.Node,java.lang.String) - constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to, the child node before which the result should be appended, and the system ID.
DOMSource - class javax.xml.transform.dom.DOMSource
An XML source specified as a W3C DOM node context.
DOMSource() - constructor for class javax.xml.transform.dom.DOMSource
Default constructor.
DOMSource(org.w3c.dom.Node) - constructor for class javax.xml.transform.dom.DOMSource
Constructor with a context node.
DOMSource(org.w3c.dom.Node,java.lang.String) - constructor for class javax.xml.transform.dom.DOMSource
Constructor with a context node and system ID.
DOMSTRING_SIZE_ERR - static field in class org.w3c.dom.DOMException
If the specified range of text does not fit into a DOMString.
DOMStringList - interface org.w3c.dom.DOMStringList
The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented.
DONE - static field in class java.text.BreakIterator
This value is returned by the next() and previous in order to indicate that the end of the text has been reached.
DONE - static field in class java.text.CharacterIterator
This is a special constant value that is returned when the beginning or end of the character range has been reached.
done() - method in class java.rmi.server.RemoteCall
done(java.rmi.server.RemoteCall) - method in class java.rmi.server.RemoteRef
dontUseGui() - method in class java.beans.beancontext.BeanContextSupport
Informs this bean that is should not make use of the GUI.
dontUseGui() - method in class java.beans.Visibility
Tells the Bean not to use GUI methods.
DOOR_OPEN - static field in class javax.print.attribute.standard.PrinterStateReason
One or more doors of the printer device are open.
doOutput - field in class java.net.URLConnection
Indicates whether or not output can be sent to this URL
doPhase(java.security.Key,boolean) - method in class javax.crypto.KeyAgreement
Do a phase in the key agreement.
DOTALL - static field in class java.util.regex.Pattern
Arc2D.Double - class java.awt.geom.Arc2D.Double
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.
Ellipse2D.Double - class java.awt.geom.Ellipse2D.Double
An Ellipse2D that stores its coordinates using double primitives.
Double - class java.lang.Double
Instances of class Double represent primitive double values.
Line2D.Double - class java.awt.geom.Line2D.Double
This class defines a point in double precision.
Point2D.Double - class java.awt.geom.Point2D.Double
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.
DOUBLE - static field in class javax.management.openmbean.SimpleType<T>
The SimpleType representation of java.lang.Double.
DOUBLE - static field in class java.sql.Types
Double() - constructor for class java.awt.geom.Arc2D.Double
Create a new, open arc at (0,0) with 0 extent.
Double() - constructor for class java.awt.geom.CubicCurve2D.Double
Constructs a new CubicCurve2D that stores its coordinate values in double-precision floating-point format.
Double() - constructor for class java.awt.geom.Ellipse2D.Double
Creates a new Ellipse2D with an upper-left coordinate of (0,0) and a zero size.
Double() - constructor for class java.awt.geom.Line2D.Double
Construct the line segment (0,0)->(0,0).
Double() - constructor for class java.awt.geom.Point2D.Double
Create a new point at (0,0).
Double() - constructor for class java.awt.geom.QuadCurve2D.Double
Constructs a new QuadCurve2D that stores its coordinate values in double-precision floating-point format.
Double() - constructor for class java.awt.geom.Rectangle2D.Double
Create a rectangle at (0,0) with width 0 and height 0.
Double() - constructor for class java.awt.geom.RoundRectangle2D.Double
Construct a new instance, with all parameters set to 0.
Double(double) - constructor for class java.lang.Double
Create a Double from the primitive double specified.
Double(double,double) - constructor for class java.awt.geom.Point2D.Double
Create a new point at (x,y).
Double(double,double,double,double) - constructor for class java.awt.geom.Ellipse2D.Double
Creates a new Ellipse2D within a given rectangle using double-precision coordinates.

Double(double,double,double,double) - constructor for class java.awt.geom.Line2D.Double
Construct the line segment with the specified points.
Double(double,double,double,double) - constructor for class java.awt.geom.Rectangle2D.Double
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.
Double(int) - constructor for class java.awt.geom.Arc2D.Double
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.
Double(java.lang.String) - constructor for class java.lang.Double
Create a Double from the specified String.
DoubleBuffer - class java.nio.DoubleBuffer
A mouse listener that handles double-click events.
Creates a new DoubleClickListener object.
DoubleHolder - class org.omg.CORBA.DoubleHolder
A holder for CORBA double that is mapped into java double.
DoubleHolder() - constructor for class org.omg.CORBA.DoubleHolder
Constructs an instance of DoubleHolder, initializing value to 0.0.
DoubleHolder(double) - constructor for class org.omg.CORBA.DoubleHolder
Constructs an instance of DoubleHolder, initializing value to the given double.
DoubleSeqHelper - class org.omg.CORBA.DoubleSeqHelper
Provides static helper methods for working with CORBA sequence of double (DoubleSeq).
DoubleSeqHolder - class org.omg.CORBA.DoubleSeqHolder
A sequence holder for CORBA DoubleSeq that is mapped into java double[].
DoubleSeqHolder() - constructor for class org.omg.CORBA.DoubleSeqHolder
Constructs an instance of DoubleSeqHolder, initializing value to null.
DoubleSeqHolder(double[]) - constructor for class org.omg.CORBA.DoubleSeqHolder
Constructs an instance of DoubleSeqHolder, initializing value to the given double[].
doubleToLongBits(double) - static method in class java.lang.Double
Convert the double to the IEEE 754 floating-point "double format" bit layout.
doubleToRawLongBits(double) - static method in class java.lang.Double
Convert the double to the IEEE 754 floating-point "double format" bit layout.
doubleValue() - method in class java.math.BigDecimal
Return the value of this Number as a float.
doubleValue() - method in class java.math.BigInteger
Return the value of this Number as a float.
doubleValue() - method in class java.lang.Byte
Return the value of this Byte as a double.
doubleValue() - method in class java.lang.Double
Return the value of this Double.
doubleValue() - method in class java.lang.Float
Return the value of this Float as a double
doubleValue() - method in class java.lang.Integer
Return the value of this Integer as a double.
doubleValue() - method in class java.lang.Long
Return the value of this Long as a double.
doubleValue() - method in class java.lang.Number
Return the value of this Number as a float.
doubleValue() - method in class java.lang.Short
Return the value of this Short as a double.
DOWN - static field in class java.awt.Event
DOWN_CYCLE_TRAVERSAL_KEYS - static field in class java.awt.KeyboardFocusManager
Identifies AWTKeyStrokes that move the focus down to the child focus cycle root.
downAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret one line down.
downFocusCycle() - method in class java.awt.KeyboardFocusManager
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.
downKey - field in class javax.swing.plaf.basic.BasicSplitPaneUI
downKey - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
This is the keystroke for moving down.
downKey - field in class javax.swing.plaf.basic.BasicToolBarUI
DPCM - static field in class javax.print.attribute.ResolutionSyntax
Constant for units of dots per centimeter.
DPI - static field in class javax.print.attribute.ResolutionSyntax
Constant for units of dots per inch
DRAFT - static field in class java.awt.PageAttributes.PrintQualityType
DRAFT - static field in class javax.print.attribute.standard.PrintQuality
Draft quality of the printer.
DRAG_LAYER - static field in class javax.swing.JLayeredPane
Performs the tasks associated with an ongoing drag operation.
Creates a new DragController object.
dragDividerTo(int) - method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Drags the divider to a given location by calling the dragDividerTo method of the UI delegate of the enclosing JSplitPane.
dragDividerTo(int) - method in class javax.swing.plaf.basic.BasicSplitPaneUI
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.
dragExit(java.awt.dnd.DropTargetEvent) - method in class java.awt.dnd.DropTarget
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.
draggedColumn - field in class javax.swing.table.JTableHeader
The draggedColumn property.
draggedDistance - field in class javax.swing.table.JTableHeader
The draggedDistance property.
dragger - field in class javax.swing.plaf.basic.BasicSplitPaneDivider
An object that performs the tasks associated with an ongoing drag operation, or null if the user is currently not dragging the divider.
DragGestureEvent - class java.awt.dnd.DragGestureEvent
Constructs a new DragGestureEvent.
dragGestureListener - field in class java.awt.dnd.DragGestureRecognizer
DragGestureListener - interface java.awt.dnd.DragGestureListener
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.
STUBBED
draggingHW - field in class javax.swing.plaf.basic.BasicSplitPaneUI
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.
dragSource - field in class java.awt.dnd.DragGestureRecognizer
DragSource - class java.awt.dnd.DragSource
DragSource() - constructor for class java.awt.dnd.DragSource
Initializes the drag source.
This class implements DragSourceListener and DragSourceMotionListener, and implements all methods with empty bodies.
DragSourceAdapter() - constructor for class java.awt.dnd.DragSourceAdapter
Default constructor.
Initializes a drag source context.
DragSourceContextPeer - interface java.awt.dnd.peer.DragSourceContextPeer
STUBBED
DragSourceEvent - class java.awt.dnd.DragSourceEvent
DragSourceListener - interface java.awt.dnd.DragSourceListener
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.
dragTo(java.awt.Point,java.awt.Point) - method in class javax.swing.plaf.basic.BasicToolBarUI
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.
drain() - method in class javax.sound.sampled.DataLine
This method blocks until whatever data is buffered in the DataLine's internal buffer has been drained.
drain() - method in class java.io.ObjectOutputStream
Causes the block-data buffer to be written to the underlying stream, but does not flush underlying stream.
Draws the graphic.
Draws the image at the specified location, relative to the origin.
Draws the graphic at the given location.
draw(java.awt.Graphics2D,float,float) - method in class java.awt.font.TextLayout
draw(java.awt.Shape) - method in class java.awt.Graphics2D
Draws an outline around a shape using the current stroke and paint.
draw3DRect
drawArc(int,int,int,int,int,int) - method in class javax.swing.DebugGraphics
drawArc
drawArc(int,int,int,int,int,int) - method in class java.awt.Graphics
Draws an arc using the specified bounding rectangle and the specified angle parameter.
Draws a border that is suitable for buttons of the Basic look and feel.
drawBuffer - field in class java.awt.Component.FlipBufferStrategy
An Image reference to the drawing buffer.
drawBytes(byte[],int,int,int,int) - method in class javax.swing.DebugGraphics
drawBytes
drawBytes(byte[],int,int,int,int) - method in class java.awt.Graphics
Draws an icon at around a specific position
drawChars(char[],int,int,int,int) - method in class javax.swing.DebugGraphics
drawChars
drawChars(data[],int,int,int,int) - method in class java.awt.Graphics
Draws the specified characters starting at the specified point.
Draws the check in the CheckBox.
Draws a dashed horizontal line.
drawDashedRect(java.awt.Graphics,int,int,int,int) - static method in class javax.swing.plaf.basic.BasicGraphicsUtils
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
FIXME: Write Javadocs for this when you understand it.
drawImage
FIXME: Write Javadocs for this when you understand it.
drawImage
Draws all of the image that is available and returns.
drawImage
Draws all of the image that is available and returns.
drawImage
Draws all of the image that is available and returns.
drawImage
Draws all of the image that is available and returns.
drawInverted() - method in class javax.swing.plaf.basic.BasicSliderUI
Returns true if the slider scale is to be drawn inverted, and false if not.
drawLine(int,int,int,int) - method in class javax.swing.DebugGraphics
drawLine
drawLine(int,int,int,int) - method in class java.awt.Graphics
Draws a line between the two specified points.
Draws a line of text, suppressing white space at the end and expanding tabs.
drawLine(int,java.awt.Graphics,int,int) - method in class javax.swing.text.PlainView
Draws a line of text.
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.
drawOval(int,int,int,int) - method in class javax.swing.DebugGraphics
drawOval
drawOval(int,int,int,int) - method in class java.awt.Graphics
Draws an oval that just fits within the specified rectangle.
drawPolygon(int[],int[],int) - method in class javax.swing.DebugGraphics
drawPolygon
drawPolygon(java.awt.Polygon) - method in class java.awt.Graphics
Draws the specified polygon.
Draws a series of interconnected lines determined by the arrays of corresponding x and y coordinates.
drawPolyline(int[],int[],int) - method in class javax.swing.DebugGraphics
drawPolyline
Draws a series of interconnected lines determined by the arrays of corresponding x and y coordinates.
drawRect(int,int,int,int) - method in class javax.swing.DebugGraphics
Draws a rectangle.
drawRect(int,int,int,int) - method in class java.awt.Graphics
Draws the outline of the specified rectangle.
drawRoundRect
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.
drawString
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.
drawString
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.
drawVBuffer - field in class java.awt.Component.FlipBufferStrategy
A VolatileImage reference to the drawing buffer.
Driver - interface java.sql.Driver
This interface specifies a mechanism for accessing a JDBC database driver.
DriverManager - class java.sql.DriverManager
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.
drop(java.awt.dnd.DropTargetDropEvent) - method in class java.awt.dnd.DropTarget
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.
dropCalcResult() - method in class javax.swing.SpringLayout.Constraints
dropComplete(boolean) - method in class java.awt.dnd.DropTargetContext
Signals that the drop is completed.
dropComplete(boolean) - method in class java.awt.dnd.peer.DropTargetContextPeer
dropComplete(boolean) - method in class java.awt.dnd.DropTargetDropEvent
DropTarget - class java.awt.dnd.DropTarget
DropTarget() - constructor for class java.awt.dnd.DropTarget
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.
DropTargetAdapter() - constructor for class java.awt.dnd.DropTargetAdapter
Default constructor.
DropTargetContextPeer - interface java.awt.dnd.peer.DropTargetContextPeer
Used to control state of recipient protocol from the DropTargetListener.
Initializes a DropTargetDragEvent.
Initializes a DropTargetDropEvent.
Initializes a DropTargetDropEvent.
DropTargetEvent - class java.awt.dnd.DropTargetEvent
DropTargetListener - interface java.awt.dnd.DropTargetListener
DropTargetPeer - interface java.awt.dnd.peer.DropTargetPeer
DSAKey - interface java.security.interfaces.DSAKey
This interface is implemented by a class to return the parameters of a Digital Signature Algorithm (DSA) public or private key.
DSAKeyPairGenerator - interface java.security.interfaces.DSAKeyPairGenerator
This interface contains methods for intializing a Digital Signature Algorithm key generation engine.
DSAParameterSpec - class java.security.spec.DSAParameterSpec
DSA Parameter class Specification.
Constructs a new DSAParameterSpec with the specified p, q, and g.
DSAParams - interface java.security.interfaces.DSAParams
This interface allows the Digital Signature Algorithm (DSA) parameters to be queried.
DSAPrivateKey - interface java.security.interfaces.DSAPrivateKey
This interface models a Digital Signature Algorithm (DSA) private key
DSAPrivateKeySpec - class java.security.spec.DSAPrivateKeySpec
DSA Private Key class Specification.
Constructs a new DSAPrivateKeySpec with the specified x, p, q, and g.
DSAPublicKey - interface java.security.interfaces.DSAPublicKey
This interface models a Digital Signature Algorithm (DSA) public key
DSAPublicKeySpec - class java.security.spec.DSAPublicKeySpec
DSA Public Key class Specification.
Constructs a new DSAPublicKeySpec with the specified y, p, q, and g.
Dst - static field in class java.awt.AlphaComposite
DST_ATOP - static field in class java.awt.AlphaComposite
DST_IN - static field in class java.awt.AlphaComposite
DST_OFFSET - static field in class java.util.Calendar
Constant representing the daylight saving time offset in milliseconds.
DST_OUT - static field in class java.awt.AlphaComposite
DST_OVER - static field in class java.awt.AlphaComposite
DstAtop - static field in class java.awt.AlphaComposite
DstIn - static field in class java.awt.AlphaComposite
DstOut - static field in class java.awt.AlphaComposite
DstOver - static field in class java.awt.AlphaComposite
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.
DTD - static field in class javax.xml.stream.XMLStreamConstants
A DOCTYPE declaration event.
DTD(java.lang.String) - constructor for class javax.swing.text.html.parser.DTD
Create a new DTD with the specified name.
DTDConstants - interface javax.swing.text.html.parser.DTDConstants
This class defines the SGML basic types, used for describing HTML 4.01 at http://www.w3.org/TR/html4/types.html.
DTDHandler - interface org.xml.sax.DTDHandler
Receive notification of basic DTD-related events.
DUMMY - static field in class javax.swing.text.html.HTML.Attribute
The dummy attribute
dump() - method in class javax.swing.text.View
Dumps the complete View hierarchy.
dump(java.io.PrintStream) - method in class javax.swing.text.AbstractDocument
Dumps diagnostic information to the specified PrintStream.
Prints diagnostic output to the specified stream.
dumpAllThreads(boolean,boolean) - method in class java.lang.management.ThreadMXBean
This method returns information on all live threads at the time of execution (some threads may have terminated by the time the method completes).
dumpStack() - static method in class java.lang.Thread
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".
duplicate() - method in class java.nio.ByteBuffer
Creates a new ByteBuffer that shares this buffer's content.
duplicate() - method in class java.nio.CharBuffer
Creates a new CharBuffer that shares this buffer's content.
duplicate() - method in class java.nio.DoubleBuffer
Creates a new DoubleBuffer that shares this buffer's content.
duplicate() - method in class java.nio.FloatBuffer
Creates a new FloatBuffer that shares this buffer's content.
duplicate() - method in class java.nio.IntBuffer
Creates a new IntBuffer that shares this buffer's content.
duplicate() - method in class java.nio.LongBuffer
Creates a new LongBuffer that shares this buffer's content.
duplicate() - method in class java.nio.ShortBuffer
Creates a new ShortBuffer that shares this buffer's content.
duplicate(org.omg.CORBA.Object) - method in class org.omg.CORBA.portable.Delegate
Duplicate the object reference.
DUPLICATE_ELEMENT - static field in class org.ietf.jgss.GSSException
Duplicate credential element requested error.
DUPLICATE_TOKEN - static field in class org.ietf.jgss.GSSException
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.
DuplicateName - exception org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName
This exception is raised on an attempt to register a second org.omg.PortableInterceptor.Interceptor with the same name.
DuplicateName() - constructor for class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName
Create DuplicateName with no explaining message field name initialised to null.
DuplicateName(java.lang.String) - constructor for class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName
Create the DuplicateName without explaining message and and field name initialised to the given value.
DuplicateName(java.lang.String,java.lang.String) - constructor for class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName
Create the DuplicateName with explaining message and field name initialised to the given value.
DuplicateNameHelper - class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
The helper operations for the exception DuplicateName.
DURATION - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the duration data type.
Duration - class javax.xml.datatype.Duration
An immutable time space as specified in XML Schema 1.0.
DURATION_DAYTIME - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the dayTimeDuration data type.
DURATION_YEARMONTH - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the yearMonthDuration data type.
This class was probably originally thinked as a base of all CORBA object implementations.
DynamicImplementation - class org.omg.PortableServer.DynamicImplementation
This class is used for servants that support calling via server request.
DynamicMBean - interface javax.management.DynamicMBean
Represents a management bean that provides a dynamic interface.
DynAny - interface org.omg.CORBA.DynAny
The DynAny interface provides possibility to access the components of the CORBA object, stored inside the Any.
DynAny - interface org.omg.DynamicAny.DynAny
The DynAny interface provides possibility to access the components of the CORBA object, stored inside the Any.
DynAnyFactory - interface org.omg.DynamicAny.DynAnyFactory
Produces DynAnys from Anys or typecodes.
DynAnyFactoryHelper - class org.omg.DynamicAny.DynAnyFactoryHelper
The helper operations for DynAnyFactory.
DynAnyFactoryOperations - interface org.omg.DynamicAny.DynAnyFactoryOperations
Defines the operations, applicable for DynAnyFactory.
DynAnyHelper - class org.omg.DynamicAny.DynAnyHelper
The helper operations for DynAny.
DynAnyOperations - interface org.omg.DynamicAny.DynAnyOperations
Defines the operations, applicable to DynAny.
DynAnySeqHelper - class org.omg.DynamicAny.DynAnySeqHelper
A helper operations for the array of DynAny (DynAny[]).
DynArray - interface org.omg.CORBA.DynArray
Represents the DynAny, holding an array.
DynArray - interface org.omg.DynamicAny.DynArray
Represents a fixed size array.
DynArrayHelper - class org.omg.DynamicAny.DynArrayHelper
The helper operations for DynArray.
DynArrayOperations - interface org.omg.DynamicAny.DynArrayOperations
Defines operations, applicable for DynArray.
DynEnum - interface org.omg.CORBA.DynEnum
Represents the dynamic enumeration, allowing to get/set the value by name or by position in the enumeration list.
DynEnum - interface org.omg.DynamicAny.DynEnum
Defines the dynamic enumeration.
DynEnumHelper - class org.omg.DynamicAny.DynEnumHelper
The helper operations for DynEnum.
DynEnumOperations - interface org.omg.DynamicAny.DynEnumOperations
Defines operations, applicable to the dynamic enumeration.
DynFixed - interface org.omg.CORBA.DynFixed
Represents a CORBA fixed, allowing to get and set its value in the form of the binary representation.
DynFixed - interface org.omg.DynamicAny.DynFixed
Defines dynamic any, holding CORBA fixed.
DynFixedHelper - class org.omg.DynamicAny.DynFixedHelper
The helper operations for DynFixed.
DynFixedOperations - interface org.omg.DynamicAny.DynFixedOperations
Defines operations, applicable for DynAny, holding CORBA fixed.
DynSequence - interface org.omg.CORBA.DynSequence
Represents the DynAny, holding the CORBA sequence (an array with the flexible length).
DynSequence - interface org.omg.DynamicAny.DynSequence
Defines a dynamic resizeable array with the optional upper size bound.
DynSequenceHelper - class org.omg.DynamicAny.DynSequenceHelper
The helper operations for DynSequence.
DynSequenceOperations - interface org.omg.DynamicAny.DynSequenceOperations
Defines operations, applicable to DynSequence.
DynStruct - interface org.omg.CORBA.DynStruct
Represents the DynAny, holding the CORBA structure (record with the named fields).
DynStruct - interface org.omg.DynamicAny.DynStruct
Defines a fixed size structure with the named fields that may have different types.
DynStructHelper - class org.omg.DynamicAny.DynStructHelper
The helper operations for DynStruct.
DynStructOperations - interface org.omg.DynamicAny.DynStructOperations
Defines the operations, applicable to the DynStructure.
DynUnion - interface org.omg.CORBA.DynUnion
Represents the DynAny, holding the CORBA structure (variant record with the named fields).
DynUnion - interface org.omg.DynamicAny.DynUnion
Defines a fixed size structure with the named fields that may have different types.
DynUnionHelper - class org.omg.DynamicAny.DynUnionHelper
The helper operations for DynUnion.
DynUnionOperations - interface org.omg.DynamicAny.DynUnionOperations
Defines the operations, applicable to the DynUnion.
DynValue - interface org.omg.CORBA.DynValue
Represents the DynAny, holding a value type.
DynValue - interface org.omg.DynamicAny.DynValue
Defines a non boxed value type.
DynValueBox - interface org.omg.DynamicAny.DynValueBox
A "ValueBox" is a Value type container, holding a single instance of the other CORBA type.
DynValueBoxOperations - interface org.omg.DynamicAny.DynValueBoxOperations
Defines operations, applicable for the boxed value type.
DynValueCommon - interface org.omg.DynamicAny.DynValueCommon
Defines DynAny that may hold CORBA null.
DynValueCommonOperations - interface org.omg.DynamicAny.DynValueCommonOperations
Provides operations, applicable to DynAnys that may hold CORBA null.
DynValueHelper - class org.omg.DynamicAny.DynValueHelper
The helper operations for DynValue.
DynValueOperations - interface org.omg.DynamicAny.DynValueOperations
Defines operations, applicable to DynValue.