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 variable in class java.awt.PageAttributes.MediaType
 
D - Static variable in class javax.print.attribute.standard.MediaSize.Engineering
ANSI D paper size. 22 inch x 34 inch
D - Static variable in class javax.print.attribute.standard.MediaSizeName
The engineering ANSI D size medium: 22 inches x 34 inches.
damage(Rectangle) - Method in class javax.swing.text.DefaultCaret
Updates the carets rectangle properties to the specified rectangle and repaints the caret.
damageLineRange(int, int, Shape, Component) - Method in class javax.swing.text.PlainView
Repaint the given line range.
damageRange(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(JTextComponent, int, int, Position.Bias, Position.Bias) - 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(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.
damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) - Method in class javax.swing.plaf.multi.MultiTextUI
Calls the TextUI.damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) method for all the UI delegates managed by this MultiTextUI.
damageRange(JTextComponent, int, int) - Method in class javax.swing.plaf.TextUI
Repaints a range of characters.
damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) - Method in class javax.swing.plaf.TextUI
Repaints a range of characters, also specifying the bias for the start and end of the range.
DARK - Static variable in class javax.swing.plaf.metal.MetalIconFactory
A constant representing "dark".
DARK_GRAY - Static variable 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 variable in class java.awt.Color
Constant for the color dark gray: R=64, G=64, B=64.
darkShadow - Variable in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
The color for drawing the dark shaded parts of the border.
darkShadow - Variable in class javax.swing.plaf.basic.BasicBorders.FieldBorder
The color for drawing the inner half of the top and left edges.
darkShadow - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
The outer bottom and right edge color for both the tab and content border.
darkShadowColor - Static variable in class javax.swing.plaf.metal.MetalSliderUI
The shadow color used for drawing the track rect when the slider is enabled.
DASH_PUNCTUATION - Static variable in class java.lang.Character
Pd = Punctuation, Dash (Informative).
data - Variable in class javax.sound.midi.MidiMessage
MIDI message data.
DATA - Static variable in class javax.swing.text.html.HTML.Attribute
The data attribute
data - Variable in class javax.swing.text.html.parser.Element
A field to store additional user data for this Element.
data - Variable in class javax.swing.text.html.parser.Entity
The entity data
DATA_CONVERSION - Exception in org.omg.CORBA
Means that the ORB cannot convert between the marshalled and native data representation.
DATA_CONVERSION(String) - Constructor for exception 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.
DATA_CONVERSION() - Constructor for exception org.omg.CORBA.DATA_CONVERSION
Creates DATA_CONVERSION with the default minor code of 0 and a completion state COMPLETED_NO.
DATA_CONVERSION(int, CompletionStatus) - Constructor for exception org.omg.CORBA.DATA_CONVERSION
Creates a DATA_CONVERSION exception with the specified minor code and completion status.
DATA_CONVERSION(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.DATA_CONVERSION
Created DATA_CONVERSION exception, providing full information.
DATA_TRANSFER_COMPLETE - Static variable in class javax.print.event.PrintJobEvent
Indicates that the data transfer to the print service has completed.
DatabaseMetaData - Interface in java.sql
 
DataBuffer - Class in java.awt.image
Class that manages arrays of data elements.
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.
dataBuffer - Variable in class java.awt.image.Raster
The data buffer used to store the pixel values.
DataBufferByte - Class in java.awt.image
A DataBuffer that uses an array of byte primitives to represent each of its banks.
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.
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.
DataBufferDouble - Class in java.awt.image
A DataBuffer that uses an array of double primitives to represent each of its banks.
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.
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.
DataBufferFloat - Class in java.awt.image
A DataBuffer that uses an array of float primitives to represent each of its banks.
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.
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.
DataBufferInt - Class in java.awt.image
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 in java.awt.image
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 in java.awt.image
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.
dataDefinitionCausesTransactionCommit() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not a DDL statement will cause the current transaction to be automatically committed.
dataDefinitionIgnoredInTransactions() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not DDL statements are ignored in transactions.
DataFlavor - Class in java.awt.datatransfer
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<?>, String) - Constructor for class java.awt.datatransfer.DataFlavor
Initializes a new instance of DataFlavor.
DataFlavor(String, String, ClassLoader) - Constructor for class java.awt.datatransfer.DataFlavor
Initializes a new instance of DataFlavor with the specified MIME type and description.
DataFlavor(String, String) - Constructor for class java.awt.datatransfer.DataFlavor
Initializes a new instance of DataFlavor with the specified MIME type and description.
DataFlavor(String) - Constructor for class java.awt.datatransfer.DataFlavor
Initializes a new instance of DataFlavor with the specified MIME type.
DataFormatException - Exception in java.util.zip
Exception thrown when compressed data is corrupt.
DataFormatException() - Constructor for exception java.util.zip.DataFormatException
Create an exception without a message.
DataFormatException(String) - Constructor for exception java.util.zip.DataFormatException
Create an exception with a message.
DatagramChannel - Class in java.nio.channels
 
DatagramChannel(SelectorProvider) - Constructor for class java.nio.channels.DatagramChannel
Initializes the channel.
DatagramPacket - Class in java.net
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, int) - Constructor for class java.net.DatagramPacket
This method initializes a new instance of DatagramPacket which has the specified buffer, offset, and length.
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, InetAddress, int) - Constructor for class java.net.DatagramPacket
Initializes a new instance of DatagramPacket for transmitting packets across the network.
DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Initializes a new instance of DatagramPacket for transmitting packets across the network.
DatagramPacket(byte[], int, int, SocketAddress) - Constructor for class java.net.DatagramPacket
Initializes a new instance of DatagramPacket for transmitting packets across the network.
DatagramPacket(byte[], int, SocketAddress) - Constructor for class java.net.DatagramPacket
Initializes a new instance of DatagramPacket for transmitting packets across the network.
DatagramSocket - Class in java.net
This class models a connectionless datagram socket that sends individual packets of data across the network.
DatagramSocket(DatagramSocketImpl) - Constructor for class java.net.DatagramSocket
Creates a DatagramSocket from a specified DatagramSocketImpl instance
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.
DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
Initializes a new instance of DatagramSocket that binds to the specified local port and address.
DatagramSocket(SocketAddress) - Constructor for class java.net.DatagramSocket
Initializes a new instance of DatagramSocket that binds to the specified local port and address.
DatagramSocketImpl - Class in java.net
This abstract class models a datagram socket implementation.
DatagramSocketImpl() - Constructor for class java.net.DatagramSocketImpl
Default, no-argument constructor for subclasses to call.
DatagramSocketImplFactory - Interface in java.net
This interface defines one method which returns a DatagramSocketImpl object.
DataInput - Interface in java.io
This interface is implemented by classes that can data from streams into Java primitive types.
DataInputStream - Class in java.io
This subclass of FilteredInputStream implements the DataInput interface that provides method for reading primitive Java data types from a stream.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
This constructor initializes a new DataInputStream to read from the specified subordinate stream.
DataInputStream - Interface in org.omg.CORBA
An interface for reading the custom value types.
DataLine - Interface in javax.sound.sampled
The DataLine interface adds data-related functionality to the Line interface.
DataLine.Info - Class in javax.sound.sampled
This class extends Line.Info with information specific to DataLine.
DataLine.Info(Class<?>, AudioFormat) - Constructor for class javax.sound.sampled.DataLine.Info
Create a new Info given the line's class and a supported audio format.
DataLine.Info(Class<?>, AudioFormat[], int, int) - Constructor for class javax.sound.sampled.DataLine.Info
Create a new Info given the line's class, the supported audio formats, the minimum buffer size, and the maximum buffer size.
DataLine.Info(Class<?>, AudioFormat, int) - Constructor for class javax.sound.sampled.DataLine.Info
Create a new Info given the line's class, a supported audio format, and a buffer size.
DATALINK - Static variable in class java.sql.Types
 
dataModel - Variable 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 - Variable in class javax.swing.JTable
The model for data stored in the table.
DataOutput - Interface in java.io
This interface is implemented by classes that can wrte data to streams from Java primitive types.
DataOutputStream - Class in java.io
This class provides a mechanism for writing primitive Java datatypes to an OutputStream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
This method initializes an instance of DataOutputStream to write its data to the specified underlying OutputStream
DataOutputStream - Interface in org.omg.CORBA
An interface for writing the custom value types.
DataSource - Interface in javax.sql
 
DataTruncation - Exception in java.sql
This exception is thrown when a piece of data is unexpectedly truncated in JDBC.
DataTruncation(int, boolean, boolean, int, int) - Constructor for exception java.sql.DataTruncation
This method initializes a new instance of DataTruncation with the specified values.
dataType - Variable in class java.awt.image.DataBuffer
The type of the data elements stored in the data buffer.
dataType - Variable in class java.awt.image.SampleModel
The DataBuffer type that is used to store the data of the image described.
Datatype - Interface in org.relaxng.datatype
Datatype object.
DATATYPE_BOOLEAN - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
 
DATATYPE_DOUBLE - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
 
DATATYPE_FLOAT - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
 
DATATYPE_INTEGER - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
 
DATATYPE_STRING - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
 
DatatypeBuilder - Interface in org.relaxng.datatype
Creates a user-defined type by adding parameters to the pre-defined type.
DatatypeConfigurationException - Exception in javax.xml.datatype
A serious error during datatype configuration.
DatatypeConfigurationException() - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
 
DatatypeConfigurationException(String) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
 
DatatypeConfigurationException(String, Throwable) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
 
DatatypeConfigurationException(Throwable) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
 
DatatypeConstants - Class in javax.xml.datatype
Basic data type constants.
DatatypeConstants.Field - Class in javax.xml.datatype
Typesafe enumerated class representing the six fields of the Duration class.
DatatypeException - Exception in org.relaxng.datatype
Signals Datatype related exceptions.
DatatypeException(int, String) - Constructor for exception org.relaxng.datatype.DatatypeException
 
DatatypeException(String) - Constructor for exception org.relaxng.datatype.DatatypeException
 
DatatypeException() - Constructor for exception org.relaxng.datatype.DatatypeException
A constructor for those datatype libraries which don't support any diagnostic information at all.
DatatypeFactory - Class in javax.xml.datatype
Factory class to create new datatype objects mapping XML to and from Java objects.
DatatypeFactory() - Constructor for class javax.xml.datatype.DatatypeFactory
 
DATATYPEFACTORY_IMPLEMENTATION_CLASS - Static variable in class javax.xml.datatype.DatatypeFactory
JAXP 1.3 default implementation class name.
DATATYPEFACTORY_PROPERTY - Static variable in class javax.xml.datatype.DatatypeFactory
JAXP 1.3 default property name.
DatatypeLibrary - Interface in org.relaxng.datatype
A Datatype library
DatatypeLibraryFactory - Interface in org.relaxng.datatype
Factory class for the DatatypeLibrary class.
DatatypeLibraryLoader - Class in org.relaxng.datatype.helpers
Discovers the datatype library implementation from the classpath.
DatatypeLibraryLoader() - Constructor for class org.relaxng.datatype.helpers.DatatypeLibraryLoader
 
DatatypeStreamingValidator - Interface in org.relaxng.datatype
Datatype streaming validator.
dataVector - Variable in class javax.swing.table.DefaultTableModel
Storage for the rows in the table (each row is itself a Vector).
Date - Class in java.sql
This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Date.
Date(int, int, int) - Constructor for class java.sql.Date
Deprecated.  
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 - Static variable in class java.sql.Types
 
DATE - Static variable in class java.util.Calendar
Constant representing the day time field, synonym for DAY_OF_MONTH.
Date - Class in java.util
This class represents a specific time in milliseconds since the epoch.
Date() - Constructor for class java.util.Date
Creates a new Date Object representing the current time.
Date(long) - Constructor for class java.util.Date
Creates a new Date Object representing the given time.
Date(int, int, int) - Constructor for class java.util.Date
Deprecated. use new GregorianCalendar(year+1900, month, day) instead.
Date(int, int, int, int, int) - Constructor for class java.util.Date
Deprecated. use new GregorianCalendar(year+1900, month, day, hour, min) instead.
Date(int, int, int, int, int, int) - Constructor for class java.util.Date
Deprecated. use new GregorianCalendar(year+1900, month, day, hour, min, sec) instead.
Date(String) - Constructor for class java.util.Date
Deprecated. use java.text.DateFormat.parse(s) instead.
DATE - Static variable in class javax.management.openmbean.SimpleType
The SimpleType representation of java.util.Date.
DATE - Static variable in class javax.xml.datatype.DatatypeConstants
The qualified-name for the date data type.
DATE_EDITOR - Static variable in class javax.accessibility.AccessibleRole
A component which allows editing of Date and Time objects.
DATE_FIELD - Static variable 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.
DateFormat - Class in java.text
 
DateFormat() - Constructor for class java.text.DateFormat
This method initializes a new instance of DateFormat.
DateFormat.Field - Class in java.text
 
DateFormat.Field(String, int) - Constructor for class java.text.DateFormat.Field
 
DateFormatProvider - Class in java.text.spi
A DateFormatProvider provides localized instances of DateFormat.
DateFormatProvider() - Constructor for class java.text.spi.DateFormatProvider
Constructs a new DateFormatProvider.
DateFormatSymbols - Class in java.text
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(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.
DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
This method loads the format symbol information for the default locale.
DateFormatSymbolsProvider - Class in java.text.spi
A DateFormatSymbolsProvider provides localized instances of DateFormatSymbols.
DateFormatSymbolsProvider() - Constructor for class java.text.spi.DateFormatSymbolsProvider
Constructs a new DateFormatSymbolsProvider.
DateFormatter - Class in javax.swing.text
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(DateFormat) - Constructor for class javax.swing.text.DateFormatter
Creates a new instance of DateFormatter using the specified DateFormat
DATETIME - Static variable in class javax.xml.datatype.DatatypeConstants
The qualified-name for the dateTime data type.
DateTimeAtCompleted - Class in javax.print.attribute.standard
The DateTimeAtCompleted attribute specifies the date and the time at which a print job completed (or was canceled or aborted).
DateTimeAtCompleted(Date) - Constructor for class javax.print.attribute.standard.DateTimeAtCompleted
Creates a DateTimeAtCompleted object.
DateTimeAtCreation - Class in javax.print.attribute.standard
The DateTimeAtCreation attribute specifies the date and the time at which a print job was created.
DateTimeAtCreation(Date) - Constructor for class javax.print.attribute.standard.DateTimeAtCreation
Creates a DateTimeAtCreation object.
DateTimeAtProcessing - Class in javax.print.attribute.standard
The DateTimeAtProcessing attribute specifies the date and the time at which a print job started processing.
DateTimeAtProcessing(Date) - Constructor for class javax.print.attribute.standard.DateTimeAtProcessing
Creates a DateTimeAtProcessing object.
DateTimeSyntax - Class in javax.print.attribute
DateTimeSyntax is the abstract base class of all attribute classes having a date and a time as value.
DateTimeSyntax(Date) - Constructor for class javax.print.attribute.DateTimeSyntax
Creates a DateTimeSyntax with a given value.
DAY_OF_MONTH - Static variable in class java.text.DateFormat.Field
 
DAY_OF_MONTH - Static variable in class java.util.Calendar
Constant representing the day time field.
DAY_OF_WEEK - Static variable in class java.text.DateFormat.Field
 
DAY_OF_WEEK - Static variable in class java.util.Calendar
Constant representing the day of week time field.
DAY_OF_WEEK_FIELD - Static variable 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 variable in class java.text.DateFormat.Field
 
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Constant representing the day-of-week-in-month field.
DAY_OF_WEEK_IN_MONTH_FIELD - Static variable 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 variable in class java.text.DateFormat.Field
 
DAY_OF_YEAR - Static variable in class java.util.Calendar
Constant representing the day of year time field.
DAY_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
Represents the position of the day of the year pattern character in the array of localized pattern characters.
DAYS - Static variable in class javax.xml.datatype.DatatypeConstants
Constant that represents the days field.
DD - Static variable in class javax.swing.text.html.HTML.Tag
The <dd> tag , breaks flow, block tag.
deactivate(boolean) - Method in interface java.awt.im.spi.InputMethod
Deactivate this input method, either temporarily or permanently for the given client.
deactivate() - Method in interface javax.rmi.CORBA.Tie
Deactivate this Tie.
deactivate(boolean, boolean) - Method in interface org.omg.PortableServer.POAManagerOperations
Turns the asociated POAs into inactive state.
deactivate_object(byte[]) - Method in interface org.omg.PortableServer.POAOperations
Deactivate object with the given id.
deactivateFrame(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
This method is called when the JInternalFrame loses focus.
deactivateFrame(JInternalFrame) - Method in interface javax.swing.DesktopManager
This method should be called when the JInternalFrame gets deselected and subsequently loses focus.
deactivateFrame(JInternalFrame) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
This is a convenience method that deactivates the JInternalFrame.
DebugGraphics - Class in javax.swing
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(Graphics, JComponent) - Constructor for class javax.swing.DebugGraphics
Creates a DebugGraphics object.
DebugGraphics(Graphics) - Constructor for class javax.swing.DebugGraphics
Creates a DebugGraphics object.
decapitalize(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 variable in class java.util.Calendar
Constant representing December.
DECEMBER - Static variable in class javax.xml.datatype.DatatypeConstants
Value for December.
DECIMAL - Static variable in class java.sql.Types
 
DECIMAL128 - Static variable in class java.math.MathContext
A MathContext for the IEEE 754R Decimal128 format - 34 digit preicision and HALF_EVEN rounding.
DECIMAL32 - Static variable in class java.math.MathContext
A MathContext for the IEEE 754R Decimal32 format - 7 digit preicision and HALF_EVEN rounding.
DECIMAL64 - Static variable in class java.math.MathContext
A MathContext for the IEEE 754R Decimal64 format - 16 digit preicision and HALF_EVEN rounding.
DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
Nd = Number, Decimal Digit (Normative).
DECIMAL_SEPARATOR - Static variable in class java.text.NumberFormat.Field
Attribute set to all characters containing a decimal separator.
DecimalFormat - Class in java.text
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(String) - Constructor for class java.text.DecimalFormat
Constructs a DecimalFormat which uses the given pattern and the default symbols for formatting and parsing.
DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
Constructs a DecimalFormat using the given pattern and formatting symbols.
DecimalFormatSymbols - Class in java.text
This class is a container for the symbols used by DecimalFormat to format numbers and currency.
DecimalFormatSymbols() - Constructor for class java.text.DecimalFormatSymbols
This method initializes a new instance of DecimalFormatSymbols for the default locale.
DecimalFormatSymbols(Locale) - Constructor for class java.text.DecimalFormatSymbols
This method initializes a new instance of DecimalFormatSymbols for the specified locale.
DecimalFormatSymbolsProvider - Class in java.text.spi
A DecimalFormatSymbolsProvider provides localized instances of DecimalFormatSymbols.
DecimalFormatSymbolsProvider() - Constructor for class java.text.spi.DecimalFormatSymbolsProvider
Constructs a new DecimalFormatSymbolsProvider.
DECLARE - Static variable in class javax.swing.text.html.HTML.Attribute
The declare attribute
DECLARED - Static variable in interface java.lang.reflect.Member
Represents all members, whether public, private, protected or package-protected, but only which are declared in this class.
declarePrefix(String, String) - Method in class org.xml.sax.helpers.NamespaceSupport
Declare a Namespace prefix.
DeclHandler - Interface in org.xml.sax.ext
SAX2 extension handler for DTD declaration events.
decode(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(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(String) - Static method in class java.lang.Byte
Convert the specified String into a Byte.
decode(String) - Static method in class java.lang.Integer
Convert the specified String into an Integer.
decode(String) - Static method in class java.lang.Long
Convert the specified String into a Long.
decode(String) - Static method in class java.lang.Short
Convert the specified String into a Short.
decode(String) - Static method in class java.net.URLDecoder
Deprecated.  
decode(String, 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(ByteBuffer) - Method in class java.nio.charset.Charset
 
decode(ByteBuffer) - Method in class java.nio.charset.CharsetDecoder
 
decode(ByteBuffer, CharBuffer, boolean) - Method in class java.nio.charset.CharsetDecoder
 
decode(InputStream) - Method in interface java.security.Certificate
Deprecated. This method reads an encoded certificate from an InputStream.
decode(byte[]) - Method in interface org.omg.IOP.CodecOperations
Decode the given array of bytes and return the decoded value, inserted into Any.
decode_value(byte[], TypeCode) - Method in interface org.omg.IOP.CodecOperations
Decode the given array of bytes, supposing that they contain the given data structure, and return the decoded value.
decodeDataFlavor(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
Returns the data flavor given the native type name or null when no such data flavor exists.
decodeJavaMIMEType(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
Decodes a String native for use as a Java MIME type.
decodeLineStyle(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).
decodeLoop(ByteBuffer, CharBuffer) - Method in class java.nio.charset.CharsetDecoder
 
decrButton - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
The JButton that decrements the scrollbar's value.
DECREASE_HIGHLIGHT - Static variable in class javax.swing.plaf.basic.BasicScrollBarUI
Indicates that the decrease highlight should be painted.
decreaseButton - Variable in class javax.swing.plaf.metal.MetalScrollBarUI
The button that decreases the value in the scroll bar.
DECREMENT - Static variable in interface javax.accessibility.AccessibleAction
The name of an action which decrements a value.
decrIndent() - Method in class javax.swing.text.AbstractWriter
Decrement the indent level.
DECRYPT_MODE - Static variable in class javax.crypto.Cipher
The decryption operation mode.
deepEquals(Object[], Object[]) - Static method in class java.util.Arrays
 
deepHashCode(Object[]) - Static method in class java.util.Arrays
 
deepToString(Object[]) - Static method in class java.util.Arrays
 
def - Variable 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 interface org.omg.CORBA.IRObjectOperations
Get the definition kind of this interface repository object.
defAttributeList(String, int, int, String, String, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Creates and returns new attribute (not an attribute list).
DEFAULT - Static variable in class java.awt.dnd.DragSourceContext
 
DEFAULT - Static variable in class java.text.DateFormat
 
DEFAULT - Static variable in interface javax.swing.Action
A key to access the default property for the action (this is not used).
DEFAULT - Static variable in interface javax.swing.plaf.synth.SynthConstants
Indicates that a region is in its default state.
DEFAULT - Static variable in interface javax.swing.text.html.parser.DTDConstants
The DEFAULT constant, specifies the default value.
DEFAULT_CARET_POLICY - Static variable in class java.awt.font.TextLayout
The default caret policy.
DEFAULT_COMPRESSION - Static variable in class java.util.zip.Deflater
The default compression level.
DEFAULT_CSS - Static variable in class javax.swing.text.html.HTMLEditorKit
Default cascading stylesheed file ("default.css").
DEFAULT_CURSOR - Static variable in class java.awt.Cursor
Constant for the system default cursor type
DEFAULT_CURSOR - Static variable in class java.awt.Frame
Deprecated. Replaced by Cursor.DEFAULT_CURSOR instead.
default_index() - Method in class org.omg.CORBA.TypeCode
For unions, returs the index of the default member.
DEFAULT_JUSTIFICATION - Static variable 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 variable in class javax.swing.text.JTextComponent
 
DEFAULT_LAYER - Static variable in class javax.swing.JLayeredPane
 
DEFAULT_LIFETIME - Static variable in interface org.ietf.jgss.GSSContext
A lifetime constant representing the default context lifetime.
DEFAULT_LIFETIME - Static variable in interface org.ietf.jgss.GSSCredential
A lifetime constant representing the default credential lifetime.
DEFAULT_NS_PREFIX - Static variable in class javax.xml.XMLConstants
Dummy namespace prefix indicating that there is no namespace.
DEFAULT_OBJECT_MODEL_URI - Static variable in class javax.xml.xpath.XPathFactory
The default object model URI.
DEFAULT_OPTION - Static variable in class javax.swing.JOptionPane
An option used in confirmation dialog methods.
default_POA(Servant) - Method in interface org.omg.PortableServer.portable.Delegate
Returns the root POA of the ORB instance, associated with this servant.
DEFAULT_POSITION - Static variable in class javax.swing.border.TitledBorder
A value for the titlePosition property that vertically positions the title text at the default vertical position, which is in the middle of the top line of the border.
DEFAULT_PROPERTY_NAME - Static variable in class javax.xml.xpath.XPathFactory
The default property name according to the JAXP specification.
DEFAULT_STRATEGY - Static variable in class java.util.zip.Deflater
The default strategy.
DEFAULT_STYLE - Static variable in class javax.swing.text.StyleContext
The name of the default style.
DEFAULT_VALUE_FIELD - Static variable in class javax.management.JMX
The name of the defaultValue field.
DefaultBoundedRangeModel - Class in javax.swing
The default implementation of BoundedRangeModel.
DefaultBoundedRangeModel() - Constructor for class javax.swing.DefaultBoundedRangeModel
Constructs a DefaultBoundedRangeModel with default values for the properties.
DefaultBoundedRangeModel(int, int, int, int) - Constructor for class javax.swing.DefaultBoundedRangeModel
Constructs a DefaultBoundedRangeModel with the specified values for some properties.
defaultButton - Variable in class javax.swing.JRootPane
 
DefaultButtonModel - Class in javax.swing
The default implementation of ButtonModel.
DefaultButtonModel() - Constructor for class javax.swing.DefaultButtonModel
Creates a new DefaultButtonModel object.
DefaultCaret - Class in javax.swing.text
The default implementation of the Caret interface.
DefaultCaret() - Constructor for class javax.swing.text.DefaultCaret
Creates a new DefaultCaret instance.
DefaultCellEditor - Class in javax.swing
The default implementation of TableCellEditor and TreeCellEditor.
DefaultCellEditor(JTextField) - Constructor for class javax.swing.DefaultCellEditor
Create the DefaultCellEditor that uses the text field as its editor component (appropriate for the text content)
DefaultCellEditor(JCheckBox) - Constructor for class javax.swing.DefaultCellEditor
Constructor DefaultCellEditor that uses the checkbox (appropriate for boolean values)
DefaultCellEditor(JComboBox) - Constructor for class javax.swing.DefaultCellEditor
Constructor DefaultCellEditor that uses the combo box.
DefaultCellEditor.EditorDelegate - Class in javax.swing
This changeable module access the editor component in the component specific way.
DefaultCellEditor.EditorDelegate() - Constructor for class javax.swing.DefaultCellEditor.EditorDelegate
Constructor EditorDelegate
defaultCharset() - Static method in class java.nio.charset.Charset
Returns the system default charset.
defaultChoosers - Variable in class javax.swing.plaf.basic.BasicColorChooserUI
An array of default choosers to use in the JColorChooser.
DefaultColorSelectionModel - Class in javax.swing.colorchooser
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(Color) - Constructor for class javax.swing.colorchooser.DefaultColorSelectionModel
Creates a new color selection model with a given selected color.
DefaultComboBoxModel - Class in javax.swing
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.
DefaultComboBoxModel(Object[]) - Constructor for class javax.swing.DefaultComboBoxModel
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 - Variable in class java.awt.GridBagLayout
 
defaultController - Variable in class javax.imageio.IIOParam
The default controller called by this IIOParam to retrieve parameters.
defaultController - Variable in class javax.imageio.metadata.IIOMetadata
 
DefaultCopyDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultCopyNoDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultDesktopManager - Class in javax.swing
The default implementation of DesktopManager for Swing.
DefaultDesktopManager() - Constructor for class javax.swing.DefaultDesktopManager
This creates a new DefaultDesktopManager object.
defaulted(String) - Method in class java.io.ObjectInputStream.GetField
 
DefaultEditorKit - Class in javax.swing.text
The default implementation of EditorKit.
DefaultEditorKit() - Constructor for class javax.swing.text.DefaultEditorKit
Creates a new DefaultEditorKit.
DefaultEditorKit.BeepAction - Class in javax.swing.text
Creates a beep on the PC speaker.
DefaultEditorKit.BeepAction() - Constructor for class javax.swing.text.DefaultEditorKit.BeepAction
Creates a new BeepAction.
DefaultEditorKit.CopyAction - Class in javax.swing.text
Copies the selected content into the system clipboard.
DefaultEditorKit.CopyAction() - Constructor for class javax.swing.text.DefaultEditorKit.CopyAction
Create a new CopyAction.
DefaultEditorKit.CutAction - Class in javax.swing.text
Copies the selected content into the system clipboard and deletes the selection.
DefaultEditorKit.CutAction() - Constructor for class javax.swing.text.DefaultEditorKit.CutAction
Create a new CutAction.
DefaultEditorKit.DefaultKeyTypedAction - Class in javax.swing.text
This action is executed as default action when a KEY_TYPED event is received and no keymap entry exists for that.
DefaultEditorKit.DefaultKeyTypedAction() - Constructor for class javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction
Creates a new DefaultKeyTypedAction.
DefaultEditorKit.InsertBreakAction - Class in javax.swing.text
This action inserts a newline character into the document of the text component.
DefaultEditorKit.InsertBreakAction() - Constructor for class javax.swing.text.DefaultEditorKit.InsertBreakAction
Creates a new InsertBreakAction.
DefaultEditorKit.InsertContentAction - Class in javax.swing.text
Places content into the associated editor.
DefaultEditorKit.InsertContentAction() - Constructor for class javax.swing.text.DefaultEditorKit.InsertContentAction
Creates a new InsertContentAction.
DefaultEditorKit.InsertTabAction - Class in javax.swing.text
Inserts a TAB character into the text editor.
DefaultEditorKit.InsertTabAction() - Constructor for class javax.swing.text.DefaultEditorKit.InsertTabAction
Creates a new TabAction.
DefaultEditorKit.PasteAction - Class in javax.swing.text
Copies content from the system clipboard into the editor.
DefaultEditorKit.PasteAction() - Constructor for class javax.swing.text.DefaultEditorKit.PasteAction
Create a new PasteAction.
defaultEditorsByColumnClass - Variable in class javax.swing.JTable
A table mapping Class objects to TableCellEditor objects.
DefaultFocusManager - Class in javax.swing
This class has been obsoleted by the new KeyboardFocusManager and DefaultKeyboardFocusManager API.
DefaultFocusManager() - Constructor for class javax.swing.DefaultFocusManager
Constructor DefaultFocusManager
DefaultFocusTraversalPolicy - Class in java.awt
DefaultFocusTraversalPolicy is the default focus traversal policy used by Containers.
DefaultFocusTraversalPolicy() - Constructor for class java.awt.DefaultFocusTraversalPolicy
Construct a default focus traversal policy.
DefaultFormatter - Class in javax.swing.text
The DefaultFormatter is a concrete formatter for use in JFormattedTextFields.
DefaultFormatter() - Constructor for class javax.swing.text.DefaultFormatter
Creates a new instance of DefaultFormatter.
DefaultFormatterFactory - Class in javax.swing.text
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
DefaultFormatterFactory(JFormattedTextField.AbstractFormatter) - Constructor for class javax.swing.text.DefaultFormatterFactory
Creates a new DefaultFormatterFactory with the specified formatters.
DefaultFormatterFactory(JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter) - Constructor for class javax.swing.text.DefaultFormatterFactory
Creates a new DefaultFormatterFactory with the specified formatters.
DefaultFormatterFactory(JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter) - Constructor for class javax.swing.text.DefaultFormatterFactory
Creates a new DefaultFormatterFactory with the specified formatters.
DefaultFormatterFactory(JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter) - Constructor for class javax.swing.text.DefaultFormatterFactory
Creates a new DefaultFormatterFactory with the specified formatters.
DefaultHandler - Class in org.xml.sax.helpers
Default base class for SAX2 event handlers.
DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
 
DefaultHandler2 - Class in org.xml.sax.ext
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 in javax.swing.text
The default highlight for Swing text components.
DefaultHighlighter() - Constructor for class javax.swing.text.DefaultHighlighter
 
DefaultHighlighter.DefaultHighlightPainter - Class in javax.swing.text
 
DefaultHighlighter.DefaultHighlightPainter(Color) - Constructor for class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
 
defaultInitCtx - Variable in class javax.naming.InitialContext
Contains the default initial context.
DefaultKeyboardFocusManager - Class in java.awt
 
DefaultKeyboardFocusManager() - Constructor for class java.awt.DefaultKeyboardFocusManager
 
defaultKeyTypedAction - Static variable in class javax.swing.text.DefaultEditorKit
The name of the Action that is performed by default if a key is typed and there is no keymap entry.
DefaultLinkDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultLinkNoDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultListCellRenderer - Class in javax.swing
The default implementation ListCellRenderer.
DefaultListCellRenderer() - Constructor for class javax.swing.DefaultListCellRenderer
 
DefaultListCellRenderer.UIResource - Class in javax.swing
Subclasses DefaultListCellRenderers and implements UIResource.
DefaultListCellRenderer.UIResource() - Constructor for class javax.swing.DefaultListCellRenderer.UIResource
 
DefaultListModel - Class in javax.swing
The default implementation of AbstractListModel, used by JList and similar objects as the model of a list of values.
DefaultListModel() - Constructor for class javax.swing.DefaultListModel
 
DefaultListSelectionModel - Class in javax.swing
The default implementation of ListSelectionModel, which is used by JList and similar classes to manage the selection status of a number of data elements.
DefaultListSelectionModel() - Constructor for class javax.swing.DefaultListSelectionModel
 
DefaultLoaderRepository - Class in javax.management
Deprecated. Use MBeanServer.getClassLoaderRepository() instead.
DefaultLoaderRepository() - Constructor for class javax.management.DefaultLoaderRepository
Deprecated.  
defaultManager() - Static method in class javax.swing.MenuSelectionManager
Returns shared instance of MenuSelection Manager
DefaultMenuLayout - Class in javax.swing.plaf.basic
The LayoutManager that is used in PopupMenus.
DefaultMenuLayout(Container, int) - Constructor for class javax.swing.plaf.basic.DefaultMenuLayout
Creates a new instance of DefaultMenuLayout.
DefaultMetalTheme - Class in javax.swing.plaf.metal
The default theme for the MetalLookAndFeel.
DefaultMetalTheme() - Constructor for class javax.swing.plaf.metal.DefaultMetalTheme
Creates a new instance of this theme.
DefaultMoveDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultMoveNoDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultMutableTreeNode - Class in javax.swing.tree
A default implementation of the MutableTreeNode interface.
DefaultMutableTreeNode() - Constructor for class javax.swing.tree.DefaultMutableTreeNode
Creates a DefaultMutableTreeNode object.
DefaultMutableTreeNode(Object) - Constructor for class javax.swing.tree.DefaultMutableTreeNode
Creates a DefaultMutableTreeNode object with the given user object attached to it.
DefaultMutableTreeNode(Object, boolean) - Constructor for class javax.swing.tree.DefaultMutableTreeNode
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(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 variable in class javax.swing.text.DefaultHighlighter
 
DefaultPersistenceDelegate - Class in java.beans
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.
DefaultPersistenceDelegate(String[]) - Constructor for class java.beans.DefaultPersistenceDelegate
This constructor allows to specify which Bean properties appear in the constructor.
defaultPressAction - Variable in class javax.swing.JRootPane
Deprecated. since JDK1.3
defaultReadObject() - Method in class java.io.ObjectInputStream
Reads the current objects non-transient, non-static fields from the current class from the underlying output stream.
defaultReleaseAction - Variable in class javax.swing.JRootPane
Deprecated. since JDK1.3
defaultRenderersByColumnClass - Variable in class javax.swing.JTable
A table mapping Class objects to TableCellEditor objects.
defaults - Variable in class java.util.Properties
The property list that contains default values for any keys not in this property list.
DefaultSingleSelectionModel - Class in javax.swing
The default implementation of SingleSelectionModel, used in JTabbedPane, JMenuBar and JPopupMenu.
DefaultSingleSelectionModel() - Constructor for class javax.swing.DefaultSingleSelectionModel
Creates a new DefaultSingleSelectionModel with no current selection.
DefaultStyledDocument - Class in javax.swing.text
The default implementation of StyledDocument.
DefaultStyledDocument() - Constructor for class javax.swing.text.DefaultStyledDocument
Creates a new DefaultStyledDocument.
DefaultStyledDocument(StyleContext) - Constructor for class javax.swing.text.DefaultStyledDocument
Creates a new DefaultStyledDocument that uses the specified StyleContext.
DefaultStyledDocument(AbstractDocument.Content, StyleContext) - Constructor for class javax.swing.text.DefaultStyledDocument
Creates a new DefaultStyledDocument that uses the specified StyleContext and Content buffer.
DefaultStyledDocument.AttributeUndoableEdit - Class in javax.swing.text
An UndoableEdit that can undo attribute changes to an element.
DefaultStyledDocument.AttributeUndoableEdit(Element, AttributeSet, boolean) - Constructor for class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
Creates a new AttributeUndoableEdit.
DefaultStyledDocument.ElementBuffer - Class in javax.swing.text
Performs all structural changes to the Element hierarchy.
DefaultStyledDocument.ElementBuffer(Element) - Constructor for class javax.swing.text.DefaultStyledDocument.ElementBuffer
Creates a new ElementBuffer for the specified root element.
DefaultStyledDocument.ElementSpec - Class in javax.swing.text
Carries specification information for new Elements that should be created in DefaultStyledDocument.ElementBuffer.
DefaultStyledDocument.ElementSpec(AttributeSet, short) - Constructor for class javax.swing.text.DefaultStyledDocument.ElementSpec
Creates a new ElementSpec with no content, length or offset.
DefaultStyledDocument.ElementSpec(AttributeSet, short, int) - Constructor for class javax.swing.text.DefaultStyledDocument.ElementSpec
Creates a new ElementSpec that specifies the length but not the offset of an element.
DefaultStyledDocument.ElementSpec(AttributeSet, short, char[], int, int) - Constructor for class javax.swing.text.DefaultStyledDocument.ElementSpec
Creates a new ElementSpec with document content.
DefaultStyledDocument.SectionElement - Class in javax.swing.text
An element type for sections.
DefaultStyledDocument.SectionElement() - Constructor for class javax.swing.text.DefaultStyledDocument.SectionElement
Creates a new SectionElement.
DefaultTableCellRenderer - Class in javax.swing.table
Class to display every cells.
DefaultTableCellRenderer() - Constructor for class javax.swing.table.DefaultTableCellRenderer
Creates a default table cell renderer with an empty border.
DefaultTableCellRenderer.UIResource - Class in javax.swing.table
 
DefaultTableCellRenderer.UIResource() - Constructor for class javax.swing.table.DefaultTableCellRenderer.UIResource
 
DefaultTableColumnModel - Class in javax.swing.table
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 in javax.swing.table
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(Vector, int) - Constructor for class javax.swing.table.DefaultTableModel
Creates a new table with the specified column names and number of rows.
DefaultTableModel(Object[], int) - Constructor for class javax.swing.table.DefaultTableModel
Creates a new table with the specified column names and row count.
DefaultTableModel(Vector, Vector) - Constructor for class javax.swing.table.DefaultTableModel
Creates a new table with the specified data values and column names.
DefaultTableModel(Object[][], Object[]) - Constructor for class javax.swing.table.DefaultTableModel
Creates a new table with the specified data values and column names.
defaultTextIconGap - Variable in class javax.swing.plaf.basic.BasicButtonUI
A constant used to pad out elements in the button's layout and preferred size calculations.
defaultTextIconGap - Variable in class javax.swing.plaf.basic.BasicMenuItemUI
Number of spaces between icon and text.
defaultTextShiftOffset - Variable in class javax.swing.plaf.basic.BasicButtonUI
A constant added to the defaultTextIconGap to adjust the text within this particular button.
DefaultTextUI - Class in javax.swing.text
Deprecated. as of 1.5 use BasicTextUI instead
DefaultTextUI() - Constructor for class javax.swing.text.DefaultTextUI
Deprecated. use BasicTextUI instead
DefaultTreeCellEditor - Class in javax.swing.tree
Participates in the tree cell editing.
DefaultTreeCellEditor(JTree, DefaultTreeCellRenderer) - Constructor for class javax.swing.tree.DefaultTreeCellEditor
Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and a default editor.
DefaultTreeCellEditor(JTree, DefaultTreeCellRenderer, TreeCellEditor) - Constructor for class javax.swing.tree.DefaultTreeCellEditor
Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and the specified editor.
DefaultTreeCellEditor.DefaultTextField - Class in javax.swing.tree
The default text field, used in the editing sessions.
DefaultTreeCellEditor.DefaultTextField(Border) - Constructor for class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
Creates a DefaultTextField object.
DefaultTreeCellEditor.EditorContainer - Class in javax.swing.tree
This container that appears on the tree during editing session.
DefaultTreeCellEditor.EditorContainer() - Constructor for class javax.swing.tree.DefaultTreeCellEditor.EditorContainer
Creates an EditorContainer object.
DefaultTreeCellRenderer - Class in javax.swing.tree
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 in javax.swing.tree
DefaultTreeModel
DefaultTreeModel(TreeNode) - Constructor for class javax.swing.tree.DefaultTreeModel
Constructor DefaultTreeModel where any node can have children.
DefaultTreeModel(TreeNode, boolean) - Constructor for class javax.swing.tree.DefaultTreeModel
Create the DefaultTreeModel that may check if the nodes can have children or not.
DefaultTreeSelectionModel - Class in javax.swing.tree
The implementation of the default tree selection model.
DefaultTreeSelectionModel() - Constructor for class javax.swing.tree.DefaultTreeSelectionModel
Constructs a new DefaultTreeSelectionModel.
defaultWriteObject() - Method in class java.io.ObjectOutputStream
Writes the current objects non-transient, non-static fields from the current class to the underlying output stream.
defContentModel(int, Object, ContentModel) - Method in class javax.swing.text.html.parser.DTD
Creates a new content model.
DEFECTIVE_CREDENTIAL - Static variable in exception org.ietf.jgss.GSSException
Defective credential error.
DEFECTIVE_TOKEN - Static variable in exception org.ietf.jgss.GSSException
Defective token error.
defElement(String, int, boolean, boolean, ContentModel, String[], String[], AttributeList) - Method in class javax.swing.text.html.parser.DTD
Defines a new element and adds it to the element table.
defEntity(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(String, int, String) - Method in class javax.swing.text.html.parser.DTD
Creates, intializes and adds to the entity table the new entity.
defineAttributes(String, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Define the attributes for the element with the given name.
defineClass(byte[], int, int) - Method in class java.lang.ClassLoader
Deprecated. use ClassLoader.defineClass(String, byte[], int, int) instead
defineClass(String, byte[], int, int) - Method in class java.lang.ClassLoader
Helper to define a class using a string of bytes without a ProtectionDomain.
defineClass(String, byte[], int, int, ProtectionDomain) - Method in class java.lang.ClassLoader
Helper to define a class using a string of bytes.
defineClass(String, ByteBuffer, ProtectionDomain) - Method in class java.lang.ClassLoader
Helper to define a class using the contents of a byte buffer.
defineClass(String, byte[], int, int, CodeSource) - Method in class java.security.SecureClassLoader
Creates a class using an array of bytes and a CodeSource.
defineClass(String, ByteBuffer, CodeSource) - Method in class java.security.SecureClassLoader
Creates a class using an ByteBuffer and a CodeSource.
defined_in - Variable in class org.omg.CORBA.ValueMember
The repository ID of the value for that this member is defined
defineElement(String, int, boolean, boolean, ContentModel, BitSet, BitSet, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Defines the element and adds it to the element table.
defineEntity(String, int, char[]) - Method in class javax.swing.text.html.parser.DTD
Creates, intializes and adds to the entity table the new entity.
definePackage(String, String, String, String, String, String, String, URL) - Method in class java.lang.ClassLoader
Defines a new package and creates a Package object.
definePackage(String, Manifest, URL) - Method in class java.net.URLClassLoader
Defines a Package based on the given name and the supplied manifest information.
DefinitionKind - Class in org.omg.CORBA
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.
DefinitionKindHelper - Class in org.omg.CORBA
A helper operations for the definition kind.
DefinitionKindHelper() - Constructor for class org.omg.CORBA.DefinitionKindHelper
 
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.
deflate() - Method in class java.util.zip.DeflaterOutputStream
Deflates everything in the def's input buffers.
DEFLATE - Static variable in class javax.print.attribute.standard.Compression
The print data is ZIP compressed.
DEFLATED - Static variable in class java.util.zip.Deflater
The compression method.
DEFLATED - Static variable in class java.util.zip.ZipEntry
Compression method.
DEFLATED - Static variable in class java.util.zip.ZipOutputStream
Compression method.
Deflater - Class in java.util.zip
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.
DeflaterOutputStream - Class in java.util.zip
This is a special FilterOutputStream deflating the bytes that are written through it.
DeflaterOutputStream(OutputStream) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new DeflaterOutputStream with a default Deflater and default buffer size.
DeflaterOutputStream(OutputStream, Deflater) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new DeflaterOutputStream with the given Deflater and default buffer size.
DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new DeflaterOutputStream with the given Deflater and buffer size.
deiconifyFrame(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
This method removes the JInternalFrame's JDesktopIcon representation and adds the JInternalFrame back to its parent.
deiconifyFrame(JInternalFrame) - Method in interface javax.swing.DesktopManager
This method should remove the JDesktopIcon from its parent and replace it with the JInternalFrame that the JDesktopIcon represents.
deiconifyFrame(JInternalFrame) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
This is a convenience method that deiconifies the JInternalFrame.
deiconize() - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
This method deiconizes the JInternalFrame associated with the JDesktopIcon.
deinstall(JTextComponent) - Method in interface javax.swing.text.Caret
Deinstalls this Caret from the specified text component.
deinstall(JTextComponent) - Method in class javax.swing.text.DefaultCaret
Deinstalls this Caret from the specified JTextComponent.
deinstall(JTextComponent) - Method in class javax.swing.text.DefaultHighlighter
 
deinstall(JEditorPane) - Method in class javax.swing.text.EditorKit
Called when the kit is being removed from the JEditorPane.
deinstall(JTextComponent) - Method in interface javax.swing.text.Highlighter
 
deinstall(JEditorPane) - Method in class javax.swing.text.html.HTMLEditorKit
Called when the this is removed from the JEditorPane.
deinstall(JEditorPane) - Method in class javax.swing.text.StyledEditorKit
Deinstalls this EditorKit from the specified JEditorPane.
deinstallMouseHandlers(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method removes the necessary MouseListeners from the given JComponent.
delay(int) - Method in class java.awt.Robot
Sleep for a specified length of time.
delegate - Variable in class javax.swing.DefaultCellEditor
The editor delegate, responsible for listening the DefaultCellEditor.editorComponent events and getting/setting its value.
Delegate - Class in org.omg.CORBA.portable
Specifies a vendor specific implementation of the Object methods.
Delegate() - Constructor for class org.omg.CORBA.portable.Delegate
 
Delegate - Class in org.omg.CORBA_2_3.portable
Extends the previous version of the Delegate by one additional method, defined in CORBA 2_3 .
Delegate() - Constructor for class org.omg.CORBA_2_3.portable.Delegate
 
Delegate - Interface in org.omg.PortableServer.portable
Each Servant has an associated delegate, where the most of the calls are forwarded.
delegateFocus(MouseEvent) - Method in class javax.swing.plaf.basic.BasicComboPopup
This method helps to delegate focus to the right component in the JComboBox.
delegateFocus(MouseEvent) - Method in class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboPopup
Deprecated.  
DelegationPermission - Class in javax.security.auth.kerberos
 
DelegationPermission(String) - Constructor for class javax.security.auth.kerberos.DelegationPermission
Create a new instance with the given name.
DelegationPermission(String, String) - Constructor for class javax.security.auth.kerberos.DelegationPermission
Create a new instance with the given name and actions.
DELETE - Static variable in class java.awt.Event
 
delete() - Method in class java.io.File
This method deletes the file represented by this object.
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(int, int) - Method in interface javax.accessibility.AccessibleEditableText
Delete the text between two points.
DELETE - Static variable in interface javax.accessibility.AccessibleTableModelChange
Identifies deletion of rows or columns.
DELETE - Static variable in class javax.swing.event.TableModelEvent
An event type indicating that one or more rows have been deleted from the model.
delete(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Deletes the text between two indexes.
delete_values(String) - Method in class org.omg.CORBA.Context
Delete one or several (identically named) given properties.
deleteCaption() - Method in interface org.w3c.dom.html2.HTMLTableElement
Delete the table caption, if one exists.
deleteCell(int) - Method in interface org.w3c.dom.html2.HTMLTableRowElement
Delete a cell from the current row.
deleteChar(AttributedCharacterIterator, int) - Method in class java.awt.font.LineBreakMeasurer
 
deleteChar(AttributedCharacterIterator, int) - Method in class java.awt.font.TextMeasurer
Update the text if a character is deleted at the position deletePos
deleteCharAt(int) - Method in class java.lang.StringBuffer
Delete a character from this StringBuffer.
deleteCharAt(int) - Method in class java.lang.StringBuilder
Delete a character from this StringBuilder.
deleteContents() - Method in interface 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 interface org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
deleteEntry(String) - Method in class java.security.KeyStore
Deletes the entry for the specified entry.
deleteMedium(String) - Method in interface org.w3c.dom.stylesheets.MediaList
Deletes the medium indicated by oldMedium from the list.
deleteNextCharAction - Static variable in class javax.swing.text.DefaultEditorKit
The name of the Action that deletes the character that follows the current caret position.
deleteObserver(Observer) - Method in class java.util.Observable
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.
deleteOwner(Principal, Principal) - Method in interface java.security.acl.Owner
This method delets an owner from the access control list (ACL).
deletePrevCharAction - Static variable in class javax.swing.text.DefaultEditorKit
The name of the Action that deletes the character that precedes the current caret position.
deleteRow() - Method in interface java.sql.ResultSet
This method deletes the current row in the database.
deleteRow(int) - Method in interface org.w3c.dom.html2.HTMLTableElement
Delete a table row.
deleteRow(int) - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
Delete a row from this section.
deleteRule(int) - Method in interface org.w3c.dom.css.CSSMediaRule
Used to delete a rule from the media block.
deleteRule(int) - Method in interface org.w3c.dom.css.CSSStyleSheet
Used to delete a rule from the style sheet.
deletesAreDetected(int) - Method in interface 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(MenuShortcut) - Method in class java.awt.MenuBar
Deletes the specified menu shortcut.
deleteShortcut() - Method in class java.awt.MenuItem
Deletes the shortcut for this menu item if one exists.
deleteTFoot() - Method in interface org.w3c.dom.html2.HTMLTableElement
Delete the footer from the table, if one exists.
deleteTHead() - Method in interface org.w3c.dom.html2.HTMLTableElement
Delete the header from the table, if one exists.
deleteTrack(Track) - Method in class javax.sound.midi.Sequence
Remove the specified MIDI track from this sequence.
delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
 
delItem(int) - Method in class java.awt.List
Deprecated.  
delItem(int) - Method in interface java.awt.peer.MenuPeer
 
delItems(int, int) - Method in class java.awt.List
Deprecated. This method is deprecated for some unknown reason.
delItems(int, int) - Method in interface java.awt.peer.ListPeer
 
deliverEvent(Event) - Method in class java.awt.Component
Deprecated. use (AWTEvent) instead
deliverEvent(Event) - Method in class java.awt.Container
Deprecated. use Component.dispatchEvent(AWTEvent) instead
delMenu(int) - Method in interface java.awt.peer.MenuBarPeer
 
deltaTransform(Point2D, Point2D) - Method in class java.awt.geom.AffineTransform
Perform this transformation, less any translation, on the given source point, and store the result in the destination (creating it if necessary).
deltaTransform(double[], int, double[], int, int) - Method in class java.awt.geom.AffineTransform
Perform this transformation, less any translation, on an array of points, in (x,y) pairs, storing the results in another (possibly same) array.
Deprecated - Annotation Type in java.lang
This annotation is used as a marker to indicate that the annotated declaration is deprecated and should not be used in new code.
depth() - Method in class javax.swing.text.ElementIterator
Returns the depth to which we have descended in the tree.
depthFirstEnumeration() - Method in class javax.swing.tree.DefaultMutableTreeNode
depthFirstEnumeration
depthOffset - Variable in class javax.swing.plaf.basic.BasicTreeUI
How much the depth should be offset to properly calculate x locations.
dequeueKeyEvents(long, Component) - Method in class java.awt.DefaultKeyboardFocusManager
 
dequeueKeyEvents(long, Component) - Method in class java.awt.KeyboardFocusManager
Removes the key event block specified by the supplied timestamp and component.
deregister(AbstractSelectionKey) - Method in class java.nio.channels.spi.AbstractSelector
Deregisters the given selection key.
deregisterAll(Class<?>) - Method in class javax.imageio.spi.ServiceRegistry
De-registers all providers which have been registered for the specified service category.
deregisterAll() - Method in class javax.imageio.spi.ServiceRegistry
De-registers all service providers.
deregisterDriver(Driver) - Static method in class java.sql.DriverManager
This method de-registers a driver from the manager.
deregisterServiceProvider(T, Class<T>) - Method in class javax.imageio.spi.ServiceRegistry
De-registers a provider for the specified service category.
deregisterServiceProvider(Object) - Method in class javax.imageio.spi.ServiceRegistry
De-registers a provider from all service categories it implements.
DERIVATION_EXTENSION - Static variable in interface 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 variable in interface 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 variable in interface 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 variable in interface org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the union if simple types are involved.
deriveFont(int, float) - Method in class java.awt.Font
Produces a new Font based on the current font, adjusted to a new size and style.
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, AffineTransform) - Method in class java.awt.Font
Produces a new Font based on the current font, adjusted to a new style and subjected to a new affine transformation.
deriveFont(AffineTransform) - Method in class java.awt.Font
Produces a new Font based on the current font, subjected to a new affine transformation.
deriveFont(Map<? extends AttributedCharacterIterator.Attribute, ?>) - Method in class java.awt.Font
Produces a new Font based on the current font, adjusted to a new set of attributes.
deriveMMFont(float[]) - Method in interface java.awt.font.MultipleMaster
 
deriveMMFont(float[], float, float, float, float) - Method in interface java.awt.font.MultipleMaster
 
DES_EDE_KEY_LEN - Static variable in class javax.crypto.spec.DESedeKeySpec
The length of a triple-DES key, in bytes.
DES_KEY_LEN - Static variable in class javax.crypto.spec.DESKeySpec
The length of a DES key, in bytes.
descendingIterator() - Method in class java.util.LinkedList
Obtain an Iterator over this list in reverse sequential order.
descendingIterator() - Method in class java.util.TreeSet
Returns an iterator over the elements of this set in descending order.
descendingKeySet() - Method in class java.util.TreeMap
Returns a reverse ordered NavigableSet view of this map's keys.
descendingMap() - Method in class java.util.TreeMap
Returns a view of the map in reverse order.
descendingSet() - Method in class java.util.TreeSet
Returns a view of the set in reverse order.
description - Variable in class java.sql.DriverPropertyInfo
A description of the property, possibly null.
description - Variable in class javax.management.MBeanFeatureInfo
A description of the feature in human-readable form.
Descriptor - Interface in javax.management
Provides metadata for a management element as a series of fields, formed from name-value pairs.
DescriptorAccess - Interface in javax.management
Allows the descriptor of a management element to be changed.
DescriptorRead - Interface in javax.management
Provides read access to the descriptor of a management element.
DESedeKeySpec - Class in javax.crypto.spec
This class is a transparent wrapper for DES-EDE (Triple-DES) keys, which are arrays of 24 bytes.
DESedeKeySpec(byte[]) - Constructor for class javax.crypto.spec.DESedeKeySpec
Create a new DES-EDE key spec, copying the first 24 bytes from the byte array.
DESedeKeySpec(byte[], int) - Constructor for class javax.crypto.spec.DESedeKeySpec
Create a new DES-EDE key spec, starting at offset in the byte array.
deselect(int) - Method in class java.awt.List
Makes the item at the specified index not selected.
deselect(int) - Method in interface java.awt.peer.ListPeer
 
DESELECTED - Static variable in class java.awt.event.ItemEvent
This type indicates that the item was deselected.
DESERET - Static variable in class java.lang.Character.UnicodeBlock
Deseret. 0x10400 - 0x1044F.
deserialize(ObjectInputStream, Collection) - Method in class java.beans.beancontext.BeanContextSupport
Deserializes objects (written by BeanContextSupport.serialize(ObjectOutputStream, Collection)) and adds them to the specified collection.
deserialize(ObjectName, byte[]) - Method in interface javax.management.MBeanServer
Deprecated. MBeanServer.getClassLoaderFor(ObjectName) should be used to obtain the class loader of the bean, which can then be used to perform deserialization in the user's code.
deserialize(String, byte[]) - Method in interface javax.management.MBeanServer
Deprecated. MBeanServer.getClassLoaderRepository() should be used to obtain the class loading repository, which can then be used to obtain the Class instance and deserialize the array using its class loader.
deserialize(String, ObjectName, byte[]) - Method in interface javax.management.MBeanServer
Deprecated. #getClassLoader(ObjectName can be used to obtain the named class loader and deserialize the array.
DESIGNATED_LONG - Static variable in class javax.print.attribute.standard.MediaSize.ISO
ISO ISO Designated Long paper, 324 mm x 458 mm
DesignMode - Interface in java.beans
BeanContextChild implementors implement this to get information about whether they are in a design time or runtime environment.
designTime - Variable in class java.beans.beancontext.BeanContextSupport
 
desiredAssertionStatus() - Method in class java.lang.Class
Returns the desired assertion status of this class, if it were to be initialized at this moment.
DESKeySpec - Class in javax.crypto.spec
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 - Class in java.awt
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 variable in class java.awt.SystemColor
Array index of the desktop color.
desktop - Static variable in class java.awt.SystemColor
The desktop color.
desktop - Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
The JDesktopPane this UI is used with.
Desktop.Action - Enum in java.awt
Represents an action type supported by a platform.
DESKTOP_ICON - Static variable in class javax.accessibility.AccessibleRole
An iconified frame in a desktop.
DESKTOP_ICON - Static variable in class javax.swing.plaf.synth.Region
Specifies the region of a desktop icon.
DESKTOP_PANE - Static variable in class javax.accessibility.AccessibleRole
A pane which supports internal frames and their icons.
DESKTOP_PANE - Static variable in class javax.swing.plaf.synth.Region
Specifies the region of a desktop pane.
desktopIcon - Variable in class javax.swing.JInternalFrame
The JDesktopIcon that represents the JInternalFrame while it is iconified.
desktopIcon - Variable in class javax.swing.plaf.basic.BasicDesktopIconUI
The JDesktopIcon this UI delegate represents.
DesktopIconUI - Class in javax.swing.plaf
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 - Interface in javax.swing
DesktopManagers are responsible for implementing the behaviours for the JInternalFrames that belong to JDesktopPanes.
desktopManager - Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
The default desktop manager used with JDesktopPane.
DesktopPaneUI - Class in javax.swing.plaf
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 in java.awt.peer
 
desktopProperties - Variable in class java.awt.Toolkit
 
desktopPropsSupport - Variable in class java.awt.Toolkit
 
destHeight - Variable in class java.awt.image.ReplicateScaleFilter
The height of the destination image.
destination - Variable in class javax.imageio.ImageReadParam
 
Destination - Class in javax.print.attribute.standard
The Destination attribute provides a URI for an alternate destination of the printing output.
Destination(URI) - Constructor for class javax.print.attribute.standard.Destination
Constructs a Destination object.
destination - Variable in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
Destination that receives all events.
destinationBands - Variable in class javax.imageio.ImageReadParam
 
destinationOffset - Variable in class javax.imageio.IIOParam
The offset in the destination where the upper-left decoded/encoded pixel should be located.
destinationType - Variable in class javax.imageio.IIOParam
Sets the output colour type when writing or the destination image type when reading.
destroy() - Method in class java.applet.Applet
This method is called when the applet is being unloaded.
destroy() - Method in class java.lang.Process
Kills the subprocess and all of its children forcibly.
destroy() - Method in class java.lang.Thread
Deprecated. This method was originally intended to simply destroy the thread without performing any form of cleanup operation. However, it was never implemented. It is now deprecated for the same reason as suspend(), stop() and resume(); namely, it is prone to deadlocks. If a thread is destroyed while it still maintains a lock on a resource, then this resource will remain locked and any attempts by other threads to access the resource will result in a deadlock. Thus, even an implemented version of this method would be still be deprecated, due to its unsafe nature.
destroy() - Method in class java.lang.ThreadGroup
Destroy this ThreadGroup.
destroy() - Method in interface javax.security.auth.Destroyable
Destroy this object, clearing all sensitive fields appropriately.
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 javax.security.auth.x500.X500PrivateCredential
Destroy the sensitive data of this credential, setting the certificate, private key, and keystore alias to null.
destroy() - Method in class org.omg.CORBA._IDLTypeStub
Destroy the remote IDL type object.
destroy() - Method in class org.omg.CORBA._PolicyStub
Destroy the policy object.
destroy() - Method in interface org.omg.CORBA.DynAny
Deprecated. Destroys this DynAny, freeing the used resources.
destroy() - Method in interface org.omg.CORBA.IRObjectOperations
Destroy this interface repository object.
destroy() - Method in class org.omg.CORBA.ORB
Destroy this server, releasing the occupied resources.
destroy() - Method in interface org.omg.CORBA.PolicyOperations
Destroy the policy object.
destroy() - Method in class org.omg.CosNaming._BindingIteratorStub
Destroys the object on the server side.
destroy() - Method in class org.omg.CosNaming._NamingContextStub
Destroy this context (must be empty).
destroy() - Method in interface org.omg.CosNaming.BindingIterator
Destroy the iterator on the server side.
destroy() - Method in interface org.omg.CosNaming.BindingIteratorOperations
Destroy the iterator on the server side.
destroy() - Method in interface org.omg.CosNaming.NamingContext
Destroy this context (must be empty).
destroy() - Method in interface org.omg.CosNaming.NamingContextOperations
Destroy this context (must be empty).
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 interface org.omg.DynamicAny.DynAnyOperations
Destroys this DynAny, freeing the used resources.
destroy() - Method in interface org.omg.PortableInterceptor.InterceptorOperations
This method is called when orb is being destroyed and destroys the interceptor.
destroy(boolean, boolean) - Method in interface org.omg.PortableServer.POAOperations
Destroy this POA and all descendant POAs.
Destroyable - Interface in javax.security.auth
An interface for objects that are immutable but whose sensitive data may be wiped out.
destroyBuffers() - Method in class java.awt.Component.FlipBufferStrategy
Release the back buffer's resources.
destroyBuffers() - Method in interface java.awt.peer.ComponentPeer
Destroy the resources created by createBuffers.
DestroyFailedException - Exception in javax.security.auth
An exception thrown when the Destroyable.destroy() method fails for a credential.
DestroyFailedException() - Constructor for exception javax.security.auth.DestroyFailedException
Creates a new DestroyFailedException with no detail message.
DestroyFailedException(String) - Constructor for exception javax.security.auth.DestroyFailedException
Creates a new DestroyFailedException with a detail message.
destroySubcontext(Name) - Method in interface javax.naming.Context
Removes the naming subcontext from this naming context.
destroySubcontext(String) - Method in interface javax.naming.Context
Removes the naming subcontext from this naming context.
destroySubcontext(Name) - Method in class javax.naming.InitialContext
 
destroySubcontext(String) - Method in class javax.naming.InitialContext
 
destWidth - Variable in class java.awt.image.ReplicateScaleFilter
The width of the destination image.
detach() - Method in interface 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.
detach() - Method in interface 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.
detail - Variable in exception java.io.WriteAbortedException
The cause of this exception.
detail - Variable in exception java.rmi.activation.ActivationException
The cause of this exception.
detail - Variable in exception java.rmi.RemoteException
The cause of this exception.
detail - Variable in exception java.rmi.server.ServerCloneException
The cause of this exception.
detailsViewIcon - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
An icon for the "details view" button.
detectedCharset() - Method in class java.nio.charset.CharsetDecoder
 
determineOffset(JTree, Object, boolean, boolean, boolean, int) - Method in class javax.swing.tree.DefaultTreeCellEditor
determineOffset
DEVANAGARI - Static variable in class java.awt.font.NumericShaper
Constant representing the Unicode DEVANAGARI range.
DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock
Devanagari. 0x0900 - 0x097F.
DEVELOPER_EMPTY - Static variable in class javax.print.attribute.standard.PrinterStateReason
The printer device is out of developer.
DEVELOPER_LOW - Static variable in class javax.print.attribute.standard.PrinterStateReason
The printer device is low on developer.
DFN - Static variable in class javax.swing.text.html.HTML.Tag
The <dfn> tag
DGC - Interface in java.rmi.dgc
The DGC implementation is used for the server side during the distributed garbage collection.
DGC_ID - Static variable in class java.rmi.server.ObjID
Defines the ID of the distributed garbage collector.
DHGenParameterSpec - Class in javax.crypto.spec
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 in javax.crypto.interfaces
This interface marks public/private keys in the Diffie-Hellman key exchange algorithm.
DHParameterSpec - Class in javax.crypto.spec
The base set of parameters necessary to perform Diffie-Hellman key exchange.
DHParameterSpec(BigInteger, BigInteger) - Constructor for class javax.crypto.spec.DHParameterSpec
Create a new set of Diffie-Hellman parameters.
DHParameterSpec(BigInteger, BigInteger, int) - Constructor for class javax.crypto.spec.DHParameterSpec
Create a new set of Diffie-Hellman parameters.
DHPrivateKey - Interface in javax.crypto.interfaces
This interface marks a private key in the Diffie-Hellman key exchange algorithm.
DHPrivateKeySpec - Class in javax.crypto.spec
A wrapper for Diffie-Hellman private key data.
DHPrivateKeySpec(BigInteger, BigInteger, BigInteger) - Constructor for class javax.crypto.spec.DHPrivateKeySpec
Create a new Diffie-Hellman private key spec.
DHPublicKey - Interface in javax.crypto.interfaces
This interface marks a public key in the Diffie-Hellman key-exchange algorithm.
DHPublicKeySpec - Class in javax.crypto.spec
A wrapper for Diffie-Hellman public key data.
DHPublicKeySpec(BigInteger, BigInteger, BigInteger) - Constructor for class javax.crypto.spec.DHPublicKeySpec
Create a new Diffie-Hellman public key spec.
Dialog - Class in java.awt
Dialog provides a top-level window normally used to receive user input in applications.
Dialog(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(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(Frame, 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.
Dialog(Frame, String, boolean) - Constructor for class java.awt.Dialog
Initializes a new instance of Dialog with the specified, parent, title, and modality, that is resizable.
Dialog(Frame, String, boolean, GraphicsConfiguration) - Constructor for class java.awt.Dialog
Initializes a new instance of Dialog with the specified, parent, title, modality and GraphicsConfiguration, that is resizable.
Dialog(Dialog) - Constructor for class java.awt.Dialog
Initializes a new instance of Dialog with the specified, parent, that is resizable.
Dialog(Dialog, String) - Constructor for class java.awt.Dialog
Initializes a new instance of Dialog with the specified, parent and title, that is resizable.
Dialog(Dialog, String, boolean) - Constructor for class java.awt.Dialog
Initializes a new instance of Dialog with the specified, parent, title and modality, that is resizable.
Dialog(Dialog, String, boolean, GraphicsConfiguration) - Constructor for class java.awt.Dialog
Initializes a new instance of Dialog with the specified, parent, title, modality and GraphicsConfiguration, that is resizable.
DIALOG - Static variable in class java.awt.Font
 
DIALOG - Static variable in class javax.accessibility.AccessibleRole
A top level window title bar and border.
Dialog.AccessibleAWTDialog - Class in java.awt
Accessibility support for Dialog.
Dialog.AccessibleAWTDialog() - Constructor for class java.awt.Dialog.AccessibleAWTDialog
 
Dialog.ModalExclusionType - Enum in java.awt
 
Dialog.ModalityType - Enum in java.awt
 
DIALOG_INPUT - Static variable in class java.awt.Font
 
DIALOG_TITLE_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
The name of the 'dialog title' property.
DIALOG_TYPE_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
The name of the 'dialog type' property.
DIALOG_UI - Static variable 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 in java.awt.peer
 
Dictionary<K,V> - Class in java.util
A Dictionary maps keys to values; how it does that is implementation-specific.
Dictionary() - Constructor for class java.util.Dictionary
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 interface javax.swing.undo.UndoableEdit
Informs this edit action that it will no longer be used.
digest - Variable in class java.security.DigestInputStream
The message digest for the DigestInputStream
digest - Variable in class java.security.DigestOutputStream
The message digest for the DigestOutputStream
digest() - Method in class java.security.MessageDigest
Computes the final digest of the stored data.
digest(byte[], int, int) - Method in class java.security.MessageDigest
Computes the final digest of the stored bytes and returns the result.
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.
DigestException - Exception in java.security
This exception indicates that a generic message digest exception has occurred.
DigestException() - Constructor for exception java.security.DigestException
Create a new instance with no descriptive message.
DigestException(String) - Constructor for exception java.security.DigestException
Create a new instance with a descriptive error message.
DigestException(String, Throwable) - Constructor for exception java.security.DigestException
Create a new instance with a descriptive error message and a cause.
DigestException(Throwable) - Constructor for exception java.security.DigestException
Create a new instance with a cause.
DigestInputStream - Class in java.security
DigestInputStream is a class that ties an InputStream with a MessageDigest.
DigestInputStream(InputStream, MessageDigest) - Constructor for class java.security.DigestInputStream
Constructs a new DigestInputStream.
DigestOutputStream - Class in java.security
DigestOutputStream is a class that ties an OutputStream with a MessageDigest.
DigestOutputStream(OutputStream, MessageDigest) - Constructor for class java.security.DigestOutputStream
Constructs a new DigestOutputStream.
digit(char, int) - Static method in class java.lang.Character
Converts a character into a digit of the specified radix.
digit(int, int) - Static method in class java.lang.Character
Converts a character into a digit of the specified radix.
Dimension - Class in java.awt
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(Dimension) - Constructor for class java.awt.Dimension
Create a new Dimension with width and height identical to that of the specified dimension.
Dimension(int, int) - Constructor for class java.awt.Dimension
Create a new Dimension with the specified width and height.
Dimension2D - Class in java.awt.geom
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 in javax.swing.plaf
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 variable in class java.lang.Character.UnicodeBlock
Dingbats. 0x2700 - 0x27BF.
DIR - Static variable in class javax.swing.text.html.HTML.Attribute
The dir attribute
DIR - Static variable in class javax.swing.text.html.HTML.Tag
The <dir> tag , breaks flow, block tag.
DirContext - Interface in javax.naming.directory
 
DirectColorModel - Class in java.awt.image
 
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.
DirectColorModel(ColorSpace, int, int, int, int, int, boolean, int) - Constructor for class java.awt.image.DirectColorModel
 
direction - Variable in class javax.swing.plaf.basic.BasicArrowButton
The direction that the arrow points.
direction - Variable in class javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction
The direction, either home or end
direction - Variable in class javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction
Specifies the direction to adjust the selection by.
direction - Variable in class javax.swing.plaf.basic.BasicTreeUI.TreePageAction
Specifies the direction to adjust the selection by.
direction - Variable in class javax.swing.plaf.basic.BasicTreeUI.TreeTraverseAction
Determines direction to traverse, 1 means expand, -1 means collapse.
DIRECTION_DEFAULT_LEFT_TO_RIGHT - Static variable 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 variable 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 variable in class java.text.Bidi
This indicates that the initial direction should be left-to-right.
DIRECTION_RIGHT_TO_LEFT - Static variable in class java.text.Bidi
This indicates that the initial direction should be right-to-left.
DIRECTIONALITY_ARABIC_NUMBER - Static variable in class java.lang.Character
Weak bidirectional character type "AN".
DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in class java.lang.Character
Weak bidirectional character type "BN".
DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in class java.lang.Character
Weak bidirectional character type "CS".
DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in class java.lang.Character
Weak bidirectional character type "EN".
DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in class java.lang.Character
Weak bidirectional character type "ES".
DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in class java.lang.Character
Weak bidirectional character type "ET".
DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in class java.lang.Character
Strong bidirectional character type "L".
DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in class java.lang.Character
Strong bidirectional character type "LRE".
DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in class java.lang.Character
Strong bidirectional character type "LRO".
DIRECTIONALITY_NONSPACING_MARK - Static variable in class java.lang.Character
Weak bidirectional character type "NSM".
DIRECTIONALITY_OTHER_NEUTRALS - Static variable in class java.lang.Character
Neutral bidirectional character type "ON".
DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
Neutral bidirectional character type "B".
DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in class java.lang.Character
Weak bidirectional character type "PDF".
DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in class java.lang.Character
Strong bidirectional character type "R".
DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in class java.lang.Character
Strong bidirectional character type "AL".
DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in class java.lang.Character
Strong bidirectional character type "RLE".
DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in class java.lang.Character
Strong bidirectional character type "RLO".
DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in class java.lang.Character
Neutral bidirectional character type "S".
DIRECTIONALITY_UNDEFINED - Static variable in class java.lang.Character
Undefined bidirectional character type.
DIRECTIONALITY_WHITESPACE - Static variable in class java.lang.Character
Strong bidirectional character type "WS".
DIRECTORIES_ONLY - Static variable 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(File) - Method in class java.lang.ProcessBuilder
Sets the working directory to that specified.
DIRECTORY_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
The name of the property for the current directory.
DIRECTORY_PANE - Static variable in class javax.accessibility.AccessibleRole
A pane for navigating through directories.
directoryIcon - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
An icon representing a directory.
DirectoryManager - Class in javax.naming.spi
 
directoryOpenButtonMnemonic - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
The localised Mnemonic for the open button.
directoryOpenButtonText - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
The localised text for the open button.
directoryOpenButtonToolTipText - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
The localised tool tip text for the open button.
DirObjectFactory - Interface in javax.naming.spi
 
DirStateFactory - Interface in javax.naming.spi
 
DirStateFactory.Result - Class in javax.naming.spi
 
DirStateFactory.Result(Object, Attributes) - Constructor for class javax.naming.spi.DirStateFactory.Result
 
dirty(ObjID[], long, Lease) - Method in interface java.rmi.dgc.DGC
Mark the given objects referecnes as used on the client side.
disable() - Method in class java.awt.Component
Deprecated. use Component.setEnabled(boolean) instead
disable() - Method in class java.awt.MenuItem
Deprecated. This method is deprecated in favor of setEnabled().
disable() - Method in interface java.awt.peer.ComponentPeer
Disables the component.
disable() - Method in interface java.awt.peer.MenuItemPeer
 
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 javax.swing.JComponent
Deprecated. replaced by JComponent.setEnabled(boolean)
disableAllAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
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.
disableAttribute(String) - Method in class javax.management.AttributeChangeNotificationFilter
Removes the specified attribute name from the list of enabled attributes, thus preventing AttributeChangeNotifications for this attribute from passing through the filter.
DISABLED - Static variable in interface javax.swing.plaf.synth.SynthConstants
A primary state indicating that a component is disabled.
DISABLED_ICON_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "disabledIcon" property changes.
DISABLED_SELECTED_ICON_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "disabledSelectedIcon" property changes.
disabledForeground - Variable in class javax.swing.plaf.basic.BasicMenuItemUI
Color of the text when menu item is disabled
disabledTextColor - Variable in class javax.swing.plaf.metal.MetalButtonUI
The color for disabled button labels.
disabledTextColor - Variable in class javax.swing.plaf.metal.MetalRadioButtonUI
Used to draw disabled text.
disabledTextColor - Variable in class javax.swing.plaf.metal.MetalToggleButtonUI
The color for disabled button labels.
disableEvents(long) - Method in class java.awt.Component
Disables the specified events.
disableEvents(long) - Method in class java.awt.MenuItem
Disables the specified events.
disableResizedPosting() - Method in class javax.swing.table.TableColumn
Deprecated. 1.3
disableSwingFocusManager() - Static method in class javax.swing.FocusManager
Deprecated. 1.4
disableType(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 interface org.omg.PortableServer.POAManagerOperations
Turns the associated POAs into discaring state.
discardAllEdits() - Method in class javax.swing.undo.UndoManager
Discards all editing actions that are currently registered with this UndoManager.
DISCARDING - Interface in org.omg.PortableInterceptor
A single constant interface, defining the adapter state (DISCARDING) = 2.
DISCARDING - Static variable in class org.omg.PortableServer.POAManagerPackage.State
An instance of State, initialized to DISCARDING.
discardKeyEvents(Component) - Method in class java.awt.DefaultKeyboardFocusManager
 
discardKeyEvents(Component) - Method in class java.awt.KeyboardFocusManager
Discards all key event blocks relating to focus requirements for the supplied component, regardless of timestamp.
disconnect() - Method in class java.net.DatagramSocket
This method disconnects this socket from the address/port it was connected to.
disconnect() - Method in class java.net.DatagramSocketImpl
Disconnects the socket.
disconnect() - Method in class java.net.HttpURLConnection
Closes the connection to the server.
disconnect() - Method in class java.nio.channels.DatagramChannel
Disonnects this channel's socket.
disconnect(Object) - Method in class org.omg.CORBA.ORB
Disconnect the given CORBA object from this ORB.
DISCONTIGUOUS_TREE_SELECTION - Static variable in interface javax.swing.tree.TreeSelectionModel
 
discriminator() - Method in interface org.omg.CORBA.DynUnion
Deprecated. Returns the discriminator, defining, which set of fields is stored.
discriminator_kind() - Method in interface org.omg.CORBA.DynUnion
Deprecated. Returns the discriminator kind.
discriminator_kind() - Method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
discriminator_kind() - Method in interface org.omg.DynamicAny.DynUnionOperations
Get the kind of the union descriminator.
discriminator_type() - Method in class org.omg.CORBA.TypeCode
Returs definition of member labels for untions
disjoint(Collection<?>, Collection<?>) - Static method in class java.util.Collections
Returns true if the two specified collections have no elements in common.
dismiss(JSpinner) - Method in class javax.swing.JSpinner.DefaultEditor
Removes the editor from the ChangeListener list maintained by the specified spinner.
dispatch() - Method in interface 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(Remote, RemoteCall, int, long) - Method in interface java.rmi.server.Skeleton
Deprecated.  
dispatch(NamingListener) - Method in class javax.naming.event.NamingEvent
 
dispatch(NamingListener) - Method in class javax.naming.event.NamingExceptionEvent
 
dispatch(UnsolicitedNotificationListener) - Method in class javax.naming.ldap.UnsolicitedNotificationEvent
 
dispatchEvent(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(AWTEvent) - Method in class java.awt.DefaultKeyboardFocusManager
 
dispatchEvent(AWTEvent) - Method in class java.awt.EventQueue
Dispatches an event.
dispatchEvent(AWTEvent) - Method in class java.awt.im.InputContext
Dispatches an event to the current input method.
dispatchEvent(AWTEvent) - Method in interface java.awt.im.spi.InputMethod
Dispatch an event to the input method.
dispatchEvent(AWTEvent) - Method in class java.awt.KeyboardFocusManager
The AWT event dispatcher uses this method to request that the manager handle a particular event.
dispatchEvent(AWTEvent) - Method in class java.awt.MenuComponent
Sends this event to this component or a subcomponent for processing.
dispatchEvent(Event) - Method in interface org.w3c.dom.events.EventTarget
This method allows the dispatch of events into the implementations event model.
dispatchInputMethodEvent(int, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo) - Method in interface java.awt.im.spi.InputMethodContext
Create an input method event and dispatch it to the client.
dispatchKeyEvent(KeyEvent) - Method in class java.awt.DefaultKeyboardFocusManager
 
dispatchKeyEvent(KeyEvent) - Method in class java.awt.KeyboardFocusManager
Attempts to dispatch key events for which no key event dispatcher has so far succeeded.
dispatchKeyEvent(KeyEvent) - Method in interface java.awt.KeyEventDispatcher
Called by the KeyboardFocusManager to request that a key event be dispatched.
DISPLAY - Static variable in class javax.swing.text.html.CSS.Attribute
The CSS attribute 'display'.
DISPLAYABILITY_CHANGED - Static variable in class java.awt.event.HierarchyEvent
This indicates that the HIERARCHY_CHANGED is caused by a change in displayability.
DisplayMode - Class in java.awt
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(Locale) - Method in class java.nio.charset.Charset
 
dispose() - Method in interface java.awt.CompositeContext
Release resources allocated for the compositing.
dispose() - Method in class java.awt.Dialog
Disposes the Dialog and then causes show() to return if it is currently blocked.
dispose() - Method in class java.awt.Graphics
Free any resources held by this graphics context immediately instead of waiting for the object to be garbage collected and finalized.
dispose() - Method in class java.awt.im.InputContext
Disposes of the input context and release the resources used by it.
dispose() - Method in interface java.awt.im.spi.InputMethod
Disposes the input method and release any resources it is using.
dispose() - Method in interface java.awt.PaintContext
Release the resources allocated for the paint.
dispose() - Method in interface java.awt.peer.ComponentPeer
Disposes the component peer.
dispose() - Method in interface java.awt.peer.MenuComponentPeer
 
dispose() - Method in interface java.awt.peer.RobotPeer
 
dispose() - Method in class java.awt.Window
Destroys any resources associated with this window.
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 javax.print.StreamPrintService
Dispose this StreamPrintService object.
dispose() - Method in interface javax.security.sasl.SaslClient
Disposes of any system resources or security-sensitive information the SaslClient might be using.
dispose() - Method in interface javax.security.sasl.SaslServer
Disposes of any system resources or security-sensitive information the SaslServer might be using.
dispose() - Method in class javax.swing.DebugGraphics
Releases all system resources that this Graphics is using.
dispose() - Method in class javax.swing.JInternalFrame
This method makes this JInternalFrame invisible, unselected and closed.
dispose() - Method in interface org.ietf.jgss.GSSContext
Releases any system resources and cryptographic information stored in the context object.
dispose() - Method in interface org.ietf.jgss.GSSCredential
Releases any sensitive information that the GSSCredential object may be containing.
DISPOSE_ON_CLOSE - Static variable in interface javax.swing.WindowConstants
Dispose the container when it is closed.
distance(double, double, double, double) - Static method in class java.awt.geom.Point2D
Return the distance between two points.
distance(double, double) - Method in class java.awt.geom.Point2D
Return the distance from this point to the given one.
distance(Point2D) - Method in class java.awt.geom.Point2D
Return 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(double, double) - Method in class java.awt.geom.Point2D
Return the square of the distance from this point to the given one.
distanceSq(Point2D) - Method in class java.awt.geom.Point2D
Return the square of the distance from this point to the given one.
DISTINCT - Static variable in class java.sql.Types
 
DIV - Static variable in class javax.management.Query
A code representing the {@link #div(ValueExp, ValueExp) query to be used in serialization.
div(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a value expression which evaluates to the result of dividing v1 by v2.
DIV - Static variable in class javax.swing.text.html.HTML.Tag
The <div> tag , breaks flow, block tag.
divide(BigDecimal, int) - Method in class java.math.BigDecimal
 
divide(BigDecimal, int, RoundingMode) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / val), with the specified scale and rounding according to the RoundingMode
divide(BigDecimal, RoundingMode) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / val) rounded according to the RoundingMode
divide(BigDecimal, int, int) - Method in class java.math.BigDecimal
 
divide(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(BigInteger) - Method in class java.math.BigInteger
 
divideAndRemainder(BigDecimal) - Method in class java.math.BigDecimal
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.
divideAndRemainder(BigInteger) - Method in class java.math.BigInteger
 
DIVIDER - Static variable in class javax.swing.JSplitPane
The property fired when the divider property changes.
divider - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
The divider that divides this JSplitPane.
DIVIDER_LOCATION_PROPERTY - Static variable in class javax.swing.JSplitPane
The property fired when the divider location property changes.
DIVIDER_SIZE_PROPERTY - Static variable in class javax.swing.JSplitPane
The property fired when the divider size property changes.
dividerResizeToggleKey - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
Deprecated. The divider resize toggle key.
dividerSize - Variable in class javax.swing.JSplitPane
The size of the divider.
dividerSize - Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
The thickness of the divider in pixels.
dividerSize - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
The size of the divider while dragging.
divideToIntegralValue(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the integer part of the quotient this / val.
divisionType - Variable in class javax.sound.midi.MidiFileFormat
The division type of the MIDI file.
divisionType - Variable in class javax.sound.midi.Sequence
The timing division type for this sequence (PPQ or SMPTE*)
dk_AbstractInterface - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines .
dk_Alias - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an alias.
dk_all - Static variable in class org.omg.CORBA.DefinitionKind
This is a "wildcard '*'", used in cases where any definition kind is appropriate .
dk_Array - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an array.
dk_Attribute - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an attribute.
dk_Constant - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a constant.
dk_Enum - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an enumeration.
dk_Exception - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an exception.
dk_Fixed - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a CORBA fixed.
dk_Interface - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an interface.
dk_Module - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a Module.
dk_Native - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a Native.
dk_none - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines has no definition kind.
dk_Operation - Static variable 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 variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a primitive type.
dk_Repository - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines an another interface repository.
dk_Sequence - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a sequence.
dk_String - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a string.
dk_Struct - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a structure.
dk_Typedef - Static variable 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 variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a union.
dk_Value - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a value.
dk_ValueBox - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a value box.
dk_ValueMember - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines value member.
dk_Wstring - Static variable in class org.omg.CORBA.DefinitionKind
Indicates that the current definition defines a wide (usually 16-bit per character) string.
DL - Static variable in class javax.swing.text.html.HTML.Tag
The <dl> tag , breaks flow, block tag.
DnDConstants - Class in java.awt.dnd
This class contains various constants used in drag-and-drop operations.
DNS_URL - Static variable in interface javax.naming.Context
Property with the DNS host and domain names to use.
DO_NOTHING_ON_CLOSE - Static variable in interface javax.swing.WindowConstants
Do nothing when the container is closed.
doAccessibleAction(int) - Method in class java.awt.Button.AccessibleAWTButton
 
doAccessibleAction(int) - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Executes the action with the specified id.
doAccessibleAction(int) - Method in class java.awt.Choice.AccessibleAWTChoice
Executes the action with the specified id.
doAccessibleAction(int) - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
 
doAccessibleAction(int) - Method in interface javax.accessibility.AccessibleAction
Perform the specified action.
doAccessibleAction(int) - Method in class javax.accessibility.AccessibleHyperlink
Perform the specified action.
doAccessibleAction(int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Performs the acccessible action with the specified index on this object.
doAccessibleAction(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
Performs the accessible action with the specified index.
doAccessibleAction(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Performs the specified action on the link object.
doAccessibleAction(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Perform the specified Action on the tree node.
doAccessibleAction(int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Performs the i-th action.
doAs(Subject, PrivilegedAction) - Static method in class javax.security.auth.Subject
Run a method as another subject.
doAs(Subject, PrivilegedExceptionAction) - Static method in class javax.security.auth.Subject
Run a method as another subject.
doAsPrivileged(Subject, PrivilegedAction, AccessControlContext) - Static method in class javax.security.auth.Subject
Run a method as another subject.
doAsPrivileged(Subject, PrivilegedExceptionAction, AccessControlContext) - Static method in class javax.security.auth.Subject
Run a method as another subject.
Doc - Interface in javax.print
Doc specifies the interface for print services how to obtain the print data and document specific attributes for printing.
DocAttribute - Interface in javax.print.attribute
Marker interface for all attribute classes describing attributes of a Doc object.
DocAttributeSet - Interface in javax.print.attribute
DocAttributeSet specifies an attribute set which only allows printing attributes of type DocAttribute.
DocFlavor - Class in javax.print
DocFlavor provides a description of the format in which the print data will be supplied in a print job to the print service.
DocFlavor(String, String) - Constructor for class javax.print.DocFlavor
Constructs a DocFlavor object with the given MIME type and representation class name.
DocFlavor.BYTE_ARRAY - Class in javax.print
Predefined static DocFlavor objects for document types which use a byte array for the print data representation.
DocFlavor.BYTE_ARRAY(String) - Constructor for class javax.print.DocFlavor.BYTE_ARRAY
Constructor for doc flavor objects with the given MIME type and a print data representation class name of "[B".
DocFlavor.CHAR_ARRAY - Class in javax.print
Predefined static DocFlavor objects for document types which use a char array for the print data representation.
DocFlavor.CHAR_ARRAY(String) - Constructor for class javax.print.DocFlavor.CHAR_ARRAY
Constructor for doc flavor objects with the given MIME type and a print data representation class name of "[C".
DocFlavor.INPUT_STREAM - Class in javax.print
Predefined static DocFlavor objects for document types which use an InputStream to retrieve the print data.
DocFlavor.INPUT_STREAM(String) - Constructor for class javax.print.DocFlavor.INPUT_STREAM
Constructor for doc flavor objects with the given MIME type and a print data representation class name of "java.io.InputStream".
DocFlavor.READER - Class in javax.print
Predefined static DocFlavor objects for document types which use an Reader to retrieve the print data.
DocFlavor.READER(String) - Constructor for class javax.print.DocFlavor.READER
Constructor for doc flavor objects with the given MIME type and a print data representation class name of "java.io.Reader".
DocFlavor.SERVICE_FORMATTED - Class in javax.print
Predefined static DocFlavor objects for document types which use service formatted print data.
DocFlavor.SERVICE_FORMATTED(String) - Constructor for class javax.print.DocFlavor.SERVICE_FORMATTED
Constructor for doc flavor objects with a MIME type of "application/x-java-jvm-local-objectref" and the given print data representation classname.
DocFlavor.STRING - Class in javax.print
Predefined static DocFlavor objects for document types which use a String for the print data representation.
DocFlavor.STRING(String) - Constructor for class javax.print.DocFlavor.STRING
Constructor for doc flavor objects with the given MIME type and a print data representation class name of "java.lang.String".
DocFlavor.URL - Class in javax.print
Predefined static DocFlavor objects for document types which have an URL where to retrieve the print data.
DocFlavor.URL(String) - Constructor for class javax.print.DocFlavor.URL
Constructor for doc flavor objects with the given MIME type and a print data representation class name of "java.net.URL".
dockingBorderColor - Variable in class javax.swing.plaf.basic.BasicToolBarUI
The color of the border when it is dockable.
dockingColor - Variable in class javax.swing.plaf.basic.BasicToolBarUI
The background color of the JToolBar when it is dockable.
dockingListener - Variable in class javax.swing.plaf.basic.BasicToolBarUI
The docking listener responsible for mouse events on the JToolBar.
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(MenuSelectionManager) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
Programatically clicks menu item.
DocPrintJob - Interface in javax.print
DocPrintJob represents a print job which supports printing of a single document.
DOCTYPE_PUBLIC - Static variable in class javax.xml.transform.OutputKeys
The public ID to output in the doctype declaration.
DOCTYPE_SYSTEM - Static variable in class javax.xml.transform.OutputKeys
The system ID to output in the doctype declaration.
Document - Interface in javax.swing.text
A Document is the model that backs up all text components in Swing.
Document - Interface in org.w3c.dom
The Document interface represents the entire HTML or XML document.
DOCUMENT_ACCESS_ERROR - Static variable 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 variable in class javax.print.attribute.standard.JobStateReason
The printer aborted the job because of an error in the document data.
DOCUMENT_FRAGMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentFragment.
DOCUMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Document.
DOCUMENT_POSITION_CONTAINED_BY - Static variable in interface org.w3c.dom.Node
The node is contained by the reference node.
DOCUMENT_POSITION_CONTAINS - Static variable in interface org.w3c.dom.Node
The node contains the reference node.
DOCUMENT_POSITION_DISCONNECTED - Static variable in interface org.w3c.dom.Node
The two nodes are disconnected.
DOCUMENT_POSITION_FOLLOWING - Static variable in interface org.w3c.dom.Node
The node follows the reference node.
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - Static variable in interface org.w3c.dom.Node
The determination of preceding versus following is implementation-specific.
DOCUMENT_POSITION_PRECEDING - Static variable in interface org.w3c.dom.Node
The second node precedes the reference node.
DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentType.
documentBaseKey - Static variable 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 in javax.xml.parsers
Convenience class for parsing an XML document into a W3C DOM object graph.
DocumentBuilder() - Constructor for class javax.xml.parsers.DocumentBuilder
 
DocumentBuilderFactory - Class in javax.xml.parsers
Factory for obtaining document builders.
DocumentBuilderFactory() - Constructor for class javax.xml.parsers.DocumentBuilderFactory
 
DocumentCSS - Interface in org.w3c.dom.css
This interface represents a document with a CSS view.
Documented - Annotation Type in java.lang.annotation
 
DocumentEvent - Interface in javax.swing.event
DocumentEvent public interface
DocumentEvent - Interface in org.w3c.dom.events
The DocumentEvent interface provides a mechanism by which the user can create an Event of a type supported by the implementation.
DocumentEvent.ElementChange - Interface in javax.swing.event
ElementChange public interface
DocumentEvent.EventType - Class in javax.swing.event
EventType
DocumentFilter - Class in javax.swing.text
 
DocumentFilter() - Constructor for class javax.swing.text.DocumentFilter
 
DocumentFilter.FilterBypass - Class in javax.swing.text
 
DocumentFilter.FilterBypass() - Constructor for class javax.swing.text.DocumentFilter.FilterBypass
 
DocumentFragment - Interface in org.w3c.dom
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentHandler - Interface in org.xml.sax
Deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
DocumentListener - Interface in javax.swing.event
DocumentListener public interface
DocumentName - Class in javax.print.attribute.standard
The DocumentName printing attribute specifies a document name.
DocumentName(String, Locale) - Constructor for class javax.print.attribute.standard.DocumentName
Creates a DocumentName object.
DocumentParser - Class in javax.swing.text.html.parser
A simple error-tolerant HTML parser that uses a DTD document to access data on the possible tokens, arguments and syntax.
DocumentParser(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 in org.w3c.dom.ranges
See also the Document Object Model (DOM) Level 2 Traversal and Range Specification.
DocumentStyle - Interface in org.w3c.dom.stylesheets
The DocumentStyle interface provides a mechanism by which the style sheets embedded in a document can be retrieved.
DocumentTraversal - Interface in org.w3c.dom.traversal
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 in org.w3c.dom
Each Document has a doctype attribute whose value is either null or a DocumentType object.
DocumentView - Interface in org.w3c.dom.views
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.
doesMaxRowSizeIncludeBlobs() - Method in interface java.sql.DatabaseMetaData
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(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[], 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) - Method in class javax.crypto.Cipher
Finishes a multi-part transformation and stores the transformed bytes into the given array.
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.
doFinal(byte[], int, int, byte[]) - Method in class javax.crypto.Cipher
 
doFinal(ByteBuffer, ByteBuffer) - Method in class javax.crypto.Cipher
Finishes a multi-part transformation with, or completely transforms, a byte buffer, and stores the result into the output buffer.
doFinal() - Method in class javax.crypto.Mac
Finishes the computation of a MAC and returns the digest.
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.Mac
Finishes the computation of a MAC and places the result into the given array.
doInput - Variable 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 java.awt.ScrollPane
Lays out this component.
doLayout() - Method in class javax.swing.JTable
Set the widths of all columns, taking they preferred widths into consideration.
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).
DOM_OBJECT_MODEL - Static variable in class javax.xml.xpath.XPathConstants
The URL for the JAXP DOM object model.
DomainCombiner - Interface in java.security
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 in org.omg.CORBA
Establishes and navigates relationships to superior and subordinate domains, and also creates and access policies.
DomainManagerOperations - Interface in org.omg.CORBA
Provides the means to access the policies of the domain, with that the implementing DomainManager is associated.
DOMConfiguration - Interface in org.w3c.dom
The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
DOMError - Interface in org.w3c.dom
DOMError is an interface that describes an error.
DOMErrorHandler - Interface in org.w3c.dom
DOMErrorHandler is a callback interface that the DOM implementation can call when reporting errors that happens while processing XML data, or when doing some other processing (e.g. validating a document).
DOMException - Exception in org.w3c.dom
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, String) - Constructor for exception org.w3c.dom.DOMException
 
DOMImplementation - Interface in org.w3c.dom
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 in org.w3c.dom.css
This interface allows the DOM user to create a CSSStyleSheet outside the context of a document.
DOMImplementationList - Interface in org.w3c.dom
The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented.
DOMImplementationLS - Interface in org.w3c.dom.ls
DOMImplementationLS contains the factory methods for creating Load and Save objects.
DOMImplementationRegistry - Class in org.w3c.dom.bootstrap
A factory that enables applications to obtain instances of DOMImplementation.
DOMImplementationSource - Interface in org.w3c.dom
This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in .
DOMLocator - Interface in javax.xml.transform.dom
Locator for reporting a location in a W3C DOM object graph.
DOMLocator - Interface in org.w3c.dom
DOMLocator is an interface that describes a location (e.g.
DOMResult - Class in javax.xml.transform.dom
Output result specified as a W3C DOM object graph.
DOMResult() - Constructor for class javax.xml.transform.dom.DOMResult
Default constructor.
DOMResult(Node) - Constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to.
DOMResult(Node, 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(Node, String) - Constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to and the system ID.
DOMResult(Node, Node, 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 in javax.xml.transform.dom
An XML source specified as a W3C DOM node context.
DOMSource() - Constructor for class javax.xml.transform.dom.DOMSource
Default constructor.
DOMSource(Node) - Constructor for class javax.xml.transform.dom.DOMSource
Constructor with a context node.
DOMSource(Node, String) - Constructor for class javax.xml.transform.dom.DOMSource
Constructor with a context node and system ID.
DOMSTRING_SIZE_ERR - Static variable in exception org.w3c.dom.DOMException
If the specified range of text does not fit into a DOMString.
DOMStringList - Interface in org.w3c.dom
The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented.
done() - Method in interface java.rmi.server.RemoteCall
Deprecated.  
done(RemoteCall) - Method in interface java.rmi.server.RemoteRef
Deprecated. use RemoteRef.invoke(Remote, Method, Object[], long) instead.
DONE - Static variable 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 variable in interface java.text.CharacterIterator
This is a special constant value that is returned when the beginning or end of the character range has been reached.
dontUseGui() - Method in class java.beans.beancontext.BeanContextSupport
Informs this bean that is should not make use of the GUI.
dontUseGui() - Method in interface java.beans.Visibility
Tells the Bean not to use GUI methods.
DOOR_OPEN - Static variable in class javax.print.attribute.standard.PrinterStateReason
One or more doors of the printer device are open.
doOutput - Variable in class java.net.URLConnection
Indicates whether or not output can be sent to this URL
doPhase(Key, boolean) - Method in class javax.crypto.KeyAgreement
Do a phase in the key agreement.
doPrivileged(PrivilegedAction<T>) - Static method in class java.security.AccessController
Calls the run() method of the given action with as (initial) access control context only the protection domain of the calling class.
doPrivileged(PrivilegedAction<T>, AccessControlContext) - Static method in class java.security.AccessController
Calls the run() method of the given action with as (initial) access control context the given context combined with the protection domain of the calling class.
doPrivileged(PrivilegedExceptionAction<T>) - Static method in class java.security.AccessController
Calls the run() method of the given action with as (initial) access control context only the protection domain of the calling class.
doPrivileged(PrivilegedExceptionAction<T>, AccessControlContext) - Static method in class java.security.AccessController
Calls the run() method of the given action with as (initial) access control context the given context combined with the protection domain of the calling class.
DOTALL - Static variable in class java.util.regex.Pattern
 
Double - Class in java.lang
Instances of class Double represent primitive double values.
Double(double) - Constructor for class java.lang.Double
Create a Double from the primitive double specified.
Double(String) - Constructor for class java.lang.Double
Create a Double from the specified String.
DOUBLE - Static variable in class java.sql.Types
 
DOUBLE - Static variable in class javax.management.openmbean.SimpleType
The SimpleType representation of java.lang.Double.
DoubleBuffer - Class in java.nio
 
DoubleHolder - Class in org.omg.CORBA
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 DoubleHolder.value to 0.0.
DoubleHolder(double) - Constructor for class org.omg.CORBA.DoubleHolder
Constructs an instance of DoubleHolder, initializing DoubleHolder.value to the given double.
DoubleSeqHelper - Class in org.omg.CORBA
Provides static helper methods for working with CORBA sequence of double (DoubleSeq).
DoubleSeqHelper() - Constructor for class org.omg.CORBA.DoubleSeqHelper
 
DoubleSeqHolder - Class in org.omg.CORBA
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 DoubleSeqHolder.value to null.
DoubleSeqHolder(double[]) - Constructor for class org.omg.CORBA.DoubleSeqHolder
Constructs an instance of DoubleSeqHolder, initializing DoubleSeqHolder.value to the given double[].
doubleToLongBits(double) - Static method in class java.lang.Double
Convert the double to the IEEE 754 floating-point "double format" bit layout.
doubleToRawLongBits(double) - Static method in class java.lang.Double
Convert the double to the IEEE 754 floating-point "double format" bit layout.
doubleValue() - Method in class java.lang.Byte
Return the value of this Byte as a double.
doubleValue() - Method in class java.lang.Double
Return the value of this Double.
doubleValue() - Method in class java.lang.Float
Return the value of this Float as a double
doubleValue() - Method in class java.lang.Integer
Return the value of this Integer as a double.
doubleValue() - Method in class java.lang.Long
Return the value of this Long as a double.
doubleValue() - Method in class java.lang.Number
Return the value of this Number as a float.
doubleValue() - Method in class java.lang.Short
Return the value of this Short as a double.
doubleValue() - Method in class java.math.BigDecimal
 
doubleValue() - Method in class java.math.BigInteger
 
DOWN - Static variable in class java.awt.Event
 
DOWN_CYCLE_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
Identifies AWTKeyStrokes that move the focus down to the child focus cycle root.
downAction - Static variable in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret one line down.
downFocusCycle(Container) - Method in class java.awt.DefaultKeyboardFocusManager
 
downFocusCycle(Container) - Method in class java.awt.KeyboardFocusManager
Moves the current focus downwards by one focus cycle.
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.
downKey - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
Deprecated. The down key.
downKey - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
Deprecated. 1.3
downKey - Variable in class javax.swing.plaf.basic.BasicToolBarUI
Deprecated. since JDK1.3.
DPCM - Static variable in class javax.print.attribute.ResolutionSyntax
Constant for units of dots per centimeter.
DPI - Static variable in class javax.print.attribute.ResolutionSyntax
Constant for units of dots per inch
DRAFT - Static variable in class java.awt.PageAttributes.PrintQualityType
 
DRAFT - Static variable in class javax.print.attribute.standard.PrintQuality
Draft quality of the printer.
DRAG_LAYER - Static variable in class javax.swing.JLayeredPane
 
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(DragSourceDropEvent) - Method in class java.awt.dnd.DragSourceAdapter
Called when the drag and drop operation is complete.
dragDropEnd(DragSourceDropEvent) - Method in class java.awt.dnd.DragSourceContext
Calls dragDropEnd on the listeners registered with this and with the DragSource.
dragDropEnd(DragSourceDropEvent) - Method in interface java.awt.dnd.DragSourceListener
Called when the drag and drop operation is complete.
dragEnter(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceAdapter
Called when the cursor hotspot enters a drop site which will accept the drag.
dragEnter(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceContext
Calls dragEnter on the listeners registered with this and with the DragSource.
dragEnter(DragSourceDragEvent) - Method in interface java.awt.dnd.DragSourceListener
Called when the cursor hotspot enters a drop site which will accept the drag.
dragEnter(DropTargetDragEvent) - Method in class java.awt.dnd.DropTarget
 
dragEnter(DropTargetDragEvent) - Method in class java.awt.dnd.DropTargetAdapter
Called when the cursor hotspot enters a drop site which will accept the drag.
dragEnter(DropTargetDragEvent) - Method in interface java.awt.dnd.DropTargetListener
Called when the cursor hotspot enters a drop site which will accept the drag.
dragExit(DragSourceEvent) - Method in class java.awt.dnd.DragSourceAdapter
Called when the cursor hotspot moves outside of a drop site which will accept the drag.
dragExit(DragSourceEvent) - Method in class java.awt.dnd.DragSourceContext
Calls dragExit on the listeners registered with this and with the DragSource.
dragExit(DragSourceEvent) - Method in interface java.awt.dnd.DragSourceListener
Called when the cursor hotspot moves outside of a drop site which will accept the drag.
dragExit(DropTargetEvent) - Method in class java.awt.dnd.DropTarget
 
dragExit(DropTargetEvent) - Method in class java.awt.dnd.DropTargetAdapter
Called when the cursor hotspot moves outside of a drop site which will accept the drag.
dragExit(DropTargetEvent) - Method in interface java.awt.dnd.DropTargetListener
Called when the cursor hotspot moves outside of a drop site which will accept the drag.
dragFrame(JComponent, int, int) - Method in class javax.swing.DefaultDesktopManager
This method is called to drag the JInternalFrame to a new location.
dragFrame(JComponent, int, int) - Method in interface javax.swing.DesktopManager
This method drags the given JInternalFrame to the given x and y coordinates.
draggedColumn - Variable in class javax.swing.table.JTableHeader
The draggedColumn property.
draggedDistance - Variable in class javax.swing.table.JTableHeader
The draggedDistance property.
dragger - Variable 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 in java.awt.dnd
 
DragGestureEvent(DragGestureRecognizer, int, Point, List<? extends InputEvent>) - Constructor for class java.awt.dnd.DragGestureEvent
Constructs a new DragGestureEvent.
DragGestureListener - Interface in java.awt.dnd
This is a listener for starting a drag-and-drop gesture.
dragGestureListener - Variable in class java.awt.dnd.DragGestureRecognizer
 
dragGestureRecognized(DragGestureEvent) - Method in interface java.awt.dnd.DragGestureListener
Called when the native platform notifies the virtual machine that a drag-and-drop has been initiated.
DragGestureRecognizer - Class in java.awt.dnd
STUBBED
DragGestureRecognizer(DragSource, Component, int, DragGestureListener) - Constructor for class java.awt.dnd.DragGestureRecognizer
 
DragGestureRecognizer(DragSource, Component, int) - Constructor for class java.awt.dnd.DragGestureRecognizer
 
DragGestureRecognizer(DragSource, Component) - Constructor for class java.awt.dnd.DragGestureRecognizer
 
DragGestureRecognizer(DragSource) - Constructor for class java.awt.dnd.DragGestureRecognizer
 
draggingHW - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
Set to true when dragging heavy weight components.
dragMouseMoved(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceAdapter
Called whenever the mouse is moved during a drag-and-drop operation.
dragMouseMoved(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceContext
Calls dragMouseMoved on the listeners registered with the DragSource.
dragMouseMoved(DragSourceDragEvent) - Method in interface java.awt.dnd.DragSourceMotionListener
Called whenever the mouse is moved during a drag-and-drop operation.
dragOver(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceAdapter
Called when the cursor hotspot moves inside of a drop site which will accept the drag.
dragOver(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceContext
Calls dragOver on the listeners registered with this and with the DragSource.
dragOver(DragSourceDragEvent) - Method in interface java.awt.dnd.DragSourceListener
Called when the cursor hotspot moves inside of a drop site which will accept the drag.
dragOver(DropTargetDragEvent) - Method in class java.awt.dnd.DropTarget
 
dragOver(DropTargetDragEvent) - Method in class java.awt.dnd.DropTargetAdapter
Called when the cursor hotspot moves inside of a drop site which will accept the drag.
dragOver(DropTargetDragEvent) - Method in interface java.awt.dnd.DropTargetListener
Called when the cursor hotspot moves inside of a drop site which will accept the drag.
dragSource - Variable in class java.awt.dnd.DragGestureRecognizer
 
DragSource - Class in java.awt.dnd
 
DragSource() - Constructor for class java.awt.dnd.DragSource
Initializes the drag source.
DragSourceAdapter - Class in java.awt.dnd
This class implements DragSourceListener and DragSourceMotionListener, and implements all methods with empty bodies.
DragSourceAdapter() - Constructor for class java.awt.dnd.DragSourceAdapter
Default constructor.
DragSourceContext - Class in java.awt.dnd
 
DragSourceContext(DragSourceContextPeer, DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener) - Constructor for class java.awt.dnd.DragSourceContext
Initializes a drag source context.
DragSourceContextPeer - Interface in java.awt.dnd.peer
STUBBED
DragSourceDragEvent - Class in java.awt.dnd
 
DragSourceDragEvent(DragSourceContext, int, int, int) - Constructor for class java.awt.dnd.DragSourceDragEvent
 
DragSourceDragEvent(DragSourceContext, int, int, int, int, int) - Constructor for class java.awt.dnd.DragSourceDragEvent
 
DragSourceDropEvent - Class in java.awt.dnd
 
DragSourceDropEvent(DragSourceContext) - Constructor for class java.awt.dnd.DragSourceDropEvent
 
DragSourceDropEvent(DragSourceContext, int, boolean) - Constructor for class java.awt.dnd.DragSourceDropEvent
 
DragSourceDropEvent(DragSourceContext, int, boolean, int, int) - Constructor for class java.awt.dnd.DragSourceDropEvent
 
DragSourceEvent - Class in java.awt.dnd
 
DragSourceEvent(DragSourceContext) - Constructor for class java.awt.dnd.DragSourceEvent
 
DragSourceEvent(DragSourceContext, int, int) - Constructor for class java.awt.dnd.DragSourceEvent
 
DragSourceListener - Interface in java.awt.dnd
This class allows an object to listen for drag and drop events.
DragSourceMotionListener - Interface in java.awt.dnd
This is a listener for mouse motion in the drag source before the drop event occurs.
dragTo(Point, 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.
dragWindow - Variable in class javax.swing.plaf.basic.BasicToolBarUI
The window used for dragging the JToolBar.
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.
drain() - Method in interface javax.sound.sampled.DataLine
This method blocks until whatever data is buffered in the DataLine's internal buffer has been drained.
draw(Graphics2D, float, float) - Method in class java.awt.font.GraphicAttribute
Draws the graphic.
draw(Graphics2D, float, float) - Method in class java.awt.font.ImageGraphicAttribute
Draws the image at the specified location, relative to the origin.
draw(Graphics2D, float, float) - Method in class java.awt.font.ShapeGraphicAttribute
Draws the graphic at the given location.
draw(Graphics2D, float, float) - Method in class java.awt.font.TextLayout
 
draw(Shape) - Method in class java.awt.Graphics2D
Draws an outline around a shape using the current stroke and paint.
draw3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
 
draw3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics2D
 
draw3DRect(int, int, int, int, boolean) - Method in class javax.swing.DebugGraphics
draw3DRect
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 javax.swing.DebugGraphics
drawArc
drawBezel(Graphics, int, int, int, int, boolean, boolean, Color, Color, Color, Color) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
Draws a border that is suitable for buttons of the Basic look and feel.
drawBuffer - Variable in class java.awt.Component.FlipBufferStrategy
An Image reference to the drawing buffer.
drawBytes(byte[], int, int, int, int) - Method in class java.awt.Graphics
 
drawBytes(byte[], int, int, int, int) - Method in class javax.swing.DebugGraphics
drawBytes
drawCentered(Component, Graphics, Icon, int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
Draws an icon at around a specific position
drawChars(char[], int, int, int, int) - Method in class java.awt.Graphics
Draws the specified characters starting at the specified point.
drawChars(char[], int, int, int, int) - Method in class javax.swing.DebugGraphics
drawChars
drawCheck(Component, Graphics, int, int) - Method in class javax.swing.plaf.metal.MetalCheckBoxIcon
Draws the check in the CheckBox.
drawDashedHorizontalLine(Graphics, int, int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
Draws a dashed horizontal line.
drawDashedRect(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.
drawDashedVerticalLine(Graphics, int, int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
Draws a dashed vertical line.
drawEchoCharacter(Graphics, int, int, char) - Method in class javax.swing.text.PasswordView
Draws one echo character at a given position.
drawEtchedRect(Graphics, int, int, int, int, Color, Color, Color, Color) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
Draws a rectangle that appears etched into the surface, given four colors that are used for drawing.
drawGlyphVector(GlyphVector, float, float) - Method in class java.awt.Graphics2D
Draws a glyph vector at the specified location.
drawGroove(Graphics, int, int, int, int, Color, Color) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
Draws a rectangle that appears etched into the surface, given two colors that are used for drawing.
drawImage(Image, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws all of the image that is available and returns.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws all of the image that is available and returns.
drawImage(Image, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws all of the image that is available and returns.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws all of the image that is available and returns.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class java.awt.Graphics
FIXME: Write Javadocs for this when you understand it.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
FIXME: Write Javadocs for this when you understand it.
drawImage(Image, AffineTransform, ImageObserver) - Method in class java.awt.Graphics2D
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class java.awt.Graphics2D
 
drawImage(Image, int, int, ImageObserver) - Method in class javax.swing.DebugGraphics
drawImage
drawImage(Image, int, int, int, int, ImageObserver) - Method in class javax.swing.DebugGraphics
drawImage
drawImage(Image, int, int, Color, ImageObserver) - Method in class javax.swing.DebugGraphics
drawImage
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class javax.swing.DebugGraphics
drawImage
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class javax.swing.DebugGraphics
drawImage
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class javax.swing.DebugGraphics
drawImage
drawingCache - Variable in class javax.swing.plaf.basic.BasicTreeUI
Used for minimizing the drawing of vertical lines.
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 java.awt.Graphics
Draws a line between the two specified points.
drawLine(int, int, int, int) - Method in class javax.swing.DebugGraphics
drawLine
drawLine(SynthContext, Object, Graphics, int, int, int, int) - Method in class javax.swing.plaf.synth.SynthGraphicsUtils
Draws a line from (x1,y1) to (x2,y2).
drawLine(int, Graphics, int, int) - Method in class javax.swing.text.PlainView
Draws a line of text.
drawLine(int, int, Graphics, int, int) - Method in class javax.swing.text.WrappedPlainView
Draws a line of text, suppressing white space at the end and expanding tabs.
drawLoweredBezel(Graphics, int, int, int, int, Color, Color, Color, Color) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
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 java.awt.Graphics
Draws an oval that just fits within the specified rectangle.
drawOval(int, int, int, int) - Method in class javax.swing.DebugGraphics
drawOval
drawPolygon(int[], int[], int) - Method in class java.awt.Graphics
Draws a series of interconnected lines determined by the arrays of corresponding x and y coordinates.
drawPolygon(Polygon) - Method in class java.awt.Graphics
Draws the specified polygon.
drawPolygon(int[], int[], int) - Method in class javax.swing.DebugGraphics
drawPolygon
drawPolyline(int[], int[], int) - Method in class java.awt.Graphics
Draws a series of interconnected lines determined by the arrays of corresponding x and y coordinates.
drawPolyline(int[], int[], int) - Method in class javax.swing.DebugGraphics
drawPolyline
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 javax.swing.DebugGraphics
Draws a rectangle.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class java.awt.Graphics2D
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class java.awt.Graphics2D
 
drawRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of the specified rectangle with rounded cornders.
drawRoundRect(int, int, int, int, int, int) - Method in class javax.swing.DebugGraphics
drawRoundRect
drawSelectedText(Graphics, int, int, int, int) - Method in class javax.swing.text.PasswordView
Draws selected text at a given position.
drawSelectedText(Graphics, int, int, int, int) - Method in class javax.swing.text.PlainView
 
drawSelectedText(Graphics, int, int, int, int) - Method in class javax.swing.text.WrappedPlainView
Renders the range of text as selected text.
drawString(String, int, int) - Method in class java.awt.Graphics
Draws the specified string starting at the specified point.
drawString(AttributedCharacterIterator, int, int) - Method in class java.awt.Graphics
 
drawString(String, int, int) - Method in class java.awt.Graphics2D
Draws a string at the specified location, using the current font.
drawString(String, float, float) - Method in class java.awt.Graphics2D
Draws a string at the specified location, using the current font.
drawString(AttributedCharacterIterator, int, int) - Method in class java.awt.Graphics2D
Draws an attributed string at the specified location.
drawString(AttributedCharacterIterator, float, float) - Method in class java.awt.Graphics2D
Draws an attributed string at the specified location.
drawString(String, int, int) - Method in class javax.swing.DebugGraphics
drawString
drawString(AttributedCharacterIterator, int, int) - Method in class javax.swing.DebugGraphics
drawString
drawString(Graphics, String, int, int, int) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
Draws a String at the given location, underlining the first occurence of a specified character.
drawStringUnderlineCharAt(Graphics, String, int, int, int) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
Draws a String at the given location, underlining the character at the specified index.
drawTabbedText(Segment, int, int, Graphics, TabExpander, int) - Static method in class javax.swing.text.Utilities
Draws the given text segment.
drawUnselectedText(Graphics, int, int, int, int) - Method in class javax.swing.text.PasswordView
Draws unselected text at a given position.
drawUnselectedText(Graphics, int, int, int, int) - Method in class javax.swing.text.PlainView
Draws a chunk of unselected text.
drawUnselectedText(Graphics, int, int, int, int) - Method in class javax.swing.text.WrappedPlainView
Renders the range of text as normal unhighlighted text.
drawVBuffer - Variable in class java.awt.Component.FlipBufferStrategy
A VolatileImage reference to the drawing buffer.
Driver - Interface in java.sql
This interface specifies a mechanism for accessing a JDBC database driver.
DriverManager - Class in java.sql
This class manages the JDBC drivers in the system.
DriverPropertyInfo - Class in java.sql
This class holds a driver property that can be used for querying or setting driver configuration parameters.
DriverPropertyInfo(String, String) - Constructor for class java.sql.DriverPropertyInfo
This method initializes a new instance of DriverPropertyInfo with the specified name and value.
drop(DropTargetDropEvent) - Method in class java.awt.dnd.DropTarget
 
drop(DropTargetDropEvent) - Method in interface java.awt.dnd.DropTargetListener
Called when the drag operation has terminated with a drop.
dropActionChanged(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceAdapter
Called when the user modifies the drop gesture.
dropActionChanged(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceContext
Calls dropActionChanged on the listeners registered with this and with the DragSource.
dropActionChanged(DragSourceDragEvent) - Method in interface java.awt.dnd.DragSourceListener
Called when the user modifies the drop gesture.
dropActionChanged(DropTargetDragEvent) - Method in class java.awt.dnd.DropTarget
 
dropActionChanged(DropTargetDragEvent) - Method in class java.awt.dnd.DropTargetAdapter
Called when the user modifies the drop gesture.
dropActionChanged(DropTargetDragEvent) - Method in interface java.awt.dnd.DropTargetListener
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.DropTargetDropEvent
 
dropComplete(boolean) - Method in interface java.awt.dnd.peer.DropTargetContextPeer
 
DropTarget - Class in java.awt.dnd
 
DropTarget() - Constructor for class java.awt.dnd.DropTarget
Creates a DropTarget object.
DropTarget(Component, DropTargetListener) - Constructor for class java.awt.dnd.DropTarget
Creates a DropTarget object.
DropTarget(Component, int, DropTargetListener) - Constructor for class java.awt.dnd.DropTarget
Creates a DropTarget object.
DropTarget(Component, int, DropTargetListener, boolean) - Constructor for class java.awt.dnd.DropTarget
Creates a DropTarget object.
DropTarget(Component, int, DropTargetListener, boolean, FlavorMap) - Constructor for class java.awt.dnd.DropTarget
Creates a DropTarget object.
DropTarget.DropTargetAutoScroller - Class in java.awt.dnd
 
DropTarget.DropTargetAutoScroller(Component, Point) - Constructor for class java.awt.dnd.DropTarget.DropTargetAutoScroller
 
DropTargetAdapter - Class in java.awt.dnd
This class implements DropTargetListener, and implements all methods with empty bodies.
DropTargetAdapter() - Constructor for class java.awt.dnd.DropTargetAdapter
Default constructor.
DropTargetContext - Class in java.awt.dnd
 
DropTargetContext.TransferableProxy - Class in java.awt.dnd
 
DropTargetContextPeer - Interface in java.awt.dnd.peer
Used to control state of recipient protocol from the DropTargetListener.
DropTargetDragEvent - Class in java.awt.dnd
 
DropTargetDragEvent(DropTargetContext, Point, int, int) - Constructor for class java.awt.dnd.DropTargetDragEvent
Initializes a DropTargetDragEvent.
DropTargetDropEvent - Class in java.awt.dnd
 
DropTargetDropEvent(DropTargetContext, Point, int, int) - Constructor for class java.awt.dnd.DropTargetDropEvent
Initializes a DropTargetDropEvent.
DropTargetDropEvent(DropTargetContext, Point, int, int, boolean) - Constructor for class java.awt.dnd.DropTargetDropEvent
Initializes a DropTargetDropEvent.
DropTargetEvent - Class in java.awt.dnd
 
DropTargetEvent(DropTargetContext) - Constructor for class java.awt.dnd.DropTargetEvent
 
DropTargetListener - Interface in java.awt.dnd
 
DropTargetPeer - Interface in java.awt.dnd.peer
 
DSAKey - Interface in java.security.interfaces
This interface is implemented by a class to return the parameters of a Digital Signature Algorithm (DSA) public or private key.
DSAKeyPairGenerator - Interface in java.security.interfaces
This interface contains methods for intializing a Digital Signature Algorithm key generation engine.
DSAParameterSpec - Class in java.security.spec
DSA Parameter class Specification.
DSAParameterSpec(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAParameterSpec
Constructs a new DSAParameterSpec with the specified p, q, and g.
DSAParams - Interface in java.security.interfaces
This interface allows the Digital Signature Algorithm (DSA) parameters to be queried.
DSAPrivateKey - Interface in java.security.interfaces
This interface models a Digital Signature Algorithm (DSA) private key
DSAPrivateKeySpec - Class in java.security.spec
DSA Private Key class Specification.
DSAPrivateKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPrivateKeySpec
Constructs a new DSAPrivateKeySpec with the specified x, p, q, and g.
DSAPublicKey - Interface in java.security.interfaces
This interface models a Digital Signature Algorithm (DSA) public key
DSAPublicKeySpec - Class in java.security.spec
DSA Public Key class Specification.
DSAPublicKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPublicKeySpec
Constructs a new DSAPublicKeySpec with the specified y, p, q, and g.
DST - Static variable in class java.awt.AlphaComposite
 
Dst - Static variable in class java.awt.AlphaComposite
 
DST_ATOP - Static variable in class java.awt.AlphaComposite
 
DST_IN - Static variable in class java.awt.AlphaComposite
 
DST_OFFSET - Static variable in class java.util.Calendar
Constant representing the daylight saving time offset in milliseconds.
DST_OUT - Static variable in class java.awt.AlphaComposite
 
DST_OVER - Static variable in class java.awt.AlphaComposite
 
DstAtop - Static variable in class java.awt.AlphaComposite
 
DstIn - Static variable in class java.awt.AlphaComposite
 
DstOut - Static variable in class java.awt.AlphaComposite
 
DstOver - Static variable in class java.awt.AlphaComposite
 
DT - Static variable in class javax.swing.text.html.HTML.Tag
The <dt> tag , breaks flow, block tag.
DTD - Class in javax.swing.text.html.parser
Representation or the SGML DTD document.
DTD(String) - Constructor for class javax.swing.text.html.parser.DTD
Create a new DTD with the specified name.
dtd - Variable in class javax.swing.text.html.parser.Parser
The document template description that will be used to parse the documents.
DTD - Interface in javax.xml.stream.events
A DOCTYPE declaration event.
DTD - Static variable in interface javax.xml.stream.XMLStreamConstants
A DOCTYPE declaration event.
DTDConstants - Interface in javax.swing.text.html.parser
This class defines the SGML basic types, used for describing HTML 4.01 at http://www.w3.org/TR/html4/types.html.
DTDHandler - Interface in org.xml.sax
Receive notification of basic DTD-related events.
DUMMY - Static variable in class javax.swing.text.html.HTML.Attribute
The dummy attribute
dump(PrintStream, int) - Method in class javax.swing.text.AbstractDocument.AbstractElement
Prints diagnostic output to the specified stream.
dump(PrintStream) - Method in class javax.swing.text.AbstractDocument
Dumps diagnostic information to the specified PrintStream.
dump() - Method in class javax.swing.text.View
Dumps the complete View hierarchy.
dumpAllThreads(boolean, boolean) - Method in interface java.lang.management.ThreadMXBean
This method returns information on all live threads at the time of execution (some threads may have terminated by the time the method completes).
dumpStack() - Static method in class java.lang.Thread
Print a stack trace of the current thread to stderr using the same format as Throwable's printStackTrace() method.
DUPLEX - Static variable in class javax.print.attribute.standard.Sides
An alias constant for "two sided long edge".
duplicate() - Method in class java.nio.ByteBuffer
Creates a new ByteBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.CharBuffer
Creates a new CharBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.DoubleBuffer
Creates a new DoubleBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.FloatBuffer
Creates a new FloatBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.IntBuffer
Creates a new IntBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.LongBuffer
Creates a new LongBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.ShortBuffer
Creates a new ShortBuffer that shares this buffer's content.
duplicate(Object) - Method in class org.omg.CORBA.portable.Delegate
Duplicate the object reference.
DUPLICATE_ELEMENT - Static variable in exception org.ietf.jgss.GSSException
Duplicate credential element requested error.
DUPLICATE_TOKEN - Static variable in exception org.ietf.jgss.GSSException
The token was a duplicate of an earlier token.
DuplicateFormatFlagsException - Exception in java.util
Thrown when the flags supplied to the Formatter#format() method of a Formatter contain duplicates.
DuplicateFormatFlagsException(String) - Constructor for exception java.util.DuplicateFormatFlagsException
Constructs a new DuplicateFormatFlagsException which specifies that the supplied set of flags contains a duplicate.
DuplicateName - Exception in org.omg.PortableInterceptor.ORBInitInfoPackage
This exception is raised on an attempt to register a second org.omg.PortableInterceptor with the same name.
DuplicateName() - Constructor for exception org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName
Create DuplicateName with no explaining message field DuplicateName.name initialised to null.
DuplicateName(String, String) - Constructor for exception org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName
Create the DuplicateName with explaining message and field DuplicateName.name initialised to the given value.
DuplicateName(String) - Constructor for exception org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName
Create the DuplicateName without explaining message and and field DuplicateName.name initialised to the given value.
DuplicateNameHelper - Class in org.omg.PortableInterceptor.ORBInitInfoPackage
The helper operations for the exception DuplicateName.
DuplicateNameHelper() - Constructor for class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
 
DURATION - Static variable in class javax.xml.datatype.DatatypeConstants
The qualified-name for the duration data type.
Duration - Class in javax.xml.datatype
An immutable time space as specified in XML Schema 1.0.
Duration() - Constructor for class javax.xml.datatype.Duration
 
DURATION_DAYTIME - Static variable in class javax.xml.datatype.DatatypeConstants
The qualified-name for the dayTimeDuration data type.
DURATION_YEARMONTH - Static variable in class javax.xml.datatype.DatatypeConstants
The qualified-name for the yearMonthDuration data type.
DynamicImplementation - Class in org.omg.CORBA
Deprecated. since 1.4.
DynamicImplementation() - Constructor for class org.omg.CORBA.DynamicImplementation
Deprecated.  
DynamicImplementation - Class in org.omg.PortableServer
This class is used for servants that support calling via server request.
DynamicImplementation() - Constructor for class org.omg.PortableServer.DynamicImplementation
 
DynamicMBean - Interface in javax.management
Represents a management bean that provides a dynamic interface.
DynAny - Interface in org.omg.CORBA
Deprecated. by DynAny
DynAny - Interface in org.omg.DynamicAny
The DynAny interface provides possibility to access the components of the CORBA object, stored inside the Any.
DynAnyFactory - Interface in org.omg.DynamicAny
Produces DynAnys from Anys or typecodes.
DynAnyFactoryHelper - Class in org.omg.DynamicAny
The helper operations for DynAnyFactory.
DynAnyFactoryHelper() - Constructor for class org.omg.DynamicAny.DynAnyFactoryHelper
 
DynAnyFactoryOperations - Interface in org.omg.DynamicAny
Defines the operations, applicable for DynAnyFactory.
DynAnyHelper - Class in org.omg.DynamicAny
The helper operations for DynAny.
DynAnyHelper() - Constructor for class org.omg.DynamicAny.DynAnyHelper
 
DynAnyOperations - Interface in org.omg.DynamicAny
Defines the operations, applicable to DynAny.
DynAnySeqHelper - Class in org.omg.DynamicAny
A helper operations for the array of DynAny (DynAny[]).
DynAnySeqHelper() - Constructor for class org.omg.DynamicAny.DynAnySeqHelper
 
DynArray - Interface in org.omg.CORBA
Deprecated. by DynArray
DynArray - Interface in org.omg.DynamicAny
Represents a fixed size array.
DynArrayHelper - Class in org.omg.DynamicAny
The helper operations for DynArray.
DynArrayHelper() - Constructor for class org.omg.DynamicAny.DynArrayHelper
 
DynArrayOperations - Interface in org.omg.DynamicAny
Defines operations, applicable for DynArray.
DynEnum - Interface in org.omg.CORBA
Deprecated. by DynEnum
DynEnum - Interface in org.omg.DynamicAny
Defines the dynamic enumeration.
DynEnumHelper - Class in org.omg.DynamicAny
The helper operations for DynEnum.
DynEnumHelper() - Constructor for class org.omg.DynamicAny.DynEnumHelper
 
DynEnumOperations - Interface in org.omg.DynamicAny
Defines operations, applicable to the dynamic enumeration.
DynFixed - Interface in org.omg.CORBA
Deprecated. by DynFixed
DynFixed - Interface in org.omg.DynamicAny
Defines dynamic any, holding CORBA fixed.
DynFixedHelper - Class in org.omg.DynamicAny
The helper operations for DynFixed.
DynFixedHelper() - Constructor for class org.omg.DynamicAny.DynFixedHelper
 
DynFixedOperations - Interface in org.omg.DynamicAny
Defines operations, applicable for DynAny, holding CORBA fixed.
DynSequence - Interface in org.omg.CORBA
Deprecated. by DynSequence
DynSequence - Interface in org.omg.DynamicAny
Defines a dynamic resizeable array with the optional upper size bound.
DynSequenceHelper - Class in org.omg.DynamicAny
The helper operations for DynSequence.
DynSequenceHelper() - Constructor for class org.omg.DynamicAny.DynSequenceHelper
 
DynSequenceOperations - Interface in org.omg.DynamicAny
Defines operations, applicable to DynSequence.
DynStruct - Interface in org.omg.CORBA
Deprecated. by DynStruct
DynStruct - Interface in org.omg.DynamicAny
Defines a fixed size structure with the named fields that may have different types.
DynStructHelper - Class in org.omg.DynamicAny
The helper operations for DynStruct.
DynStructHelper() - Constructor for class org.omg.DynamicAny.DynStructHelper
 
DynStructOperations - Interface in org.omg.DynamicAny
Defines the operations, applicable to the DynStructure.
DynUnion - Interface in org.omg.CORBA
Deprecated. by DynUnion
DynUnion - Interface in org.omg.DynamicAny
Defines a fixed size structure with the named fields that may have different types.
DynUnionHelper - Class in org.omg.DynamicAny
The helper operations for DynUnion.
DynUnionHelper() - Constructor for class org.omg.DynamicAny.DynUnionHelper
 
DynUnionOperations - Interface in org.omg.DynamicAny
Defines the operations, applicable to the DynUnion.
DynValue - Interface in org.omg.CORBA
Deprecated. by DynValue
DynValue - Interface in org.omg.DynamicAny
Defines a non boxed value type.
DynValueBox - Interface in org.omg.DynamicAny
A "ValueBox" is a Value type container, holding a single instance of the other CORBA type.
DynValueBoxOperations - Interface in org.omg.DynamicAny
Defines operations, applicable for the boxed value type.
DynValueCommon - Interface in org.omg.DynamicAny
Defines DynAny that may hold CORBA null.
DynValueCommonOperations - Interface in org.omg.DynamicAny
Provides operations, applicable to DynAnys that may hold CORBA null.
DynValueHelper - Class in org.omg.DynamicAny
The helper operations for DynValue.
DynValueHelper() - Constructor for class org.omg.DynamicAny.DynValueHelper
 
DynValueOperations - Interface in org.omg.DynamicAny
Defines operations, applicable to DynValue.

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 _