JavaTM 2 Platform
Std. Ed. v1.3
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
The MediaType instance for Engineering D, 22 x 34 in.
damage(Rectangle) - Method in class javax.swing.text.DefaultCaret
Damages the area surrounding the caret to cause it to be repainted in a new location.
damageRange(JTextComponent, int, int) - Method in class javax.swing.plaf.TextUI
Causes the portion of the view responsible for the given part of the model to be repainted.
damageRange(JTextComponent, int, int) - Method in class javax.swing.plaf.basic.BasicTextUI
Causes the portion of the view responsible for the given part of the model to be repainted.
damageRange(JTextComponent, int, int) - Method in class javax.swing.plaf.multi.MultiTextUI
Call damageRange on each UI handled by this MultiUI.
damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) - Method in class javax.swing.plaf.TextUI
Causes the portion of the view responsible for the given part of the model to be repainted.
damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) - Method in class javax.swing.plaf.basic.BasicTextUI
Causes the portion of the view responsible for the given part of the model to be repainted.
damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) - Method in class javax.swing.plaf.multi.MultiTextUI
Causes the portion of the view responsible for the given part of the model to be repainted.
DARK - Static variable in class javax.swing.plaf.metal.MetalIconFactory
 
darker() - Method in class java.awt.Color
Creates a new Color that is a darker version of this Color.
darkGray - Static variable in class java.awt.Color
The color dark gray.
darkShadow - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
darkShadow - Variable in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
 
darkShadow - Variable in class javax.swing.plaf.basic.BasicBorders.FieldBorder
 
darkShadowColor - Static variable in class javax.swing.plaf.metal.MetalSliderUI
 
DASH_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
data - Variable in class javax.sound.midi.MidiMessage
The MIDI message data.
data - Variable in class javax.swing.text.html.parser.Element
A field to store user data.
data - Variable in class javax.swing.text.html.parser.Entity
 
DATA - Static variable in class javax.swing.text.html.HTML.Attribute
 
DATA_CONVERSION - exception org.omg.CORBA.DATA_CONVERSION.
The CORBA DATA_CONVERSION exception, which is thrown when there is a data conversion error.
DATA_CONVERSION() - Constructor for class org.omg.CORBA.DATA_CONVERSION
Constructs a DATA_CONVERSION exception with a default minor code of 0 and a completion state of COMPLETED_NO.
DATA_CONVERSION(int, CompletionStatus) - Constructor for class org.omg.CORBA.DATA_CONVERSION
Constructs a DATA_CONVERSION exception with the specified minor code and completion status.
DATA_CONVERSION(String) - Constructor for class org.omg.CORBA.DATA_CONVERSION
Constructs a DATA_CONVERSION exception with the specified detail.
DATA_CONVERSION(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.DATA_CONVERSION
Constructs a DATA_CONVERSION exception with the specified detail message, minor code, and completion status.
DatabaseMetaData - interface java.sql.DatabaseMetaData.
Comprehensive information about the database as a whole.
dataBuffer - Variable in class java.awt.image.Raster
The DataBuffer that stores the image data.
DataBuffer - class java.awt.image.DataBuffer.
This class exists to wrap one or more data arrays.
DataBuffer(int, int) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer containing one bank of the specified data type and size.
DataBuffer(int, int, int) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer containing the specified number of banks.
DataBuffer(int, int, int, int) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer that contains the specified number of banks.
DataBuffer(int, int, int, int[]) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer which contains the specified number of banks.
DataBufferByte - class java.awt.image.DataBufferByte.
This class extends DataBuffer and stores data internally as bytes.
DataBufferByte(byte[][], int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte-based DataBuffer with the specified arrays.
DataBufferByte(byte[][], int, int[]) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte-based DataBuffer with the specified arrays, size, and offsets.
DataBufferByte(byte[], int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte-based DataBuffer with a single bank using the specified array.
DataBufferByte(byte[], int, int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte-based DataBuffer with a single bank using the specified array, size, and offset.
DataBufferByte(int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte-based DataBuffer with a single bank and the specified size.
DataBufferByte(int, int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte based DataBuffer with the specified number of banks all of which are the specified size.
DataBufferInt - class java.awt.image.DataBufferInt.
This class extends DataBuffer and stores data internally as integers.
DataBufferInt(int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with a single bank and the specified size.
DataBufferInt(int[][], int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with the specified arrays.
DataBufferInt(int[][], int, int[]) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with the specified arrays, size, and offsets.
DataBufferInt(int[], int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with a single bank using the specified array.
DataBufferInt(int[], int, int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with a single bank using the specified array, size, and offset.
DataBufferInt(int, int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with the specified number of banks, all of which are the specified size.
DataBufferShort - class java.awt.image.DataBufferShort.
This class extends DataBuffer and stores data internally as shorts.
DataBufferShort(int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with a single bank and the specified size.
DataBufferShort(int, int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with the specified number of banks all of which are the specified size.
DataBufferShort(short[][], int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with the specified arrays.
DataBufferShort(short[][], int, int[]) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with the specified arrays, size, and offsets.
DataBufferShort(short[], int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with a single bank using the specified array.
DataBufferShort(short[], int, int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with a single bank using the specified array, size, and offset.
DataBufferUShort - class java.awt.image.DataBufferUShort.
This class extends DataBuffer and stores data internally as shorts.
DataBufferUShort(int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with a single bank and the specified size.
DataBufferUShort(int, int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with the specified number of banks, all of which are the specified size.
DataBufferUShort(short[][], int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with the specified arrays.
DataBufferUShort(short[][], int, int[]) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with specified arrays, size, and offsets.
DataBufferUShort(short[], int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with a single bank using the specified array.
DataBufferUShort(short[], int, int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with a single bank using the specified array, size, and offset.
dataDefinitionCausesTransactionCommit() - Method in interface java.sql.DatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions() - Method in interface java.sql.DatabaseMetaData
Is a data definition statement within a transaction ignored?
DataFlavor - class java.awt.datatransfer.DataFlavor.
Each instance represents the opaque concept of a data format as would appear on a clipboard, during drag and drop, or in a file system.
DataFlavor() - Constructor for class java.awt.datatransfer.DataFlavor
Constructs a new DataFlavor.
DataFlavor(Class, String) - Constructor for class java.awt.datatransfer.DataFlavor
Construct a DataFlavor that represents a Java class
DataFlavor(String) - Constructor for class java.awt.datatransfer.DataFlavor
Construct a DataFlavor from a Mime Type string.
DataFlavor(String, String) - Constructor for class java.awt.datatransfer.DataFlavor
Construct a DataFlavor that represents a MimeType
DataFlavor(String, String, ClassLoader) - Constructor for class java.awt.datatransfer.DataFlavor
Construct a DataFlavor that represents a MimeType
DataFormatException - exception java.util.zip.DataFormatException.
Signals that a data format error has occurred.
DataFormatException() - Constructor for class java.util.zip.DataFormatException
Constructs a DataFormatException with no detail message.
DataFormatException(String) - Constructor for class java.util.zip.DataFormatException
Constructs a DataFormatException with the specified detail message.
DatagramPacket - class java.net.DatagramPacket.
This class represents a datagram packet.
DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length.
DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length, specifying an offset into the buffer.
DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramSocket - class java.net.DatagramSocket.
This class represents a socket for sending and receiving datagram packets.
DatagramSocket() - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to any available port on the local host machine.
DatagramSocket(int) - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port on the local host machine.
DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local address.
DatagramSocketImpl - class java.net.DatagramSocketImpl.
Abstract datagram and multicast socket implementation base class.
DatagramSocketImpl() - Constructor for class java.net.DatagramSocketImpl
 
DatagramSocketImplFactory - interface java.net.DatagramSocketImplFactory.
This interface defines a factory for datagram socket implementations.
DataInput - interface java.io.DataInput.
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - class java.io.DataInputStream.
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream - interface org.omg.CORBA.DataInputStream.
Defines the methods used to read primitive data types from input streams for unmarshaling custom value types.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a FilterInputStream and saves its argument, the input stream in, for later use.
DataLine - interface javax.sound.sampled.DataLine.
DataLine adds media-related functionality to its superinterface, Line.
DataLine.Info - class javax.sound.sampled.DataLine.Info.
Besides the class information inherited from its superclass, DataLine.Info provides additional information specific to data lines.
DataLine.Info(Class, AudioFormat) - Constructor for class javax.sound.sampled.DataLine.Info
Constructs a data line's info object from the specified information, which includes a single audio format.
DataLine.Info(Class, AudioFormat[], int, int) - Constructor for class javax.sound.sampled.DataLine.Info
Constructs a data line's info object from the specified information, which includes a set of supported audio formats and a range for the buffer size.
DataLine.Info(Class, AudioFormat, int) - Constructor for class javax.sound.sampled.DataLine.Info
Constructs a data line's info object from the specified information, which includes a single audio format and a desired buffer size.
dataModel - Variable in class javax.swing.JComboBox
 
dataModel - Variable in class javax.swing.JTable
The TableModel of the table.
DataOutput - interface java.io.DataOutput.
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - class java.io.DataOutputStream.
A data input stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream - interface org.omg.CORBA.DataOutputStream.
Defines the methods used to write primitive data types to output streams for marshalling custom value types.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DataTruncation - exception java.sql.DataTruncation.
An exception that reports a DataTruncation warning (on reads) or throws a DataTruncation exception (on writes) when JDBC unexpectedly truncates a data value.
DataTruncation(int, boolean, boolean, int, int) - Constructor for class java.sql.DataTruncation
Creates a DataTruncation object with the SQLState initialized to 01004, the reason set to "Data truncation", the vendorCode set to the SQLException default, and the other fields set to the given values.
dataType - Variable in class java.awt.image.SampleModel
Data type of the DataBuffer storing the pixel data.
dataType - Variable in class java.awt.image.DataBuffer
The data type of this DataBuffer.
dataVector - Variable in class javax.swing.table.DefaultTableModel
The Vector of Vectors of Object values.
Date - class java.sql.Date.
A thin wrapper around a millisecond value that allows JDBC to identify this as a SQL DATE.
Date - class java.util.Date.
The class Date represents a specific instant in time, with millisecond precision.
DATE - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATE.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DATE_FIELD - Static variable in class java.text.DateFormat
Useful constant for DATE field alignment.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
Date(int, int, int) - Constructor for class java.sql.Date
Deprecated. instead use the constructor Date(long date)
Date(int, int, int) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date) or GregorianCalendar(year + 1900, month, date).
Date(int, int, int, int, int) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min) or GregorianCalendar(year + 1900, month, date, hrs, min).
Date(int, int, int, int, int, int) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min, sec) or GregorianCalendar(year + 1900, month, date, hrs, min, sec).
Date(long) - Constructor for class java.sql.Date
Constructs a Date object using a milliseconds time value.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date(String) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.parse(String s).
DateFormat - class java.text.DateFormat.
DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
DateFormat() - Constructor for class java.text.DateFormat
Create a new date format.
DateFormatSymbols - class java.text.DateFormatSymbols.
DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the default locale.
DateFormatSymbols(Locale) - Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the given locale.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DAY_OF_WEEK_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK field alignment.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the ordinal number of the day of the week within the current month.
DAY_OF_WEEK_IN_MONTH_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
DAY_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the day number within the current year.
DAY_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_YEAR field alignment.
DD - Static variable in class javax.swing.text.html.HTML.Tag
 
deactivate() - Method in interface javax.rmi.CORBA.Tie
Deactivates the target object represented by this tie.
deactivate(boolean) - Method in interface java.awt.im.spi.InputMethod
Deactivates the input method.
deactivateFrame(JInternalFrame) - Method in interface javax.swing.DesktopManager
Generally, indicate that this frame has lost focus.
deactivateFrame(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
 
deactivateFrame(JInternalFrame) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method is called when the frame is no longer selected.
DebugGraphics - class javax.swing.DebugGraphics.
Graphics subclass supporting graphics debugging.
DebugGraphics() - Constructor for class javax.swing.DebugGraphics
Constructs a new debug graphics context that supports slowed down drawing.
DebugGraphics(Graphics) - Constructor for class javax.swing.DebugGraphics
Constructs a debug graphics context from an existing graphics context that supports slowed down drawing.
DebugGraphics(Graphics, JComponent) - Constructor for class javax.swing.DebugGraphics
Constructs a debug graphics context from an existing graphics context that slows down drawing for the specified component.
decapitalize(String) - Static method in class java.beans.Introspector
Utility method to take a string and convert it to normal Java variable name capitalization.
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
DECIMAL - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DECIMAL.
DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types.
DecimalFormat - class java.text.DecimalFormat.
DecimalFormat is a concrete subclass of NumberFormat that formats decimal numbers.
DecimalFormat() - Constructor for class java.text.DecimalFormat
Create a DecimalFormat using the default pattern and symbols for the default locale.
DecimalFormat(String) - Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and the symbols for the default locale.
DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and symbols.
DecimalFormatSymbols - class java.text.DecimalFormatSymbols.
This class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by DecimalFormat to format numbers.
DecimalFormatSymbols() - Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the default locale.
DecimalFormatSymbols(Locale) - Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the given locale.
DECLARE - Static variable in class javax.swing.text.html.HTML.Attribute
 
DECLARED - Static variable in interface java.lang.reflect.Member
Identifies the set of declared members of a class or interface.
decode(InputStream) - Method in interface java.security.Certificate
Deprecated. Decodes a certificate from an input stream.
decode(String) - Static method in class java.awt.Font
Returns the Font that the str argument describes.
decode(String) - Static method in class java.awt.Color
Converts a String to an integer and returns the specified opaque Color.
decode(String) - Static method in class java.lang.Long
Decodes a String into a Long.
decode(String) - Static method in class java.lang.Short
Decodes a String into a Short.
decode(String) - Static method in class java.lang.Integer
Decodes a String into an Integer.
decode(String) - Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String) - Static method in class java.net.URLDecoder
Decodes a "x-www-form-urlencoded" to a String.
decodeDataFlavor(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
 
decodeJavaMIMEType(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
 
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 and int)
decrButton - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
 
DECREASE_HIGHLIGHT - Static variable in class javax.swing.plaf.basic.BasicScrollBarUI
 
decreaseButton - Variable in class javax.swing.plaf.metal.MetalScrollBarUI
 
decrIndent() - Method in class javax.swing.text.AbstractWriter
Decrements the indent level.
def - Variable in class java.util.zip.DeflaterOutputStream
Compressor for this stream.
def_kind() - Method in interface org.omg.CORBA.IRObjectOperations
Returns the DefinitionKind corresponding to this Interface Repository object.
def_kind() - Method in class org.omg.CORBA._IDLTypeStub
 
defAttributeList(String, int, int, String, String, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Define an attribute list
DEFAULT - Static variable in class java.awt.dnd.DragSourceContext
An int used by updateCurrentCursor() indicating that the Cursor should change to the default (no drop) Cursor.
DEFAULT - Static variable in class java.text.DateFormat
Constant for default style pattern.
DEFAULT - Static variable in interface javax.swing.Action
Useful constants that can be used as the storage-retrieval key when setting or getting one of this object's properties (text or icon).
DEFAULT - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
DEFAULT_CARET_POLICY - Static variable in class java.awt.font.TextLayout
This CaretPolicy is used when a policy is not specified by the client.
DEFAULT_COMPRESSION - Static variable in class java.util.zip.Deflater
Default compression level.
DEFAULT_CSS - Static variable in class javax.swing.text.html.HTMLEditorKit
Default Cascading Style Sheet file that sets up the tag views.
DEFAULT_CURSOR - Static variable in class java.awt.Cursor
The default cursor type (gets set if no cursor is defined).
DEFAULT_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.DEFAULT_CURSOR.
default_index() - Method in class org.omg.CORBA.TypeCode
Returns the index of the default member, or -1 if there is no default member.
DEFAULT_JUSTIFICATION - Static variable in class javax.swing.border.TitledBorder
Use the default justification for the title text.
DEFAULT_KEYMAP - Static variable in class javax.swing.text.JTextComponent
This is the name of the default keymap that will be shared by all JTextComponent instances unless they have had a different keymap set.
DEFAULT_LAYER - Static variable in class javax.swing.JLayeredPane
Convenience object defining the Default layer.
DEFAULT_OPTION - Static variable in class javax.swing.JOptionPane
Type meaning Look and Feel should not supply any options -- only use the options from the JOptionPane.
DEFAULT_POSITION - Static variable in class javax.swing.border.TitledBorder
Use the default vertical orientation for the title text.
DEFAULT_STRATEGY - Static variable in class java.util.zip.Deflater
Default compression strategy.
DEFAULT_STYLE - Static variable in class javax.swing.text.StyleContext
The name given to the default logical style attached to paragraphs.
DefaultBoundedRangeModel - class javax.swing.DefaultBoundedRangeModel.
A generic implementation of BoundedRangeModel.
DefaultBoundedRangeModel() - Constructor for class javax.swing.DefaultBoundedRangeModel
Initializes all of the properties with default values.
DefaultBoundedRangeModel(int, int, int, int) - Constructor for class javax.swing.DefaultBoundedRangeModel
Initializes value, extent, minimum and maximum.
defaultButton - Variable in class javax.swing.JRootPane
The button that gets activated when the pane has the focus and a UI-specific action like pressing the Enter key occurs.
DefaultButtonModel - class javax.swing.DefaultButtonModel.
The default implementation of a Button component's data model.
DefaultButtonModel() - Constructor for class javax.swing.DefaultButtonModel
Constructs a JButtonModel
DefaultCaret - class javax.swing.text.DefaultCaret.
A default implementation of Caret.
DefaultCaret() - Constructor for class javax.swing.text.DefaultCaret
Constructs a default caret.
DefaultCellEditor - class javax.swing.DefaultCellEditor.
The default editor for table and tree cells.
DefaultCellEditor.EditorDelegate - class javax.swing.DefaultCellEditor.EditorDelegate.
 
DefaultCellEditor.EditorDelegate(DefaultCellEditor) - Constructor for class javax.swing.DefaultCellEditor.EditorDelegate
 
DefaultCellEditor(JCheckBox) - Constructor for class javax.swing.DefaultCellEditor
Constructs a DefaultCellEditor object that uses a check box.
DefaultCellEditor(JComboBox) - Constructor for class javax.swing.DefaultCellEditor
Constructs a DefaultCellEditor object that uses a combo box.
DefaultCellEditor(JTextField) - Constructor for class javax.swing.DefaultCellEditor
Constructs a DefaultCellEditor that uses a text field.
defaultChoosers - Variable in class javax.swing.plaf.basic.BasicColorChooserUI
 
DefaultColorSelectionModel - class javax.swing.colorchooser.DefaultColorSelectionModel.
A generic implementation of ColorSelectionModel.
DefaultColorSelectionModel() - Constructor for class javax.swing.colorchooser.DefaultColorSelectionModel
Default constructor.
DefaultColorSelectionModel(Color) - Constructor for class javax.swing.colorchooser.DefaultColorSelectionModel
Initializes selectedColor to color
DefaultComboBoxModel - class javax.swing.DefaultComboBoxModel.
The default model for combo boxes.
DefaultComboBoxModel() - Constructor for class javax.swing.DefaultComboBoxModel
Constructs an empty DefaultComboBoxModel object.
DefaultComboBoxModel(Object[]) - Constructor for class javax.swing.DefaultComboBoxModel
Constructs a DefaultComboBoxModel object initialized with an array of objects.
DefaultComboBoxModel(Vector) - Constructor for class javax.swing.DefaultComboBoxModel
Constructs a DefaultComboBoxModel object initialized with a vector.
defaultConstraints - Variable in class java.awt.GridBagLayout
This field holds a gridbag constraints instance containing the default values, so if a component does not have gridbag constraints associated with it, then the component will be assigned a copy of the defaultConstraints.
DefaultCopyDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a copy operation indicating that a drop is currently allowed.
DefaultCopyNoDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a copy operation indicating that a drop is currently not allowed.
DefaultDesktopManager - class javax.swing.DefaultDesktopManager.
This is an implementaion of the DesktopManager.
DefaultDesktopManager() - Constructor for class javax.swing.DefaultDesktopManager
 
defaulted(String) - Method in class java.io.ObjectInputStream.GetField
Return true if the named field is defaulted and has no value in this stream.
DefaultEditorKit - class javax.swing.text.DefaultEditorKit.
This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.
DefaultEditorKit.BeepAction - class javax.swing.text.DefaultEditorKit.BeepAction.
Creates a beep.
DefaultEditorKit.BeepAction() - Constructor for class javax.swing.text.DefaultEditorKit.BeepAction
Create this object with the appropriate identifier.
DefaultEditorKit.CopyAction - class javax.swing.text.DefaultEditorKit.CopyAction.
Coies the selected region and place its contents into the system clipboard.
DefaultEditorKit.CopyAction() - Constructor for class javax.swing.text.DefaultEditorKit.CopyAction
Create this object with the appropriate identifier.
DefaultEditorKit.CutAction - class javax.swing.text.DefaultEditorKit.CutAction.
Cuts the selected region and place its contents into the system clipboard.
DefaultEditorKit.CutAction() - Constructor for class javax.swing.text.DefaultEditorKit.CutAction
Create this object with the appropriate identifier.
DefaultEditorKit.DefaultKeyTypedAction - class javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction.
The action that is executed by default if a key typed event is received and there is no keymap entry.
DefaultEditorKit.DefaultKeyTypedAction() - Constructor for class javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction
Creates this object with the appropriate identifier.
DefaultEditorKit.InsertBreakAction - class javax.swing.text.DefaultEditorKit.InsertBreakAction.
Places a line/paragraph break into the document.
DefaultEditorKit.InsertBreakAction() - Constructor for class javax.swing.text.DefaultEditorKit.InsertBreakAction
Creates this object with the appropriate identifier.
DefaultEditorKit.InsertContentAction - class javax.swing.text.DefaultEditorKit.InsertContentAction.
Places content into the associated document.
DefaultEditorKit.InsertContentAction() - Constructor for class javax.swing.text.DefaultEditorKit.InsertContentAction
Creates this object with the appropriate identifier.
DefaultEditorKit.InsertTabAction - class javax.swing.text.DefaultEditorKit.InsertTabAction.
Places a tab character into the document.
DefaultEditorKit.InsertTabAction() - Constructor for class javax.swing.text.DefaultEditorKit.InsertTabAction
Creates this object with the appropriate identifier.
DefaultEditorKit.PasteAction - class javax.swing.text.DefaultEditorKit.PasteAction.
Pastes the contents of the system clipboard into the selected region, or before the caret if nothing is selected.
DefaultEditorKit.PasteAction() - Constructor for class javax.swing.text.DefaultEditorKit.PasteAction
Create this object with the appropriate identifier.
DefaultEditorKit() - Constructor for class javax.swing.text.DefaultEditorKit
default constructor for DefaultEditorKit
defaultEditorsByColumnClass - Variable in class javax.swing.JTable
A table of objects that display and edit the contents of a cell, indexed by class as declared in getColumnClass in the TableModel interface.
DefaultFocusManager - class javax.swing.DefaultFocusManager.
Default swing focus manager implementation.
DefaultFocusManager() - Constructor for class javax.swing.DefaultFocusManager
 
DefaultHighlighter - class javax.swing.text.DefaultHighlighter.
Implements the Highlighter interfaces.
DefaultHighlighter.DefaultHighlightPainter - class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter.
Simple highlight painter that fills a highlighted area with a solid color.
DefaultHighlighter.DefaultHighlightPainter(Color) - Constructor for class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
Constructs a new highlight painter.
DefaultHighlighter() - Constructor for class javax.swing.text.DefaultHighlighter
Creates a new DefaultHighlighther object.
defaultInitCtx - Variable in class javax.naming.InitialContext
Field holding the result of calling NamingManager.getInitialContext().
defaultKeyTypedAction - Static variable in class javax.swing.text.DefaultEditorKit
Name of the action that is executed by default if a key typed event is received and there is no keymap entry.
DefaultLinkDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a link operation indicating that a drop is currently allowed.
DefaultLinkNoDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a link operation indicating that a drop is currently not allowed.
DefaultListCellRenderer - class javax.swing.DefaultListCellRenderer.
Renders an item in a list.
DefaultListCellRenderer.UIResource - class javax.swing.DefaultListCellRenderer.UIResource.
A subclass of DefaultListCellRenderer that implements UIResource.
DefaultListCellRenderer.UIResource() - Constructor for class javax.swing.DefaultListCellRenderer.UIResource
 
DefaultListCellRenderer() - Constructor for class javax.swing.DefaultListCellRenderer
Constructs a default renderer object for an item in a list.
DefaultListModel - class javax.swing.DefaultListModel.
This class implements the java.util.Vector API and notifies the ListDataListeners when changes occur.
DefaultListModel() - Constructor for class javax.swing.DefaultListModel
 
DefaultListSelectionModel - class javax.swing.DefaultListSelectionModel.
Default data model for list selections.
DefaultListSelectionModel() - Constructor for class javax.swing.DefaultListSelectionModel
 
defaultManager() - Static method in class javax.swing.MenuSelectionManager
Returns the default menu selection manager.
DefaultMenuLayout - class javax.swing.plaf.basic.DefaultMenuLayout.
The default layout manager for Popup menus and menubars.
DefaultMenuLayout(Container, int) - Constructor for class javax.swing.plaf.basic.DefaultMenuLayout
 
DefaultMetalTheme - class javax.swing.plaf.metal.DefaultMetalTheme.
This class describes the default Metal Theme.
DefaultMetalTheme() - Constructor for class javax.swing.plaf.metal.DefaultMetalTheme
 
DefaultMoveDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a move operation indicating that a drop is currently allowed.
DefaultMoveNoDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a move operation indicating that a drop is currently not allowed.
DefaultMutableTreeNode - class javax.swing.tree.DefaultMutableTreeNode.
A DefaultMutableTreeNode is a general-purpose node in a tree data structure.
DefaultMutableTreeNode() - Constructor for class javax.swing.tree.DefaultMutableTreeNode
Creates a tree node that has no parent and no children, but which allows children.
DefaultMutableTreeNode(Object) - Constructor for class javax.swing.tree.DefaultMutableTreeNode
Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.
DefaultMutableTreeNode(Object, boolean) - Constructor for class javax.swing.tree.DefaultMutableTreeNode
Creates a tree node with no parent, no children, initialized with the specified user object, and that allows children only if specified.
defaultPage() - Method in class java.awt.print.PrinterJob
Creates a new PageFormat instance and sets it to a default size and orientation.
defaultPage(PageFormat) - Method in class java.awt.print.PrinterJob
Clones the PageFormat argument and alters the clone to describe a default page size and orientation.
DefaultPainter - Static variable in class javax.swing.text.DefaultHighlighter
 
defaultPressAction - Variable in class javax.swing.JRootPane
Deprecated. As of Java 2 platform v1.3.
defaultReadObject() - Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaultReleaseAction - Variable in class javax.swing.JRootPane
Deprecated. As of Java 2 platform v1.3.
defaultRenderersByColumnClass - Variable in class javax.swing.JTable
A table of objects that display the contents of a cell, indexed by class as declared in getColumnClass in the TableModel interface.
defaults - Variable in class java.util.Properties
A property list that contains default values for any keys not found in this property list.
DefaultSingleSelectionModel - class javax.swing.DefaultSingleSelectionModel.
A generic implementation of SingleSelectionModel.
DefaultSingleSelectionModel() - Constructor for class javax.swing.DefaultSingleSelectionModel
 
DefaultStyledDocument - class javax.swing.text.DefaultStyledDocument.
A document that can be marked up with character and paragraph styles in a manner similar to the Rich Text Format.
DefaultStyledDocument.AttributeUndoableEdit - class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit.
An UndoableEdit used to remember AttributeSet changes to an Element.
DefaultStyledDocument.AttributeUndoableEdit(Element, AttributeSet, boolean) - Constructor for class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
 
DefaultStyledDocument.ElementBuffer - class javax.swing.text.DefaultStyledDocument.ElementBuffer.
Class to manage changes to the element hierarchy.
DefaultStyledDocument.ElementBuffer(DefaultStyledDocument, Element) - Constructor for class javax.swing.text.DefaultStyledDocument.ElementBuffer
Creates a new ElementBuffer.
DefaultStyledDocument.ElementSpec - class javax.swing.text.DefaultStyledDocument.ElementSpec.
Specification for building elements.
DefaultStyledDocument.ElementSpec(AttributeSet, short) - Constructor for class javax.swing.text.DefaultStyledDocument.ElementSpec
Constructor useful for markup when the markup will not be stored in the document.
DefaultStyledDocument.ElementSpec(AttributeSet, short, char[], int, int) - Constructor for class javax.swing.text.DefaultStyledDocument.ElementSpec
Constructor for creating a spec externally for batch input of content and markup into the document.
DefaultStyledDocument.ElementSpec(AttributeSet, short, int) - Constructor for class javax.swing.text.DefaultStyledDocument.ElementSpec
Constructor for parsing inside the document when the data has already been added, but len information is needed.
DefaultStyledDocument.SectionElement - class javax.swing.text.DefaultStyledDocument.SectionElement.
Default root element for a document...
DefaultStyledDocument.SectionElement(DefaultStyledDocument) - Constructor for class javax.swing.text.DefaultStyledDocument.SectionElement
Creates a new SectionElement.
DefaultStyledDocument() - Constructor for class javax.swing.text.DefaultStyledDocument
Constructs a default styled document.
DefaultStyledDocument(AbstractDocument.Content, StyleContext) - Constructor for class javax.swing.text.DefaultStyledDocument
Constructs a styled document.
DefaultStyledDocument(StyleContext) - Constructor for class javax.swing.text.DefaultStyledDocument
Constructs a styled document with the default content storage implementation and a shared set of styles.
DefaultTableCellRenderer - class javax.swing.table.DefaultTableCellRenderer.
The standard class for rendering (displaying) individual cells in a JTable.
DefaultTableCellRenderer.UIResource - class javax.swing.table.DefaultTableCellRenderer.UIResource.
A subclass of DefaultTableCellRenderer that implements UIResource.
DefaultTableCellRenderer.UIResource() - Constructor for class javax.swing.table.DefaultTableCellRenderer.UIResource
 
DefaultTableCellRenderer() - Constructor for class javax.swing.table.DefaultTableCellRenderer
Creates a default table cell renderer.
DefaultTableColumnModel - class javax.swing.table.DefaultTableColumnModel.
The standard column-handler for a JTable.
DefaultTableColumnModel() - Constructor for class javax.swing.table.DefaultTableColumnModel
Creates a default table column model.
DefaultTableModel - class javax.swing.table.DefaultTableModel.
This is an implementation of TableModel that uses a Vector of Vectors to store the cell value objects.
DefaultTableModel() - Constructor for class javax.swing.table.DefaultTableModel
Constructs a default DefaultTableModel which is a table of zero columns and zero rows.
DefaultTableModel(int, int) - Constructor for class javax.swing.table.DefaultTableModel
Constructs a DefaultTableModel with numRows and numColumns of null object values.
DefaultTableModel(Object[][], Object[]) - Constructor for class javax.swing.table.DefaultTableModel
Constructs a DefaultTableModel and initializes the table by passing data and columnNames to the setDataVector method.
DefaultTableModel(Object[], int) - Constructor for class javax.swing.table.DefaultTableModel
Constructs a DefaultTableModel with as many columns as there are elements in columnNames and numRows of null object values.
DefaultTableModel(Vector, int) - Constructor for class javax.swing.table.DefaultTableModel
Constructs a DefaultTableModel with as many columns as there are elements in columnNames and numRows of null object values.
DefaultTableModel(Vector, Vector) - Constructor for class javax.swing.table.DefaultTableModel
Constructs a DefaultTableModel and initializes the table by passing data and columnNames to the setDataVector method.
defaultTextIconGap - Variable in class javax.swing.plaf.basic.BasicMenuItemUI
 
defaultTextIconGap - Variable in class javax.swing.plaf.basic.BasicButtonUI
 
defaultTextShiftOffset - Variable in class javax.swing.plaf.basic.BasicButtonUI
 
DefaultTextUI - class javax.swing.text.DefaultTextUI.
Deprecated.  
DefaultTextUI() - Constructor for class javax.swing.text.DefaultTextUI
Deprecated.  
DefaultTreeCellEditor - class javax.swing.tree.DefaultTreeCellEditor.
A TreeCellEditor.
DefaultTreeCellEditor.DefaultTextField - class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField.
TextField used when no editor is supplied.
DefaultTreeCellEditor.DefaultTextField(DefaultTreeCellEditor, Border) - Constructor for class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
Constructs a DefaultTreeCellEditor$DefaultTextField object.
DefaultTreeCellEditor.EditorContainer - class javax.swing.tree.DefaultTreeCellEditor.EditorContainer.
Container responsible for placing the editingComponent.
DefaultTreeCellEditor.EditorContainer(DefaultTreeCellEditor) - Constructor for class javax.swing.tree.DefaultTreeCellEditor.EditorContainer
Constructs an EditorContainer object.
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.
DefaultTreeCellRenderer - class javax.swing.tree.DefaultTreeCellRenderer.
Displays an entry in a tree.
DefaultTreeCellRenderer() - Constructor for class javax.swing.tree.DefaultTreeCellRenderer
Returns a new instance of DefaultTreeCellRenderer.
DefaultTreeModel - class javax.swing.tree.DefaultTreeModel.
A simple tree data model that uses TreeNodes.
DefaultTreeModel(TreeNode) - Constructor for class javax.swing.tree.DefaultTreeModel
Creates a tree in which any node can have children.
DefaultTreeModel(TreeNode, boolean) - Constructor for class javax.swing.tree.DefaultTreeModel
Creates a tree specifying whether any node can have children, or whether only certain nodes can have children.
DefaultTreeSelectionModel - class javax.swing.tree.DefaultTreeSelectionModel.
Default implementation of TreeSelectionModel.
DefaultTreeSelectionModel() - Constructor for class javax.swing.tree.DefaultTreeSelectionModel
Creates a new instance of DefaultTreeSelectionModel that is empty, with a selection mode of DISCONTIGUOUS_TREE_SELECTION.
defaultWriteObject() - Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class to this stream.
defContentModel(int, Object, ContentModel) - Method in class javax.swing.text.html.parser.DTD
Define a content model
defElement(String, int, boolean, boolean, ContentModel, String[], String[], AttributeList) - Method in class javax.swing.text.html.parser.DTD
Define an element.
defEntity(String, int, int) - Method in class javax.swing.text.html.parser.DTD
Define a character entity.
defEntity(String, int, String) - Method in class javax.swing.text.html.parser.DTD
Define an entity.
defineAttributes(String, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Define the attributes of an element.
defineClass(byte[], int, int) - Method in class java.lang.ClassLoader
Deprecated. Replaced by defineClass(java.lang.String, byte[], int, int)
defineClass(String, byte[], int, int) - Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class.
defineClass(String, byte[], int, int, CodeSource) - Method in class java.security.SecureClassLoader
Converts an array of bytes into an instance of class Class, with an optional CodeSource.
defineClass(String, byte[], int, int, ProtectionDomain) - Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class, with an optional ProtectionDomain.
defined_in - Variable in class org.omg.CORBA.ValueMember
The name of the value member described by this ValueMember object.
defineElement(String, int, boolean, boolean, ContentModel, BitSet, BitSet, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Define an element.
defineEntity(String, int, char[]) - Method in class javax.swing.text.html.parser.DTD
Define an entity.
definePackage(String, Manifest, URL) - Method in class java.net.URLClassLoader
Defines a new package by name in this ClassLoader.
definePackage(String, String, String, String, String, String, String, URL) - Method in class java.lang.ClassLoader
Defines a package by name in this ClassLoader.
DefinitionKind - class org.omg.CORBA.DefinitionKind.
The class that provides the constants used to identify the type of an Interface Repository object.
DefinitionKind(int) - Constructor for class org.omg.CORBA.DefinitionKind
Constructs a DefinitionKind object with its _value field initialized with the given value.
DefinitionKindHelper - class org.omg.CORBA.DefinitionKindHelper.
org/omg/CORBA/DefinitionKindHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl 03 June 1999 11:33:43 o'clock GMT+00:00
DefinitionKindHelper() - Constructor for class org.omg.CORBA.DefinitionKindHelper
 
deflate() - Method in class java.util.zip.DeflaterOutputStream
Writes next block of compressed data to the output stream.
deflate(byte[]) - Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
deflate(byte[], int, int) - Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
DEFLATED - Static variable in class java.util.zip.ZipEntry
Compression method for compressed (deflated) entries.
DEFLATED - Static variable in class java.util.zip.ZipOutputStream
Compression method for compressed (DEFLATED) entries.
DEFLATED - Static variable in class java.util.zip.Deflater
Compression method for the deflate algorithm (the only one currently supported).
Deflater - class java.util.zip.Deflater.
This class provides support for general purpose compression using the popular ZLIB compression library.
Deflater() - Constructor for class java.util.zip.Deflater
Creates a new compressor with the default compression level.
Deflater(int) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int, boolean) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
DeflaterOutputStream - class java.util.zip.DeflaterOutputStream.
This class implements an output stream filter for compressing data in the "deflate" compression format.
DeflaterOutputStream(OutputStream) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with a defaul compressor and buffer size.
DeflaterOutputStream(OutputStream, Deflater) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and a default buffer size.
DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and buffer size.
deiconifyFrame(JInternalFrame) - Method in interface javax.swing.DesktopManager
Generally, remove any iconic representation that is present and restore the frame to it's original size and location.
deiconifyFrame(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
Removes the desktopIcon from its parent and adds its frame to the parent.
deiconifyFrame(JInternalFrame) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method is called when the user wants to deiconify the frame.
deiconize() - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
 
deinstall(JEditorPane) - Method in class javax.swing.text.EditorKit
Called when the kit is being removed from the JEditorPane.
deinstall(JEditorPane) - Method in class javax.swing.text.StyledEditorKit
Called when the kit is being removed from the JEditorPane.
deinstall(JEditorPane) - Method in class javax.swing.text.html.HTMLEditorKit
Called when the kit is being removed from the JEditorPane.
deinstall(JTextComponent) - Method in interface javax.swing.text.Highlighter
Called when the UI is being removed from the interface of a JTextComponent.
deinstall(JTextComponent) - Method in class javax.swing.text.DefaultHighlighter
Called when the UI is being removed from the interface of a JTextComponent.
deinstall(JTextComponent) - Method in class javax.swing.text.DefaultCaret
Called when the UI is being removed from the interface of a JTextComponent.
deinstall(JTextComponent) - Method in interface javax.swing.text.Caret
Called when the UI is being removed from the interface of a JTextComponent.
deinstallMouseHandlers(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
delay(int) - Method in class java.awt.Robot
Sleeps for the specified time.
delegate - Variable in class javax.swing.DefaultCellEditor
 
Delegate - class org.omg.CORBA.portable.Delegate.
Specifies a portable API for ORB-vendor-specific implementation of the org.omg.CORBA.Object methods.
Delegate - class org.omg.CORBA_2_3.portable.Delegate.
Delegate class provides the ORB vendor specific implementation of CORBA object.
Delegate() - Constructor for class org.omg.CORBA.portable.Delegate
 
Delegate() - Constructor for class org.omg.CORBA_2_3.portable.Delegate
 
delegateFocus(MouseEvent) - Method in class javax.swing.plaf.basic.BasicComboPopup
This is is a utility method that helps event handlers figure out where to send the focus when the popup is brought up.
delegateFocus(MouseEvent) - Method in class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboPopup
 
DELETE - Static variable in class java.awt.Event
The Delete key.
DELETE - Static variable in interface javax.accessibility.AccessibleTableModelChange
Identifies the deletion of rows and/or columns.
DELETE - Static variable in class javax.swing.event.TableModelEvent
Identifies the removal of rows or columns.
delete_values(String) - Method in class org.omg.CORBA.Context
Deletes from this Context object the NamedValue object(s) whose name field matches the given property name.
delete() - Method in class java.io.File
Deletes the file or directory denoted by this abstract pathname.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
deleteChar(AttributedCharacterIterator, int) - Method in class java.awt.font.LineBreakMeasurer
Updates this LineBreakMeasurer after a single character is deleted from the text, and sets the current position to the beginning of the paragraph.
deleteChar(AttributedCharacterIterator, int) - Method in class java.awt.font.TextMeasurer
Updates the TextMeasurer after a single character has been deleted from the paragraph currently represented by this TextMeasurer.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteEntry(String) - Method in class java.security.KeyStore
Deletes the entry identified by the given alias from this keystore.
deleteNextCharAction - Static variable in class javax.swing.text.DefaultEditorKit
Name of the action to delete the character of content that follows the current caret position.
deleteObserver(Observer) - Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers() - Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
deleteOnExit() - Method in class java.io.File
Requests that the file or directory denoted by this abstract pathname be deleted when the virtual machine terminates.
deleteOwner(Principal, Principal) - Method in interface java.security.acl.Owner
Deletes an owner.
deletePrevCharAction - Static variable in class javax.swing.text.DefaultEditorKit
Name of the action to delete the character of content that precedes the current caret position.
deleteRow() - Method in interface java.sql.ResultSet
Deletes the current row from this ResultSet object and from the underlying database.
deletesAreDetected(int) - Method in interface java.sql.DatabaseMetaData
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
deleteShortcut() - Method in class java.awt.MenuItem
Delete any MenuShortcut object associated with this menu item.
deleteShortcut(MenuShortcut) - Method in class java.awt.MenuBar
Deletes the specified menu shortcut.
deleteTrack(Track) - Method in class javax.sound.midi.Sequence
Removes the specified track from the sequence.
delItem(int) - Method in class java.awt.List
Deprecated. replaced by remove(String) and remove(int).
delItems(int, int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, Not for public use in the future. This method is expected to be retained only as a package private method.
deliverEvent(Event) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent e).
deliverEvent(Event) - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent e)
deltaTransform(double[], int, double[], int, int) - Method in class java.awt.geom.AffineTransform
Transforms an array of relative distance vectors by this transform.
deltaTransform(Point2D, Point2D) - Method in class java.awt.geom.AffineTransform
Transforms the relative distance vector specified by ptSrc and stores the result in ptDst.
depth() - Method in class javax.swing.text.ElementIterator
Fetches the current depth of element tree.
depthFirstEnumeration() - Method in class javax.swing.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in depth-first order.
depthOffset - Variable in class javax.swing.plaf.basic.BasicTreeUI
How much the depth should be offset to properly calculate x locations.
deregisterDriver(Driver) - Static method in class java.sql.DriverManager
Drops a Driver from the DriverManager's list.
deriveFont(AffineTransform) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new transform to it.
deriveFont(float) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new size to it.
deriveFont(int) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new style to it.
deriveFont(int, AffineTransform) - Method in class java.awt.Font
Creates a new Font object by replicating this Font object and applying a new style and transform.
deriveFont(int, float) - Method in class java.awt.Font
Creates a new Font object by replicating this Font object and applying a new style and size.
deriveFont(Map) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new set of font attributes to it.
deriveMMFont(float[]) - Method in interface java.awt.font.MultipleMaster
Creates a new instance of a multiple master font based on the design axis values contained in the specified array.
deriveMMFont(float[], float, float, float, float) - Method in interface java.awt.font.MultipleMaster
Creates a new instance of a multiple master font based on detailed metric information.
description - Variable in class java.sql.DriverPropertyInfo
A brief description of the property, which may be null.
deselect(int) - Method in class java.awt.List
Deselects the item at the specified index.
DESELECTED - Static variable in class java.awt.event.ItemEvent
This state-change-value indicates that a selected item was un-selected.
deserialize(ObjectInputStream, Collection) - Method in class java.beans.beancontext.BeanContextSupport
used by readObject to deserialize a collection.
DesignMode - interface java.beans.DesignMode.
This interface is intended to be implemented by, or delegated from, instances of java.beans.beancontext.BeanContext, in order to propagate to its nested hierarchy of java.beans.beancontext.BeanContextChild instances, the current "designTime" property.
designTime - Variable in class java.beans.beancontext.BeanContextSupport
A boolean indicating whether or not this object is currently in design time mode.
desktop - Static variable in class java.awt.SystemColor
The color of the desktop background.
desktop - Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
DESKTOP - Static variable in class java.awt.SystemColor
The array index for the desktop background color.
DESKTOP_ICON - Static variable in class javax.accessibility.AccessibleRole
An iconified internal frame in a DESKTOP_PANE.
DESKTOP_PANE - Static variable in class javax.accessibility.AccessibleRole
A pane that supports internal frames and iconified versions of those internal frames.
desktopIcon - Variable in class javax.swing.JInternalFrame
The icon that is displayed when the frame is iconized.
desktopIcon - Variable in class javax.swing.plaf.basic.BasicDesktopIconUI
 
DesktopIconUI - class javax.swing.plaf.DesktopIconUI.
Pluggable look and feel interface for JDesktopIcon.
DesktopIconUI() - Constructor for class javax.swing.plaf.DesktopIconUI
 
desktopManager - Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
DesktopManager - interface javax.swing.DesktopManager.
DesktopManager objects are owned by a JDesktopPane object.
DesktopPaneUI - class javax.swing.plaf.DesktopPaneUI.
Pluggable look and feel interface for JDesktopPane.