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 gnu.xml.stream.CharactersImpl
DATA - static field in class gnu.java.lang.CharData
Information about each character.
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 - field in class gnu.java.net.protocol.ftp.FTPResponse
Multiline data, if present.
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 - field in class gnu.javax.imageio.png.PNGChunk
The chunk data
data - field in class gnu.xml.stream.ProcessingInstructionImpl
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_ENCIPHERMENT - static field in class gnu.java.security.x509.ext.KeyUsage
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.
DataContentHandler - interface javax.activation.DataContentHandler
Provider that can convert streams to objects and vice versa.
Factory interface for creating data content handlers.
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.
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.
DataHandler - class javax.activation.DataHandler
Handler for data available in multiple sources and formats.
DataHandler(java.lang.Object,java.lang.String) - constructor for class javax.activation.DataHandler
Constructor using a reified object representation.
DataHandler(java.net.URL) - constructor for class javax.activation.DataHandler
Constructor in which the data is read from a URL.
DataHandler(javax.activation.DataSource) - constructor for class javax.activation.DataHandler
Constructor in which the data is read from a data source.
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.activation.DataSource
An interface by which MIME data can be retrieved and stored.
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 - interface org.relaxng.datatype.Datatype
Datatype object.
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
DatatypeBuilder - interface org.relaxng.datatype.DatatypeBuilder
Creates a user-defined type by adding parameters to the pre-defined type.
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.
DatatypeException - exception org.relaxng.datatype.DatatypeException
Signals Datatype related exceptions.
DatatypeException() - constructor for class org.relaxng.datatype.DatatypeException
A constructor for those datatype libraries which don't support any diagnostic information at all.
DatatypeException(int,java.lang.String) - constructor for class org.relaxng.datatype.DatatypeException
DatatypeException(java.lang.String) - constructor for class org.relaxng.datatype.DatatypeException
Create an exception with a message.
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
The basic constructor.
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.
DatatypeLibrary - interface org.relaxng.datatype.DatatypeLibrary
A Datatype library
DatatypeLibraryFactory - interface org.relaxng.datatype.DatatypeLibraryFactory
Factory class for the DatatypeLibrary class.
DatatypeLibraryLoader - class org.relaxng.datatype.helpers.DatatypeLibraryLoader
Discovers the datatype library implementation from the classpath.
Datatype streaming validator.
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 gnu.xml.validation.datatype.TypeLibrary
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.
DATE_TIME - static field in class gnu.xml.validation.datatype.TypeLibrary
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.
DATETIME - static field in class gnu.javax.print.ipp.IppValueTag
Indicates a value of syntax type datetime.
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.
DAY_TIME - static field in class gnu.javax.print.ipp.attribute.defaults.JobHoldUntilDefault
Job should be processed during the day.
DAY_TIME - static field in class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
Job should be processed during the day.
DAYS - static field in class javax.xml.datatype.DatatypeConstants
Constant that represents the days field.
DC - static field in class gnu.java.security.x509.X500DistinguishedName
DCT - class gnu.javax.imageio.jpeg.DCT
Discrete Cosine Transformations.
DCT() - constructor for class gnu.javax.imageio.jpeg.DCT
The basic constructor.
DCTable - field in class gnu.javax.imageio.jpeg.JPEGComponent
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 gnu.CORBA.Poa.gnuPOAManager
Turns the asociated POAs into inactive state.
deactivate(boolean,boolean) - method in class org.omg.PortableServer.POAManagerOperations
Turns the asociated POAs into inactive state.
deactivate_object(byte[]) - method in class gnu.CORBA.Poa.gnuPOA
Deactivate object with the given id.
deactivate_object(byte[]) - method in class org.omg.PortableServer.POAOperations
Deactivate object with the given id.
deactivated - field in class gnu.CORBA.Poa.AOM.Obj
If true, this entry is deactivated.
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.
debug - static field in class gnu.java.rmi.activation.ActivationSystemTransient
Set to true to print the event messages to console.
DEBUG - static field in class gnu.classpath.Configuration
The value of DEBUG is substituted according to whether the "--enable-debug" argument was passed to configure.
DEBUG - static field in class gnu.java.security.Configuration
The value of DEBUG is substituted according to whether the "--enable-debug" argument was passed to configure.
DEBUG - static field in class gnu.javax.net.ssl.provider.Debug
Set to true to dump out traces of SSL connections to the system logger.
debug - field in class gnu.java.net.protocol.ftp.FTPConnection
If true, print debugging information.
Debug - class gnu.javax.net.ssl.provider.Debug
Debug constants for Jessie.
DEBUG_DECRYPTION - static field in class gnu.javax.net.ssl.provider.Debug
Set to true to turn on dumping of decrypted packets.
DEBUG_KEY_EXCHANGE - static field in class gnu.javax.net.ssl.provider.Debug
Set to true to dump out info about the SSL key exchange.
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 gnu.xml.validation.datatype.TypeLibrary
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 - static field in class gnu.xml.xpath.Expr
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.
DECIPHER_ONLY - static field in class gnu.java.security.x509.ext.KeyUsage
decl - field in class gnu.xml.stream.EntityReferenceImpl
DECL_HANDLER - static field in class gnu.xml.pipeline.EventFilter
SAX2 property identifier for DeclHandler events
declaration(java.lang.String,java.lang.String) - method in class gnu.javax.swing.text.html.css.CSSParserCallback
Signals the parsing of one declaration, which defines a mapping from a property to a value.
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.
Records the declaration of a general entity in this DocumentType.
Records the declaration of a notation in this DocumentType.
Declare a Namespace prefix.
DeclHandler - interface org.xml.sax.ext.DeclHandler
SAX2 extension handler for DTD declaration events.
decode() - method in class gnu.javax.imageio.jpeg.JPEGDecoder
decode(byte[]) - method in class gnu.CORBA.CdrEncapsCodecImpl
Decode the contents of the byte array into Any.
decode(byte[]) - method in class org.omg.IOP.CodecOperations
Decode the given array of bytes and return the decoded value, inserted into Any.
decode(byte[]) - method in class gnu.java.security.sig.rsa.EME_PKCS1_V1_5
Separate the encoded message EM into an octet string PS consisting of nonzero octets and a message M as:
     EM = 0x00 || 0x02 || PS || 0x00 || M.
decode(byte[]) - static method in class gnu.javax.imageio.jpeg.ZigZag
Convert a byte array into a matrix with the same amount of columns and rows with length sqrt(double array length)
decode(byte[],byte[],int,int) - method in class gnu.java.security.sig.rsa.EMSA_PSS
The decoding operation EMSA-PSS-Decode recovers the message hash from an encoded message EM and compares it to the hash of M.
decode(byte[],int,int) - static method in class gnu.javax.imageio.jpeg.ZigZag
decode(double[]) - static method in class gnu.javax.imageio.jpeg.ZigZag
Convert a double array into a matrix with the same amount of columns and rows with length sqrt(double array length)
decode(double[],int,int) - static method in class gnu.javax.imageio.jpeg.ZigZag
decode(float[],int,int) - static method in class gnu.javax.imageio.jpeg.ZigZag
decode(gnu.javax.imageio.jpeg.JPEGImageInputStream) - method in class gnu.javax.imageio.jpeg.HuffmanTable
Generated from FIGURE F.16 - Procedure for DECODE on ISO DIS 10918-1.
decode(int[]) - static method in class gnu.javax.imageio.jpeg.ZigZag
decode(int[],int,int) - static method in class gnu.javax.imageio.jpeg.ZigZag
decode(java.io.DataInputStream) - static method in class gnu.javax.crypto.keyring.AuthenticatedEntry
decode(java.io.DataInputStream) - static method in class gnu.javax.crypto.keyring.BinaryDataEntry
decode(java.io.DataInputStream) - static method in class gnu.javax.crypto.keyring.CertificateEntry
decode(java.io.DataInputStream) - static method in class gnu.javax.crypto.keyring.CertPathEntry
decode(java.io.DataInputStream) - static method in class gnu.javax.crypto.keyring.CompressedEntry
decode(java.io.DataInputStream) - static method in class gnu.javax.crypto.keyring.EncryptedEntry
decode(java.io.DataInputStream) - static method in class gnu.javax.crypto.keyring.PasswordAuthenticatedEntry
decode(java.io.DataInputStream) - static method in class gnu.javax.crypto.keyring.PasswordEncryptedEntry
decode(java.io.DataInputStream) - static method in class gnu.javax.crypto.keyring.PrivateKeyEntry
decode(java.io.DataInputStream) - method in class gnu.javax.crypto.keyring.Properties
Decodes a set of properties from the given input stream.
decode(java.io.DataInputStream) - static method in class gnu.javax.crypto.keyring.PublicKeyEntry
decode(java.io.DataInputStream,char[]) - static method in class gnu.javax.crypto.keyring.PasswordAuthenticatedEntry
decode(java.io.DataInputStream,char[]) - static method in class gnu.javax.crypto.keyring.PasswordEncryptedEntry
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 gnu.java.util.Base64
Decode a Base-64 string into a byte array.
decode(java.lang.String) - static method in class gnu.java.io.Base64InputStream
Decode a single Base-64 string to a byte array.
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(javax.imageio.stream.ImageInputStream) - method in class gnu.javax.imageio.bmp.BMPDecoder
The image decoder.
decode(javax.imageio.stream.ImageInputStream) - method in class gnu.javax.imageio.bmp.DecodeBF16
The image decoder.
decode(javax.imageio.stream.ImageInputStream) - method in class gnu.javax.imageio.bmp.DecodeBF32
The image decoder.
decode(javax.imageio.stream.ImageInputStream) - method in class gnu.javax.imageio.bmp.DecodeRGB1
The image decoder.
decode(javax.imageio.stream.ImageInputStream) - method in class gnu.javax.imageio.bmp.DecodeRGB24
The image decoder.
decode(javax.imageio.stream.ImageInputStream) - method in class gnu.javax.imageio.bmp.DecodeRGB4
The image decoder.
decode(javax.imageio.stream.ImageInputStream) - method in class gnu.javax.imageio.bmp.DecodeRGB8
The image decoder.
decode(javax.imageio.stream.ImageInputStream) - method in class gnu.javax.imageio.bmp.DecodeRLE4
decode(javax.imageio.stream.ImageInputStream) - method in class gnu.javax.imageio.bmp.DecodeRLE8
decode8x8_map(input[]) - static method in class gnu.javax.imageio.jpeg.ZigZag
Generated from text on F-23, F.13 - Huffman decoded of AC coefficients on ISO DIS 10918-1.
Generated from text on F-22, F.2.2.1 - Huffman decoding of DC coefficients on ISO DIS 10918-1.
Decode the value, stored in the byte array, into Any, assuming, that the byte array holds the data structure, defined by the given typecode.
Decode the given array of bytes, supposing that they contain the given data structure, and return the decoded value.
DecodeBF16 - class gnu.javax.imageio.bmp.DecodeBF16
DecodeBF32 - class gnu.javax.imageio.bmp.DecodeBF32
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.
decodeEnvelope(java.io.DataInputStream) - method in class gnu.javax.crypto.keyring.EnvelopeEntry
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).
decodePrivateKey(byte[]) - method in class gnu.javax.crypto.key.dh.DHKeyPairPKCS8Codec
decodePrivateKey(byte[]) - method in class gnu.javax.crypto.key.dh.DHKeyPairRawCodec
Decodes an instance of an external private key into its native Java representation.
decodePrivateKey(byte[]) - method in class gnu.javax.crypto.key.dh.DHKeyPairX509Codec
decodePrivateKey(byte[]) - method in class gnu.java.security.key.dss.DSSKeyPairPKCS8Codec
decodePrivateKey(byte[]) - method in class gnu.java.security.key.dss.DSSKeyPairRawCodec
decodePrivateKey(byte[]) - method in class gnu.java.security.key.dss.DSSKeyPairX509Codec
decodePrivateKey(byte[]) - method in class gnu.java.security.key.IKeyPairCodec
Decodes an instance of an external private key into its native Java representation.
decodePrivateKey(byte[]) - method in class gnu.java.security.key.rsa.RSAKeyPairPKCS8Codec
decodePrivateKey(byte[]) - method in class gnu.java.security.key.rsa.RSAKeyPairRawCodec
Decodes an instance of an external private key into its native Java representation.
decodePrivateKey(byte[]) - method in class gnu.java.security.key.rsa.RSAKeyPairX509Codec
decodePrivateKey(byte[]) - method in class gnu.javax.crypto.key.srp6.SRPKeyPairRawCodec
Decodes an instance of an external private key into its native Java representation.
decodePublicKey(byte[]) - method in class gnu.javax.crypto.key.dh.DHKeyPairPKCS8Codec
decodePublicKey(byte[]) - method in class gnu.javax.crypto.key.dh.DHKeyPairRawCodec
Decodes an instance of an external public key into its native Java representation.
decodePublicKey(byte[]) - method in class gnu.javax.crypto.key.dh.DHKeyPairX509Codec
decodePublicKey(byte[]) - method in class gnu.java.security.key.dss.DSSKeyPairPKCS8Codec
decodePublicKey(byte[]) - method in class gnu.java.security.key.dss.DSSKeyPairRawCodec
decodePublicKey(byte[]) - method in class gnu.java.security.key.dss.DSSKeyPairX509Codec
decodePublicKey(byte[]) - method in class gnu.java.security.key.IKeyPairCodec
Decodes an instance of an external public key into its native Java representation.
decodePublicKey(byte[]) - method in class gnu.java.security.key.rsa.RSAKeyPairPKCS8Codec
decodePublicKey(byte[]) - method in class gnu.java.security.key.rsa.RSAKeyPairRawCodec
Decodes an instance of an external public key into its native Java representation.
decodePublicKey(byte[]) - method in class gnu.java.security.key.rsa.RSAKeyPairX509Codec
decodePublicKey(byte[]) - method in class gnu.javax.crypto.key.srp6.SRPKeyPairRawCodec
Decodes an instance of an external public key into its native Java representation.
DecoderContext - class gnu.java.beans.decoder.DecoderContext
DecoderContext is a Context implementation which allows access to the XMLDecoder instance itself.
DecoderContext(java.beans.XMLDecoder) - constructor for class gnu.java.beans.decoder.DecoderContext
DecodeRGB1 - class gnu.javax.imageio.bmp.DecodeRGB1
DecodeRGB24 - class gnu.javax.imageio.bmp.DecodeRGB24
DecodeRGB4 - class gnu.javax.imageio.bmp.DecodeRGB4
DecodeRGB8 - class gnu.javax.imageio.bmp.DecodeRGB8
DecodeRLE4 - class gnu.javax.imageio.bmp.DecodeRLE4
DecodeRLE8 - class gnu.javax.imageio.bmp.DecodeRLE8
decodeSignature(byte[]) - method in class gnu.java.security.sig.dss.DSSSignatureRawCodec
decodeSignature(byte[]) - method in class gnu.java.security.sig.dss.DSSSignatureX509Codec
Decodes a signature as defined in the documentation of this class.
decodeSignature(byte[]) - method in class gnu.java.security.sig.ISignatureCodec
decodeSignature(byte[]) - method in class gnu.java.security.sig.rsa.RSAPKCS1V1_5SignatureRawCodec
Returns the decoded object from a designated input assumed to have been generated by the encodeSignature(Object) method.
decodeSignature(byte[]) - method in class gnu.java.security.sig.rsa.RSAPKCS1V1_5SignatureX509Codec
Decodes a signature as defined in the documentation of this class.
decodeSignature(byte[]) - method in class gnu.java.security.sig.rsa.RSAPSSSignatureRawCodec
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(byte[],byte[]) - method in class gnu.javax.crypto.keyring.EncryptedEntry
decrypt(byte[],int,byte[],int,java.lang.Object,int) - method in class gnu.javax.crypto.cipher.Anubis
Decrypts exactly one block of ciphertext.
decrypt(byte[],int,byte[],int,java.lang.Object,int) - method in class gnu.javax.crypto.cipher.Blowfish
Decrypts exactly one block of ciphertext.
decrypt(byte[],int,byte[],int,java.lang.Object,int) - method in class gnu.javax.crypto.cipher.Cast5
Decrypts exactly one block of ciphertext.
decrypt(byte[],int,byte[],int,java.lang.Object,int) - method in class gnu.javax.crypto.cipher.DES
decrypt(byte[],int,byte[],int,java.lang.Object,int) - method in class gnu.javax.crypto.cipher.Khazad
decrypt(byte[],int,byte[],int,java.lang.Object,int) - method in class gnu.javax.crypto.cipher.NullCipher
decrypt(byte[],int,byte[],int,java.lang.Object,int) - method in class gnu.javax.crypto.cipher.Rijndael
Decrypts exactly one block of ciphertext.
decrypt(byte[],int,byte[],int,java.lang.Object,int) - method in class gnu.javax.crypto.cipher.Serpent
decrypt(byte[],int,byte[],int,java.lang.Object,int) - method in class gnu.javax.crypto.cipher.Square
Decrypts exactly one block of ciphertext.
decrypt(byte[],int,byte[],int,java.lang.Object,int) - method in class gnu.javax.crypto.cipher.TripleDES
decrypt(byte[],int,byte[],int,java.lang.Object,int) - method in class gnu.javax.crypto.cipher.Twofish
Decrypts exactly one block of ciphertext.
decrypt(char[]) - method in class gnu.javax.crypto.keyring.PasswordEncryptedEntry
Decrypt a record, storing the decrypted fragment into the given growable buffer.
Decrypt a record, storing the decrypted fragment into the given array of byte buffers.
decrypt(java.security.PrivateKey,java.math.BigInteger) - static method in class gnu.java.security.sig.rsa.RSA
An implementation of the RSADP algorithm.
DECRYPT_MODE - static field in class javax.crypto.Cipher
The decryption operation mode.
decryptBlock(byte[],int,byte[],int) - method in class gnu.javax.crypto.cipher.BaseCipher
Decrypts exactly one block of ciphertext.
decryptBlock(byte[],int,byte[],int) - method in class gnu.javax.crypto.mode.BaseMode
Decrypts exactly one block of ciphertext.
decryptBlock(byte[],int,byte[],int) - method in class gnu.javax.crypto.mode.CBC
Decrypts exactly one block of ciphertext.
decryptBlock(byte[],int,byte[],int) - method in class gnu.javax.crypto.mode.CFB
Decrypts exactly one block of ciphertext.
decryptBlock(byte[],int,byte[],int) - method in class gnu.javax.crypto.mode.CTR
Decrypts exactly one block of ciphertext.
decryptBlock(byte[],int,byte[],int) - method in class gnu.javax.crypto.mode.EAX
Decrypts exactly one block of ciphertext.
decryptBlock(byte[],int,byte[],int) - method in class gnu.javax.crypto.mode.ECB
Decrypts exactly one block of ciphertext.
decryptBlock(byte[],int,byte[],int) - method in class gnu.javax.crypto.cipher.IBlockCipher
Decrypts exactly one block of ciphertext.
decryptBlock(byte[],int,byte[],int) - method in class gnu.javax.crypto.mode.ICM
Decrypts exactly one block of ciphertext.
decryptBlock(byte[],int,byte[],int) - method in class gnu.javax.crypto.mode.OFB
Decrypts exactly one block of ciphertext.
DECRYPTION - static field in class gnu.javax.crypto.mode.IMode
Constant indicating the instance is being used for decryption.
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).
Creates and returns new attribute (not an attribute list).
defAttrsFor(java.lang.String,javax.swing.text.html.parser.AttributeList) - method in class gnu.javax.swing.text.html.parser.gnuDTD
Define the attributes for the element with the given name.
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_awt_peer_toolkit - static field in class gnu.classpath.Configuration
Name of default AWT peer library.
DEFAULT_BATCH_SIZE - field in class gnu.javax.naming.giop.ContextContinuation
This number of bindings will be requested from the naming server at once, while the subsequent bindings will be requested via binding iterator one by one.
DEFAULT_BATCH_SIZE - field in class gnu.javax.naming.giop.GiopNamingServiceURLContext
This number of bindings will be requested from the naming server at once, while the subsequent bindings will be requested via binding iterator one by one.
DEFAULT_BUFFER_SIZE - static field in class gnu.javax.sound.sampled.gstreamer.lines.GstDataLine
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_CONFIDENTIALITY - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
Default value for confidentiality protection security service.
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_EXPONENT_SIZE - static field in class gnu.javax.crypto.key.dh.GnuDHKeyPairGenerator
Default value for the size in bits of the private exponent (x).
DEFAULT_FONT_SIZE - static field in class gnu.javax.swing.text.html.css.FontSize
The default size for 'medium' absolute size.
default_index() - method in class gnu.CORBA.typecodes.PrimitiveTypeCode
default_index() - method in class gnu.CORBA.typecodes.RecordTypeCode
default_index() - method in class org.omg.CORBA.TypeCode
For unions, returs the index of the default member.
DEFAULT_INITIAL_PORT - static field in class gnu.CORBA.OrbFunctional
The default value where the first instance of this ORB will start looking for a free port.
DEFAULT_INTEGRITY - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
Default value for integrity protection security service.
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_MANDATORY - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
Default mandatory security service required.
DEFAULT_MODULUS_LENGTH - static field in class gnu.java.security.key.dss.DSSKeyPairGenerator
Default value for the modulus length.
DEFAULT_NAME - static field in class gnu.javax.naming.giop.CorbalocParser
The default name.
DEFAULT_NAME - static field in class gnu.CORBA.NamingService.NameParser
The default name.
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_PASSWORD_ENCODING - static field in class gnu.javax.crypto.prng.IPBE
The default character set encoding name to be used if (a) a password is to be used as the source for a PBE-based Key Derivation Function (KDF) and (b) no character set encoding name was specified among the attributes used to initialize the instance.
DEFAULT_PASSWORD_FILE - static field in class gnu.javax.crypto.sasl.crammd5.CramMD5Registry
Default password file (used by the server) pathname.
DEFAULT_PASSWORD_FILE - static field in class gnu.javax.crypto.sasl.plain.PlainRegistry
Default fully qualified pathname of the PLAIN password file.
DEFAULT_PASSWORD_FILE - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
Default fully qualified pathname of the SRP password file.
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.
Return the ORB's default POA.
DEFAULT_PORT - static field in class gnu.javax.naming.giop.CorbalocParser
The default port value, as specified in OMG documentation.
DEFAULT_PORT - static field in class gnu.CORBA.NamingService.NameParser
The default port value, as specified in OMG documentation.
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_PRIME_SIZE - static field in class gnu.javax.crypto.key.dh.GnuDHKeyPairGenerator
Default value for the size in bits of the public prime (p).
DEFAULT_PROPERTY_NAME - static field in class javax.xml.xpath.XPathFactory
The default property name according to the JAXP specification.
DEFAULT_PROTOCOL - static field in class gnu.java.rmi.server.ProtocolConstants
DEFAULT_PROVIDER - static field in class gnu.javax.naming.giop.GiopNamingServiceFactory
The default naming service provider.
DEFAULT_REGISTRY_LOCATION - static field in class gnu.javax.naming.jndi.url.rmi.ContextContinuation
The default registry location.
DEFAULT_REGISTRY_LOCATION - static field in class gnu.javax.naming.jndi.url.rmi.RmiContinuation
The default registry location.
DEFAULT_REGISTRY_LOCATION - static field in class gnu.javax.naming.jndi.url.rmi.rmiURLContext
The default registry location.
DEFAULT_REPLAY_DETECTION - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
Default value for replay detection security service.
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_TIMEOUT - static field in class gnu.java.security.util.ExpirableObject
The default timeout, used in the default constructor.
DEFAULT_TIMEOUT - static field in class gnu.java.nio.NIOConstants
DEFAULT_TIMEOUT - static field in class gnu.javax.net.ssl.provider.SimpleSessionContext
By default, sessions last for 5 minutes.
DEFAULT_VALUE_FIELD - static field in class javax.management.JMX
The name of the defaultValue field.
DefaultActivationGroup - class gnu.java.rmi.activation.DefaultActivationGroup
The default activation group class.
Create the new default activation group.
DefaultActivationSystem - class gnu.java.rmi.activation.DefaultActivationSystem
Finds and returns the default activation system for this jre.
defaultBlockSize - field in class gnu.javax.crypto.cipher.BaseCipher
The default block size, in bytes.
defaultBlockSize() - method in class gnu.javax.crypto.cipher.BaseCipher
Returns the default value, in bytes, of the algorithm's block size.
defaultBlockSize() - method in class gnu.javax.crypto.mode.BaseMode
Returns the default value, in bytes, of the mode's block size.
defaultBlockSize() - method in class gnu.javax.crypto.mode.EAX
Returns the default value, in bytes, of the algorithm's block size.
defaultBlockSize() - method in class gnu.javax.crypto.cipher.IBlockCipher
Returns the default value, in bytes, of the algorithm's block size.
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.
DefaultCallbackHandler - class gnu.javax.security.auth.callback.DefaultCallbackHandler
This trivial implementation of CallbackHandler sets its Callback arguments to default values, with no user interaction.
DefaultCallbackHandler() - constructor for class gnu.javax.security.auth.callback.DefaultCallbackHandler
The basic constructor.
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
Create a new thread using all the default settings as returned by Executors.defaultThreadFactory() plus calling thread.setDaemon(true) on the newly created thread.
defaultDecode(java.io.DataInputStream) - method in class gnu.javax.crypto.keyring.Entry
Generic decoding method, which simply decodes the properties field and reads the payload field.
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.
defaultEventIndex - field in class gnu.java.beans.ExplicitBeanInfo
The default event index.
The DefaultExceptionListener is the default implementation of the ExceptionListener interface.
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.
defaultFormat - field in class gnu.java.security.key.dss.DSSKey
Identifier of the default encoding format to use when externalizing the key material.
defaultFormat - field in class gnu.javax.crypto.key.dh.GnuDHKey
Identifier of the default encoding format to use when externalizing the key material.
defaultFormat - field in class gnu.java.security.key.rsa.GnuRSAKey
Identifier of the default encoding format to use when externalizing the key material.
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
The basic constructor.
defaultInitCtx - field in class javax.naming.InitialContext
Contains the default initial context.
The basic constructor.
defaultKeySize - field in class gnu.javax.crypto.cipher.BaseCipher
The default key size, in bytes.
defaultKeySize - field in class gnu.javax.crypto.jce.key.SecretKeyGeneratorImpl
defaultKeySize() - method in class gnu.javax.crypto.cipher.BaseCipher
Returns the default value, in bytes, of the algorithm's key size.
defaultKeySize() - method in class gnu.javax.crypto.mode.BaseMode
Returns the default value, in bytes, of the underlying block cipher key size.
defaultKeySize() - method in class gnu.javax.crypto.mode.EAX
Returns the default value, in bytes, of the algorithm's key size.
defaultKeySize() - method in class gnu.javax.crypto.cipher.IBlockCipher
Returns the default value, in bytes, of the algorithm's key size.
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 gnu.java.awt.print.JavaPrinterJob
Clones the specified PageFormat object then alters the clone so that it represents the default page format.
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.
DefaultPolicy - class gnu.java.security.provider.DefaultPolicy
This is just a stub policy implementation which grants all permissions to any code source.
defaultPressAction - field in class javax.swing.JRootPane
This field is unused since JDK1.3.
defaultPropertyIndex - field in class gnu.java.beans.ExplicitBeanInfo
The default property index.
DefaultProxySelector() - constructor for class gnu.java.net.DefaultProxySelector
The basic constructor.
defaultReadObject() - method in class gnu.javax.rmi.CORBA.CorbaInput
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 socket factory that forges "plain" server and client sockets.
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.
DefaultValueAttribute - interface gnu.javax.print.ipp.attribute.DefaultValueAttribute
Marker interface for all attribute classes describing attributes providing default values.
defaultWriteObject() - method in class gnu.javax.rmi.CORBA.CorbaOutput
defaultWriteObject() - method in class gnu.javax.rmi.CORBA.DefaultWriteObjectTester
Set the flag that defaultWriteObject was called.
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.
Tests if the defaultWriteObject method has been called.
DefaultWriteObjectTester(java.lang.Object) - constructor for class gnu.javax.rmi.CORBA.DefaultWriteObjectTester
Create an instance, delegating calls to the given CORBA stream.
Creates a new content model.
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.
Defines a new element and adds it to the element table.
Defines a new element and adds it to the element table.
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.
defEntity(java.lang.String,int,java.lang.String) - method in class gnu.javax.swing.text.html.parser.gnuDTD
Creates, adds into the internal table and returns the character entity like &lt; (means '<' ); This method inactivates the recursive refenrences to the same 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.
defineElements() - method in class gnu.javax.swing.text.html.parser.HTML_401F
Define all elements of this DTD.
defineEntities() - method in class gnu.javax.swing.text.html.parser.HTML_401F
Define all entities in this DTD.
defineEntity(java.lang.String,int) - method in class gnu.javax.swing.text.html.parser.gnuDTD
Define the general entity, holding a single character.
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.
definiteEncodingSize(int) - static method in class gnu.java.security.der.DERWriter
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.
The definition kind holder.
Create the initialised instance.
DEFLATE - static field in class javax.print.attribute.standard.Compression
The print data is ZIP compressed.
DEFLATE - static field in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
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.
deflateToChunk(java.util.zip.Deflater) - method in class gnu.javax.imageio.png.PNGData
Deflates the available data in def to the chunk.
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.
DELE - static field in class gnu.java.net.protocol.ftp.FTPConnection
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.
DelegatedTask - class gnu.javax.net.ssl.provider.DelegatedTask
DelegatedTask() - constructor for class gnu.javax.net.ssl.provider.DelegatedTask
DelegateFactory - class gnu.javax.rmi.CORBA.DelegateFactory
This class produces delegates, using the system properties.
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.
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() - method in class javax.tools.FileObject
Deletes this file object.
delete() - method in class gnu.java.awt.peer.qt.QtGraphics
delete(int,int) - method in class javax.accessibility.AccessibleEditableText
Delete the text between two points.
delete(int,int) - method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Delete the range
delete(int,int) - method in class gnu.java.lang.CPStringBuilder
Delete characters from this StringBuffer.
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(java.lang.String) - method in class gnu.java.net.protocol.ftp.FTPConnection
Causes the file specified to be deleted at the server site.
DELETE_METHOD_NOT_IMPLEMENTED - static field in class gnu.classpath.jdwp.JdwpConstants.Error
New class version does not declare a method declared in the old class version and canUnrestrictedlyRedefineClasses is false
delete_values(java.lang.String) - method in class org.omg.CORBA.Context
Delete one or several (identically named) given properties.
delete_values(java.lang.String) - method in class gnu.CORBA.gnuContext
deleteBreakpoint(long,long) - static method in class gnu.gcj.jvmti.BreakpointManager
Deletes the breakpoint at the given Location
deleteCaption() - method in class gnu.xml.dom.html2.DomHTMLTableElement
Delete the table caption, if one exists.
deleteCaption() - method in class org.w3c.dom.html2.HTMLTableElement
Delete the table caption, if one exists.
deleteCell(int) - method in class gnu.xml.dom.html2.DomHTMLTableRowElement
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 gnu.java.lang.CPStringBuilder
Delete a character from this StringBuffer.
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.
deleteData(int,int) - method in class gnu.xml.dom.DomCharacterData
DOM L1 Modifies the value of this node.
deleteEntry(java.lang.String) - method in class java.security.KeyStore
Deletes the entry for the specified entry.
deleteLast() - method in class gnu.java.beans.encoder.Root
Goes back to the nearest parent element but deletes the just created child.

This is used if something went wrong while processing the child element's Expression or Statement.

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.
deleteRequest(byte,int) - method in class gnu.classpath.jdwp.event.EventManager
Deletes the given request from the management table
deleteRow() - method in class java.sql.ResultSet
This method deletes the current row in the database.
deleteRow(int) - method in class gnu.xml.dom.html2.DomHTMLTableElement
Delete a table row.
deleteRow(int) - method in class gnu.xml.dom.html2.DomHTMLTableSectionElement
Delete a row from this section.
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 gnu.xml.dom.html2.DomHTMLTableElement
Delete the footer from the table, if one exists.
deleteTFoot() - method in class org.w3c.dom.html2.HTMLTableElement
Delete the footer from the table, if one exists.
deleteTHead() - method in class gnu.xml.dom.html2.DomHTMLTableElement
Delete the header 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.
delimiter() - method in class java.util.Scanner
Returns the current delimiter.
delItem(int) - method in class gnu.java.awt.peer.gtk.GtkMenuPeer
delItem(int) - method in class java.awt.List
Deletes the item at the specified index.
delItem(int) - method in class java.awt.peer.MenuPeer
delItem(int) - method in class gnu.java.awt.peer.qt.QtMenuPeer
delItem(int) - method in class gnu.java.awt.peer.swing.SwingMenuPeer
Removes a menu item from the menu.
delItems(int,int) - method in class gnu.java.awt.peer.gtk.GtkListPeer
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
delItems(int,int) - method in class gnu.java.awt.peer.qt.QtListPeer
Deletes items from the starting index to the ending index (inclusive).
delItems(int,int) - method in class gnu.java.awt.peer.swing.SwingListPeer
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 gnu.java.awt.peer.gtk.GtkMenuBarPeer
Deletes the menu at (zero-based) index from this GtkMenuBar.
delMenu(int) - method in class java.awt.peer.MenuBarPeer
delMenu(int) - method in class gnu.java.awt.peer.qt.QtMenuBarPeer
delMenu(int) - method in class gnu.java.awt.peer.swing.SwingMenuBarPeer
Removes the menu with the specified index.
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).
Returns human readable method name and aguments given a method type signature as known to the interpreter and a classname.
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.
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.
DER - interface gnu.java.security.der.DER
The set of tags for DER types.
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.
DEREncodingException - exception gnu.java.security.der.DEREncodingException
DEREncodingException() - constructor for class gnu.java.security.der.DEREncodingException
Create an exception without a descriptive error message.
DEREncodingException(java.lang.String) - constructor for class gnu.java.security.der.DEREncodingException
Create an exception with a descriptive error message.
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.
derive(float) - method in class java.awt.AlphaComposite
Return an AlphaComposite similar to this, that uses the specified alpha.
derive(int) - method in class java.awt.AlphaComposite
Return an AlphaComposite similar to this, that uses the specified rule.
derive(int) - method in class gnu.javax.crypto.sasl.srp.KDF
Returns a designated number of bytes suitable for use in the SASL SRP mechanism.
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.
deriveFont(java.awt.Font,float) - method in class gnu.java.awt.peer.ClasspathFontPeer
Implementation of Font.deriveFont(float)
deriveFont(java.awt.Font,int) - method in class gnu.java.awt.peer.ClasspathFontPeer
Implementation of Font.deriveFont(int)
deriveFont(java.awt.Font,int,float) - method in class gnu.java.awt.peer.ClasspathFontPeer
Implementation of Font.deriveFont(int,float)
Implementation of Font.deriveFont(Map)
Produces a new Font based on the current font, subjected to a new affine transformation.
deriveMMFont(float[]) - method in class java.awt.font.MultipleMaster
DERReader - class gnu.java.security.der.DERReader
This class decodes DER sequences into Java objects.
DERReader(byte[]) - constructor for class gnu.java.security.der.DERReader
Create a new DER reader from a byte array.
DERReader(byte[],int,int) - constructor for class gnu.java.security.der.DERReader
DERReader(java.io.InputStream) - constructor for class gnu.java.security.der.DERReader
Create a new DER readed from an input stream.
DerUtil - class gnu.java.security.util.DerUtil
Utility methods for DER encoding handling.
DERValue - class gnu.java.security.der.DERValue
DERValue(int,int,java.lang.Object,byte[]) - constructor for class gnu.java.security.der.DERValue
DERValue(int,java.lang.Object) - constructor for class gnu.java.security.der.DERValue
DERWriter - class gnu.java.security.der.DERWriter
Methods that allow various Java types to be written as a DER (Distinguished Encoding Rules) stream to the specified output stream.
DES - class gnu.javax.crypto.cipher.DES
The Data Encryption Standard.
OMacImpl.DES - class gnu.javax.crypto.jce.mac.OMacImpl.DES
PBES2.HMacHaval.DES - class gnu.javax.crypto.jce.cipher.PBES2.HMacHaval.DES
PBES2.HMacMD2.DES - class gnu.javax.crypto.jce.cipher.PBES2.HMacMD2.DES
PBES2.HMacMD4.DES - class gnu.javax.crypto.jce.cipher.PBES2.HMacMD4.DES
PBES2.HMacMD5.DES - class gnu.javax.crypto.jce.cipher.PBES2.HMacMD5.DES
PBES2.HMacRipeMD128.DES - class gnu.javax.crypto.jce.cipher.PBES2.HMacRipeMD128.DES
PBES2.HMacRipeMD160.DES - class gnu.javax.crypto.jce.cipher.PBES2.HMacRipeMD160.DES
PBES2.HMacSHA1.DES - class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA1.DES
PBES2.HMacSHA256.DES - class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA256.DES
PBES2.HMacSHA384.DES - class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA384.DES
PBES2.HMacSHA512.DES - class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA512.DES
PBES2.HMacTiger.DES - class gnu.javax.crypto.jce.cipher.PBES2.HMacTiger.DES
PBES2.HMacWhirlpool.DES - class gnu.javax.crypto.jce.cipher.PBES2.HMacWhirlpool.DES
DES() - constructor for class gnu.javax.crypto.cipher.DES
Default 0-argument constructor.
DES() - constructor for class gnu.javax.crypto.jce.mac.OMacImpl.DES
Create a new MacSpi instance.
DES() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacHaval.DES
DES() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacMD2.DES
DES() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacMD4.DES
DES() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacMD5.DES
The basic constructor.
DES() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacRipeMD128.DES
DES() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacRipeMD160.DES
Create a new CipherSpi.
DES() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA1.DES
The basic constructor.
DES() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA256.DES
Create a new CipherSpi.
DES() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA384.DES
The basic constructor.
DES() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA512.DES
The basic constructor.
DES() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacTiger.DES
DES() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacWhirlpool.DES
Create a new CipherSpi.
DES_CIPHER - static field in class gnu.java.security.Registry
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.
DESCENDANT - static field in class gnu.xml.xpath.Selector
DESCENDANT - static field in class gnu.xml.xpath.XPathParser
DESCENDANT_OR_SELF - static field in class gnu.xml.xpath.Selector
DESCENDANT_OR_SELF - static field in class gnu.xml.xpath.XPathParser
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.
Alert.Description - class gnu.javax.net.ssl.provider.Alert.Description
The description enumeration.
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.
description() - method in class gnu.javax.net.ssl.provider.Alert
descriptions - field in class gnu.java.rmi.activation.ActivationSystemTransient
Maps object identifiers into object activation descriptions
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.
DESEDE_CIPHER - static field in class gnu.java.security.Registry
TripleDES is also known as DESede.
DESEDE_KWA - static field in class gnu.java.security.Registry
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.
DESedeSecretKeyFactoryImpl() - constructor for class gnu.javax.crypto.jce.key.DESedeSecretKeyFactoryImpl
Create a new secret key factory SPI.
deselect(int) - method in class gnu.java.awt.peer.gtk.GtkListPeer
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
deselect(int) - method in class gnu.java.awt.peer.qt.QtListPeer
deselect(int) - method in class gnu.java.awt.peer.swing.SwingListPeer
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.
deserialize(java.lang.String,byte[]) - method in class gnu.javax.management.Server
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 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.
deserialize(javax.management.ObjectName,byte[]) - method in class gnu.javax.management.Server
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.
DESKeyGeneratorImpl - class gnu.javax.crypto.jce.key.DESKeyGeneratorImpl
DESKeyGeneratorImpl() - constructor for class gnu.javax.crypto.jce.key.DESKeyGeneratorImpl
The basic constructor.
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
DESSecretKeyFactoryImpl - class gnu.javax.crypto.jce.key.DESSecretKeyFactoryImpl
DESSecretKeyFactoryImpl() - constructor for class gnu.javax.crypto.jce.key.DESSecretKeyFactoryImpl
Create a new secret key factory SPI.
DESSpi - class gnu.javax.crypto.jce.cipher.DESSpi
The implementation of the DES Service Provider Interface (SPI) adapter.
DESSpi() - constructor for class gnu.javax.crypto.jce.cipher.DESSpi
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 gnu.CORBA._PolicyImplBase
Returns without action.
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 gnu.CORBA.NamingService.Binding_iterator_impl
Disconnect the iterator from its ORB.
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 gnu.CORBA.Interceptor.ClientRequestInterceptors
Call destroy on all registered interceptors.
destroy() - method in class javax.security.auth.Destroyable
Destroy this object, clearing all sensitive fields appropriately.
destroy() - method in class gnu.CORBA.DynAn.DivideableAny
No action, cleanup is done by garbage collector in java.
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 gnu.java.security.util.ExpirableObject
Destroys this object.
destroy() - method in class gnu.CORBA.NamingService.Ext
destroy() - method in class gnu.CORBA.DynAn.gnuDynAny
Returns without action, leaving all work to the garbage collector.
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 gnu.CORBA.Interceptor.IORInterceptors
Call destroy on all registered interceptors.
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 gnu.CORBA.Poa.ORB_1_4
Destroy all poas and then call the superclass method.
destroy() - method in class gnu.CORBA.OrbFunctional
Destroy this server, releasing the occupied resources.
destroy() - method in class gnu.CORBA.OrbRestricted
Destroy the interceptors, if they are present.
destroy() - method in class org.omg.CORBA.PolicyOperations
Destroy the policy object.
destroy() - method in class gnu.javax.net.ssl.PrivateCredentials
destroy() - method in class java.lang.Process
Kills the subprocess and all of its children forcibly.
destroy() - method in class gnu.java.awt.peer.qt.QtFramePeer
destroy() - method in class gnu.CORBA.Interceptor.ServerRequestInterceptors
Call destroy on all registered interceptors.
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 gnu.CORBA.NamingService.TransientContext
Destroy this context (must be empty).
destroy() - method in class gnu.CORBA.DynAn.UndivideableAny
Returns without action.
destroy() - method in class gnu.gcj.xlib.Window
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 gnu.CORBA.Poa.gnuPOA
Destroy this POA and all descendant POAs.
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.
destroyBuffers() - method in class gnu.java.awt.peer.GLightweightPeer
Destroy the resources created by createBuffers.
destroyBuffers() - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
Destroy the resources created by createBuffers.
destroyBuffers() - method in class gnu.java.awt.peer.qt.QtComponentPeer
Destroy the resources created by createBuffers.
destroyBuffers() - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Destroy the resources created by createBuffers.
destroyBuffers() - method in class gnu.awt.xlib.XCanvasPeer
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(java.lang.String) - method in class gnu.javax.naming.giop.ContextContinuation
Removes the naming subcontext from this naming context.
destroySubcontext(java.lang.String) - method in class gnu.javax.naming.jndi.url.rmi.ContextContinuation
Subcontexts are not supporte by RMI registry.
Removes the naming subcontext from this naming context.
destroySubcontext(java.lang.String) - method in class gnu.javax.naming.jndi.url.rmi.RmiContinuation
Subcontexts are not supporte by RMI registry.
destroySubcontext(java.lang.String) - method in class gnu.javax.naming.jndi.url.rmi.rmiURLContext
Subcontexts are not supporte by RMI registry.
destroySubcontext(javax.naming.Name) - method in class javax.naming.Context
Removes the naming subcontext from this naming context.
destroySubcontext(javax.naming.Name) - method in class gnu.javax.naming.giop.ContextContinuation
Removes the naming subcontext from this naming context.
destroySubcontext(javax.naming.Name) - method in class gnu.javax.naming.jndi.url.rmi.ContextContinuation
Subcontexts are not supporte by RMI registry.
Removes the naming subcontext from this naming context.
destroySubcontext(javax.naming.Name) - method in class gnu.javax.naming.jndi.url.rmi.RmiContinuation
Subcontexts are not supporte by RMI registry.
destroySubcontext(javax.naming.Name) - method in class gnu.javax.naming.jndi.url.rmi.rmiURLContext
Subcontexts are not supporte by RMI registry.
destroyWindow() - static method in class gnu.java.awt.peer.gtk.GtkMainThread
destWidth - field in class java.awt.image.ReplicateScaleFilter
The width of the destination image.
detach() - method in class gnu.xml.dom.DomIterator
DOM L2 Flags the iterator as done, unregistering its event listener so that the iterator can be garbage collected without relying on weak references (a "Java 2" feature) in the event subsystem.
detach() - method in class gnu.xml.dom.DomNodeIterator
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.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.
DetailedStatusMessage - class gnu.javax.print.ipp.attribute.DetailedStatusMessage
DetailedStatusMessage attribute as described in RFC 2911 section 3.1.6 Operation Response Status Codes and Status Message provides a short description of the status of the operation.
DetailedStatusMessage(java.lang.String,java.util.Locale) - constructor for class gnu.javax.print.ipp.attribute.DetailedStatusMessage
Creates a DetailedStatusMessage object with the given value and locale.
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.
DGCImpl - class gnu.java.rmi.dgc.DGCImpl
The DGC implementation is used for the server side during the distributed garbage collection.
DGCImpl() - constructor for class gnu.java.rmi.dgc.DGCImpl
Create the new DGC implementation.
DGCImpl_Skel - class gnu.java.rmi.dgc.DGCImpl_Skel
DGCImpl_Stub - class gnu.java.rmi.dgc.DGCImpl_Stub
DGCImpl_Stub() - constructor for class gnu.java.rmi.dgc.DGCImpl_Stub
Constructs the remote stub with no reference set.
DGCImpl_Stub(java.rmi.server.RemoteRef) - constructor for class gnu.java.rmi.dgc.DGCImpl_Stub
Constructs the remote stub that uses given remote reference for the method invocations.
DH_KA - static field in class gnu.java.security.Registry
DH_KPG - static field in class gnu.java.security.Registry
DH_OID_STRING - static field in class gnu.java.security.Registry
DH_PARAMETERS - static field in class gnu.javax.crypto.key.dh.GnuDHKeyPairGenerator
Property name of an optional DHGenParameterSpec or DHParameterSpec instance to use for this generator.
DH_PARAMS_COUNTER - static field in class gnu.javax.crypto.key.dh.RFC2631
DH_PARAMS_G - static field in class gnu.javax.crypto.key.dh.RFC2631
DH_PARAMS_J - static field in class gnu.javax.crypto.key.dh.RFC2631
DH_PARAMS_P - static field in class gnu.javax.crypto.key.dh.RFC2631
DH_PARAMS_Q - static field in class gnu.javax.crypto.key.dh.RFC2631
DH_PARAMS_SEED - static field in class gnu.javax.crypto.key.dh.RFC2631
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.
DHKeyFactory - class gnu.javax.crypto.jce.sig.DHKeyFactory
Implementation of a JCE Adapter for DH a key-factory.
DHKeyPairGeneratorSpi - class gnu.javax.crypto.jce.sig.DHKeyPairGeneratorSpi
DHKeyPairGeneratorSpi() - constructor for class gnu.javax.crypto.jce.sig.DHKeyPairGeneratorSpi
Constructs a new KeyPairGeneratorSpi
DHKeyPairPKCS8Codec - class gnu.javax.crypto.key.dh.DHKeyPairPKCS8Codec
DHKeyPairRawCodec - class gnu.javax.crypto.key.dh.DHKeyPairRawCodec
An object that implements the IKeyPairCodec operations for the Raw format to use with Diffie-Hellman keypairs.
DHKeyPairX509Codec - class gnu.javax.crypto.key.dh.DHKeyPairX509Codec
DHParameters - class gnu.javax.crypto.jce.sig.DHParameters
A JCE-specific Data Access Object (DAO) for DH parameters.
DHParametersGenerator - class gnu.javax.crypto.jce.sig.DHParametersGenerator
A JCE Adapter for a generator of DH parameters.
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.
AbstractHandshake.DHPhase - class gnu.javax.net.ssl.provider.AbstractHandshake.DHPhase
DHPhase(javax.crypto.interfaces.DHPublicKey) - constructor for class gnu.javax.net.ssl.provider.AbstractHandshake.DHPhase
DHPhase(javax.crypto.interfaces.DHPublicKey,boolean) - constructor for class gnu.javax.net.ssl.provider.AbstractHandshake.DHPhase
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.
DHT - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Huffman Table.
Diagnostic<S> - interface javax.tools.Diagnostic<S>
Encapsulates diagnostic information from a tool.
Receices diagnostic notifications from tools.
DIALOG - static field in class javax.accessibility.AccessibleRole
A top level window title bar and border.
DIALOG - static field in class java.awt.Font
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_INPUT - static field in class java.awt.Font
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.
DiffieHellmanImpl - class gnu.javax.crypto.jce.DiffieHellmanImpl
The JCE implementation of a 2-party Diffie-Hellman key agreement.
DiffieHellmanImpl() - constructor for class gnu.javax.crypto.jce.DiffieHellmanImpl
Trivial default constructor.
The basic version of the Diffie-Hellman key agreement is described in the Handbook of Applied Cryptography [HAC] as follows:
  • An appropriate prime p and generator g of Zp* (2 <= g <= p-2) are selected and published.
  • A and B each send the other one message over an open channel; as a result, they both can then compute a shared secret key K which they can use to protect their future communication.
  • A chooses a random secret x, 1 <= x <= p-2, and sends B message (1) which is g^x mod p.
  • B chooses a random secret y, 1 <= y <= p-2, and sends A message (2) which is g^y mod p.
  • B receives message (1) and computes the shared key as K = (g^x)^y mod p.
DiffieHellmanKeyAgreement() - constructor for class gnu.javax.crypto.key.dh.DiffieHellmanKeyAgreement
DiffieHellmanReceiver - class gnu.javax.crypto.key.dh.DiffieHellmanReceiver
This implementation is the receiver's part of the basic version of the Diffie-Hellman key agreement exchange (B in [HAC]).
DiffieHellmanSender - class gnu.javax.crypto.key.dh.DiffieHellmanSender
This implementation is the sender's part of the basic version of the Diffie-Hellman key agreement exchange (A in [HAC]).
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 - static field in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
Supports HTTP digest authentication (RFC 2617)
digest() - method in class gnu.java.security.hash.BaseHash
Completes the message digest by performing final operations such as padding and resetting the instance.
digest() - method in class gnu.javax.crypto.mac.BaseMac
Completes the MAC by performing final operations such as padding and resetting the instance.
digest() - method in class gnu.javax.crypto.mode.EAX
Completes the MAC by performing final operations such as padding and resetting the instance.
digest() - method in class gnu.javax.crypto.mac.HMac
digest() - method in class gnu.javax.crypto.mac.IMac
Completes the MAC by performing final operations such as padding and resetting the instance.
digest() - method in class gnu.java.security.hash.IMessageDigest
Completes the message digest by performing final operations such as padding and resetting the instance.
digest() - method in class java.security.MessageDigest
Computes the final digest of the stored data.
digest() - method in class gnu.javax.crypto.mac.OMAC
Completes the MAC by performing final operations such as padding and resetting the instance.
digest() - method in class gnu.gcj.io.SimpleSHSStream
digest() - method in class gnu.javax.crypto.mac.TMMH16
digest() - method in class gnu.javax.crypto.mac.UHash32
digest() - method in class gnu.javax.crypto.mac.UMac32
Completes the MAC by performing final operations such as padding and resetting the instance.
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[]) - method in class gnu.javax.crypto.sasl.srp.SRP
Convenience method to return the result of digesting the designated input with a new instance of the SRP message digest algorithm.
digest(byte[],int) - method in class gnu.javax.crypto.mode.EAX
digest(byte[],int) - method in class gnu.javax.crypto.mac.OMAC
digest(byte[],int,int) - method in class java.security.MessageDigest
Computes the final digest of the stored bytes and returns the result.
digest(gnu.java.security.prng.IRandom) - method in class gnu.javax.crypto.mac.TMMH16
Similar to the same method with no arguments, but uses the designated random number generator to compute needed keying material.
digest(java.lang.String) - method in class gnu.javax.crypto.sasl.srp.SRP
Convenience method to return the result of digesting the designated input with a new instance of the SRP message digest algorithm.
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.
DIGITAL_SIGNATURE - static field in class gnu.java.security.x509.ext.KeyUsage
DIGITS - static field in class gnu.xml.xpath.XPathParser
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.
DIR_DOWN - static field in class gnu.java.awt.font.opentype.truetype.Point
Down direction.
DIR_FIELD - static field in class gnu.javax.crypto.sasl.crammd5.CramMD5Registry
Name of the DIR field in the plain password file.
DIR_FIELD - static field in class gnu.javax.crypto.sasl.plain.PlainRegistry
Name of the DIR field in the plain password file.
DIR_LEFT - static field in class gnu.java.awt.font.opentype.truetype.Point
Left direction.
DIR_RIGHT - static field in class gnu.java.awt.font.opentype.truetype.Point
Right direction.
DIR_UP - static field in class gnu.java.awt.font.opentype.truetype.Point
Up direction.
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 - static field in class gnu.javax.crypto.assembly.Assembly
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 - static field in class gnu.javax.crypto.assembly.Cascade
DIRECTION - static field in class gnu.java.lang.CharData
This is the attribute table for computing the directionality class of a character, as well as a marker of characters with a multi-character capitalization.
Direction - class gnu.javax.crypto.assembly.Direction
An enumeration type for wiring Stage instances into Cascade Cipher chains, as well as for operating a Cascade in a given direction.
DIRECTION - static field in class gnu.javax.crypto.assembly.Stage
DIRECTION - static field in class gnu.javax.crypto.assembly.Transformer
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.
Interface for a simple pixel based backend graphics object that does not handle translation/transforms, curves, nor advanced compositing.
DirObjectFactory - interface javax.naming.spi.DirObjectFactory
DirStateFactory - interface javax.naming.spi.DirStateFactory
Mark the given objects referecnes as used on the client side.
Mark the given objects referecnes as used on the client side.
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 gnu.java.awt.peer.GLightweightPeer
Disables the component.
disable() - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
Disables the component.
disable() - method in class gnu.java.awt.peer.gtk.GtkMenuItemPeer
Calls setEnabled(false).
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
disable() - method in class gnu.java.awt.peer.qt.QtComponentPeer
Disables the component.
disable() - method in class gnu.java.awt.peer.qt.QtMenuItemPeer
disable() - method in class gnu.java.awt.peer.qt.QtMenuPeer
disable() - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Disables the component.
disable() - method in class gnu.java.awt.peer.swing.SwingMenuItemPeer
Disables the menu item.
disable() - method in class gnu.java.awt.peer.swing.SwingMenuPeer
Disables the menu.
disable() - method in class gnu.awt.xlib.XCanvasPeer
Disables the component.
disable(gnu.classpath.debug.Component) - method in class gnu.classpath.debug.PreciseFilter
Disable logging of a component.
DISABLE_COLLECTION - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ObjectReference
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.
disableCollection() - method in class gnu.classpath.jdwp.id.ObjectId
Disable garbage collection on object
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.
disableExtensions - field in class gnu.javax.net.ssl.provider.ClientHello
disableExtensions - field in class gnu.javax.net.ssl.provider.ServerHello
disableLoading() - method in class gnu.xml.util.XCat
Records that catalog loading is no longer permitted.
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 gnu.CORBA.Poa.gnuPOAManager
Turns the associated POAs into discaring state.
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.
Discard a connection when we're done with it - maybe it can be recycled.
discardDefaultContent - field in class gnu.xml.transform.StreamSerializer
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.
disconnect() - method in class java.nio.channels.DatagramChannel
Disonnects this channel's socket.
disconnect() - method in class gnu.java.nio.DatagramChannelImpl
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 gnu.java.net.protocol.http.HTTPURLConnection
disconnect() - method in class java.net.HttpURLConnection
Closes the connection to the server.
disconnect() - method in class gnu.java.net.PlainDatagramSocketImpl
Disconnects the socket.
disconnect(org.omg.CORBA.Object) - method in class org.omg.CORBA.ORB
Disconnect the given CORBA object from this 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_kind() - method in class gnu.CORBA.DynAn.gnuDynUnion
discriminator_type() - method in class gnu.CORBA.typecodes.PrimitiveTypeCode
discriminator_type() - method in class gnu.CORBA.typecodes.RecordTypeCode
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() - method in class gnu.java.net.protocol.http.Request
Dispatches this request.
dispatch(gnu.java.rmi.server.UnicastConnection) - static method in class gnu.java.rmi.server.UnicastServer
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
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 gnu.xml.dom.DomNode
DOM L2 (Events) Delivers an event to all relevant listeners, returning true if the caller should perform their default action.
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.
Called by the KeyboardFocusManager to request that a key event be dispatched.
dispatchUIEvent(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLElement
DISPLAY - static field in class javax.swing.text.html.CSS.Attribute
The CSS attribute 'display'.
Display - class gnu.gcj.xlib.Display
A connection to an X11 display.
display - field in class gnu.gcj.xlib.XID
Display() - constructor for class gnu.gcj.xlib.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 - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.VirtualMachine
dispose() - method in class gnu.java.awt.java2d.AbstractGraphics2D
Disposes this graphics object.
dispose() - method in class gnu.awt.j2d.AbstractGraphicsState
dispose() - method in class gnu.java.awt.java2d.AlphaCompositeContext
Releases all resources held by this composite object.
dispose() - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
Disposes the native cairographics2d structure, including the cairo_t and any gradient stuff, if allocated.
dispose() - method in class gnu.java.awt.peer.gtk.CairoSurface
Dispose of the native data.
dispose() - method in class gnu.javax.crypto.sasl.ClientMechanism
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 gnu.awt.j2d.DirectRasterGraphics
dispose() - method in class gnu.gcj.xlib.GC
Save this GC in the drawable's cache.
dispose() - method in class gnu.java.awt.peer.gtk.GdkRobotPeer
dispose() - method in class gnu.java.awt.peer.GLightweightPeer
Disposes the component peer.
dispose() - method in class gnu.java.awt.GradientPaintContext
Release the resources allocated for the paint (none in this implementation).
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 gnu.awt.j2d.Graphics2DImpl
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 gnu.java.awt.peer.gtk.GtkCheckboxPeer
dispose() - method in class gnu.java.awt.peer.gtk.GtkGenericPeer
Dispose of our native state.
dispose() - method in class gnu.java.awt.peer.gtk.GtkMenuComponentPeer
Removes the awtWidget components from the native state tables.
dispose() - method in class gnu.java.awt.peer.gtk.GtkVolatileImage
dispose() - method in class gnu.java.awt.peer.gtk.GtkWindowPeer
Disposes the component peer.
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 gnu.awt.j2d.IntegerGraphicsState
dispose() - method in class gnu.java.awt.print.JavaPrinterGraphics
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 gnu.java.awt.peer.qt.QMatrix
dispose() - method in class gnu.java.awt.peer.qt.QPainterPath
dispose() - method in class gnu.java.awt.peer.qt.QPen
dispose() - method in class gnu.java.awt.peer.qt.QtAudioClip
dispose() - method in class gnu.java.awt.peer.qt.QtComponentPeer
Disposes the component peer.
dispose() - method in class gnu.java.awt.peer.qt.QtFontPeer
Destroys the QFont.
dispose() - method in class gnu.java.awt.peer.qt.QtGraphics
dispose() - method in class gnu.java.awt.peer.qt.QtImage
dispose() - method in class gnu.java.awt.peer.qt.QtImageDirectGraphics
dispose() - method in class gnu.java.awt.peer.qt.QtImageGraphics
dispose() - method in class gnu.java.awt.peer.qt.QtMenuComponentPeer
dispose() - method in class gnu.java.awt.peer.qt.QtMenuItemPeer
dispose() - method in class gnu.java.awt.peer.qt.QtScreenDevice
dispose() - method in class gnu.java.awt.peer.qt.QtVolatileImage
dispose() - method in class java.awt.peer.RobotPeer
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 gnu.javax.crypto.sasl.ServerMechanism
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 gnu.java.awt.peer.swing.SwingComponentPeer
Disposes the component peer.
dispose() - method in class gnu.java.awt.peer.swing.SwingMenuBarPeer
Disposes this peer.
dispose() - method in class gnu.java.awt.peer.swing.SwingMenuItemPeer
Disposes the menu item.
dispose() - method in class gnu.java.awt.peer.swing.SwingMenuPeer
Releases any reference to the AWT and Swing menu instances.
dispose() - method in class gnu.java.awt.java2d.TexturePaintContext
Disposes the PaintContext.
dispose() - method in class java.awt.Window
Destroys any resources associated with this window.
dispose() - method in class gnu.awt.xlib.XCanvasPeer
Disposes the component peer.
dispose() - method in class gnu.awt.xlib.XGraphics
dispose() - method in class gnu.java.awt.peer.x.XGraphics2D
DISPOSE_OBJECTS - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.VirtualMachine
DISPOSE_ON_CLOSE - static field in class javax.swing.WindowConstants
Dispose the container when it is closed.
disposeImpl() - method in class gnu.gcj.xlib.GC
disposeNative(long) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
Dispose of allocate native resouces.
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 - static field in class gnu.xml.xpath.XPathParser
div(int,int) - static method in class gnu.java.awt.font.opentype.truetype.Fixed
div(int,int,int) - static method in class gnu.java.math.Fixed
Divides two fixed point values with n digits.
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.
div16(int,int) - static method in class gnu.java.awt.font.opentype.truetype.Fixed
divide(int[],int,int[],int) - static method in class gnu.java.math.MPN
Divide zds[0:nx] by y[0:ny-1].
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
DivideableAny - class gnu.CORBA.DynAn.DivideableAny
Provides a base for DynAnys, having multiple components.
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*)
divmod_1(int[],int[],int,int) - static method in class gnu.java.math.MPN
Divide divident[0:len-1] by (unsigned int)divisor.
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.
DNL - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Define Number of Lines.
DNQ - static field in class gnu.java.security.x509.X500DistinguishedName
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.
DO_RSA_BLINDING - static field in class gnu.java.security.Properties
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.
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.
Perform the specified action.
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.
DocPrintJobImpl - class gnu.javax.print.ipp.DocPrintJobImpl
Implementation of the DocPrintJob interface.
Constructs a DocPrintJobImpl instance bound to the given print service.
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 - field in class gnu.xml.dom.html2.DomHTMLParser
The target where HTML document will be inserted.
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.
DocumentAccessError - class gnu.javax.print.ipp.attribute.DocumentAccessError
DocumentAccessError attribute as described in RFC 2911 section 3.1.6 Operation Response Status Codes and Status Message provides additional information for document access errors.
DocumentAccessError(java.lang.String,java.util.Locale) - constructor for class gnu.javax.print.ipp.attribute.DocumentAccessError
Creates a DocumentAccessError object with the given value and locale.
documentation - field in class gnu.xml.validation.datatype.Annotation
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
The basic constructor.
Factory for obtaining document builders.
DocumentBuilderFactory() - constructor for class javax.xml.parsers.DocumentBuilderFactory
The basic constructor.
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
DocumentFormat - class gnu.javax.print.ipp.attribute.printer.DocumentFormat
DocumentFormatSupported specifies the supported document formats of a printer.
DocumentFormat(java.lang.String,java.util.Locale) - constructor for class gnu.javax.print.ipp.attribute.printer.DocumentFormat
Creates a DocumentFormat object with the given value and locale.
DocumentFormatDefault - class gnu.javax.print.ipp.attribute.defaults.DocumentFormatDefault
DocumentFormatDefault specifies the default document format of a printer.
DocumentFormatDefault(java.lang.String,java.util.Locale) - constructor for class gnu.javax.print.ipp.attribute.defaults.DocumentFormatDefault
Creates a DocumentFormatDefault object with the given value and locale.
DocumentFormatSupported - class gnu.javax.print.ipp.attribute.supported.DocumentFormatSupported
DocumentFormatSupported specifies the supported document formats of a printer.
DocumentFormatSupported(java.lang.String,java.util.Locale) - constructor for class gnu.javax.print.ipp.attribute.supported.DocumentFormatSupported
Creates a DocumentFormatSupported object with the given value and locale.
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.
documentOrderComparator - static field in class gnu.xml.xpath.Expr
Sorts nodes into document order.
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.
doDestroy() - method in class gnu.java.security.util.ExpirableObject
Subclasses must implement this method instead of the Destroyable.destroy() method.
doDestroy() - method in class gnu.javax.security.auth.Password
Sets password field char[], and byte[] array elements to zero.
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 gnu.javax.crypto.sasl.srp.IALG
doFinal() - method in class javax.crypto.Mac
Finishes the computation of a MAC and returns the digest.
doFinal(byte[]) - method in class gnu.javax.crypto.sasl.srp.CALG
Encrypts or decrypts, depending on the mode already set, a designated array of bytes and returns the result.
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 gnu.javax.crypto.sasl.srp.CALG
Encrypts or decrypts, depending on the mode already set, a designated array of bytes and returns the result.
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.
doHash() - method in class gnu.javax.net.ssl.provider.AbstractHandshake
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.
DOLLAR - static field in class gnu.xml.xpath.XPathParser
DOM_OBJECT_MODEL - static field in class javax.xml.xpath.XPathConstants
The URL for the JAXP DOM object model.
domain - field in class gnu.java.net.protocol.http.Cookie
The domain for which the cookie is valid.
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.
DomAttr - class gnu.xml.dom.DomAttr
"Attr" implementation.
Constructs an Attr node associated with the specified document.
Constructs an Attr node associated with the specified document.
DomCDATASection - class gnu.xml.dom.DomCDATASection
"CDATASection" implementation.
Constructs a CDATA section node associated with the specified document and holding the specified data.
Abstract "CharacterData" implementation.
DomComment - class gnu.xml.dom.DomComment
"Comment" implementation.
Constructs a comment node associated with the specified document and holding the specified data.
DOMConfiguration - interface org.w3c.dom.DOMConfiguration
The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
DomConsumer - class gnu.xml.pipeline.DomConsumer
This consumer builds a DOM Document from its input, acting either as a pipeline terminus or as an intermediate buffer.
DomConsumer(java.lang.Class) - constructor for class gnu.xml.pipeline.DomConsumer
Configures this pipeline terminus to use the specified implementation of DOM when constructing its result value.
Configures this consumer as a buffer/filter, using the specified DOM implementation when constructing its result value.
DomDoctype - class gnu.xml.dom.DomDoctype
"DocumentType" implementation (with no extensions for supporting any document typing information).
JAXP builder constructor.
Constructs a DocumentType node associated with the specified implementation, with the specified name.
DomDocument - class gnu.xml.dom.DomDocument
"Document" and "DocumentTraversal" implementation.
DomDocument() - constructor for class gnu.xml.dom.DomDocument
Constructs a Document node, associating it with an instance of the DomImpl class.
DomDocument(org.w3c.dom.DOMImplementation) - constructor for class gnu.xml.dom.DomDocument
Constructs a Document node, associating it with the specified implementation.
Document builder factory that uses a DOM Level 3 Load & Save implementation.
DomDocumentBuilderFactory() - constructor for class gnu.xml.dom.DomDocumentBuilderFactory
The basic constructor.
"DocumentFragment" implementation.
Constructs a DocumentFragment node associated with the specified document.
DomDOMException - exception gnu.xml.dom.DomDOMException
DOMException implementation.
DomDOMException(short) - constructor for class gnu.xml.dom.DomDOMException
Constructs an exception, with the diagnostic message corresponding to the specified code.
Constructs an exception, with the diagnostic message corresponding to the specified code and additional information as provided.
DomElement - class gnu.xml.dom.DomElement
"Element" implementation.
Constructs an Element node associated with the specified document.
Constructs an Element node associated with the specified document.
DomEntity - class gnu.xml.dom.DomEntity
"Entity" implementation.
Constructs an Entity node associated with the specified document, with the specified descriptive data.
"EntityReference" implementation (reference to parsed entity).
Constructs an EntityReference node associated with the specified document.
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).
DomEvent - class gnu.xml.dom.DomEvent
"Event" implementation.
DomEvent(java.lang.String) - constructor for class gnu.xml.dom.DomEvent
Constructs, but does not initialize, an event.
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
DomExtern - class gnu.xml.dom.DomExtern
Abstract implemention of nodes describing external DTD-related objects.
DomHTMLAnchorElement - class gnu.xml.dom.html2.DomHTMLAnchorElement
An HTML 'A' element node.
DomHTMLAppletElement - class gnu.xml.dom.html2.DomHTMLAppletElement
An HTML 'APPLET' element node.
DomHTMLAreaElement - class gnu.xml.dom.html2.DomHTMLAreaElement
An HTML 'AREA' element node.
DomHTMLBaseElement - class gnu.xml.dom.html2.DomHTMLBaseElement
An HTML 'BASE' element node.
An HTML 'BASEFONT' element node.
DomHTMLBodyElement - class gnu.xml.dom.html2.DomHTMLBodyElement
An HTML 'BODY' element node.
DomHTMLBRElement - class gnu.xml.dom.html2.DomHTMLBRElement
An HTML 'BR' element node.
DomHTMLButtonElement - class gnu.xml.dom.html2.DomHTMLButtonElement
An HTML 'BUTTON' element node.
An HTML 'DIR' element node.
DomHTMLDivElement - class gnu.xml.dom.html2.DomHTMLDivElement
An HTML 'DIV' element node.
DomHTMLDListElement - class gnu.xml.dom.html2.DomHTMLDListElement
An HTML 'DL' element node.
DomHTMLDocument - class gnu.xml.dom.html2.DomHTMLDocument
An HTML document.
DomHTMLDocument() - constructor for class gnu.xml.dom.html2.DomHTMLDocument
Convenience constructor.
DomHTMLDocument(gnu.xml.dom.html2.DomHTMLImpl) - constructor for class gnu.xml.dom.html2.DomHTMLDocument
Constructor.
DomHTMLElement - class gnu.xml.dom.html2.DomHTMLElement
Abstract implementation of an HTML element node.
DomHTMLEmbedElement - class gnu.xml.dom.html2.DomHTMLEmbedElement
An HTML 'FIELDSET' element node.
DomHTMLFontElement - class gnu.xml.dom.html2.DomHTMLFontElement
An HTML 'FONT' element node.
DomHTMLFormElement - class gnu.xml.dom.html2.DomHTMLFormElement
An HTML 'FORM' element node.
DomHTMLFrameElement - class gnu.xml.dom.html2.DomHTMLFrameElement
An HTML 'FRAME' element node.
An HTML 'FRAMESET' element node.
DomHTMLHeadElement - class gnu.xml.dom.html2.DomHTMLHeadElement
An HTML 'HEAD' element node.
An HTML 'H1', 'H2', 'H3', 'H4', 'H5', or 'H6' element node.
DomHTMLHRElement - class gnu.xml.dom.html2.DomHTMLHRElement
An HTML 'HR' element node.
DomHTMLHtmlElement - class gnu.xml.dom.html2.DomHTMLHtmlElement
An HTML 'HTML' top-level element node.
DomHTMLIFrameElement - class gnu.xml.dom.html2.DomHTMLIFrameElement
An HTML 'IFRAME' element node.
DomHTMLImageElement - class gnu.xml.dom.html2.DomHTMLImageElement
An HTML 'IMG' element node.
DomHTMLImpl - class gnu.xml.dom.html2.DomHTMLImpl
Specialised DOMImplementation for creating HTML documents.
DomHTMLInputElement - class gnu.xml.dom.html2.DomHTMLInputElement
An HTML 'INPUT' element node.
An HTML 'ISINDEX' element node.
DomHTMLLabelElement - class gnu.xml.dom.html2.DomHTMLLabelElement
An HTML 'LABEL' element node.
DomHTMLLegendElement - class gnu.xml.dom.html2.DomHTMLLegendElement
An HTML 'LEGEND' element node.
DomHTMLLIElement - class gnu.xml.dom.html2.DomHTMLLIElement
An HTML 'LI' element node.
DomHTMLLinkElement - class gnu.xml.dom.html2.DomHTMLLinkElement
An HTML 'LINK' element node.
DomHTMLMapElement - class gnu.xml.dom.html2.DomHTMLMapElement
An HTML 'MAP' element node.
DomHTMLMenuElement - class gnu.xml.dom.html2.DomHTMLMenuElement
An HTML 'MENU' element node.
DomHTMLMetaElement - class gnu.xml.dom.html2.DomHTMLMetaElement
An HTML 'META' element node.
DomHTMLModElement - class gnu.xml.dom.html2.DomHTMLModElement
An HTML 'INS' or 'DEL' element node.
DomHTMLObjectElement - class gnu.xml.dom.html2.DomHTMLObjectElement
An HTML 'OBJECT' element node.
DomHTMLOListElement - class gnu.xml.dom.html2.DomHTMLOListElement
An HTML 'OL' element node.
An HTML 'OPTGROUP' element node.
DomHTMLOptionElement - class gnu.xml.dom.html2.DomHTMLOptionElement
An HTML 'OPTION' element node.
An HTML 'P' element node.
DomHTMLParamElement - class gnu.xml.dom.html2.DomHTMLParamElement
An HTML 'PARAM' element node.
DomHTMLParser - class gnu.xml.dom.html2.DomHTMLParser
This parser reads HTML from the given stream and stores into HTMLDocument.
DomHTMLParser(javax.swing.text.html.parser.DTD) - constructor for class gnu.xml.dom.html2.DomHTMLParser
Create parser using the given DTD.
DomHTMLPreElement - class gnu.xml.dom.html2.DomHTMLPreElement
An HTML 'PRE' element node.
DomHTMLQuoteElement - class gnu.xml.dom.html2.DomHTMLQuoteElement
An HTML 'Q' or 'BLOCKQUOTE' element node.
DomHTMLScriptElement - class gnu.xml.dom.html2.DomHTMLScriptElement
An HTML 'SCRIPT' element node.
DomHTMLSelectElement - class gnu.xml.dom.html2.DomHTMLSelectElement
An HTML 'SELECT' element node.
DomHTMLStyleElement - class gnu.xml.dom.html2.DomHTMLStyleElement
An HTML 'STYLE' element node.
An HTML 'CAPTION' element node.
An HTML 'TH' or 'TD' element node.
An HTML 'COL' or 'COLGROUP' element node.
DomHTMLTableElement - class gnu.xml.dom.html2.DomHTMLTableElement
An HTML 'TABLE' element node.
An HTML 'TR' element node.
An HTML 'THEAD', 'TFOOT', or 'TBODY' element node.
An HTML 'TEXTAREA' element node.
DomHTMLTitleElement - class gnu.xml.dom.html2.DomHTMLTitleElement
An HTML 'TITLE' element node.
DomHTMLUListElement - class gnu.xml.dom.html2.DomHTMLUListElement
An HTML 'UL' element node.
DomImpl - class gnu.xml.dom.DomImpl
"DOMImplementation" implementation.
DomImpl() - constructor for class gnu.xml.dom.DomImpl
Constructs a DOMImplementation object which supports "XML" and other DOM Level 2 features.
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 .
DomIterator - class gnu.xml.dom.DomIterator
"NodeIterator" implementation, usable with any L2 DOM which supports MutationEvents.
Constructs and initializes an iterator.
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.
DomLSException - exception gnu.xml.dom.ls.DomLSException
A DOM LS exception incorporating a cause.
DomLSException(short,java.lang.Exception) - constructor for class gnu.xml.dom.ls.DomLSException
DomLSInput - class gnu.xml.dom.ls.DomLSInput
Specification of XML input to parse.
DomLSOutput - class gnu.xml.dom.ls.DomLSOutput
Specification of XML output to produce.
DomLSParser - class gnu.xml.dom.ls.DomLSParser
Parser implementation for GNU DOM.
DomLSParser(short,java.lang.String) - constructor for class gnu.xml.dom.ls.DomLSParser
DomLSSerializer - class gnu.xml.dom.ls.DomLSSerializer
Serialize a DOM node to a stream.
DomLSSerializer() - constructor for class gnu.xml.dom.ls.DomLSSerializer
"MutationEvent" implementation.
Constructs an uninitialized mutation event.
DomNamedNodeMap - class gnu.xml.dom.DomNamedNodeMap
"NamedNodeMap" implementation.
DomNode - class gnu.xml.dom.DomNode
"Node", "EventTarget", and "DocumentEvent" implementation.
DomNode(short,gnu.xml.dom.DomDocument) - constructor for class gnu.xml.dom.DomNode
Constructs a node and associates it with its owner.
DomNodeIterator - class gnu.xml.dom.DomNodeIterator
Node iterator and tree walker.
DomNotation - class gnu.xml.dom.DomNotation
"Notation" implementation.
Constructs a Notation node associated with the specified document, with the specified descriptive data.
DomNsNode - class gnu.xml.dom.DomNsNode
Abstract implemention of namespace support.
DomParser - class gnu.xml.util.DomParser
This parser emits SAX2 parsing events as it traverses a DOM tree, using any conformant implementation of DOM.
DomParser() - constructor for class gnu.xml.util.DomParser
Constructs an unitialized SAX2 parser.
DomParser(org.w3c.dom.Node) - constructor for class gnu.xml.util.DomParser
Constructs an SAX2 parser initialized to traverse the specified DOM tree.
"ProcessingInstruction" (PI) implementation.
Constructs a ProcessingInstruction node associated with the specified document, with the specified data.
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.
DomText - class gnu.xml.dom.DomText
"Text" implementation.
DomText(gnu.xml.dom.DomDocument,char[],int,int) - constructor for class gnu.xml.dom.DomText
Constructs a text node associated with the specified document and holding the specified data.
"UIEvent" implementation.
DomUIEvent(java.lang.String) - constructor for class gnu.xml.dom.DomEvent.DomUIEvent
Constructs an uninitialized User Interface (UI) event
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 gnu.gcj.convert.BytesToCharsetAdaptor
Indicate that the converter is resuable.
done() - method in class gnu.gcj.convert.BytesToUnicode
Indicate that the converter is resuable.
done() - method in class gnu.gcj.convert.CharsetToBytesAdaptor
Indicate that the converter is resuable.
done() - method in class gnu.gcj.convert.Input_iconv
Indicate that the converter is resuable.
done() - method in class gnu.gcj.convert.Output_iconv
Indicate that the converter is resuable.
done() - method in class java.rmi.server.RemoteCall
done() - method in class gnu.java.rmi.server.UnicastRemoteCall
done() - method in class gnu.gcj.convert.UnicodeToBytes
Indicate that the converter is resuable.
done(java.rmi.server.RemoteCall) - method in class java.rmi.server.RemoteRef
done(java.rmi.server.RemoteCall) - method in class gnu.java.rmi.server.UnicastRef
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
DoParse - class gnu.xml.util.DoParse
This class provides a driver which may be invoked from the command line to process a document using a SAX2 parser and a specified XML processing pipeline.
doPhase(java.security.Key,boolean) - method in class javax.crypto.KeyAgreement
Do a phase in the key agreement.
doRSABlinding() - static method in class gnu.java.security.Properties
A convenience method that returns, as a boolean, the library global configuration property indicating if RSA decryption (RSADP primitive), does, or not, blinding against timing attacks.
DOT - static field in class gnu.xml.xpath.XPathParser
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.
DOUBLE - static field in class gnu.classpath.jdwp.JdwpConstants.Tag
Double value (8 bytes)
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 gnu.xml.validation.datatype.TypeLibrary
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.
DOUBLE_COLON - static field in class gnu.xml.xpath.XPathParser
DOUBLE_DASH - static field in class gnu.javax.swing.text.html.parser.support.low.Constants
Double dash (--)
DOUBLE_DOT - static field in class gnu.xml.xpath.XPathParser
DOUBLE_SLASH - static field in class gnu.xml.xpath.XPathParser
DoubleBuffer - class java.nio.DoubleBuffer
A mouse listener that handles double-click events.
Creates a new DoubleClickListener object.
This is a helper class that combines two Enumerations.
Creates a new Enumeration combining the given two enumerations.
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 - class gnu.classpath.jdwp.value.DoubleValue
Wrapper for an double value.
doubleValue() - method in class java.math.BigDecimal
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 gnu.java.math.GMP
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.
DoubleValue(double) - constructor for class gnu.classpath.jdwp.value.DoubleValue
Create a new DoubleValue from an double
doubleValue(int) - static method in class gnu.java.awt.font.opentype.truetype.Fixed
doubleValue(int,int) - static method in class gnu.java.math.Fixed
Returns the fixed point value a with n digits as 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.
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
DQT - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Quantization Table.
DRAFT - static field in class java.awt.PageAttributes.PrintQualityType
DRAFT - static field in class javax.print.attribute.standard.PrintQuality
Draft quality of the printer.
DRAFT - static field in class gnu.javax.print.ipp.attribute.defaults.PrintQualityDefault
Draft quality of the printer.
DRAFT - static field in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
Draft quality of the printer.
DRAG_LAYER - static field in class javax.swing.JLayeredPane
dragActionChanged(int,int) - method in class gnu.java.awt.dnd.peer.gtk.GtkDragSourceContextPeer
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.
dragDropEnd(int,boolean,int,int) - method in class gnu.java.awt.dnd.peer.gtk.GtkDragSourceContextPeer
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.
dragEnter(int,int) - method in class gnu.java.awt.dnd.peer.gtk.GtkDragSourceContextPeer
Called from native code.
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.
dragExit(int,int,int) - method in class gnu.java.awt.dnd.peer.gtk.GtkDragSourceContextPeer
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.
dragMouseMoved(int,int) - method in class gnu.java.awt.dnd.peer.gtk.GtkDragSourceContextPeer
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.
dragOver(int,int) - method in class gnu.java.awt.dnd.peer.gtk.GtkDragSourceContextPeer
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 gnu.javax.sound.sampled.gstreamer.lines.GstPipeline
Wait for remaining data to be enqueued in the pipeline.
drain() - method in class gnu.javax.sound.sampled.gstreamer.lines.GstSourceDataLine
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 gnu.java.awt.java2d.AbstractGraphics2D
Draws the specified shape.
draw(java.awt.Shape) - method in class gnu.awt.j2d.AbstractGraphicsState
draw(java.awt.Shape) - method in class gnu.java.awt.peer.gtk.BufferedImageGraphics
Overloaded methods that do actual drawing need to enter the gdk threads and also do certain things before and after.
draw(java.awt.Shape) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
draw(java.awt.Shape) - method in class gnu.java.awt.peer.gtk.CairoSurfaceGraphics
Overloaded methods that do actual drawing need to account for custom composites
draw(java.awt.Shape) - method in class gnu.java.awt.peer.gtk.ComponentGraphics
Overloaded methods that do actual drawing need to enter the gdk threads and also do certain things before and after.
draw(java.awt.Shape) - method in class gnu.java.awt.peer.gtk.ComponentGraphicsCopy
Overloaded methods that do actual drawing need to enter the gdk threads and also do certain things before and after.
draw(java.awt.Shape) - method in class java.awt.Graphics2D
Draws an outline around a shape using the current stroke and paint.
draw(java.awt.Shape) - method in class gnu.awt.j2d.Graphics2DImpl
Draws an outline around a shape using the current stroke and paint.
draw(java.awt.Shape) - method in class gnu.awt.j2d.IntegerGraphicsState
draw(java.awt.Shape) - method in class gnu.java.awt.peer.qt.QtGraphics
Draws an outline around a shape using the current stroke and paint.
draw(java.awt.Shape) - method in class gnu.java.awt.peer.qt.QtImageDirectGraphics
draw(java.awt.Shape) - method in class gnu.java.awt.peer.gtk.VolatileImageGraphics
draw3DRect(int,int,int,int,boolean) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
draw3DRect
draw3DRect(int,int,int,int,boolean) - method in class gnu.java.awt.peer.qt.QtGraphics
Drawable - class gnu.gcj.xlib.Drawable
An X11 drawable.
Drawable(gnu.gcj.xlib.Display,int) - constructor for class gnu.gcj.xlib.Drawable
drawArc(int,int,int,int,int,int) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Draws an arc.
drawArc(int,int,int,int,int,int) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
drawArc(int,int,int,int,int,int) - method in class javax.swing.DebugGraphics
drawArc
drawArc(int,int,int,int,int,int) - method in class gnu.gcj.xlib.GC
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.
drawArc(int,int,int,int,int,int) - method in class gnu.awt.j2d.Graphics2DImpl
drawArc(int,int,int,int,int,int) - method in class gnu.java.awt.print.JavaPrinterGraphics
drawArc(int,int,int,int,int,int) - method in class gnu.java.awt.peer.qt.QtGraphics
drawArc(int,int,int,int,int,int) - method in class gnu.awt.xlib.XGraphics
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
Optimized method for drawing a CairoSurface onto this graphics context.
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 the specified glyph vector at the specified location.
Draws a glyph vector at the specified location.
Draws a glyph vector at the specified location.
Draws a glyph vector at the specified location.
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.
Draws an image with eventual scaling/transforming.
Draws an image with eventual scaling/transforming.
Draws an image with eventual scaling/transforming.
Draws an image with eventual scaling/transforming.
Draws an image to the QtGraphics context, at (x,y) scaled to width and height, with optional compositing with a background color.
Draws an image to the QtGraphics context, at (x,y) scaled to width and height, with optional compositing with a background color.
Draws an image to the QtGraphics context, at (x,y) with optional compositing with a background color.
Draws an image to the QtGraphics context, at (x,y) with optional compositing with a background color.
Draws an image fragment to a rectangular area of the target.
drawImage
FIXME: Write Javadocs for this when you understand it.
Draws an image fragment to a rectangular area of the target.
drawImage
FIXME: Write Javadocs for this when you understand it.
Draws the specified image at the specified location.
drawImage
Draws all of the image that is available and returns.
Draws the specified image at the specified location.
drawImage
Draws all of the image that is available and returns.
Draws the specified image at the specified location.
drawImage
Draws all of the image that is available and returns.
Draws the specified image at the specified location.
drawImage
Draws all of the image that is available and returns.
Draws the specified image and apply the transform for image space -> user space conversion.
Renders a BufferedImage and applies the specified BufferedImageOp before to filter the BufferedImage somehow.
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 gnu.java.awt.java2d.AbstractGraphics2D
Draws a line from (x1, y1) to (x2, y2).
drawLine(int,int,int,int) - method in class gnu.awt.j2d.AbstractGraphicsState
drawLine(int,int,int,int) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
drawLine(int,int,int,int) - method in class javax.swing.DebugGraphics
drawLine
drawLine(int,int,int,int) - method in class gnu.awt.j2d.DirectRasterGraphics
drawLine(int,int,int,int) - method in class gnu.gcj.xlib.GC
drawLine(int,int,int,int) - method in class gnu.java.awt.peer.x.GLGraphics
drawLine(int,int,int,int) - method in class java.awt.Graphics
Draws a line between the two specified points.
drawLine(int,int,int,int) - method in class gnu.awt.j2d.Graphics2DImpl
drawLine(int,int,int,int) - method in class gnu.awt.j2d.IntegerGraphicsState
drawLine(int,int,int,int) - method in class gnu.java.awt.print.JavaPrinterGraphics
drawLine(int,int,int,int) - method in class gnu.java.awt.peer.qt.QtGraphics
drawLine(int,int,int,int) - method in class gnu.java.awt.peer.qt.QtImageDirectGraphics
drawLine(int,int,int,int) - method in class gnu.awt.xlib.XGraphics
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 gnu.java.awt.java2d.AbstractGraphics2D
Draws the outline of an oval.
drawOval(int,int,int,int) - method in class gnu.awt.j2d.AbstractGraphicsState
drawOval(int,int,int,int) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
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.
drawOval(int,int,int,int) - method in class gnu.awt.j2d.Graphics2DImpl
drawOval(int,int,int,int) - method in class gnu.awt.j2d.IntegerGraphicsState
drawOval(int,int,int,int) - method in class gnu.java.awt.print.JavaPrinterGraphics
drawOval(int,int,int,int) - method in class gnu.java.awt.peer.qt.QtGraphics
Draw pixels as an RGBA int matrix
drawPoint(int,int) - method in class gnu.gcj.xlib.GC
Draw a point using the current foreground color
drawPolygon(int[],int[],int) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Draws the outline of a polygon.
drawPolygon(int[],int[],int) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
drawPolygon(int[],int[],int) - method in class javax.swing.DebugGraphics
drawPolygon
drawPolygon(int[],int[],int) - method in class gnu.awt.j2d.Graphics2DImpl
drawPolygon(int[],int[],int) - method in class gnu.java.awt.print.JavaPrinterGraphics
drawPolygon(int[],int[],int) - method in class gnu.awt.xlib.XGraphics
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.
drawPolygon(xPoints[],yPoints[],int) - method in class gnu.java.awt.peer.qt.QtGraphics
drawPolyline(int[],int[],int) - method in class gnu.java.awt.java2d.AbstractGraphics2D
drawPolyline(int[],int[],int) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
drawPolyline(int[],int[],int) - method in class javax.swing.DebugGraphics
drawPolyline
drawPolyline(int[],int[],int) - method in class gnu.awt.j2d.Graphics2DImpl
drawPolyline(int[],int[],int) - method in class gnu.java.awt.print.JavaPrinterGraphics
drawPolyline(int[],int[],int) - method in class gnu.awt.xlib.XGraphics
Draws a series of interconnected lines determined by the arrays of corresponding x and y coordinates.
drawPolyline(xPoints[],yPoints[],int) - method in class gnu.java.awt.peer.qt.QtGraphics
drawRect(int,int,int,int) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Draws the outline of the specified rectangle.
drawRect(int,int,int,int) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
drawRect(int,int,int,int) - method in class javax.swing.DebugGraphics
Draws a rectangle.
drawRect(int,int,int,int) - method in class gnu.awt.j2d.DirectRasterGraphics
drawRect(int,int,int,int) - method in class gnu.java.awt.peer.x.GLGraphics
drawRect(int,int,int,int) - method in class java.awt.Graphics
Draws the outline of the specified rectangle.
drawRect(int,int,int,int) - method in class gnu.java.awt.peer.qt.QtGraphics
drawRect(int,int,int,int) - method in class gnu.awt.xlib.XGraphics
drawRectangle(int,int,int,int) - method in class gnu.gcj.xlib.GC
Renders a renderable image.
Renders the specified image to the destination raster.
drawRoundRect(int,int,int,int,int,int) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Draws a rounded rectangle.
drawRoundRect(int,int,int,int,int,int) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
drawRoundRect
Draws the outline of the specified rectangle with rounded cornders.
drawRoundRect(int,int,int,int,int,int) - method in class gnu.java.awt.print.JavaPrinterGraphics
drawRoundRect(int,int,int,int,int,int) - method in class gnu.java.awt.peer.qt.QtGraphics
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.
drawString(java.lang.String,float,float) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Draws the specified string at the specified location.
drawString(java.lang.String,float,float) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
Draws a string at the specified location, using the current font.
Draws a string at the specified location, using the current font.
drawString(java.lang.String,float,float) - method in class gnu.java.awt.peer.qt.QtGraphics
Draws a string at the specified location, using the current font.
drawString(java.lang.String,int,int) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Draws the specified string at the specified location.
drawString(java.lang.String,int,int) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
drawString
drawString(java.lang.String,int,int) - method in class gnu.gcj.xlib.GC
Draws the specified string starting at the specified point.
Draws a string at the specified location, using the current font.
Draws a string at the specified location, using the current font.
drawString(java.lang.String,int,int) - method in class gnu.java.awt.print.JavaPrinterGraphics
drawString(java.lang.String,int,int) - method in class gnu.java.awt.peer.qt.QtGraphics
Draws a string at the specified location, using the current font.
drawString(java.lang.String,int,int) - method in class gnu.java.awt.peer.qt.QtImageDirectGraphics
drawString(java.lang.String,int,int) - method in class gnu.awt.xlib.XGraphics
drawString(java.lang.String,int,int) - method in class gnu.java.awt.peer.x.XGraphics2D
Draws a string at the specified location, using the current font.
Draws the specified string (as AttributedCharacterIterator) at the specified location.
Draws an attributed string at the specified location.
Draws an attributed string at the specified location.
Draws an attributed string at the specified location.
Draws the specified string (as AttributedCharacterIterator) at the specified location.
drawString
Draws an attributed string at the specified location.
Draws an attributed string at the specified location.
Draws an attributed string at the specified location.
Draws a String at the given location, underlining the character at the specified index.
Draws the given text segment.
Draws unselected text at a given position.
Draws a chunk of unselected text.
Renders the range of text as normal unhighlighted text.
drawVBuffer - field in class java.awt.Component.FlipBufferStrategy
A VolatileImage reference to the drawing buffer.
drawVolatile(long,int,int,int,int) - method in class gnu.java.awt.peer.gtk.GtkVolatileImage
DRI - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Defined Restart Interval.
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(int) - method in class gnu.CORBA.CorbaList
Remove the item at the given index.
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
dropComplete(boolean) - method in class gnu.java.awt.dnd.peer.gtk.GtkDropTargetContextPeer
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
DSA_KPG - static field in class gnu.java.security.Registry
DSA is synonymous to DSS.
DSA_OID_STRING - static field in class gnu.java.security.Registry
DSA_PARAMS_COUNTER - static field in class gnu.java.security.key.dss.FIPS186
DSA_PARAMS_E - static field in class gnu.java.security.key.dss.FIPS186
DSA_PARAMS_G - static field in class gnu.java.security.key.dss.FIPS186
DSA_PARAMS_P - static field in class gnu.java.security.key.dss.FIPS186
DSA_PARAMS_Q - static field in class gnu.java.security.key.dss.FIPS186
DSA_PARAMS_SEED - static field in class gnu.java.security.key.dss.FIPS186
DSA_SIG - static field in class gnu.java.security.Registry
DSA is synonymous to DSS.
DSA_SUFFIX - static field in class gnu.java.util.jar.JarUtils
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.
DSS_KPG - static field in class gnu.java.security.Registry
DSS_PARAMETERS - static field in class gnu.java.security.key.dss.DSSKeyPairGenerator
Property name of an optional DSAParameterSpec instance to use for this generator's p, q, and g values.
DSS_SIG - static field in class gnu.java.security.Registry
DSSIMidiChannel(int) - constructor for class gnu.javax.sound.midi.dssi.DSSISynthesizer.DSSIMidiChannel
Default contructor.
DSSIMidiDeviceProvider - class gnu.javax.sound.midi.dssi.DSSIMidiDeviceProvider
A DSSI MIDI device provider.
DSSIMidiDeviceProvider() - constructor for class gnu.javax.sound.midi.dssi.DSSIMidiDeviceProvider
The basic constructor.
DSSISynthesizer - class gnu.javax.sound.midi.dssi.DSSISynthesizer
DSSI soft-synth support.
DSSISynthesizer(Info,java.lang.String,long) - constructor for class gnu.javax.sound.midi.dssi.DSSISynthesizer
Create a DSSI Synthesizer.
DSSKey - class gnu.java.security.key.dss.DSSKey
A base asbtract class for both public and private DSS (Digital Signature Standard) keys.
Trivial protected constructor.
DSSKeyFactory - class gnu.java.security.jce.sig.DSSKeyFactory
DSA key factory.
DSSKeyPairGenerator - class gnu.java.security.key.dss.DSSKeyPairGenerator
A key-pair generator for asymetric keys to use in conjunction with the DSS (Digital Signature Standard).
DSSKeyPairGeneratorSpi - class gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi
The implementation of a KeyPairGenerator adapter class to wrap GNU DSS keypair generator instances.
DSSKeyPairGeneratorSpi() - constructor for class gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi
Constructs a new KeyPairGeneratorSpi
DSSKeyPairPKCS8Codec - class gnu.java.security.key.dss.DSSKeyPairPKCS8Codec
An implementation of an IKeyPairCodec that knows how to encode / decode PKCS#8 ASN.1 external representation of DSS private keys.
DSSKeyPairRawCodec - class gnu.java.security.key.dss.DSSKeyPairRawCodec
An object that implements the IKeyPairCodec operations for the Raw format to use with DSS keypairs.
DSSKeyPairX509Codec - class gnu.java.security.key.dss.DSSKeyPairX509Codec
An implementation of an IKeyPairCodec that knows how to encode / decode X.509 ASN.1 external representation of DSS public keys.
DSSParameters - class gnu.java.security.jce.sig.DSSParameters
A JCE-specific Data Access Object (DAO) for DSS parameters.
DSSParametersGenerator - class gnu.java.security.jce.sig.DSSParametersGenerator
A JCE Adapter for a generator of DSS parameters.
DSSPrivateKey - class gnu.java.security.key.dss.DSSPrivateKey
An object that embodies a DSS (Digital Signature Standard) private key.
Constructs a new instance of a DSSPrivateKey given the designated arguments.
Convenience constructor.
DSSPublicKey - class gnu.java.security.key.dss.DSSPublicKey
An object that embodies a DSS (Digital Signature Standard) public key.
Constructs a new instance of DSSPublicKey given the designated arguments.
Conveience constructor.
DSSRawSignatureSpi - class gnu.java.security.jce.sig.DSSRawSignatureSpi
The implementation of Service Provider Interface (SPI) adapter for the DSS (Digital Signature Standard) signature scheme, encoded and/or decoded in RAW format.
DSSRawSignatureSpi() - constructor for class gnu.java.security.jce.sig.DSSRawSignatureSpi
DSSSignature - class gnu.java.security.sig.dss.DSSSignature
The DSS (Digital Signature Standard) algorithm makes use of the following parameters:
  1. p: A prime modulus, where 2L-1 < p < 2L for 512 <= L <= 1024 and L a multiple of 64.
  2. q: A prime divisor of p - 1, where 2159 < q < 2160.
  3. g: Where g = h(p-1)/q mod p, where h is any integer with 1 < h < p - 1 such that h (p-1)/q mod p > 1 (g has order q mod p).
  4. x: A randomly or pseudorandomly generated integer with 0 < x < q.
  5. y: y = gx mod p.
  6. k: A randomly or pseudorandomly generated integer with 0 < k < q.

The integers p, q, and g can be public and can be common to a group of users.

DSSSignature() - constructor for class gnu.java.security.sig.dss.DSSSignature
Trivial 0-arguments constructor.
DSSSignatureRawCodec - class gnu.java.security.sig.dss.DSSSignatureRawCodec
An object that implements the ISignatureCodec operations for the Raw format to use with DSS signatures.
DSSSignatureX509Codec - class gnu.java.security.sig.dss.DSSSignatureX509Codec
An implementation of an ISignatureCodec that knows to encode and decode DSS signatures into the raw bytes which would constitute a DER-encoded form of the ASN.1 structure defined in RFC-2459, and RFC-2313 as described in the next paragraphs.
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
DSYNC - static field in class gnu.java.nio.FileChannelImpl
DSYNC - static field in class gnu.java.nio.channels.FileChannelImpl
DT - static field in class javax.swing.text.html.HTML.Tag
The <dt> tag , breaks flow, block tag.
dtd - field in class gnu.javax.swing.text.html.parser.htmlValidator
The DTD, providing information about the valid document structure.
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 gnu.javax.swing.text.html.parser.support.parameterDefaulter
dtd - field in class gnu.javax.swing.text.html.parser.support.Parser
The document template description that will be used to parse the documents.
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.
DTD_NAME - static field in class gnu.javax.swing.text.html.parser.HTML_401F
The standard name of this DTD, '-//W3C//DTD HTML 4.01 Frameset//EN'
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.
DTDImpl - class gnu.xml.stream.DTDImpl
A DOCTYPE declaration event.
dtp - field in class gnu.java.net.protocol.ftp.FTPConnection
The current data transfer process in use by this connection.
DUMMY - static field in class javax.swing.text.html.HTML.Attribute
The dummy attribute
DummyAppletStub - class gnu.java.beans.DummyAppletStub
Placeholder implementation of AppletStub providing no functionality.
DummyAppletStub(java.net.URL,java.net.URL) - constructor for class gnu.java.beans.DummyAppletStub
DummyContext - class gnu.java.beans.decoder.DummyContext
The DummyContext is used as the Context implementation for the DummyHandler.
dump() - method in class gnu.gcj.tools.gc_analyze.BytePtr
dump() - method in class gnu.CORBA.CDR.gnuRuntime
Dump all objects that are currently stored.
dump() - method in class javax.swing.text.View
Dumps the complete View hierarchy.
dump(gnu.java.rmi.server.UnicastConnection) - method in class gnu.java.rmi.server.UnicastRef
dump(java.io.PrintStream) - method in class javax.swing.text.AbstractDocument
Dumps diagnostic information to the specified PrintStream.
dump(java.io.PrintStream) - method in class gnu.javax.swing.text.html.parser.gnuDTD
Summarises the document content into the given PrintStream.
Prints diagnostic output to the specified stream.
dump(java.lang.String) - static method in class gnu.gcj.util.GCInfo
Dump a description of the heap state.
dump(java.math.BigInteger) - static method in class gnu.java.security.util.Util
Returns a hexadecimal dump of the trimmed bytes of a BigInteger.
dump(java.security.MessageDigest) - static method in class gnu.javax.crypto.sasl.SaslUtil
Returns the context of the designated hash as a string.
dump(java.util.BitSet) - method in class gnu.javax.swing.text.html.parser.gnuDTD
Prints the content of the given attribute set to the System.out.
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).
dumpAllThreads(boolean,boolean) - method in class gnu.java.lang.management.ThreadMXBeanImpl
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.
dumpString(byte[]) - static method in class gnu.java.security.util.Util
dumpString(byte[],int,int) - static method in class gnu.java.security.util.Util
dumpString(byte[],int,int,java.lang.String) - static method in class gnu.java.security.util.Util
Dumps a byte array as a string, in a format that is easy to read for debugging.
dumpString(byte[],java.lang.String) - static method in class gnu.java.security.util.Util
DUPLEX - static field in class javax.print.attribute.standard.Sides
An alias constant for "two sided long edge".
DUPLEX - static field in class gnu.javax.print.ipp.attribute.defaults.SidesDefault
An alias constant for "two sided long edge".
DUPLEX - static field in class gnu.javax.print.ipp.attribute.supported.SidesSupported
An alias constant for "two sided long edge".
DUPLICATE - static field in class gnu.classpath.jdwp.JdwpConstants.Error
Item already set
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(org.omg.CORBA.Object) - method in class gnu.CORBA.Poa.LocalDelegate
Return this.
Not implemented.
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.
A holder for the exception DuplicateName.
DuplicateNameHolder() - constructor for class gnu.CORBA.DuplicateNameHolder
Create the unitialised instance, leaving the value field with default null value.
Create the initialised instance.
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 - static field in class gnu.xml.validation.datatype.TypeLibrary
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.
dwo_called - field in class gnu.javax.rmi.CORBA.DefaultWriteObjectTester
The flag, indicating, that the defaultWriteObject method was called.
DynamicImpHandler - class gnu.CORBA.Poa.DynamicImpHandler
The InvokeHandler, indicating, that the target is a dynamic implementation rather than an invoke handler.
Create a new instance, wrapping some dyn implementation.
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[]).
A holder for the sequence of DynAny (DynAnySeq).
DynAnySeqHolder() - constructor for class gnu.CORBA.DynAnySeqHolder
Create the unitialised instance, leaving the value array with default null value.
Create the initialised instance.
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.