Alphabetical Index: C

< ? _ 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

C

C - static field in class javax.print.attribute.standard.MediaSize.Engineering
ANSI C paper size.
C - static field in class javax.print.attribute.standard.MediaSizeName
The engineering ANSI C size medium: 17 inches x 22 inches.
C - static field in class java.awt.PageAttributes.MediaType
C0 - static field in class java.awt.PageAttributes.MediaType
C1 - static field in class java.awt.PageAttributes.MediaType
C10 - static field in class java.awt.PageAttributes.MediaType
C2 - static field in class java.awt.PageAttributes.MediaType
C3 - static field in class javax.print.attribute.standard.MediaSize.ISO
ISO C3 envelope, 324 mm x 458 mm
C3 - static field in class java.awt.PageAttributes.MediaType
C4 - static field in class javax.print.attribute.standard.MediaSize.ISO
ISO C4 envelope, 229 mm x 324 mm
C4 - static field in class java.awt.PageAttributes.MediaType
C5 - static field in class javax.print.attribute.standard.MediaSize.ISO
ISO C5 envelope, 162 mm x 229 mm
C5 - static field in class java.awt.PageAttributes.MediaType
C6 - static field in class javax.print.attribute.standard.MediaSize.ISO
ISO C6 envelope, 114 mm x 162 mm
C6 - static field in class java.awt.PageAttributes.MediaType
C7 - static field in class java.awt.PageAttributes.MediaType
C8 - static field in class java.awt.PageAttributes.MediaType
C9 - static field in class java.awt.PageAttributes.MediaType
cachedChildren() - method in class java.util.prefs.AbstractPreferences
Returns all known unremoved children of this node.
cachedMinimumSize - field in class javax.swing.plaf.basic.BasicComboBoxUI
The current minimum size if isMinimumSizeDirty is false.
Adds an icon to the cache, associating it with the given file/directory.
Caches the MBeanInfo instance for this object.
calcRect - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
A reusable rectangle.
Calculate the offsets and spans of the components, when they should be placed end-to-end.
Calculate the offsets and spans of the components, when they should be placed end-to-end.
calculateBreakPosition(int,int) - method in class javax.swing.text.WrappedPlainView
Calculates the break position for the text between model positions p0 and p1.
calculateContentRect() - method in class javax.swing.plaf.basic.BasicSliderUI
Updates the contentRect field to an area inside the focusRect.
calculateFocusRect() - method in class javax.swing.plaf.basic.BasicSliderUI
This method calculates the size and position of the focusRect.
calculateGeometry() - method in class javax.swing.plaf.basic.BasicSliderUI
This method calculates all the sizes of the rectangles by delegating to the helper methods calculateXXXRect.
calculateIndex(javax.management.openmbean.CompositeData) - method in class javax.management.openmbean.TabularData
Calculates the index the specified CompositeData value would have, if it was to be added to this TabularData instance.
Calculates the index the specified CompositeData value would have, if it was to be added to this TabularData instance.
Calculates the portion of the component's bounds which is inside the component's border insets.
calculateLabelRect() - method in class javax.swing.plaf.basic.BasicSliderUI
Calculates the labelRect field, taking into account the orientation of the slider.
calculateLayoutInfo() - method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
This method is called when the rectangles need to be calculated.
Calculates the requirements along the major axis.
Calculates the size requirements of this BoxView along its major axis, that is the axis specified in the constructor.
calculateMaxTabHeight(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the max tab height.
calculateMaxTabHeight(int) - method in class javax.swing.plaf.metal.MetalTabbedPaneUI
This method returns the max tab height.
calculateMaxTabWidth(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method calculates the max tab width.
Calculates the requirements along the minor axis.
Calculates the size requirements of this BoxView along its minor axis, that is the axis opposite to the axis specified in the constructor.
Calculates the size requirements of this BoxView along its minor axis, that is the axis opposite to the axis specified in the constructor.
Calculates the minor axis requirements of this view.
Calculates the requirements of this view for the minor (== horizontal) axis.
calculateSize(boolean) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
This method calculates the size of the the JTabbedPane.
calculateTabAreaHeight(int,int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method calculates the tab area height, including insets, for the given amount of runs and tab height.
calculateTabAreaWidth(int,int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method calculates the tab area width, including insets, for the given amount of runs and tab width.
calculateTabHeight(int,int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns the tab height, including insets, for the given index and fontheight.
calculateTabRects(int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
This method is called to calculate the tab rectangles.
This method calculates the tab width, including insets, for the given tab index and font metrics.
calculateThumbLocation() - method in class javax.swing.plaf.basic.BasicSliderUI
Calculates the position of the thumbRect based on the current value of the slider.
calculateThumbSize() - method in class javax.swing.plaf.basic.BasicSliderUI
Sets the width and height of the thumbRect field, using the dimensions returned by getThumbSize().
calculateTickRect() - method in class javax.swing.plaf.basic.BasicSliderUI
This method calculates the size and position of the tickRect.
Calculate the offsets and spans of the components, when they should be placed end-to-end.
Calculate the offsets and spans of the components, when they should be placed end-to-end.
calculateTrackBuffer() - method in class javax.swing.plaf.basic.BasicSliderUI
Calculates the gap size between the edge of the contentRect and the edge of the trackRect, storing the result in the trackBuffer field.
calculateTrackRect() - method in class javax.swing.plaf.basic.BasicSliderUI
Calculates the size and position of the trackRect.
calendar - field in class java.text.DateFormat
Calendar - class java.util.Calendar
This class is an abstract base class for Calendars, which can be used to convert between Date objects and a set of integer fields which represent YEAR, MONTH, DAY, etc.
Calendar() - constructor for class java.util.Calendar
Constructs a new Calendar with the default time zone and the default locale.
Constructs a new Calendar with the given time zone and the given locale.
This interface provides a mechanism for calling stored procedures.
Callback - interface javax.security.auth.callback.Callback
Implementations of this interface are passed to a CallbackHandler, allowing underlying security services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages.

Callback implementations do not retrieve or display the information requested by underlying security services.

CallbackHandler - interface javax.security.auth.callback.CallbackHandler
An application implements a CallbackHandler and passes it to underlying security services so that they may interact with the application to retrieve specific authentication data, such as usernames and passwords, or to display certain information, such as error and warning messages.

CallbackHandlers are implemented in an application-dependent fashion.

CANADA - static field in class java.util.Locale
Locale which represents the English speaking portion of Canada.
CANADA_FRENCH - static field in class java.util.Locale
Locale which represents the French speaking portion of Canada.
CANCEL - static field in class javax.security.auth.callback.ConfirmationCallback
CANCEL option.

If an optionType was specified to this ConfirmationCallback, this option may be specified as a defaultOption or returned as the selected index.

cancel() - method in class java.nio.channels.spi.AbstractSelectionKey
Cancels this key.
cancel() - method in class javax.print.CancelablePrintJob
Cancel the print job.
cancel() - method in class java.awt.print.PrinterJob
Cancels an in progress print job.
cancel() - method in class java.nio.channels.SelectionKey
Requests that the registration of this key's channel with its selector be cancelled.
cancel() - method in class java.sql.Statement
This method cancels an outstanding statement, if the database supports that operation.
cancel() - method in class java.util.Timer
Cancels the execution of the scheduler.
cancel() - method in class java.util.TimerTask
Marks the task as canceled and prevents any further execution.
CANCEL_OPTION - static field in class javax.swing.JFileChooser
A return value indicating the file chooser has been closed by cancelling.
CANCEL_OPTION - static field in class javax.swing.JOptionPane
The value returned when cancel option is selected.
CANCEL_SELECTION - static field in class javax.swing.JFileChooser
Action command string for cancelling the current selection.
CancelablePrintJob - interface javax.print.CancelablePrintJob
CancelablePrintJob represents a print job which can be canceled.
cancelButtonMnemonic - field in class javax.swing.plaf.basic.BasicFileChooserUI
The localised mnemonic for the cancel button.
cancelButtonText - field in class javax.swing.plaf.basic.BasicFileChooserUI
The localised text for the cancel button.
cancelButtonToolTipText - field in class javax.swing.plaf.basic.BasicFileChooserUI
The localised tool tip text for the cancel button.
cancelCellEditing() - method in class javax.swing.AbstractCellEditor
Stop editing the cell and do not accept any partial value that has been entered into the cell.
cancelCellEditing() - method in class javax.swing.CellEditor
Signals to the CellEditor that it should cancel editing.
cancelCellEditing() - method in class javax.swing.DefaultCellEditor
Forwards call to the delegate.
Cancel the cell editing session.
cancelCellEditing() - method in class javax.swing.tree.DefaultTreeCellEditor
Messages cancelCellEditing to the realEditor and removes it from this instance.
CANCELED - static field in class javax.print.attribute.standard.JobState
The job has been canceled by the client.
cancelEditing() - method in class javax.swing.JTree
cancelEditing(javax.swing.JTree) - method in class javax.swing.plaf.basic.BasicTreeUI
Cancels the current editing session.
cancelEditing(javax.swing.JTree) - method in class javax.swing.plaf.multi.MultiTreeUI
Calls the TreeUI.cancelEditing(JTree) method for all the UI delegates managed by this MultiTreeUI.
cancelEditing(javax.swing.JTree) - method in class javax.swing.plaf.TreeUI
Cancels editing a tree cell, discarding any entered value.
Gets the latest committed text, and removes it from the component's text body.
CancelledKeyException - exception java.nio.channels.CancelledKeyException
CancelledKeyException() - constructor for class java.nio.channels.CancelledKeyException
Creates the exception
cancelledKeys() - method in class java.nio.channels.spi.AbstractSelector
Returns the cancelled keys set.
cancelPendingPaint(int,int,int,int) - method in class java.awt.peer.ContainerPeer
Cancel a pending paint event on a region of this container.
cancelRowUpdates() - method in class java.sql.ResultSet
This method cancels any changes that have been made to a row.
cancelSelection() - method in class javax.swing.JFileChooser
Cancels the selection.
Handles an action to cancel the file chooser.
CancelSelectionAction() - constructor for class javax.swing.plaf.basic.BasicFileChooserUI.CancelSelectionAction
Creates a new CancelSelectionAction object.
canDecodeInput(java.lang.Object) - method in class javax.imageio.spi.ImageReaderSpi
canDetermineObscurity() - method in class java.awt.peer.ComponentPeer
Returns true if this component peer can determine if the component has been obscured, false otherwise.
canDisplay(char) - method in class java.awt.Font
Checks if specified character maps to a glyph in this font.
canDisplayUpTo(char[],int,int) - method in class java.awt.Font
Checks how much of a given sequence of text can be mapped to glyphs in this font.
canDisplayUpTo(java.lang.String) - method in class java.awt.Font
Checks how much of a given string can be mapped to glyphs in this font.
Checks how much of a given sequence of text can be mapped to glyphs in this font.
canDock(java.awt.Component,java.awt.Point) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method returns whether the JToolBar can dock at the given position.
canEdit - field in class javax.swing.tree.DefaultTreeCellEditor
As of Java 2 platform v1.4 this field should no longer be used.
Returns true if event is null, or it is a MouseEvent with a click count > 2 and inHitRegion returns true.
canEncode() - method in class java.nio.charset.Charset
canEncode(char) - method in class java.nio.charset.CharsetEncoder
canEncode(java.lang.CharSequence) - method in class java.nio.charset.CharsetEncoder
canExecute() - method in class java.io.File
This method tests whether or not the current thread is allowed to to execute the file pointed to by this object.
canFilterIndexColorModel - field in class java.awt.image.RGBImageFilter
Specifies whether to apply the filter to the index entries of the IndexColorModel.
Returns true if the data in this TransferHandler can be imported into the specified component.
canInsertEmpty(int) - method in class javax.imageio.ImageWriter
Check whether a new empty image can be inserted at the given frame index.
canInsertImage(int) - method in class javax.imageio.ImageWriter
Check whether an image can be inserted at the given frame index.
CannotProceed - exception org.omg.CosNaming.NamingContextPackage.CannotProceed
The exception is raised when the naming service has given up for some reason.
CannotProceed() - constructor for class org.omg.CosNaming.NamingContextPackage.CannotProceed
Creates the unitialised exception.
Create an exception with the initialised fields and explaining message.
CannotProceed(org.omg.CosNaming.NamingContext,org.omg.CosNaming.NameComponent[]) - constructor for class org.omg.CosNaming.NamingContextPackage.CannotProceed
Creates an exception with the fields, intialised to the given values.
CannotProceedException() - constructor for class javax.naming.CannotProceedException
Create an exception without a message.
Create an exception with a message.
CannotProceedHelper - class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
The helper operations for CannotProceed.
CannotProceedHolder - class org.omg.CosNaming.NamingContextPackage.CannotProceedHolder
The holder for exception CannotProceed.
CannotProceedHolder() - constructor for class org.omg.CosNaming.NamingContextPackage.CannotProceedHolder
Create the holder with unitialised value.
CannotProceedHolder(org.omg.CosNaming.NamingContextPackage.CannotProceed) - constructor for class org.omg.CosNaming.NamingContextPackage.CannotProceedHolder
Create the holder, storing the given value.
CannotRedoException - exception javax.swing.undo.CannotRedoException
An exception which indicates that an editing action cannot be redone.
CannotRedoException() - constructor for class javax.swing.undo.CannotRedoException
Constructs a new instance of a CannotRedoException.
CannotUndoException - exception javax.swing.undo.CannotUndoException
An exception which indicates that an editing action cannot be undone.
CannotUndoException() - constructor for class javax.swing.undo.CannotUndoException
Constructs a new instance of a CannotUndoException.
canOffsetTiles - field in class javax.imageio.ImageWriteParam
True if tiling grid offset parameters can be set.
canOffsetTiles() - method in class javax.imageio.ImageWriteParam
CANON_EQ - static field in class java.util.regex.Pattern
CANONICAL - static field in class javax.security.auth.x500.X500Principal
CANONICAL_DECOMPOSITION - static field in class java.text.Collator
This constant indicates that only characters which are canonical variants in Unicode 2.0 will be decomposed prior to performing comparisons.
canonicalize(org.ietf.jgss.Oid) - method in class org.ietf.jgss.GSSName
Creates a mechanism name (MN) from an arbitrary internal name.
Checks if the paths can be added.
Checks if the paths can be removed without breaking the continuity of the selection according to selectionMode.
canRead() - method in class java.io.File
This method tests whether or not the current thread is allowed to to read the file pointed to by this object.
canReadRaster() - method in class javax.imageio.ImageReader
Check if this reader can handle raster data.
canRedo() - method in class javax.swing.undo.AbstractUndoableEdit
Determines whether it would be possible to redo this editing action.
canRedo() - method in class javax.swing.undo.CompoundEdit
Determines whether it would be possible to redo this editing action.
canRedo() - method in class javax.swing.undo.UndoableEdit
Determines whether it would be possible to redo this editing action.
canRedo() - method in class javax.swing.undo.UndoManager
Determines whether it would be possible to redo this editing action.
canRemoveImage(int) - method in class javax.imageio.ImageWriter
Check whether an image can be removed from the given frame index.
canReplaceImageMetadata(int) - method in class javax.imageio.ImageWriter
Check whether the metadata associated the image at the given frame index can be replaced.
canReplacePixels(int) - method in class javax.imageio.ImageWriter
Check whether the pixels within the image at the given index can be replaced.
canReplaceStreamMetadata() - method in class javax.imageio.ImageWriter
Check whether the metadata associated the entire image stream can be replaced.
Check if setting a parameter to a specific value is supported.
canSetSourceRenderSize - field in class javax.imageio.ImageReadParam
canSetSourceRenderSize() - method in class javax.imageio.ImageReadParam
canUndo() - method in class javax.swing.undo.AbstractUndoableEdit
Determines whether it would be possible to undo this editing action.
canUndo() - method in class javax.swing.undo.CompoundEdit
Determines whether it would be possible to undo this editing action.
canUndo() - method in class javax.swing.undo.UndoableEdit
Determines whether it would be possible to undo this editing action.
canUndo() - method in class javax.swing.undo.UndoManager
Determines whether it would be possible to undo this editing action.
canUndoOrRedo() - method in class javax.swing.undo.UndoManager
Determines whether it would be possible to either undo or redo this editing action.
canUseCacheFile() - method in class javax.imageio.spi.ImageInputStreamSpi
Determines whether ImageInputStreams created by this service provider benefit from using a cache file.
canUseCacheFile() - method in class javax.imageio.spi.ImageOutputStreamSpi
Determines whether ImageOutputStreams created by this service provider benefit from using a cache file.
CANVAS - static field in class javax.accessibility.AccessibleRole
The object can be drawn into, and traps events.
Canvas - class java.awt.Canvas
The Canvas component provides a blank rectangular area, which the client application can use for drawing and for capturing events.
Canvas() - constructor for class java.awt.Canvas
Initializes a new instance of Canvas.
Canvas(java.awt.GraphicsConfiguration) - constructor for class java.awt.Canvas
Initializes a new instance of Canvas with the supplied graphics configuration.
CanvasPeer - interface java.awt.peer.CanvasPeer
canWrite() - method in class java.io.File
This method test whether or not the current thread is allowed to write to this object.
canWriteCompressed - field in class javax.imageio.ImageWriteParam
True if this writer can write images using compression.
canWriteCompressed() - method in class javax.imageio.ImageWriteParam
canWriteEmpty() - method in class javax.imageio.ImageWriter
Check whether an entire empty image, including empty metadata and empty thumbnails, can be written to the output stream, leaving pixel values to be filled in later using the replacePixels methods.
canWriteProgressive - field in class javax.imageio.ImageWriteParam
True if images can be written as a progressive sequence of increasing quality.
canWriteProgressive() - method in class javax.imageio.ImageWriteParam
canWriteRasters() - method in class javax.imageio.ImageWriter
Check if IIOImages containing raster data are supported.
canWriteSequence() - method in class javax.imageio.ImageWriter
Check if an image can be appended at the end of the current list of images even if prior images have already been written.
canWriteTiles - field in class javax.imageio.ImageWriteParam
True if tile width and height parameters can be set.
canWriteTiles() - method in class javax.imageio.ImageWriteParam
CAP_BUTT - static field in class java.awt.BasicStroke
Indicates a flat line cap style.
CAP_ROUND - static field in class java.awt.BasicStroke
Indicates a rounded line cap style.
CAP_SQUARE - static field in class java.awt.BasicStroke
Indicates a square line cap style.
capacity() - method in class java.nio.Buffer
Retrieves the capacity of the buffer.
capacity() - method in class javax.swing.DefaultListModel
Gets the capacity of the list.
capacity() - method in class java.lang.StringBuffer
Get the total number of characters this StringBuffer can support before it must be grown.
capacity() - method in class java.lang.StringBuilder
Get the total number of characters this StringBuilder can support before it must be grown.
capacity() - method in class java.util.Vector<T>
Returns the size of the internal data array (not the amount of elements contained in the Vector).
capacityIncrement - field in class java.util.Vector<T>
The amount the Vector's internal array should be increased in size when a new element is added that exceeds the current size of the array, or when ensureCapacity(int) is called.
caps - field in class java.awt.Component.BltBufferStrategy
The capabilities of the image buffer.
caps - field in class java.awt.Component.FlipBufferStrategy
The capabilities of this buffering strategy.
CAPS_LOCK - static field in class java.awt.Event
CAPTION - static field in class javax.swing.text.html.HTML.Tag
The <caption> tag
CAPTURING_PHASE - static field in class org.w3c.dom.events.Event
The current event phase is the capturing phase.
cardinality() - method in class java.util.BitSet
Returns the number of bits set to true.
CardLayout - class java.awt.CardLayout
This class implements a card-based layout scheme.
CardLayout() - constructor for class java.awt.CardLayout
Initializes a new instance of CardLayout with horizontal and vertical gaps of 0.
CardLayout(int,int) - constructor for class java.awt.CardLayout
Create a new CardLayout object with the specified horizontal and vertical gaps.
Caret - interface javax.swing.text.Caret
Defines the method to be implemented by a caret that can be used in Swing text components.
CARET_POSITION_CHANGED - static field in class java.awt.event.InputMethodEvent
This event id indicates that the input method curor point has changed.
CaretEvent - class javax.swing.event.CaretEvent
CaretEvent
CaretEvent(java.lang.Object) - constructor for class javax.swing.event.CaretEvent
CaretEvent constructor
CaretListener - interface javax.swing.event.CaretListener
CaretListener public interface
Inner class describing a caret policy
CaretPolicy() - constructor for class java.awt.font.TextLayout.CaretPolicy
Handles this event by dispatching it to the "a" and "b" listener instances.
This method is called when the cursor position within the text is changed.
caretUpdate(javax.swing.event.CaretEvent) - method in class javax.swing.event.CaretListener
Caret position has been updated
Handle a change in the caret position and fire any applicable property change events.
CASE_INSENSITIVE - static field in class java.util.regex.Pattern
CASE_INSENSITIVE_ORDER - static field in class java.lang.String
A Comparator that uses String.compareToIgnoreCase(String).
cast(java.lang.Object) - method in class java.lang.Class<T>
Returns the specified object, cast to this Class' type.
catchExceptions - field in class java.awt.event.InvocationEvent
This variable is set to true if exceptions are caught and stored in a variable during the call to run(), otherwise exceptions are ignored and propagate up.
cbrt(double) - static method in class java.lang.Math
Take a cube root.
cbrt(double) - static method in class java.lang.StrictMath
Returns the cube root of x.
CDATA - static field in class javax.swing.text.html.parser.DTDConstants
The CDATA (Character data) constant, specifes the content model, consisting of characters only.
CDATA - static field in class javax.xml.stream.XMLStreamConstants
A CDATA section event.
CDATA_SECTION_ELEMENTS - static field in class javax.xml.transform.OutputKeys
Whitespace-separated list of element names for which text children should be output as CDATA sections.
CDATA_SECTION_NODE - static field in class org.w3c.dom.Node
The node is a CDATASection.
CDATASection - interface org.w3c.dom.CDATASection
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
ceil(double) - static method in class java.lang.Math
Take the nearest integer that is that is greater than or equal to the argument.
ceil(double) - static method in class java.lang.StrictMath
Take the nearest integer that is that is greater than or equal to the argument.
ceiling(T) - method in class java.util.TreeSet<T>
Returns the least or lowest element in the set greater than or equal to the given element, or null if there is no such element.
ceilingEntry(K) - method in class java.util.TreeMap<K,V>
Returns the entry associated with the least or lowest key that is greater than or equal to the specified key, or null if there is no such key.
ceilingKey(K) - method in class java.util.TreeMap<K,V>
Returns the the least or lowest key that is greater than or equal to the specified key, or null if there is no such key.
CELL_EDITOR_PROPERTY - static field in class javax.swing.JTree
CELL_RENDERER_PROPERTY - static field in class javax.swing.JTree
CELL_RENDERER_PROPERTY - static field in class javax.swing.table.TableColumn
The name for the cellRenderer property.
cellEditor - field in class javax.swing.plaf.basic.BasicTreeUI
Editor for the tree.
CellEditor - interface javax.swing.CellEditor
Provides edit capabilities for components that display cells like JTable, JList and JTree.
cellEditor - field in class javax.swing.JTable
The current cell editor.
cellEditor - field in class javax.swing.JTree
cellEditor - field in class javax.swing.table.TableColumn
An editor for the regular cells in this column.
Listener responsible for getting cell editing events and updating the tree accordingly.
CellEditorHandler() - constructor for class javax.swing.plaf.basic.BasicTreeUI.CellEditorHandler
Constructor
CellEditorListener - interface javax.swing.event.CellEditorListener
CellEditorListener public interface
cellHeight - field in class javax.swing.plaf.basic.BasicListUI
The height of a single cell in the list.
cellHeights - field in class javax.swing.plaf.basic.BasicListUI
An array of varying heights of cells in the list, in cases where each cell might have a different height.
CELLPADDING - static field in class javax.swing.text.html.HTML.Attribute
The cellpadding attribute
cellRenderer - field in class javax.swing.JTree
cellRenderer - field in class javax.swing.table.TableColumn
The renderer for the regular cells in this column.
cellRendererChanged - static field in class javax.swing.plaf.basic.BasicListUI
A constant to indicate that the cellRenderer has changed.
Paints the cells of JList, JTable and JTree.
CellRendererPane() - constructor for class javax.swing.CellRendererPane
Constructs a new CellRendererPane.
cellSelectionEnabled - field in class javax.swing.JTable
Obsolete.
CELLSPACING - static field in class javax.swing.text.html.HTML.Attribute
The cellspacing attribute
cellWidth - field in class javax.swing.plaf.basic.BasicListUI
The width of a single cell in the list.
CENTER - static field in class java.awt.BorderLayout
Constant indicating the center of the container
CENTER - static field in class java.awt.FlowLayout
Constant that specifies center alignment.
CENTER - static field in class java.awt.GridBagConstraints
Position in the center.
CENTER - static field in class javax.swing.text.html.HTML.Tag
The <center> tag , breaks flow.
CENTER - static field in class java.awt.Label
Alignment constant aligning the text in the center of its window.
CENTER - static field in class javax.swing.SwingConstants
CENTER - static field in class javax.swing.border.TitledBorder
A value for the titleJustification property that horizontally aligns the title text with the center of the border.
CENTER_ALIGNMENT - static field in class java.awt.Component
Constant returned by the getAlignmentY and getAlignmentX methods to indicate that the component wishes to be aligned to the center relative to other components.
CENTER_BASELINE - static field in class java.awt.Font
Constant indicating the baseline mode characteristic of Chinese.
CENTER_BASELINE - static field in class java.awt.font.GraphicAttribute
centersChildren - field in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
Whether this layout will center the buttons.
Certificate - interface java.security.Certificate
This interface models a digital certificate which verifies the authenticity of a party.
Certificate - class java.security.cert.Certificate
The Certificate class is an abstract class used to manage identity certificates.
Certificate - class javax.security.cert.Certificate
The base class for public-key certificates.

This class is deprecated in favor of the Certificate class.

Certificate() - constructor for class javax.security.cert.Certificate
The basic constructor.
Certificate(java.lang.String) - constructor for class java.security.cert.Certificate
Constructs a new certificate of the specified type.
Exception for a Certificate Encoding.
Signals a problem when encoding certificates.

This class is deprecated in favor of the CertificateEncodingException class.

CertificateEncodingException() - constructor for class java.security.cert.CertificateEncodingException
Constructs an exception without a message string.
CertificateEncodingException() - constructor for class javax.security.cert.CertificateEncodingException
Constructs an exception with a message string.
Create a new instance with a descriptive error message and a cause.
Create a new instance with a cause.
CertificateException - exception java.security.cert.CertificateException
Exception for a Certificate.
CertificateException - exception javax.security.cert.CertificateException
Signals a generic problem with certificates.

This class is deprecated in favor of the CertificateException class.

CertificateException() - constructor for class java.security.cert.CertificateException
Constructs an exception without a message string.
CertificateException() - constructor for class javax.security.cert.CertificateException
Create an exception without a message.
CertificateException(java.lang.String) - constructor for class java.security.cert.CertificateException
Constructs an exception with a message string.
CertificateException(java.lang.String) - constructor for class javax.security.cert.CertificateException
Create an exception with a message.
Create a new instance with a descriptive error message and a cause.
CertificateException(java.lang.Throwable) - constructor for class java.security.cert.CertificateException
Create a new instance with a cause.
Exception for a Certificate Expiring.
Signals that a certificate has expired.

This class is deprecated in favor of the CertificateExpiredException class.

CertificateExpiredException() - constructor for class java.security.cert.CertificateExpiredException
Constructs an exception without a message string.
CertificateExpiredException() - constructor for class javax.security.cert.CertificateExpiredException
Create an exception without a message.
Constructs an exception with a message string.
Create an exception with a message.
CertificateFactory - class java.security.cert.CertificateFactory
This class implements the CertificateFactory class interface used to generate certificates, certificate revocation lists (CRLs), and certificate paths objects from their encoded forms.
Creates an instance of CertificateFactory.
CertificateFactorySpi - class java.security.cert.CertificateFactorySpi
CertificateFactorySpi is the abstract class Service Provider Interface (SPI) for the CertificateFactory class.
CertificateFactorySpi() - constructor for class java.security.cert.CertificateFactorySpi
Constructs a new CertificateFactorySpi
Exception for a Certificate that is not yet valid.
Signals that a certificate is not yet valid.

This class is deprecated in favor of the CertificateNotYetValidException class.

CertificateNotYetValidException() - constructor for class java.security.cert.CertificateNotYetValidException
Constructs an exception without a message string.
CertificateNotYetValidException() - constructor for class javax.security.cert.CertificateNotYetValidException
Create an exception without a message.
Constructs an exception with a message string.
Create an exception with a message.
Exception for parsing a DER-encoded Certificate.
Signals a parsing error when decoding a certificate.

This class is deprecated.

CertificateParsingException() - constructor for class java.security.cert.CertificateParsingException
Constructs an exception without a message string.
CertificateParsingException() - constructor for class javax.security.cert.CertificateParsingException
Create an exception without a message.
Constructs an exception with a message string.
Create an exception with a message.
Create a new instance with a descriptive error message and a cause.
Create a new instance with a cause.
Certificate.CertificateRep is an inner class used to provide an alternate storage mechanism for serialized Certificates.
CertificateRep(java.lang.String,byte[]) - constructor for class java.security.cert.Certificate.CertificateRep
Create an alternative representation of this certificate.
certificates() - method in class java.security.Identity
CertPath - class java.security.cert.CertPath
This class represents an immutable sequence, or path, of security certificates.
CertPath(java.lang.String) - constructor for class java.security.cert.CertPath
Create a certificate path with the given type.
CertPathBuilder - class java.security.cert.CertPathBuilder
This class builds certificate paths (also called certificate chains), which can be used to establish trust for a particular certificate by building a path from a trusted certificate (a trust anchor) to the untrusted certificate.
Creates a new CertPathBuilder.
CertPathBuilderException - exception java.security.cert.CertPathBuilderException
Indicates a problem while using a CertPathBuilder, wrapping the lower exception.
CertPathBuilderException() - constructor for class java.security.cert.CertPathBuilderException
Create an exception without a message.
CertPathBuilderException(java.lang.String) - constructor for class java.security.cert.CertPathBuilderException
Create an exception with a message.
Create an exception with a cause and a message.
Create an exception with a cause.
CertPathBuilderResult - interface java.security.cert.CertPathBuilderResult
A standard interface for the result of building a certificate path.
CertPathBuilderSpi - class java.security.cert.CertPathBuilderSpi
The CertPathBuilder Service Provider Interface (SPI).
CertPathBuilderSpi() - constructor for class java.security.cert.CertPathBuilderSpi
Creates a new CertPathBuilderSpi.
CertPathParameters - interface java.security.cert.CertPathParameters
Parameters for generating and validating certificate paths.
CertPath.CertPathRep - class java.security.cert.CertPath.CertPathRep
The serialized representation of a path.
CertPathRep(java.lang.String,byte[]) - constructor for class java.security.cert.CertPath.CertPathRep
Create the new serial representation.
Trust manager parameters for certification paths.
Creates a new trust manager parameter instance.
CertPathValidator - class java.security.cert.CertPathValidator
Generic interface to classes that validate certificate paths.
Creates a new CertPathValidator.
Indicates a problem while validating a certification path.
CertPathValidatorException() - constructor for class java.security.cert.CertPathValidatorException
Create an exception without a message.
Create an exception with a message.
Create an exception with a cause and a message.
Create an exception with a cause, message, failed object, and index of failure in that CertPath.
Create an exception with a cause.
CertPathValidatorResult - interface java.security.cert.CertPathValidatorResult
Interface to the result of calling CertPathValidator.validate(CertPath,CertPathParameters).
CertPathValidatorSpi - class java.security.cert.CertPathValidatorSpi
The service provider interface (SPI) for the CertPathValidator class.
CertPathValidatorSpi() - constructor for class java.security.cert.CertPathValidatorSpi
Default constructor.
CertSelector - interface java.security.cert.CertSelector
CertStore - class java.security.cert.CertStore
A CertStore is a read-only repository for certificates and certificate revocation lists.
Create a new CertStore.
CertStoreException - exception java.security.cert.CertStoreException
Indicates a problem while retrieving certificates and CRLs from CertStore, wrapping the lower exception.
CertStoreException() - constructor for class java.security.cert.CertStoreException
Create an exception without a message.
CertStoreException(java.lang.String) - constructor for class java.security.cert.CertStoreException
Create an exception with a message.
Create an exception with a cause and a message.
CertStoreException(java.lang.Throwable) - constructor for class java.security.cert.CertStoreException
Create an exception with a cause.
CertStoreParameters - interface java.security.cert.CertStoreParameters
Parameters used when creating instances of CertStore.
CertStoreSpi - class java.security.cert.CertStoreSpi
The service provider interface (SPI) for the CertStore class.
CertStoreSpi(java.security.cert.CertStoreParameters) - constructor for class java.security.cert.CertStoreSpi
Creates a new CertStoreSpi.
CHANGE - static field in class javax.swing.event.DocumentEvent.EventType
CHANGE
Modifies the element structure so that the specified interval starts and ends at an element boundary.
CHANGED - static field in class java.awt.dnd.DragSourceContext
The exception is thrown when the document charset is changed.
Constructs a new char set exception with two additional parameters, defining the circumstances under that the exception was raised.
Changed update
Handle a text change event and fire an AccessibleContext.ACCESSIBLE_TEXT_PROPERTY property change event.
Gives notification from the document that attributes were changed in a location that this view is responsible for.
This method is called when attributes were changed in the Document in a location that this view is responsible for.
Receice notification that some attributes changed in the region that this view is responsible for.
Receives notification that some text attributes have changed within the text fragment that this view is responsible for.
Receives notification that attributes have changed in the document in a location that this view is responsible for.
Receives notification when text attributes change in the chunk of text that this view is responsible for.
Receives notification when some attributes of the displayed element changes.
This method is called when attributes were changed in the Document in a location that this view is responsible for.
Receive notification about a change update to the text model.
Called when the portion of the Document that this View is responsible for changes.
Receives notification from a FlowView that some attributes have changed in the document at a location that the FlowView is responsible for.
changeEvent - field in class javax.swing.AbstractButton
ChangeEvent that is fired to button's ChangeEventListeners
changeEvent - field in class javax.swing.AbstractCellEditor
The cached ChangeEvent.
changeEvent - field in class javax.swing.DefaultBoundedRangeModel
An event that is sent to all registered ChangeListeners when the state of this range model has changed.
changeEvent - field in class javax.swing.DefaultButtonModel
The single ChangeEvent this model (re)uses to call its ChangeListeners.
changeEvent - field in class javax.swing.text.DefaultCaret
The ChangeEvent that is fired by fireStateChanged().
changeEvent - field in class javax.swing.colorchooser.DefaultColorSelectionModel
The ChangeEvent fired to all ChangeListeners.
changeEvent - field in class javax.swing.DefaultSingleSelectionModel
changeEvent
changeEvent - field in class javax.swing.table.DefaultTableColumnModel
A change event used when notifying listeners of a change to the columnMargin field.
ChangeEvent - class javax.swing.event.ChangeEvent
An event used to signal a state change for an object.
changeEvent - field in class javax.swing.JProgressBar
A single change event reused for all events.
changeEvent - field in class javax.swing.JSlider
The change event that is passed to all listeners of this slider.
changeEvent - field in class javax.swing.JTabbedPane
The changeEvent used to fire changes to listeners.
changeEvent - field in class javax.swing.MenuSelectionManager
ChangeEvent fired when selected path changes
changeEvent - field in class javax.swing.text.StyleContext.NamedStyle
ChangeEvent(java.lang.Object) - constructor for class javax.swing.event.ChangeEvent
Creates a new ChangeEvent instance for the specified source.
Obsolete as of JDK1.4.
A helper class that listens for ChangeEvents from the progressBar's model.
Helper class that listens to the JSlider's model for changes.
Not used.
changeHighlight(java.lang.Object,int,int) - method in class javax.swing.text.Highlighter
changeInfo - field in class javax.naming.event.NamingEvent
changeListener - field in class javax.swing.AbstractButton
Listener the button uses to receive ChangeEvents from its model.
changeListener - field in class javax.swing.plaf.basic.BasicMenuBarUI
changeListener - field in class javax.swing.plaf.basic.BasicMenuUI
changeListener - field in class javax.swing.plaf.basic.BasicProgressBarUI
The Listener for the model.
changeListener - field in class javax.swing.plaf.basic.BasicSliderUI
Listener for changes from the model.
ChangeListener - interface javax.swing.event.ChangeListener
A ChangeListener can register with an object to receive notification of state changes (for objects that support this mechanism).
changeListener - field in class javax.swing.JProgressBar
The listener that is registered with the model.
changeListener - field in class javax.swing.JSlider
The listener that monitors the slider's model and forwards events to the slider's listeners (see createChangeListener()).
changeListener - field in class javax.swing.JTabbedPane
The listener that listens to the model.
changeSelection(int,int,boolean,boolean) - method in class javax.swing.JTable
Changes the dimensions of this Filler.
changeSupport - field in class javax.swing.AbstractAction
Provides support for property change event notification.
changeSupport - field in class javax.swing.tree.DefaultTreeSelectionModel
Our Swing property change support.
changeToParentDirectory() - method in class javax.swing.JFileChooser
Called by the UI delegate when the parent directory is changed.
An action to handle changes to the parent directory (for example, via a click on the "up folder" button).
Creates a new ChangeToParentDirectoryAction object.
changeUpdate() - method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
Channel - interface java.nio.channels.Channel
channel - field in class javax.sound.midi.VoiceStatus
The channel for this voice when active.
channel() - method in class java.nio.channels.FileLock
Returns the file channel upon whose file this lock is held.
channel() - method in class java.nio.channels.SelectionKey
return the channel attached to the key.
CHANNEL_PRESSURE - static field in class javax.sound.midi.ShortMessage
Statue nibble for Channel Pressure message.
ChannelBinding - class org.ietf.jgss.ChannelBinding
The GSS-API accommodates the concept of caller-provided channel binding information.
ChannelBinding(byte[]) - constructor for class org.ietf.jgss.ChannelBinding
Creates a ChannelBinding object without any addressing information.
Create a ChannelBinding object with user supplied address information and data.
channels - field in class javax.sound.sampled.AudioFormat
The number of channels of data in this format.
Channels - class java.nio.channels.Channels
CHAR - static field in class java.sql.Types
Predefined static DocFlavor objects for document types which use a char array for the print data representation.
CHAR_ARRAY(java.lang.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".
CHAR_REPLACEMENT - static field in class java.awt.font.TextAttribute
A key for the CHAR_REPLACEMENT attribute.
CHAR_UNDEFINED - static field in class java.awt.event.KeyEvent
The only char with no valid Unicode interpretation.
CHARACTER - static field in class javax.accessibility.AccessibleText
Constant designating that the next selection should be a character.
Character - class java.lang.Character
Wrapper class for the primitive char data type.
CHARACTER - static field in class javax.management.openmbean.SimpleType<T>
The SimpleType representation of java.lang.Character.
Character(char) - constructor for class java.lang.Character
Wraps up a character.
Used as keys to identify character-run attributes.
CharacterCodingException() - constructor for class java.nio.charset.CharacterCodingException
Creates the exception
A set of keys for attributes that apply to characters.
CharacterData - interface org.w3c.dom.CharacterData
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
CharacterIterator - interface java.text.CharacterIterator
This interface defines a mechanism for iterating over a range of characters.
Characters - interface javax.xml.stream.events.Characters
A character data (text) event.
CHARACTERS - static field in class javax.xml.stream.XMLStreamConstants
A text event.
characters(ch[],int,int) - method in class org.xml.sax.ContentHandler
Receive notification of character data.
characters(ch[],int,int) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
characters(ch[],int,int) - method in class org.xml.sax.DocumentHandler
Receive notification of character data.
characters(ch[],int,int) - method in class org.xml.sax.HandlerBase
Receive notification of character data inside an element.
characters(ch[],int,int) - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
characters(ch[],int,int) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a character data event.
characters(ch[],int,int) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
This class permits an array of chars to be read as an input stream.
CharArrayReader(char[]) - constructor for class java.io.CharArrayReader
Create a new CharArrayReader that will read chars from the passed in char array.
CharArrayReader(char[],int,int) - constructor for class java.io.CharArrayReader
Create a new CharArrayReader that will read chars from the passed in char array.
This class allows data to be written to a char array buffer and and then retrieved by an application.
CharArrayWriter() - constructor for class java.io.CharArrayWriter
This method initializes a new CharArrayWriter with the default buffer size of 32 chars.
CharArrayWriter(int) - constructor for class java.io.CharArrayWriter
This method initializes a new CharArrayWriter with a specified initial buffer size.
charAt(int) - method in class java.nio.CharBuffer
Returns the character at position() + index.
charAt(int) - method in class java.lang.CharSequence
Returns the character at the given index.
charAt(int) - method in class java.lang.String
Returns the character located at the specified index within this String.
charAt(int) - method in class java.lang.StringBuffer
Get the character at the specified index.
charAt(int) - method in class java.lang.StringBuilder
Get the character at the specified index.
charAttr - field in class javax.swing.text.html.HTMLDocument.HTMLReader
Holds the current character attribute set *
CharBuffer - class java.nio.CharBuffer
This exception is thrown to indicate that a problem occurred with an attempted character conversion.
CharConversionException() - constructor for class java.io.CharConversionException
Create an exception without a descriptive error message.
Create an exception with a descriptive error message.
charCount(int) - static method in class java.lang.Character
Return number of 16-bit characters required to represent the given code point.
CharHolder - class org.omg.CORBA.CharHolder
A holder for CORBA char that is mapped into java char.
CharHolder() - constructor for class org.omg.CORBA.CharHolder
Constructs an instance of CharHolder, initializing value to 0 .
CharHolder(char) - constructor for class org.omg.CORBA.CharHolder
Constructs an instance of CharHolder, initializing value to the given char.
CharSeqHelper - class org.omg.CORBA.CharSeqHelper
Provides static helper methods for working with CORBA sequence of char (CharSeq).
CharSeqHolder - class org.omg.CORBA.CharSeqHolder
A sequence holder for CORBA CharSeq that is mapped into java char[].
CharSeqHolder() - constructor for class org.omg.CORBA.CharSeqHolder
Constructs an instance of CharSeqHolder, initializing value to null.
CharSeqHolder(char[]) - constructor for class org.omg.CORBA.CharSeqHolder
Constructs an instance of CharSeqHolder, initializing value to the given char[].
CharSequence - interface java.lang.CharSequence
General functions on a sequence of chars.
Charset - class java.nio.charset.Charset
charset() - method in class java.nio.charset.CharsetDecoder
charset() - method in class java.nio.charset.CharsetEncoder
Charset(java.lang.String,java.lang.String[]) - constructor for class java.nio.charset.Charset
Charset> availableCharsets() - static method in class java.nio.charset.Charset
CHARSET_RULE - static field in class org.w3c.dom.css.CSSRule
The rule is a CSSCharsetRule.
CharsetDecoder - class java.nio.charset.CharsetDecoder
CharsetEncoder - class java.nio.charset.CharsetEncoder
charsetForName(java.lang.String) - method in class java.nio.charset.spi.CharsetProvider
Returns the named charset, by canonical name or alias.
CharsetProvider - class java.nio.charset.spi.CharsetProvider
This class allows an implementor to provide additional character sets.
CharsetProvider() - constructor for class java.nio.charset.spi.CharsetProvider
Initialize a new charset provider.
charsets() - method in class java.nio.charset.spi.CharsetProvider
Returns an iterator over the charsets defined by this provider.
charsWidth(char[],int,int) - method in class java.awt.FontMetrics
Returns the total width of the specified character array.
charValue() - method in class java.lang.Character
Returns the character which has been wrapped by this class.
charWidth(char) - method in class java.awt.FontMetrics
Returns the width of the specified character.
charWidth(int) - method in class java.awt.FontMetrics
Returns the width of the specified character.
Checks a certificate, removing any critical extensions that are resolved in this check.
CHECK_BOX - static field in class javax.accessibility.AccessibleRole
A choice which can be on or off, and has a separate indicator.
CHECK_BOX - static field in class javax.swing.plaf.synth.Region
Specifies the region of a check box.
CHECK_BOX_MENU_ITEM - static field in class javax.swing.plaf.synth.Region
Specifies the region of a check box menu item.
Check if the current thread is allowed to accept a connection from a particular host on a particular port.
checkAccess() - method in class java.util.logging.LogManager
Checks whether the current security context allows changing the configuration of the logging framework.
checkAccess() - method in class java.lang.Thread
Check whether the current Thread is allowed to modify this Thread.
checkAccess() - method in class java.lang.ThreadGroup
Find out if the current Thread can modify this ThreadGroup.
Check if the current thread is allowed to modify another Thread.
Check if the current thread is allowed to modify a ThreadGroup.
checkAll() - method in class java.awt.MediaTracker
Checks if all media objects have finished loading, i.e. are COMPLETE, ABORTED or ERRORED.
checkAll(boolean) - method in class java.awt.MediaTracker
Checks if all media objects have finished loading, i.e. are COMPLETE, ABORTED or ERRORED.
checkAwtEventQueueAccess() - method in class java.lang.SecurityManager
Check if the current thread is allowed to use the AWT event queue.
Checkbox - class java.awt.Checkbox
This class implements a component which has an on/off state.
Checkbox() - constructor for class java.awt.Checkbox
Initializes a new instance of Checkbox with no label, an initial state of off, and that is not part of any checkbox group.
Checkbox(java.lang.String) - constructor for class java.awt.Checkbox
Initializes a new instance of Checkbox with the specified label, an initial state of off, and that is not part of any checkbox group.
Checkbox(java.lang.String,boolean) - constructor for class java.awt.Checkbox
Initializes a new instance of Checkbox with the specified label and initial state, and that is not part of any checkbox group.
Initializes a new instance of Checkbox with the specified label, initial state, and checkbox group.
Initializes a new instance of Checkbox with the specified label, initial state, and checkbox group.
CheckboxGroup - class java.awt.CheckboxGroup
This class if for combining checkboxes into groups so that only one checkbox in the group can be selected at any one time.
CheckboxGroup() - constructor for class java.awt.CheckboxGroup
Initializes a new instance of CheckboxGroup.
This class implements a menu item that has a checkbox on it indicating the selected state of some option.
CheckboxMenuItem() - constructor for class java.awt.CheckboxMenuItem
Initializes a new instance of CheckboxMenuItem with no label and an initial state of off.
CheckboxMenuItem(java.lang.String) - constructor for class java.awt.CheckboxMenuItem
Initializes a new instance of CheckboxMenuItem with the specified label and an initial state of off.
Initializes a new instance of CheckboxMenuItem with the specified label and initial state.
CheckboxMenuItemPeer - interface java.awt.peer.CheckboxMenuItemPeer
CheckboxPeer - interface java.awt.peer.CheckboxPeer
Checks if a certificate chain sent by the client is trusted.
checkClosed() - method in class javax.imageio.stream.ImageInputStreamImpl
Check if the current thread is allowed to connect to a given host on a given port.
Check if the current thread is allowed to connect to a given host on a given port, using the given security context.
checkCreateClassLoader() - method in class java.lang.SecurityManager
Check if the current thread is allowed to create a ClassLoader.
Check if the current thread is allowed to delete the given file.
CHECKED - static field in class javax.accessibility.AccessibleState
Indicates an object is checked.
CHECKED - static field in class javax.swing.text.html.HTML.Attribute
The checked attribute
InputStream that computes a checksum of the data being read using a supplied Checksum object.
Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.
OutputStream that computes a checksum of data being written using a supplied Checksum object.
Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.
checkError() - method in class java.io.PrintStream
This method checks to see if an error has occurred on this stream.
checkError() - method in class java.io.PrintWriter
This method checks to see if an error has occurred on this stream.
checkExec(java.lang.String) - method in class java.lang.SecurityManager
Check if the current thread is allowed to execute the given program.
checkExit(int) - method in class java.lang.SecurityManager
Check if the current thread is allowed to exit the JVM with the given status.
If the mouseX and mouseY are in the expand or collapse region of the row, this will toggle the row.
checkGuard(java.lang.Object) - method in class java.security.Guard
This method tests whether or not access is allowed to the specified guarded object.
checkGuard(java.lang.Object) - method in class java.security.Permission
This method implements the Guard interface for this class.
Verifies that a particular key is one of the valid constants used for describing horizontal alignment and positioning.
checkHorizontalKey(int,java.lang.String) - method in class javax.swing.JLabel
Checks the specified key to ensure that it is valid as a horizontal alignment, throwing an IllegalArgumentException if the key is invalid.
checkIcon - field in class javax.swing.plaf.basic.BasicMenuItemUI
Icon that is displayed before the text.
checkID(int) - method in class java.awt.MediaTracker
Checks if the media objects with ID have completed loading.
checkID(int,boolean) - method in class java.awt.MediaTracker
Checks if the media objects with ID have completed loading.
Returns the status of the loading of the specified image.
Returns the construction status of the specified image.
Checks the status of specified image as it is being readied for rendering.
Returns the status of the loading of the specified image.
checkLink(java.lang.String) - method in class java.lang.SecurityManager
Check if the current thread is allowed to link in the given native library.
checkListen(int) - method in class java.lang.SecurityManager
Check if the current thread is allowed to listen to a specific port for data.
checkMemberAccess(Class,int) - method in class java.lang.SecurityManager
Check if the current thread is allowed to get certain types of Methods, Fields and Constructors from a Class object.
Check if the current thread is allowed to read and write multicast to a particular address.
Check if the current thread is allowed to read and write multicast to a particular address with a particular ttl (time-to-live) value.
checkOpacity(javax.swing.AbstractButton) - method in class javax.swing.plaf.basic.BasicButtonListener
Checks the contentAreaFilled property and updates the opaque property of the button.
Check if the current thread is allowed to access the specified package at all.
Check if the current thread is allowed to define a class into the specified package.
checkPainter() - method in class javax.swing.text.GlyphView
Checks if a GlyphPainer is installed.
checkPermission(java.security.acl.Permission) - method in class java.security.acl.AclEntry
This method tests whether or not the specified permission is associated with this ACL entry.
Determines whether or not the specific permission is granted depending on the context it is within.
checkPermission(java.security.Permission) - static method in class java.security.AccessController
Checks wether the access control context of the current thread allows the given Permission.
Check if the current thread is allowed to perform an operation that requires the specified Permission.
Check if the current thread is allowed to perform an operation that requires the specified Permission.
This method tests whether or not the specified Principal has the specified Permission
checkPrintJobAccess() - method in class java.lang.SecurityManager
Check if the current thread is allowed to create a print job.
checkPropertiesAccess() - method in class java.lang.SecurityManager
Check if the current thread is allowed to read or write all the system properties at once.
Check if the current thread is allowed to read a particular system property (writes are checked directly via checkPermission).
Check if the current thread is allowed to read the given file using the FileDescriptor.
checkRead(java.lang.String) - method in class java.lang.SecurityManager
Check if the current thread is allowed to read the given file.
Check if the current thread is allowed to read the given file. using the given security context.
Check that the given read parameters have valid source and destination band settings.
Test whether a particular security action may be taken.
Checks if a certificate chain sent by the server is trusted.
checkSetFactory() - method in class java.lang.SecurityManager
Check if the current thread is allowed to set the current socket factory.
Checksum - interface java.util.zip.Checksum
Interface to compute a data checksum used by checked input/output streams.
checkSystemClipboardAccess() - method in class java.lang.SecurityManager
Check if the current thread is allowed to use the system clipboard.
Check if the current thread is allowed to create a top-level window.
checkValidity() - method in class java.security.cert.X509Certificate
Checks the validity of the X.509 certificate.
checkValidity() - method in class javax.security.cert.X509Certificate
Check if this certificate is valid now.
checkValidity(java.util.Date) - method in class java.security.cert.X509Certificate
Checks the validity of the X.509 certificate for the specified time and date.
checkValidity(java.util.Date) - method in class javax.security.cert.X509Certificate
Check if this certificate is valid for the given date.
Verifies that a particular key is one of the valid constants used for describing vertical alignment and positioning.
checkVerticalKey(int,java.lang.String) - method in class javax.swing.JLabel
Checks the specified key to ensure that it is valid as a vertical alignment, throwing an IllegalArgumentException if the key is invalid.
Check if the current thread is allowed to write the given file using the FileDescriptor.
checkWrite(java.lang.String) - method in class java.lang.SecurityManager
Check if the current thread is allowed to write the given file.
CHEROKEE - static field in class java.lang.Character.UnicodeBlock
Cherokee.
CHILD_NODE_OF - static field in class javax.accessibility.AccessibleRelation
Indicates that an object is a child of another object.
CHILD_NODE_OF_PROPERTY - static field in class javax.accessibility.AccessibleRelation
Indicates that the ancestry relationship has changed.
CHILD_POLICY_ALL - static field in class javax.imageio.metadata.IIOMetadataFormat
CHILD_POLICY_CHOICE - static field in class javax.imageio.metadata.IIOMetadataFormat
CHILD_POLICY_EMPTY - static field in class javax.imageio.metadata.IIOMetadataFormat
CHILD_POLICY_MAX - static field in class javax.imageio.metadata.IIOMetadataFormat
CHILD_POLICY_REPEAT - static field in class javax.imageio.metadata.IIOMetadataFormat
CHILD_POLICY_SEQUENCE - static field in class javax.imageio.metadata.IIOMetadataFormat
CHILD_POLICY_SOME - static field in class javax.imageio.metadata.IIOMetadataFormat
Fired when a sub node is added to the preference node.
childAlloc - field in class javax.swing.text.AsyncBoxView.ChildLocator
A Rectangle used for child allocation calculation to avoid creation of lots of garbage Rectangle objects.
childAllocation(int,java.awt.Rectangle) - method in class javax.swing.text.BoxView
Computes the allocation for a child View.
childAllocation(int,java.awt.Rectangle) - method in class javax.swing.text.CompositeView
Computes the allocation for a child View.
Receives notification that a child has changed.
Called when a child is deserialized.
childIndices - field in class javax.swing.event.TreeModelEvent
childIndices
Revokes any services used by a child that has just been removed.
Manages the effective position of child views.
ChildLocator() - constructor for class javax.swing.text.AsyncBoxView.ChildLocator
Creates a new ChildLocator.
Fired when a sub node is removed from the preference node.
children - field in class java.beans.beancontext.BeanContextMembershipEvent
The children that were added or removed.
children - field in class java.beans.beancontext.BeanContextSupport
children - field in class javax.swing.tree.DefaultMutableTreeNode
The child nodes for this node (may be empty).
children - field in class javax.swing.event.TreeModelEvent
children
children() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns the child nodes of this Element as an Enumeration of TreeNodes.
children() - method in class javax.swing.text.AbstractDocument.BranchElement
Returns the children of this BranchElement.
children() - method in class javax.swing.text.AbstractDocument.LeafElement
Returns null since LeafElements cannot have children.
children() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns an enumeration containing all children of this node.
children() - method in class javax.swing.JTree.DynamicUtilTreeNode
Returns an enumeration containing all children of this node.
children() - method in class javax.swing.tree.TreeNode
Returns an enumeration of the children of this node, or an empty enumeration if this node has no children.
When beans are added to a BeanContext, this method is called to fire the event.
childrenNames() - method in class java.util.prefs.AbstractPreferences
Returns all the direct sub nodes of this preferences node.
childrenNames() - method in class java.util.prefs.Preferences
Returns all the direct sub nodes of this preferences node.
childrenNamesSpi() - method in class java.util.prefs.AbstractPreferences
Returns the names of the sub nodes of this preference node.
When beans are removed from a BeanContext, this method is called to fire the event.
childResized(int,int) - method in class java.awt.peer.ScrollPanePeer
childSpi(java.lang.String) - method in class java.util.prefs.AbstractPreferences
Returns a child note with the given name.
Represents the layout state of a child view.
ChildState(javax.swing.text.View) - constructor for class javax.swing.text.AsyncBoxView.ChildState
Creates a new ChildState object for the specified child view.
childValue - field in class javax.swing.JTree.DynamicUtilTreeNode
childValue(T) - method in class java.lang.InheritableThreadLocal<T>
Determines the value associated with a newly created child Thread as a function of the value associated with the currently executing (parent) Thread.
CHINA - static field in class java.util.Locale
Locale which represents China.
CHINESE - static field in class java.util.Locale
Locale which represents the Chinese language.
Choice - class java.awt.Choice
This class implements a drop down choice list.
Choice() - constructor for class java.awt.Choice
Initializes a new instance of Choice.
ChoiceCallback - class javax.security.auth.callback.ChoiceCallback
Underlying security services instantiate and pass a ChoiceCallback to the handle() method of a CallbackHandler to display a list of choices and to retrieve the selected choice(s).
ChoiceCallback(java.lang.String,java.lang.String[],int,boolean) - constructor for class javax.security.auth.callback.ChoiceCallback
Construct a ChoiceCallback with a prompt, a list of choices, a default choice, and a boolean specifying whether or not multiple selections from the list of choices are allowed.
ChoiceFormat - class java.text.ChoiceFormat
This class allows a format to be specified based on a range of numbers.
This method initializes a new instance of ChoiceFormat that will use the specified range terminators and format strings.
ChoiceFormat(java.lang.String) - constructor for class java.text.ChoiceFormat
This method initializes a new instance of ChoiceFormat that generates its range terminator and format string arrays from the specified pattern.
ChoicePeer - interface java.awt.peer.ChoicePeer
choices - field in class java.sql.DriverPropertyInfo
If values are restricted to certain choices, this is the list of valid ones.
CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY - static field in class javax.swing.JFileChooser
The name of the 'choosable file filters' property.
Choose an alias for client-side authentication.
Return a client alias given a list of key types, a list of allowable issuers, and the SSLEngine being used.
Return a server alias given a key type, a list of allowable issuers, and the SSLEngine being used.
chooser - field in class javax.swing.plaf.basic.BasicColorChooserUI
The JColorChooser this is installed on.
CHOOSER_PANELS_PROPERTY - static field in class javax.swing.JColorChooser
The property fired by the JColorChooser when the chooserPanels property changes.
Choose an alias for server-side authentication.
CHORD - static field in class java.awt.geom.Arc2D
A closed arc with a single segment connecting the endpoints (a chord).
CHOU_1 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS chou #1 envelope size, 142 mm x 332 mm
CHOU_2 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS chou #2 envelope size, 119 mm x 227 mm
CHOU_3 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS chou #3 envelope size, 120 mm x 235 mm
CHOU_30 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS chou #30 envelope size, 92 mm x 235 mm
CHOU_4 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS chou #4 envelope size, 90 mm x 205 mm
CHOU_40 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS chou #40 envelope size, 90 mm x 225 mm
Chromaticity - class javax.print.attribute.standard.Chromaticity
The Chromaticity printing attribute specifies if print data should be printed in monochrome or color.
Chromaticity(int) - constructor for class javax.print.attribute.standard.Chromaticity
Creates a Chromaticity object.
Cipher - class javax.crypto.Cipher
This class implements a cryptographic cipher for transforming data.

Ciphers cannot be instantiated directly; rather one of the getInstance must be used to instantiate a given transformation, optionally with a specific provider.

A transformation is of the form:

  • algorithm/mode/padding, or
  • algorithm

where algorithm is the base name of a cryptographic cipher (such as "AES"), mode is the abbreviated name of a block cipher mode (such as "CBC" for cipher block chaining mode), and padding is the name of a padding scheme (such as "PKCS5Padding").

Create a cipher.
This is an InputStream that filters its data through a Cipher before returning it.
CipherInputStream(java.io.InputStream) - constructor for class javax.crypto.CipherInputStream
Creates a new input stream without a cipher.
Creates a new input stream with a source input stream and cipher.
A filtered output stream that transforms data written to it with a Cipher before sending it to the underlying output stream.
Create a cipher output stream with no cipher.
Create a new cipher output stream.
CipherSpi - class javax.crypto.CipherSpi
This class represents the Service Provider Interface (SPI) for cryptographic ciphers.

Providers of cryptographic ciphers must subclass this for every cipher they implement, implementing the abstract methods as appropriate, then provide an entry that points to the subclass in their implementation of Provider.

CipherSpi objects are instantiated along with Ciphers when the Cipher.getInstance(String) methods are invoked.

CipherSpi() - constructor for class javax.crypto.CipherSpi
Create a new CipherSpi.
CITE - static field in class javax.swing.text.html.HTML.Tag
The <cite> tag
CJK_COMPATIBILITY - static field in class java.lang.Character.UnicodeBlock
CJK Compatibility.
CJK_COMPATIBILITY_FORMS - static field in class java.lang.Character.UnicodeBlock
CJK Compatibility Forms.
CJK_COMPATIBILITY_IDEOGRAPHS - static field in class java.lang.Character.UnicodeBlock
CJK Compatibility Ideographs.
CJK Compatibility Ideographs Supplement.
CJK_RADICALS_SUPPLEMENT - static field in class java.lang.Character.UnicodeBlock
CJK Radicals Supplement.
CJK_SYMBOLS_AND_PUNCTUATION - static field in class java.lang.Character.UnicodeBlock
CJK Symbols and Punctuation.
CJK_UNIFIED_IDEOGRAPHS - static field in class java.lang.Character.UnicodeBlock
CJK Unified Ideographs.
CJK Unified Ideographs Extension A.
CJK Unified Ideographs Extension B.
CLASS - static field in class javax.swing.text.html.HTML.Attribute
The class attribute
Class<T> - class java.lang.Class<T>
A Class represents a Java type.
Class asSubclass(Class) - method in class java.lang.Class<T>
Casts this class to represent a subclass of the specified class.
Class> getTypeMap() - method in class java.sql.Connection
This method returns the mapping of SQL types to Java classes currently in use by this connection.
Class> getTypeMap() - method in class javax.sql.RowSet
CLASS_ABSTRACT - static field in class java.awt.color.ICC_Profile
CLASS_COLORSPACECONVERSION - static field in class java.awt.color.ICC_Profile
CLASS_DEVICELINK - static field in class java.awt.color.ICC_Profile
CLASS_DISPLAY - static field in class java.awt.color.ICC_Profile
CLASS_INPUT - static field in class java.awt.color.ICC_Profile
ICC Profile classes
CLASS_LOADING_MXBEAN_NAME - static field in class java.lang.management.ManagementFactory
The object name for the class loading bean.
CLASS_NAMEDCOLOR - static field in class java.awt.color.ICC_Profile
CLASS_OUTPUT - static field in class java.awt.color.ICC_Profile
CLASS_PATH - static field in class java.util.jar.Attributes.Name
General main attribute - (relative) file paths of the libraries/classpaths that the Classes in this jar file depend on.
classattr() - static method in class javax.management.Query
Returns a value expression which evaluates to the name of the class of the bean when applied.
Thrown when an attempt is made to cast an object which is not of the appropriate runtime type.
ClassCastException() - constructor for class java.lang.ClassCastException
Create an exception without a message.
Create an exception with a message.
A ClassCircularityError is thrown when a circular dependency has been detected while initializing a class.
ClassCircularityError() - constructor for class java.lang.ClassCircularityError
Create an error without a message.
Create an error with a message.
ClassDefinition - class java.lang.instrument.ClassDefinition
This class binds a class that will be redefined with a new class file.
ClassDefinition(Class,byte[]) - constructor for class java.lang.instrument.ClassDefinition
classDepth(java.lang.String) - method in class java.lang.SecurityManager
Get the depth of a particular class on the execution stack.
ClassDesc - class javax.rmi.CORBA.ClassDesc
This class is used to marshal java.lang.Class objects over IIOP.
classEquals(java.lang.Class,java.lang.Class) - static method in class java.beans.beancontext.BeanContextSupport
classFactory - field in class javax.naming.Reference
The name of the class factory to create an instance of the object, referenced by this reference.
classFactoryLocation - field in class javax.naming.Reference
The location, from where the class factory should be loaded.
ClassFileTransformer - interface java.lang.instrument.ClassFileTransformer
This interface should be implemented by classes wishing to transform classes bytecode when defining or redefining classes.
A ClassFormatError is thrown when a Java Virtual Machine unable to read a class file because the file is corrupted or cannot be interpreted as a class file.
ClassFormatError() - constructor for class java.lang.ClassFormatError
Create an error without a message.
ClassFormatError(java.lang.String) - constructor for class java.lang.ClassFormatError
Create an error with a message.
CLASSID - static field in class javax.swing.text.html.HTML.Attribute
The classid attribute
ClassLoader - class java.lang.ClassLoader
The ClassLoader is a way of customizing the way Java gets its classes and loads them into memory.
ClassLoader() - constructor for class java.lang.ClassLoader
Create a new ClassLoader with as parent the system classloader.
ClassLoader(java.lang.ClassLoader) - constructor for class java.lang.ClassLoader
Create a new ClassLoader with the specified parent.
classLoaderDepth() - method in class java.lang.SecurityManager
Get the depth on the execution stack of the most recent non-system class.
ClassLoaderRepository - interface javax.management.loading.ClassLoaderRepository
Implementations of this interface maintain a list of ClassLoaders for use by the management servers, allowing classes to be loaded by the first ClassLoader that will do so.
ClassLoadingMXBean - interface java.lang.management.ClassLoadingMXBean
Provides access to information about the class loading behaviour of the current invocation of the virtual machine.
classname - field in class java.io.InvalidClassException
The name of the class which encountered the error.
className - field in class javax.naming.Reference
The name of the class of the object, to that this reference refers.
Thrown when a class is requested by reflection, but the class definition cannot be found.
ClassNotFoundException() - constructor for class java.lang.ClassNotFoundException
Create an exception without a message.
Create an exception with a message.
Create an exception with a message and chain it to the exception which occurred while loading the class.
Mark the given objects as no longer used on the client side.
Clear - static field in class java.awt.AlphaComposite
CLEAR - static field in class javax.swing.text.html.CSS.Attribute
The CSS attribute 'clear'.
CLEAR - static field in class javax.swing.text.html.HTML.Attribute
The clear attribute
clear() - method in class java.util.AbstractCollection<E>
Remove all elements from the collection (optional operation).
clear() - method in class java.util.AbstractList<E>
Clear the list, such that a subsequent call to isEmpty() would return true (optional operation).
clear() - method in class java.util.AbstractMap<K,V>
Remove all entries from this Map (optional operation).
clear() - method in class java.util.prefs.AbstractPreferences
Removes all entries from this preferences node.
clear() - method in class javax.accessibility.AccessibleRelationSet
Clear all relations in the set.
clear() - method in class javax.accessibility.AccessibleStateSet
Clear all states in the set.
clear() - method in class javax.swing.ActionMap
Clears the ActionMap.
clear() - method in class java.util.ArrayList<E>
Removes all elements from this List
clear() - method in class javax.naming.directory.Attribute
clear() - method in class org.xml.sax.helpers.AttributeListImpl
Clear the attribute list.
clear() - method in class java.util.jar.Attributes
Removes all attributes.
clear() - method in class javax.print.attribute.AttributeSet
Removes all attributes from this attribute set.
clear() - method in class org.xml.sax.helpers.AttributesImpl
Clear the attribute list for reuse.
clear() - method in class javax.naming.directory.BasicAttribute
clear() - method in class java.beans.beancontext.BeanContextSupport
Clear the collection, such that a subsequent call to isEmpty() would return true.
clear() - method in class java.util.BitSet
Sets all bits in the set to false.
clear() - method in class java.nio.Buffer
Clears the buffer.
clear() - method in class java.util.Calendar
Clears the values of all the time fields.
clear() - method in class java.util.Collection<E>
Clear the collection, such that a subsequent call to isEmpty() would return true.
clear() - method in class javax.swing.ComponentInputMap
Clears the InputMap.
clear() - method in class java.util.concurrent.CopyOnWriteArrayList<E>
Removes all elements from this List
clear() - method in class javax.swing.DefaultListModel
Erases all the elements of the list, setting the list's size to 0.
clear() - method in class java.util.EnumMap<K,extends,Enum,K,V>
clear() - method in class java.util.EnumSet<T,extends,Enum,T>
Clear the collection, such that a subsequent call to isEmpty() would return true.
clear() - method in class org.omg.CORBA.Environment
Removes the exception object from this container.
clear() - method in class javax.print.attribute.HashAttributeSet
Removes all attributes from this attribute set.
clear() - method in class java.util.HashMap<K,V>
Clears the Map so it has no keys.
clear() - method in class java.util.HashSet<T>
Empties this Set of all elements; this takes constant time.
clear() - method in class java.util.Hashtable<K,V>
Clears the hashtable so it has no keys.
clear() - method in class java.util.IdentityHashMap<K,V>
Remove all mappings from this map.
clear() - method in class javax.swing.InputMap
Clears the entries from this InputMap.
clear() - method in class java.util.LinkedHashMap<K,V>
Clears the Map so it has no keys.
clear() - method in class java.util.LinkedList<T>
Remove all elements from this list.
clear() - method in class java.awt.List
Deletes all of the items from the list.
clear() - method in class java.util.List<E>
Clear the list, such that a subsequent call to isEmpty() would return true (optional operation).
clear() - method in class java.awt.peer.ListPeer
clear() - method in class java.util.jar.Manifest
Clears the main attributes and removes all the entries from the manifest.
clear() - method in class java.util.Map<K,V>
Remove all entries from this Map (optional operation).
clear() - method in class java.util.prefs.Preferences
Removes all entries from this preferences node.
clear() - method in class java.util.PriorityQueue<E>
clear() - method in class java.security.Provider
This method clears the entire property collection such that it no longer contains the properties used to look up the services provided by this Provider.
clear() - method in class java.lang.ref.Reference<T>
Clears the reference, so that it doesn't refer to its object anymore.
clear() - method in class javax.naming.Reference
Removes all defined addresses of the object.
clear() - method in class java.awt.RenderingHints
Clears all the hints from this collection.
clear() - method in class java.util.Set<E>
Removes all elements from this set (optional operation).
clear() - method in class javax.management.openmbean.TabularData
Removes all CompositeData values from the table.
clear() - method in class javax.management.openmbean.TabularDataSupport
Removes all CompositeData values from the table.
clear() - method in class java.util.TreeMap<K,V>
Clears the Map so it has no keys.
clear() - method in class java.util.TreeSet<T>
Removes all elements in this Set.
clear() - method in class java.util.Vector<T>
Clears all elements in the Vector and sets its size to 0.
clear() - method in class java.util.WeakHashMap<K,V>
Clears all entries from this map.
clear() - method in class javax.xml.datatype.XMLGregorianCalendar
Resets all fields to undefined.
clear(int) - method in class java.util.BitSet
Removes the integer pos from this set.
clear(int) - method in class java.util.Calendar
Clears the values of the specified time field.
clear(int,int) - method in class java.util.BitSet
Sets the bits between from (inclusive) and to (exclusive) to false.
clearAbortRequest() - method in class javax.imageio.ImageReader
Clear the abort flag.
clearAbortRequest() - method in class javax.imageio.ImageWriter
Clear the abort flag.
clearAccessibleSelection() - method in class javax.accessibility.AccessibleSelection
Unselect all children of this Accessible object.
Clears the current selection.
Remove all selection items from the selection.
Removes all possibly selected accessible children of this object from the selection.
Deselects all possibly selected menus.
Does nothing - it makes no sense to clear the selection for a tabbed pane, since one tab must always be selected.
Deselects all selected accessible children.
Clears the selection in the object, so that nothing in the object is selected.
Clears the selection in the object, so that nothing in the object is selected.
Clears the component's current selection.
clearAssertionStatus() - method in class java.lang.ClassLoader
Resets the default assertion status of this classloader, its packages and classes, all to false.
clearAutoscroll() - method in class java.awt.dnd.DropTarget
clearBatch() - method in class java.sql.Statement
This method clears out any SQL statements that have been populated in the current batch.
clearBit(int) - method in class java.math.BigInteger
clearChanged() - method in class java.util.Observable
Reset this Observable's state to unchanged.
Clear the global focus owner and deliver a FOCUS_LOST event to the previously-focused Component.
clearIconCache() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Clears the icon cache.
clearIconCache() - method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
Clears the icon cache.
clearParameters() - method in class java.sql.PreparedStatement
This method clears all of the input parameter that have been set on this statement.
clearParameters() - method in class javax.sql.RowSet
clearParameters() - method in class javax.xml.transform.Transformer
Clears all parameter values.
clearPassword() - method in class javax.security.auth.callback.PasswordCallback
Clear the retrieved password.
clearPassword() - method in class javax.crypto.spec.PBEKeySpec
Clear the password array by filling it with null characters.
clearProperty(java.lang.String) - static method in class java.lang.System
Remove a single system property by name.
clearRect(int,int,int,int) - method in class javax.swing.DebugGraphics
clearRect
clearRect(int,int,int,int) - method in class java.awt.Graphics
Clears the specified rectangle.
clearSelectedPath() - method in class javax.swing.MenuSelectionManager
Unselects all the menu elements on the selection path
clearSelection() - method in class javax.swing.DefaultListSelectionModel
Removes all intervals in the selection set.
clearSelection() - method in class javax.swing.DefaultSingleSelectionModel
Clears the selection by setting the selected index to -1 and sends a ChangeEvent to all registered listeners.
clearSelection() - method in class javax.swing.tree.DefaultTreeSelectionModel
Removes all paths from the selection.
clearSelection() - method in class javax.swing.JList
Clears the current selection.
clearSelection() - method in class javax.swing.JTable
clearSelection() - method in class javax.swing.JTree
clearSelection() - method in class javax.swing.ListSelectionModel
Clears the current selection from the model.
clearSelection() - method in class javax.swing.SingleSelectionModel
Clears the selection by setting the selected index to -1 and sends a ChangeEvent to all registered listeners.
clearSelection() - method in class javax.swing.tree.TreeSelectionModel
clearTextShiftOffset() - method in class javax.swing.plaf.basic.BasicButtonUI
Sets the text shift offset to zero.
clearToggledPaths() - method in class javax.swing.JTree
clearWarnings() - method in class java.sql.Connection
This method clears all warnings that have occurred on this connection.
clearWarnings() - method in class java.sql.ResultSet
This method clears all warnings associated with this result set.
clearWarnings() - method in class java.sql.Statement
This method clears any SQL warnings that have been attached to this statement.
click() - method in class org.w3c.dom.html2.HTMLInputElement
Simulate a mouse-click.
clickCount - field in class java.awt.Event
clickCountToStart - field in class javax.swing.DefaultCellEditor
The number of the mouse clicks, required to start the editing session.
ClientRequestInfo - interface org.omg.PortableInterceptor.ClientRequestInfo
Provides request information, accessible for the ClientRequestInterceptor.
ClientRequestInfoOperations - interface org.omg.PortableInterceptor.ClientRequestInfoOperations
Provides request information, accessible for the ClientRequestInterceptor.
ClientRequestInterceptor - interface org.omg.PortableInterceptor.ClientRequestInterceptor
A client side request interceptor that is notified on various request processing steps on a client side.
Defines operations, applicable to the client side request interceptor.
Clip - interface javax.sound.sampled.Clip
A Clip represents some pre-loaded audio data.
clip(java.awt.Shape) - method in class java.awt.Graphics2D
Sets the clip region to the intersection of the current clipping region and s.
Clipboard - class java.awt.datatransfer.Clipboard
This class allows data to be transferred using a cut and paste type mechanism.
Clipboard(java.lang.String) - constructor for class java.awt.datatransfer.Clipboard
Initializes a new instance of Clipboard with the specified name.
ClipboardOwner - interface java.awt.datatransfer.ClipboardOwner
This interface is for classes that will own a clipboard object.
clipRect(int,int,int,int) - method in class javax.swing.DebugGraphics
Intersects the current clip region with the given region.
clipRect(int,int,int,int) - method in class java.awt.Graphics
Sets the clipping region to the intersection of the current clipping region and the rectangle determined by the specified parameters.
Clob - interface java.sql.Clob
This interface contains methods for accessing a SQL CLOB (Character Large OBject) type.
CLOB - static field in class java.sql.Types
clockSequence() - method in class java.util.UUID
Returns the clock-sequence value of this UUID.
clone() - method in class javax.swing.AbstractAction
Returns a clone of the action.
clone() - method in class java.util.AbstractMap<K,V>
Create a shallow copy of this Map, no keys or values are copied.
clone() - method in class java.security.acl.AclEntry
This method returns a clone of this ACL entry
clone() - method in class java.awt.geom.AffineTransform
Create a new transform of the same run-time type, with the same transforming properties as this one.
clone() - method in class java.awt.geom.Area
Create a new area of the same run-time type with the same contents as this one.
clone() - method in class java.util.ArrayList<E>
Creates a shallow copy of this ArrayList (elements are not cloned).
clone() - method in class javax.naming.directory.Attribute
clone() - method in class java.util.jar.Attributes
Return a clone of this attribute map.
clone() - method in class javax.naming.directory.Attributes
clone() - method in class javax.naming.directory.BasicAttribute
This method may be called to create a new copy of the Object.
clone() - method in class javax.naming.directory.BasicAttributes
clone() - method in class java.util.BitSet
Create a clone of this bit set, that is an instance of the same class and contains the same elements.
clone() - method in class java.text.BreakIterator
Create a clone of this object.
clone() - method in class java.awt.BufferCapabilities
Clone this buffering capability descriptor.
clone() - method in class java.util.Calendar
Return a clone of this object.
clone() - method in class java.security.cert.CertPathBuilderResult
Creates a copy of this builder result.
clone() - method in class java.security.cert.CertPathParameters
Makes a copy of this CertPathParameters instance.
clone() - method in class java.security.cert.CertPathValidatorResult
Returns a copy of this validator result.
clone() - method in class java.security.cert.CertSelector
Returns a copy of this CertSelector.
clone() - method in class java.security.cert.CertStoreParameters
Create a copy of these parameters.
clone() - method in class java.text.CharacterIterator
This method creates a copy of this CharacterIterator.
clone() - method in class java.text.Collator
This method returns a copy of this Collator object.
clone() - method in class java.security.cert.CollectionCertStoreParameters
clone() - method in class javax.naming.CompositeName
clone() - method in class javax.naming.CompoundName
clone() - method in class java.util.concurrent.CopyOnWriteArrayList<E>
Creates a shallow copy of this ArrayList (elements are not cloned).
clone() - method in class java.security.cert.CRLSelector
Returns a clone of this instance.
clone() - method in class java.awt.geom.CubicCurve2D
Create a new curve with the same contents as this one.
clone() - method in class java.awt.datatransfer.DataFlavor
Returns a copy of this object.
clone() - method in class java.util.Date
Returns a copy of this Date object.
clone() - method in class java.text.DateFormat
This method returns a copy of this object.
clone() - method in class java.text.DateFormatSymbols
Returns a new copy of this object.
clone() - method in class java.text.DecimalFormat
clone() - method in class java.text.DecimalFormatSymbols
clone() - method in class javax.swing.text.DefaultFormatter
Creates and returns a clone of this DefaultFormatter.
clone() - method in class javax.swing.DefaultListSelectionModel
Returns a clone of this object.
clone() - method in class javax.swing.tree.DefaultMutableTreeNode
Returns a clone of the node.
clone() - method in class javax.swing.tree.DefaultTreeSelectionModel
Creates a clone of this DefaultTreeSelectionModel with the same selection.
clone() - method in class javax.management.Descriptor
Returns a clone of this descriptor, which can then be modified independently of this descriptor.
clone() - method in class java.awt.geom.Dimension2D
Create a new dimension of the same run-time type with the same contents as this one.
clone() - method in class javax.swing.text.EditorKit
This method may be called to create a new copy of the Object.
clone() - method in class javax.swing.text.ElementIterator
Returns a new ElementIterator which is a clone of this ElementIterator.
clone() - method in class java.lang.Enum<T,extends,Enum,T>
Cloning of enumeration constants is prevented, to maintain their singleton status.
clone() - method in class java.util.EnumSet<T,extends,Enum,T>
clone() - method in class javax.print.attribute.EnumSyntax
Clones this object.
clone() - method in class java.text.Format
Creates a copy of this object.
clone() - method in class java.awt.geom.GeneralPath
Creates a new shape of the same run-time type with the same contents as this one.
clone() - method in class javax.swing.text.GlyphView
Creates and returns a shallow clone of this GlyphView.
clone() - method in class java.awt.GridBagConstraints
Create a copy of this object.
clone() - method in class java.util.HashMap<K,V>
Returns a shallow clone of this HashMap.
clone() - method in class java.util.HashSet<T>
Returns a shallow copy of this Set.
clone() - method in class java.util.Hashtable<K,V>
Returns a shallow clone of this Hashtable.
clone() - method in class javax.swing.text.html.HTMLEditorKit
Creates a copy of the editor kit.
clone() - method in class java.util.IdentityHashMap<K,V>
Creates a shallow copy where keys and values are not cloned.
clone() - method in class java.awt.ImageCapabilities
Clone this image capability descriptor.
clone() - method in class java.awt.image.ImageFilter
By default, returns a shallow copy of the object created by Object.clone()
clone() - method in class java.awt.Insets
Returns a copy of this object.
clone() - method in class javax.swing.text.InternationalFormatter
This creates and returns a clone of this Formatter.
clone() - method in class javax.swing.JFormattedTextField.AbstractFormatter
Clones the AbstractFormatter and removes the association to any particular JFormattedTextField.
clone() - method in class java.awt.JobAttributes
clone() - method in class java.awt.image.Kernel
Returns a clone of this kernel.
clone() - method in class java.security.KeyPairGeneratorSpi
We override clone here to make it accessible for use by DummyKeyPairGenerator.
clone() - method in class java.security.cert.LDAPCertStoreParameters
clone() - method in class java.awt.geom.Line2D
Create a new line of the same run-time type with the same contents as this one.
clone() - method in class java.util.LinkedList<T>
Create a shallow copy of this LinkedList (the elements are not cloned).
clone() - method in class java.util.Locale
Does the same as Object.clone() but does not throw a CloneNotSupportedException.
clone() - method in class javax.crypto.Mac
Clone this instance, if the underlying implementation supports it.
clone() - method in class javax.crypto.MacSpi
Returns a clone of this instance if cloning is supported.
clone() - method in class java.util.jar.Manifest
Makes a deep copy of the main attributes, but a shallow copy of the other entries.
clone() - method in class javax.management.MBeanAttributeInfo
Returns a clone of this instance.
clone() - method in class javax.management.MBeanConstructorInfo
Returns a clone of this instance.
clone() - method in class javax.management.MBeanInfo
Returns a shallow clone of the information.
clone() - method in class javax.management.MBeanNotificationInfo
Returns a clone of this instance.
clone() - method in class javax.management.MBeanOperationInfo
Returns a clone of this instance.
clone() - method in class javax.management.MBeanParameterInfo
Returns a clone of this instance.
clone() - method in class java.security.MessageDigest
Returns a clone of this instance if cloning is supported.
clone() - method in class java.security.MessageDigestSpi
Returns a clone of this class.
clone() - method in class java.text.MessageFormat
Overrides Format.clone()
clone() - method in class javax.sound.midi.MetaMessage
This method may be called to create a new copy of the Object.
clone() - method in class javax.sound.midi.MidiMessage
clone() - method in class javax.naming.Name
Returns a clone of this Name.
clone() - method in class java.lang.Object
This method may be called to create a new copy of the Object.
clone() - method in class java.awt.PageAttributes
clone() - method in class java.awt.print.PageFormat
This method returns a copy of this object.
clone() - method in class java.awt.print.Paper
This method creates a copy of this object.
clone() - method in class java.awt.image.renderable.ParameterBlock
This method may be called to create a new copy of the Object.
clone() - method in class java.security.cert.PKIXCertPathChecker
This method may be called to create a new copy of the Object.
clone() - method in class java.security.cert.PKIXCertPathValidatorResult
Returns a copy of this object.
clone() - method in class java.security.cert.PKIXParameters
Returns a copy of these parameters.
clone() - method in class java.awt.geom.Point2D
Create a new point of the same run-time type with the same contents as this one.
clone() - method in class java.awt.geom.QuadCurve2D
Creates a new curve with the same contents as this one.
clone() - method in class java.awt.geom.RectangularShape
Create a new shape of the same run-time type with the same contents as this one.
clone() - method in class javax.naming.Reference
clone() - method in class java.awt.image.renderable.RenderContext
clone() - method in class java.awt.RenderingHints
Creates a clone of this instance.
clone() - method in class java.text.RuleBasedCollator
This method creates a copy of this object.
clone() - method in class javax.swing.text.Segment
Clones the segment (note that the underlying character array is not cloned, just the reference to it).
clone() - method in class javax.sound.midi.ShortMessage
clone() - method in class java.security.Signature
Returns a clone of this instance.
clone() - method in class java.security.SignatureSpi
Returns a clone of this instance.
clone() - method in class javax.swing.text.SimpleAttributeSet
Returns a clone of the attribute set.
clone() - method in class java.text.SimpleDateFormat
Returns a copy of this instance of SimpleDateFormat.
clone() - method in class java.text.StringCharacterIterator
This method creates a copy of this CharacterIterator.
clone() - method in class javax.swing.text.StyleContext.SmallAttributeSet
clone() - method in class javax.swing.text.StyledEditorKit
Creates an exact copy of this StyledEditorKit.
clone() - method in class javax.sound.midi.SysexMessage
This method may be called to create a new copy of the Object.
clone() - method in class javax.management.openmbean.TabularDataSupport
Returns a shallow clone of the information, as obtained by the Object implementation of Object.clone().
clone() - method in class java.awt.font.TextLayout
clone() - method in class java.awt.font.TextMeasurer
Clones the TextMeasurer object
clone() - method in class java.util.TimeZone
Returns a clone of this object.
clone() - method in class java.util.TreeMap<K,V>
Returns a shallow clone of this TreeMap.
clone() - method in class java.util.TreeSet<T>
Returns a shallow copy of this Set.
clone() - method in class java.rmi.server.UnicastRemoteObject
clone() - method in class java.util.Vector<T>
Creates a new Vector with the same contents as this one.
clone() - method in class java.security.cert.X509CertSelector
clone() - method in class java.security.cert.X509CRLSelector
Returns a copy of this object.
clone() - method in class javax.xml.datatype.XMLGregorianCalendar
clone() - method in class java.util.zip.ZipEntry
Clones the entry.
Creates and returns a deep clone of the specified clonee with the specified parent as new parent.
Cloneable - interface java.lang.Cloneable
This interface should be implemented by classes wishing to support of override Object.clone().
cloneContents() - method in class org.w3c.dom.ranges.Range
Duplicates the contents of a Range
cloneNode(boolean) - method in class javax.imageio.metadata.IIOMetadataNode
cloneNode(boolean) - method in class org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
Thrown to indicate an object should not or could not be cloned.
Create an exception without a message.
Create an exception with a message.
cloneRange() - method in class org.w3c.dom.ranges.Range
Produces a new Range whose boundary-points are equal to the boundary-points of the Range.
cloneWithSource(java.lang.Object) - method in class javax.swing.event.TreeSelectionEvent
Creates a shallow copy of this TreeSelectionEvent, replacing the source with source.
closable - field in class javax.swing.JInternalFrame
Whether the JInternalFrame is closable.
CLOSE - static field in class javax.sound.sampled.LineEvent.Type
An event of this type is posted when a Line closes.
close() - method in class java.nio.channels.spi.AbstractInterruptibleChannel
Closes the channel.
close() - method in class java.nio.channels.spi.AbstractSelector
Closes the channel.
close() - method in class javax.sound.sampled.AudioInputStream
Close the stream.
close() - method in class java.io.BufferedInputStream
This method closes the underlying input stream and frees any resources associated with it.
close() - method in class java.io.BufferedReader
This method closes the underlying stream and frees any associated resources.
close() - method in class java.io.BufferedWriter
This method flushes any remaining buffered chars then closes the underlying output stream.
close() - method in class java.nio.channels.Channel
Closes this channel
close() - method in class java.io.CharArrayReader
This method closes the stream.
close() - method in class java.io.CharArrayWriter
Closes the stream.
close() - method in class javax.crypto.CipherInputStream
Close this input stream.
close() - method in class javax.crypto.CipherOutputStream
Close this output stream, and the sink output stream.
close() - method in class java.io.Closeable
Closes the stream represented by this class, thus freeing system resources.
close() - method in class java.sql.Connection
This method immediately closes this database connection.
close() - method in class java.util.logging.ConsoleHandler
Forces any data that may have been buffered to the underlying output device, but does not close System.err.
close() - method in class javax.naming.Context
Releases all resources, associated with this context.
close() - method in class java.net.DatagramSocket
Closes this datagram socket.
close() - method in class java.net.DatagramSocketImpl
This methods closes the socket
close() - method in class java.util.zip.DeflaterOutputStream
Calls finish() and closes the stream.
close() - method in class javax.xml.stream.util.EventReaderDelegate
close() - method in class javax.imageio.stream.FileCacheImageInputStream
close() - method in class javax.imageio.stream.FileCacheImageOutputStream
close() - method in class javax.imageio.stream.FileImageInputStream
close() - method in class javax.imageio.stream.FileImageOutputStream
close() - method in class java.io.FileInputStream
This method closes the stream.
close() - method in class java.io.FileOutputStream
This method closes the underlying file.
close() - method in class java.io.FilterInputStream
This method closes the input stream by closing the input stream that this object is filtering.
close() - method in class java.io.FilterOutputStream
This method closes the underlying OutputStream.
close() - method in class java.io.FilterReader
This method closes the stream by calling the close() method of the underlying stream.
close() - method in class java.io.FilterWriter
This method closes the underlying Writer.
close() - method in class java.util.Formatter
Closes the formatter, so as to release used resources.
close() - method in class java.util.zip.GZIPInputStream
Closes the input stream.
close() - method in class java.util.zip.GZIPOutputStream
Writes remaining compressed output data to the output stream and closes it.
close() - method in class java.util.logging.Handler
Closes this Handler after having flushed the buffers.
close() - method in class org.w3c.dom.html2.HTMLDocument
Closes a document stream opened by open() and forces rendering.
close() - method in class javax.imageio.stream.ImageInputStream
close() - method in class javax.imageio.stream.ImageInputStreamImpl
close() - method in class java.util.zip.InflaterInputStream
Closes the input stream
close() - method in class javax.naming.InitialContext
close() - method in class java.io.InputStream
This method closes the stream.
close() - method in class java.io.InputStreamReader
This method closes this stream, as well as the underlying InputStream.
close() - method in class java.nio.channels.InterruptibleChannel
Closes this channel
close() - method in class javax.sound.sampled.Line
Close this line.
close() - method in class javax.imageio.stream.MemoryCacheImageInputStream
close() - method in class javax.imageio.stream.MemoryCacheImageOutputStream
close() - method in class java.util.logging.MemoryHandler
Closes this MemoryHandler and its associated target handler, discarding the contents of the memory buffer.
close() - method in class javax.sound.midi.MidiDevice
Close this MIDI device, and release any system resources we're using.
close() - method in class javax.naming.NamingEnumeration<T>
Immediately frees all resources, owned by this enumeration.
close() - method in class java.io.ObjectInput
This method closes the input source
close() - method in class java.io.ObjectInputStream
Closes the stream represented by this class, thus freeing system resources.
close() - method in class java.io.ObjectOutput
This method closes the underlying stream.
close() - method in class java.io.ObjectOutputStream
close() - method in class java.io.OutputStream
This method closes the stream.
close() - method in class java.io.OutputStreamWriter
This method closes this stream, and the underlying OutputStream
close() - method in class java.io.PipedInputStream
This methods closes the stream so that no more data can be read from it.
close() - method in class java.io.PipedOutputStream
This method closes this stream so that no more data can be written to it.
close() - method in class java.io.PipedReader
This methods closes the stream so that no more data can be read from it.
close() - method in class java.io.PipedWriter
This method closes this stream so that no more data can be written to it.
close() - method in class javax.sql.PooledConnection
close() - method in class java.io.PrintStream
This method closes this stream and all underlying streams.
close() - method in class java.io.PrintWriter
This method closes this stream and all underlying streams.
close() - method in class javax.swing.ProgressMonitor
Hides the dialog and stops any measurements.

Has no effect when setProgress is not at least called once.

close() - method in class javax.swing.ProgressMonitorInputStream
Closes the input stream and the associated ProgressMonitor.
close() - method in class java.io.PushbackInputStream
This method closes the stream and releases any associated resources.
close() - method in class java.io.PushbackReader
This method closes the stream and frees any associated resources.
close() - method in class java.io.RandomAccessFile
This method closes the file and frees up all file related system resources.
close() - method in class java.io.Reader
Closes the stream.
close() - method in class javax.xml.stream.util.ReaderDelegate
close() - method in class javax.sound.midi.Receiver
Close this receiver, possibly freeing system resources.
close() - method in class java.sql.ResultSet
This method closes the result set and frees any associated resources.
close() - method in class java.nio.channels.Selector
Closes the selector.
close() - method in class java.io.SequenceInputStream
Closes this stream.
close() - method in class java.net.ServerSocket
Closes this socket and stops listening for connections
close() - method in class java.net.Socket
Closes the socket.
close() - method in class java.net.SocketImpl
Closes the socket.
close() - method in class javax.naming.ldap.StartTlsResponse
Close the connection.
close() - method in class java.sql.Statement
This method closes the statement and frees any associated resources.
close() - method in class java.util.logging.StreamHandler
Closes this StreamHandler after having forced any data that may have been buffered to the underlying output device.
close() - method in class java.io.StringReader
Closes the stream represented by this class, thus freeing system resources.
close() - method in class java.io.StringWriter
This method closes the stream.
close() - method in class javax.sound.midi.Transmitter
Close this Transmitter, possibly releasing system resources.
close() - method in class java.io.Writer
This method closes the stream.
close() - method in class java.beans.XMLDecoder
Closes the stream associated with this decoder.
close() - method in class java.beans.XMLEncoder
close() - method in class javax.xml.stream.XMLEventReader
Free any resources associated with this parser.
close() - method in class javax.xml.stream.XMLEventWriter
Frees any resources used by this writer.
close() - method in class javax.xml.stream.XMLStreamReader
Frees any resources used by this parser.
close() - method in class javax.xml.stream.XMLStreamWriter
Frees any resources used by this writer.
close() - method in class java.util.zip.ZipFile
Closes the ZipFile.
close() - method in class java.util.zip.ZipInputStream
Closes the zip file.
CLOSE_ALL_RESULTS - static field in class java.sql.Statement
CLOSE_CMD - static field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The action command for the Close action.
CLOSE_CURRENT_RESULT - static field in class java.sql.Statement
CLOSE_CURSORS_AT_COMMIT - static field in class java.sql.ResultSet
CLOSE_FAILURE - static field in class java.util.logging.ErrorManager
Indicates that there was a problem upon closing an output stream.
Closeable - interface java.io.Closeable
A Closeable class represents a stream of data, which can be closed when it is no longer needed.
This helper class is used to handle key events that cause JInternalFrames to be closed.
The Action responsible for closing the JInternalFrame.
CloseAction() - constructor for class javax.swing.plaf.basic.BasicInternalFrameTitlePane.CloseAction
Creates a new action.
closeButton - field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The button that closes the JInternalFrame.
CLOSED_OPTION - static field in class javax.swing.JOptionPane
The value returned when the dialog is closed without a selection.
ClosedByInterruptException() - constructor for class java.nio.channels.ClosedByInterruptException
Creates the exception
ClosedChannelException - exception java.nio.channels.ClosedChannelException
ClosedChannelException() - constructor for class java.nio.channels.ClosedChannelException
Creates the exception
closedIcon - field in class javax.swing.tree.DefaultTreeCellRenderer
The icon used to represent non-leaf nodes that are closed.
ClosedSelectorException - exception java.nio.channels.ClosedSelectorException
ClosedSelectorException() - constructor for class java.nio.channels.ClosedSelectorException
Creates the exception
closeEntry() - method in class java.util.zip.ZipInputStream
Closes the current zip entry and moves to the next one.
closeEntry() - method in class java.util.zip.ZipOutputStream
Closes the current entry.
closeFrame(javax.swing.JInternalFrame) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This is a convenience method that closes the JInternalFrame.
This method removes the JInternalFrame and JDesktopIcon (if one is present) from their parents.
This method should remove the JInternalFrame from its parent.
closeIcon - field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The icon displayed in the close button.
closeInbound() - method in class javax.net.ssl.SSLEngine
Close the inbound state.
closeKey - field in class javax.swing.plaf.basic.BasicDesktopPaneUI
The KeyStroke associated with closing JInternalFrames.
closeOutbound() - method in class javax.net.ssl.SSLEngine
Close the outbound state.
Closes out an unwanted embedded tag.
closePath() - method in class java.awt.geom.GeneralPath
Closes the current subpath by drawing a line back to the point of the last moveTo, unless the path is already closed.
CMMException - exception java.awt.color.CMMException
Thrown when there is an error in the native CMM.
CMMException(java.lang.String) - constructor for class java.awt.color.CMMException
Create a new instance with a specified detailed error message.
This is called by the EventQueue if two events with the same event id and owner component are queued.
Coalesces the specified paint event.
code - field in class org.w3c.dom.DOMException
code - field in class org.w3c.dom.events.EventException
CODE - static field in class javax.swing.text.html.HTML.Attribute
The code attribute
CODE - static field in class javax.swing.text.html.HTML.Tag
The <code> tag
code - field in class org.w3c.dom.ls.LSException
code - field in class org.w3c.dom.ranges.RangeException
code - field in class org.w3c.dom.xpath.XPathException
CODEBASE - static field in class javax.swing.text.html.HTML.Attribute
The codebase attribute
Codec - interface org.omg.IOP.Codec
Codec provides means to encode IDL data types into the byte arrays.
codec_factory() - method in class org.omg.PortableInterceptor.ORBInitInfoOperations
Get the CodecFactory that may be needed during the interceptor initialization.
CodecFactory - interface org.omg.IOP.CodecFactory
The CodecFactory is used to obtaind Codec for the given encoding.
The helper operations for the CORBA object CodecFactory.
Defines the operations, applicable to the CodecFactory.
CodecOperations - interface org.omg.IOP.CodecOperations
Defines the operations, applicable to the Codec.
codePointAt(char[],int) - static method in class java.lang.Character
Get the code point at the specified index in the CharSequence.
codePointAt(char[],int,int) - static method in class java.lang.Character
Get the code point at the specified index in the CharSequence.
codePointAt(int) - method in class java.lang.String
Get the code point at the specified index.
codePointAt(int) - method in class java.lang.StringBuffer
Get the code point at the specified index.
codePointAt(int) - method in class java.lang.StringBuilder
Get the code point at the specified index.
codePointAt(java.lang.CharSequence,int) - static method in class java.lang.Character
Get the code point at the specified index in the CharSequence.
codePointBefore(char[],int) - static method in class java.lang.Character
Get the code point before the specified index.
codePointBefore(char[],int,int) - static method in class java.lang.Character
Get the code point before the specified index.
codePointBefore(int) - method in class java.lang.String
Get the code point before the specified index.
codePointBefore(int) - method in class java.lang.StringBuffer
Get the code point before the specified index.
codePointBefore(int) - method in class java.lang.StringBuilder
Get the code point before the specified index.
codePointBefore(java.lang.CharSequence,int) - static method in class java.lang.Character
Get the code point before the specified index.
codePointCount(char[],int,int) - static method in class java.lang.Character
Returns the number of Unicode code points in the specified range of the given char array.
codePointCount(int,int) - method in class java.lang.String
Return the number of code points between two indices in the String.
codePointCount(int,int) - method in class java.lang.StringBuffer
Return the number of code points between two indices in the StringBuffer.
codePointCount(int,int) - method in class java.lang.StringBuilder
Returns the number of Unicode code points in the specified sub sequence.
Returns the number of Unicode code points in the specified range of the given CharSequence.
CoderMalfunctionError(java.lang.Exception) - constructor for class java.nio.charset.CoderMalfunctionError
Creates the error
CoderResult - class java.nio.charset.CoderResult
CODESET_INCOMPATIBLE - exception org.omg.CORBA.CODESET_INCOMPATIBLE
Raised when client and server are unable to reach any consensus on which code set should be used to represent the characters.
CODESET_INCOMPATIBLE() - constructor for class org.omg.CORBA.CODESET_INCOMPATIBLE
Creates CODESET_INCOMPATIBLE with the default minor code of 0 and a completion state COMPLETED_NO.
Creates a CODESET_INCOMPATIBLE exception with the specified minor code and completion status.
CODESET_INCOMPATIBLE(java.lang.String) - constructor for class org.omg.CORBA.CODESET_INCOMPATIBLE
Creates CODESET_INCOMPATIBLE with the default minor code of 0, completion state COMPLETED_NO and the given explaining message.
Created CODESET_INCOMPATIBLE exception, providing full information.
CodeSets - interface org.omg.IOP.CodeSets
Holds the integer identifier of the CodeSets context.
CodeSource - class java.security.CodeSource
This class represents a location from which code is loaded (as represented by a URL), and the list of certificates that are used to check the signatures of signed code loaded from this source.
This creates a new instance of CodeSource that loads code from the specified URL location and which uses the specified certificates for verifying signatures.
CODETYPE - static field in class javax.swing.text.html.HTML.Attribute
The codetype attribute
CodingErrorAction - class java.nio.charset.CodingErrorAction
coerceData(boolean) - method in class java.awt.image.BufferedImage
colHead - field in class javax.swing.ScrollPaneLayout
collapse(boolean) - method in class org.w3c.dom.ranges.Range
Collapse a Range onto one of its boundary-points
COLLAPSED - static field in class javax.accessibility.AccessibleState
Indicates that the object is collapsed, usually in a tree.
collapsedIcon - field in class javax.swing.plaf.basic.BasicTreeUI
Collapse Icon for the tree.
collapsePath(javax.swing.tree.TreePath) - method in class javax.swing.JTree
collapseRow(int) - method in class javax.swing.JTree
COLLATED - static field in class javax.print.attribute.standard.SheetCollate
The sheets of the different copies are collated.
This class walks through the character collation elements of a String as defined by the collation rules in an instance of RuleBasedCollator.
CollationKey - class java.text.CollationKey
This class represents a pre-computed series of bits representing a String for under a particular Collator.
Collator - class java.text.Collator
This class is the abstract superclass of classes which perform locale dependent String comparisons.
Collator() - constructor for class java.text.Collator
This method initializes a new instance of Collator to have the default strength (TERTIARY) and decomposition (CANONICAL_DECOMPOSITION) settings.
CollatorProvider - class java.text.spi.CollatorProvider
A CollatorProvider provides localized instances of Collator.
CollatorProvider() - constructor for class java.text.spi.CollatorProvider
Constructs a new CollatorProvider.
Collection<E> - interface java.util.Collection<E>
Interface that represents a collection of objects.
Returns a dynamically typesafe view of the given collection, where any modification is first checked to ensure that the type of the new data is appropriate.
Returns a synchronized (thread-safe) collection wrapper backed by the given collection.
Collection unmodifiableCollection(T>) - static method in class java.util.Collections
Returns an unmodifiable view of the given collection.
An implementation of CertStoreParameters with a simple, in-memory Collection of certificates and certificate revocation list.
CollectionCertStoreParameters() - constructor for class java.security.cert.CollectionCertStoreParameters
Creates a new CollectionCertStoreParameters with an empty, immutable collection.
Create a new CollectionCertStoreParameters with the specified collection.
Collections - class java.util.Collections
Utility class consisting of static methods that operate on, or return Collections.
COLOR - static field in class javax.print.attribute.standard.Chromaticity
Specifies color printing.
COLOR - static field in class javax.swing.text.html.CSS.Attribute
The CSS attribute 'color'.
COLOR - static field in class javax.swing.text.html.HTML.Attribute
The color attribute
Color - class java.awt.Color
This class represents a color value in the AWT system.
color - field in class javax.swing.border.MatteBorder
The color that is used for filling the border, or null if the border is filled with repetitions of a tile icon.
COLOR - static field in class java.awt.PageAttributes.ColorType
Color(float,float,float) - constructor for class java.awt.Color
Initializes a new instance of Color using the specified RGB values.
Color(float,float,float,float) - constructor for class java.awt.Color
Initializes a new instance of Color using the specified RGB and alpha values.
Color(int) - constructor for class java.awt.Color
Initializes a new instance of Color using the specified RGB value.
Color(int,boolean) - constructor for class java.awt.Color
Initializes a new instance of Color using the specified RGB value.
Color(int,int,int) - constructor for class java.awt.Color
Initializes a new instance of Color using the specified red, green, and blue values, which must be given as integers in the range of 0-255.
Color(int,int,int,int) - constructor for class java.awt.Color
Initializes a new instance of Color using the specified red, green, blue, and alpha values, which must be given as integers in the range of 0-255.
Color(java.awt.color.ColorSpace,float[],float) - constructor for class java.awt.Color
Creates a color in the given ColorSpace with the specified alpha.
COLOR_ACTION - static field in class javax.swing.text.html.HTMLEditorKit
The color action indentifier (passing the color as an argument).
COLOR_CHOOSER - static field in class javax.accessibility.AccessibleRole
A specialized dialog for choosing a color.
COLOR_CHOOSER - static field in class javax.swing.plaf.synth.Region
Specifies the region of a colorchooser.
COLOR_CHOOSER_DIALOG - static field in class javax.swing.JRootPane
Used as keys to identify color attributes.
ColorChooserComponentFactory
ColorChooserUI - class javax.swing.plaf.ColorChooserUI
An abstract base class for delegates that implement the pluggable look and feel for a JColorChooser.
ColorChooserUI() - constructor for class javax.swing.plaf.ColorChooserUI
Constructs a ColorChooserUI.
A set of keys for attributes that relate to colors.
ColorConvertOp - class java.awt.image.ColorConvertOp
ColorConvertOp is a filter for converting images or rasters between colorspaces, either through a sequence of colorspaces or just from source to destination.
Convert from a source colorspace to a destination colorspace.
Convert a BufferedImage through a ColorSpace.
Convert from a source colorspace to a destinatino colorspace.
ColorConvertOp(java.awt.RenderingHints) - constructor for class java.awt.image.ColorConvertOp
Convert from source color space to destination color space.
colorModel - field in class javax.imageio.ImageTypeSpecifier
The image's color model.
ColorModel - class java.awt.image.ColorModel
A color model operates with colors in several formats:
  • normalized: component samples are in range [0.0, 1.0].
  • color model pixel value: all the color component samples for a sigle pixel packed/encoded in a way natural for the color model.
  • color model pixel int value: only makes sense if the natural encoding of a single pixel can fit in a single int value.
  • array of transferType containing a single pixel: the pixel is encoded in the natural way of the color model, taking up as many array elements as needed.
  • sRGB pixel int value: a pixel in sRGB color space, encoded in default 0xAARRGGBB format, assumed not alpha premultiplied.
  • single [0, 255] scaled int samples from default sRGB color space.
ColorModel(int) - constructor for class java.awt.image.ColorModel
Constructs the default color model.
Constructs a ColorModel that translates pixel values to color/alpha components.
ColorSelectionModel - interface javax.swing.colorchooser.ColorSelectionModel
A model that is used by the JColorChooser component to represent the selected color.
ColorSpace - class java.awt.color.ColorSpace
NEEDS DOCUMENTATION
ColorSpace(int,int) - constructor for class java.awt.color.ColorSpace
ColorSupported - class javax.print.attribute.standard.ColorSupported
The ColorSupported printing attribute specifies if a printing device is capable of color printing.
ColorSupported(int) - constructor for class javax.print.attribute.standard.ColorSupported
Constructs a ColorSupported object.
ColorType - class javax.swing.plaf.synth.ColorType
A typesafe enumeration of color types.
ColorType(java.lang.String) - constructor for class javax.swing.plaf.synth.ColorType
Creates a new Color color type with the specified description.
ColorUIResource - class javax.swing.plaf.ColorUIResource
A Color that is marked as UIResource, which indicates that the color has been installed by a pluggable LookAndFeel.
ColorUIResource(float,float,float) - constructor for class javax.swing.plaf.ColorUIResource
Constructs a ColorUIResource using the specified red, green, and blue intensities, which must be given as floats in the range of 0-1.
ColorUIResource(int) - constructor for class javax.swing.plaf.ColorUIResource
Constructs a ColorUIResource using the specified RGB value.
ColorUIResource(int,int,int) - constructor for class javax.swing.plaf.ColorUIResource
Constructs a ColorUIResource using the specified red, green, and blue values, which must be given as integers in the range of 0-255.
ColorUIResource(java.awt.Color) - constructor for class javax.swing.plaf.ColorUIResource
Constructs a ColorUIResource, using the intensities of another color.
COLS - static field in class javax.swing.text.html.HTML.Attribute
The cols attribute
COLSPAN - static field in class javax.swing.text.html.HTML.Attribute
The colspan attribute
column - field in class javax.swing.event.TableModelEvent
The column in the table model that the event relates to.
COLUMN_HEADER - static field in class javax.accessibility.AccessibleRole
The header for a column of data.
COLUMN_HEADER - static field in class javax.swing.ScrollPaneConstants
COLUMN_HEADER
COLUMN_WIDTH_PROPERTY - static field in class javax.swing.table.TableColumn
The name for the columnWidth property (this field is obsolete and no longer used).
Invoked when the column is added.
Receives notification when a column is added to the column model.
Called by the TableColumnModel to indicate that a column has been added to the model.
columnAtPoint(java.awt.Point) - method in class javax.swing.JTable
Returns index of the column that contains specified point or -1 if this table doesn't contain this point.
columnAtPoint(java.awt.Point) - method in class javax.swing.table.JTableHeader
Returns the index of the column at the specified point.
columnHeader - field in class javax.swing.JScrollPane
columnIdentifiers - field in class javax.swing.table.DefaultTableModel
Storage for the column identifiers.
columnMargin - field in class javax.swing.table.DefaultTableColumnModel
The space between the columns (the default value is 1).
Invoked when the column margin is changed.
Receives notification when a column margin changes in the column model.
Called by the TableColumnModel to indicate that the model's column margin has changed.
columnModel - field in class javax.swing.JTable
A model of various aspects of the columns of the table, not including the data stored in them.
columnModel - field in class javax.swing.table.JTableHeader
The columnModel property.
Invoked when the column is moved.
Receives notification when a column is moved within the column model.
Called by the TableColumnModel to indicate that a column has been moved.
columnNoNulls - static field in class java.sql.DatabaseMetaData
The column does not allow NULL
columnNoNulls - static field in class java.sql.ResultSetMetaData
The column does not allow NULL's.
columnNullable - static field in class java.sql.DatabaseMetaData
The column does allow NULL
columnNullable - static field in class java.sql.ResultSetMetaData
The column allows NULL's.
columnNullableUnknown - static field in class java.sql.DatabaseMetaData
It is unknown whether or not the column allows NULL
columnNullableUnknown - static field in class java.sql.ResultSetMetaData
It is unknown whether or not the column allows NULL's.
Invoked when the column is removed.
Receives notification when a column is removed from the column model.
Called by the TableColumnModel to indicate that a column has been removed from the model.
columnSelectionAllowed - field in class javax.swing.table.DefaultTableColumnModel
A flag that indicates whether or not columns can be selected.
Invoked when the the column selection changes, repaints the changed columns.
Receives notification when the column selection has changed.
Called by the TableColumnModel to indicate that the column selection state has changed.
columnWeights - field in class java.awt.GridBagLayout
columnWidths - field in class java.awt.GridBagLayout
Combines the current ProtectionDomains of the Thread with new ProtectionDomains.
COMBINING - static field in class java.awt.font.GlyphMetrics
COMBINING_DIACRITICAL_MARKS - static field in class java.lang.Character.UnicodeBlock
Combining Diacritical Marks.
COMBINING_HALF_MARKS - static field in class java.lang.Character.UnicodeBlock
Combining Half Marks.
COMBINING_MARKS_FOR_SYMBOLS - static field in class java.lang.Character.UnicodeBlock
Combining Marks for Symbols.
COMBINING_SPACING_MARK - static field in class java.lang.Character
Mc = Mark, Spacing Combining (Normative).
COMBO_BOX - static field in class javax.accessibility.AccessibleRole
A list of choices, which may optionally allow the user to create a new choice.
COMBO_BOX - static field in class javax.swing.plaf.synth.Region
Specifies the region of a combo box.
comboBox - field in class javax.swing.plaf.basic.BasicComboBoxUI
The combo box represented by this UI delegate.
comboBox - field in class javax.swing.plaf.basic.BasicComboPopup
ComboBox associated with this popup
comboBox - field in class javax.swing.plaf.metal.MetalComboBoxButton
A reference to the JComboBox that the button belongs to.
ComboBoxEditor - interface javax.swing.ComboBoxEditor
Provides edit capabilities for JComboBoxes.
A LayoutManager used to position the sub-components of the JComboBox.
ComboBoxLayoutManager() - constructor for class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
Creates a new ComboBoxLayoutManager object.
ComboBoxModel - interface javax.swing.ComboBoxModel
The data model for a JComboBox.
ComboBoxUI - class javax.swing.plaf.ComboBoxUI
An abstract base class for delegates that implement the pluggable look and feel for a JComboBox.
ComboBoxUI() - constructor for class javax.swing.plaf.ComboBoxUI
Constructs a new ComboBoxUI.
comboIcon - field in class javax.swing.plaf.metal.MetalComboBoxButton
The button icon.
ComboPopup - interface javax.swing.plaf.basic.ComboPopup
COMM_FAILURE - exception org.omg.CORBA.COMM_FAILURE
Means that the communication has been lost while an operation was in progress
COMM_FAILURE() - constructor for class org.omg.CORBA.COMM_FAILURE
Creates COMM_FAILURE with the default minor code of 0 and a completion state COMPLETED_NO.
Creates a COMM_FAILURE exception with the specified minor code and completion status.
COMM_FAILURE(java.lang.String) - constructor for class org.omg.CORBA.COMM_FAILURE
Creates a COMM_FAILURE with the default minor code of 0, completion state COMPLETED_NO and the given explaining message.
Created COMM_FAILURE exception, providing full information.
command() - method in class java.lang.ProcessBuilder
Returns the current command line, used to invoke the process.
command(java.lang.Object) - static method in class java.lang.Compiler
This method examines the argument and performs an operation according to the compilers documentation.
command(java.lang.String...) - method in class java.lang.ProcessBuilder
Sets the command-line arguments to those specified.
command(List) - method in class java.lang.ProcessBuilder
Sets the command-line arguments to those specified.
Contains the startup options for the ActivationGroup implementations.
Create the new command environment.
COMMENT - static field in class javax.swing.text.html.HTML.Attribute
The comment attribute
COMMENT - static field in class javax.swing.text.html.HTML.Tag
All comments are labeled with this tag.
Comment - interface javax.xml.stream.events.Comment
A comment event.
Comment - interface org.w3c.dom.Comment
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!
COMMENT - static field in class javax.xml.stream.XMLStreamConstants
A comment event.
comment(ch[],int,int) - method in class org.xml.sax.ext.DefaultHandler2
Report an XML comment anywhere in the document.
comment(ch[],int,int) - method in class org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
comment(javax.swing.text.Element) - method in class javax.swing.text.html.HTMLWriter
Writes out the comment.
COMMENT_NODE - static field in class org.w3c.dom.Node
The node is a Comment.
commentChar(int) - method in class java.io.StreamTokenizer
This method sets the comment attribute on the specified character.
COMMENTS - static field in class java.util.regex.Pattern
COMMIT - static field in class javax.swing.JFormattedTextField
The possible focusLostBehavior options *
commit() - method in class java.sql.Connection
This method commits any SQL statements executed on this connection since the last commit or rollback.
commit() - method in class javax.security.auth.spi.LoginModule
Commit the current login attempt.
commit() - method in class javax.transaction.Transaction
commit() - method in class javax.transaction.TransactionManager
commit() - method in class javax.transaction.UserTransaction
commit(javax.transaction.xa.Xid,boolean) - method in class javax.transaction.xa.XAResource
COMMIT_OR_REVERT - static field in class javax.swing.JFormattedTextField
commitEdit() - method in class javax.swing.JFormattedTextField
Forces the current value from the editor to be set as the current value.
commitEdit() - method in class javax.swing.JSpinner
If the editor is JSpinner.DefaultEditor, then forwards the call to it, otherwise do nothing.
commitEdit() - method in class javax.swing.JSpinner.DefaultEditor
DOCUMENT ME!
COMMON - static field in class java.awt.JobAttributes.DialogType
CommunicationException() - constructor for class javax.naming.CommunicationException
Create an exception without a message.
Create an exception with a message.
COMPACT - static field in class javax.swing.text.html.HTML.Attribute
The compact attribute
compact() - method in class java.nio.ByteBuffer
Compacts this buffer.
compact() - method in class java.nio.CharBuffer
Compacts this buffer.
compact() - method in class java.nio.DoubleBuffer
Compacts this buffer.
compact() - method in class java.nio.FloatBuffer
Compacts this buffer.
compact() - method in class java.nio.IntBuffer
Compacts this buffer.
compact() - method in class java.nio.LongBuffer
Compacts this buffer.
compact() - method in class java.nio.ShortBuffer
Compacts this buffer.
COMPACT_DISC - static field in class javax.sound.sampled.Port.Info
A CD player.
Comparable<T> - interface java.lang.Comparable<T>
Interface for objects that can be ordering among other objects.
Comparator<T> - interface java.util.Comparator<T>
Interface for objects that specify an ordering between objects.
Comparator reverseOrder() - static method in class java.util.Collections
Get a comparator that implements the reverse of natural ordering.
Comparator reverseOrder(Comparator) - static method in class java.util.Collections
Get a comparator that implements the reverse of the ordering specified by the given Comparator.
compare(double,double) - static method in class java.lang.Double
Behaves like new Double(x).compareTo(new Double(y)); in other words this compares two doubles, special casing NaN and zero, without the overhead of objects.
compare(float,float) - static method in class java.lang.Float
Behaves like new Float(x).compareTo(new Float(y)); in other words this compares two floats, special casing NaN and zero, without the overhead of objects.
This method compares the two Object's and returns an integer indicating whether or not the first argument is less than, equal to, or greater than the second argument.
This method compares the two String's and returns an integer indicating whether or not the first argument is less than, equal to, or greater than the second argument.
This method returns an integer which indicates whether the first specified String is less than, greater than, or equal to the second.
compare(javax.xml.datatype.Duration) - method in class javax.xml.datatype.Duration
Partial order relation comparison with this duration, in accordance with XML Schema 1.0 Part 2, Section 3.2.7.6.2.
compare(T,T) - method in class java.util.Comparator<T>
Return an integer that is negative, zero or positive depending on whether the first argument is less than, equal to or greater than the second according to this ordering.
Compare the boundary-points of two Ranges in a document.
compareDocumentPosition(org.w3c.dom.Node) - method in class javax.imageio.metadata.IIOMetadataNode
compareDocumentPosition(org.w3c.dom.Node) - method in class org.w3c.dom.Node
Compares the reference node, i.e. the node on which this method is being called, with a node, i.e. the one passed as a parameter, with regard to their position in the document and according to the document order.
compareTabOrder
compareTo(java.io.File) - method in class java.io.File
This method compares the specified File to this one to test for equality.
compareTo(java.lang.Boolean) - method in class java.lang.Boolean
Compares this Boolean to another.
compareTo(java.lang.Byte) - method in class java.lang.Byte
Compare two Bytes numerically by comparing their byte values.
compareTo(java.lang.Character) - method in class java.lang.Character
Compares another Character to this Character, numerically.
compareTo(java.lang.Double) - method in class java.lang.Double
Compare two Doubles numerically by comparing their double values.
compareTo(java.lang.Float) - method in class java.lang.Float
Compare two Floats numerically by comparing their float values.
compareTo(java.lang.Integer) - method in class java.lang.Integer
Compare two Integers numerically by comparing their int values.
compareTo(java.lang.Long) - method in class java.lang.Long
Compare two Longs numerically by comparing their long values.
compareTo(java.lang.Object) - method in class javax.naming.CompositeName
compareTo(java.lang.Object) - method in class javax.naming.CompoundName
compareTo(java.lang.Object) - method in class javax.naming.Name
Compares the given object to this Name.
Compares this object to the given object.
compareTo(java.lang.Short) - method in class java.lang.Short
Compare two Shorts numerically by comparing their short values.
compareTo(java.lang.String) - method in class java.lang.String
Compares this String and another String (case sensitive, lexicographically).
compareTo(java.math.BigDecimal) - method in class java.math.BigDecimal
compareTo(java.math.BigInteger) - method in class java.math.BigInteger
compareTo(java.net.URI) - method in class java.net.URI
Compare the URI with another URI.
compareTo(java.nio.ByteBuffer) - method in class java.nio.ByteBuffer
Compares two ByteBuffer objects.
compareTo(java.nio.CharBuffer) - method in class java.nio.CharBuffer
Compares two CharBuffer objects.
compareTo(java.nio.charset.Charset) - method in class java.nio.charset.Charset
Compares two DoubleBuffer objects.
compareTo(java.nio.FloatBuffer) - method in class java.nio.FloatBuffer
Compares two FloatBuffer objects.
compareTo(java.nio.IntBuffer) - method in class java.nio.IntBuffer
Compares two IntBuffer objects.
compareTo(java.nio.LongBuffer) - method in class java.nio.LongBuffer
Compares two LongBuffer objects.
compareTo(java.nio.ShortBuffer) - method in class java.nio.ShortBuffer
Compares two ShortBuffer objects.
compareTo(java.sql.Timestamp) - method in class java.sql.Timestamp
Compares this Timestamp to another one.
This method compares the specified object to this one.
compareTo(java.util.Calendar) - method in class java.util.Calendar
Compares the time of two calendar instances.
compareTo(java.util.Date) - method in class java.util.Date
Compares two dates.
compareTo(java.util.Date) - method in class java.sql.Timestamp
Compares this Timestamp to another one.
compareTo(java.util.UUID) - method in class java.util.UUID
Compare this UUID to another.
compareTo(T) - method in class java.lang.Comparable<T>
Compares this object with another, and returns a numerical result based on the comparison.
compareTo(T) - method in class java.lang.Enum<T,extends,Enum,T>
Returns an integer which represents the relative ordering of this enumeration constant.
compareToIgnoreCase(java.lang.String) - method in class java.lang.String
Compares this String and another String (case insensitive).
COMPILATION_MXBEAN_NAME - static field in class java.lang.management.ManagementFactory
The object name for the compilation bean.
CompilationMXBean - interface java.lang.management.CompilationMXBean
Provides access to information about the Just-In-Time (JIT) compiler provided by the virtual machine, if one exists.
compile(java.lang.String) - static method in class java.util.regex.Pattern
compile(java.lang.String) - method in class javax.xml.xpath.XPath
Compiles an XPath expression for future evaluation.
compile(java.lang.String,int) - static method in class java.util.regex.Pattern
compileClass(Class) - static method in class java.lang.Compiler
Compile the class named by oneClass.
compileClasses(java.lang.String) - static method in class java.lang.Compiler
Compile the classes whose name matches classNames.
Compiler - class java.lang.Compiler
The Compiler class is a placeholder for a JIT compiler implementation, and does nothing unless there is such a compiler.
COMPLETE - static field in class java.awt.MediaTracker
Indicates that the media has been successfully and completely loaded.
complete() - method in class java.util.Calendar
Fills any unset fields in the time field list
COMPLETED - static field in class javax.print.attribute.standard.JobState
The job has completed successfully.
completed - field in class org.omg.CORBA.SystemException
The status of the operation that have thrown this exception.
COMPLETED_MAYBE - static field in class org.omg.CORBA.CompletionStatus
An instance of CompletionStatus, initialized to COMPLETED_MAYBE
COMPLETED_NO - static field in class org.omg.CORBA.CompletionStatus
An instance of CompletionStatus, initialized to COMPLETED_NO
COMPLETED_YES - static field in class org.omg.CORBA.CompletionStatus
An instance of CompletionStatus, initialized to COMPLETED_YES
completeDrag(int,int) - method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
This method is called to finish the drag session by calling finishDraggingTo.
This method is called to finish the drag session by calling finishDraggingTo.
completeEditing() - method in class javax.swing.plaf.basic.BasicTreeUI
Messages to stop the editing session.
completeEditing(boolean,boolean,boolean) - method in class javax.swing.plaf.basic.BasicTreeUI
Stops the editing session.
COMPLETESCANLINES - static field in class java.awt.image.ImageConsumer
The pixel order is in multiples of complete scanlines.
completeUIInstall() - method in class javax.swing.plaf.basic.BasicTreeUI
Invoked from installUI after all the defaults/listeners have been installed.
completeUIUninstall() - method in class javax.swing.plaf.basic.BasicTreeUI
Invoked from uninstallUI after all the defaults/listeners have been uninstalled.
CompletionStatus - class org.omg.CORBA.CompletionStatus
Defines the method completion status, usually for the time moment, when the exception has been thrown.
Provides static helper methods for working with CompletionStatus.
component - field in class java.awt.dnd.DragGestureRecognizer
COMPONENT - static field in class java.awt.font.GlyphMetrics
component - static field in class javax.swing.ImageIcon
A dummy Component that is used in the MediaTracker.
Component - class java.awt.Component
The root of all evil.
Component() - constructor for class java.awt.Component
Default constructor for subclasses.
COMPONENT_ADDED - static field in class java.awt.event.ContainerEvent
This id indicates a component was added to the container.
component_count() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
component_count() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
component_count() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
component_count() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
component_count() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
component_count() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
component_count() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
component_count() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
component_count() - method in class org.omg.DynamicAny.DynAnyOperations
Get the number number of fields in the enclosed structure or number of memebers in the enclosed array, sequence, enumeration, etc.
component_data - field in class org.omg.IOP.TaggedComponent
The tag component data.
COMPONENT_EVENT_MASK - static field in class java.awt.AWTEvent
Mask for selecting component events.
COMPONENT_FIRST - static field in class java.awt.event.ComponentEvent
This is the first id in the range of ids used by this class.
COMPONENT_HIDDEN - static field in class java.awt.event.ComponentEvent
This id indicates that a component was hidden.
COMPONENT_LAST - static field in class java.awt.event.ComponentEvent
This is the last id in the range of ids used by this class.
COMPONENT_MOVED - static field in class java.awt.event.ComponentEvent
This id indicates that a component was moved.
COMPONENT_REMOVED - static field in class java.awt.event.ContainerEvent
This id indicates a component was removed from the container.
COMPONENT_RESIZED - static field in class java.awt.event.ComponentEvent
This id indicates that a component was resized.
COMPONENT_SHOWN - static field in class java.awt.event.ComponentEvent
This id indicates that a component was shown.
ComponentAdapter - class java.awt.event.ComponentAdapter
This class implements ComponentListener and implements all methods with empty bodies.
ComponentAdapter() - constructor for class java.awt.event.ComponentAdapter
Do nothing default constructor for subclasses.
Handles this event by dispatching it to the "a" and "b" listener instances.
This method is responsible for setting rollover or non rollover for new buttons added to the JToolBar.
Fired when a component is added; forwards to the PropertyChange listener.
Implements this method from the interface with an empty body.
This method is called when a component is added to the container.
Receives notification when a child component is added to the JComponent and fires a PropertyChangeEvent on listeners registered with the AccessibleJComponent with a property name of AccessibleContext.ACCESSIBLE_CHILD_PROPERTY.
ComponentAttribute - static field in class javax.swing.text.StyleConstants
ComponentAttribute - static field in class javax.swing.text.StyleConstants.CharacterConstants
A key for the component character attribute.
Construct a new ComponentColorModel.
ComponentElementName - static field in class javax.swing.text.StyleConstants
ComponentEvent - class java.awt.event.ComponentEvent
This class is for events generated when a component is moved, resized, hidden, or shown.
ComponentEvent(java.awt.Component,int) - constructor for class java.awt.event.ComponentEvent
Initializes a new instance of ComponentEvent with the specified source and id.
This method returns menu element on the selected path that contains given source point.
This helper class listens to the JDesktopPane that parents this JInternalFrame and listens for resize events and resizes the JInternalFrame appropriately.
Helper class that listens for resize events.
Updates the preferred size when scrolling, if necessary.
ComponentHandler() - constructor for class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
Constructor
Handles this event by dispatching it to the "a" and "b" listener instances.
This method is called when the JDesktopPane is hidden.
Convert a component hidden to a property change.
Implements this method from the interface with an empty body.
This method is called when the component is hidden.
A helper operations for th Component id.
An InputMap that is associated with a particular JComponent.
Creates ComponentInputMap object that notifies the given component about changes to it.
A ComponentInputMap that implements the UIResource interface to indicate that it belongs to a pluggable LookAndFeel.
Constructs a new ComponentInputMapUIResource.
componentListener - field in class javax.swing.plaf.basic.BasicInternalFrameUI
The ComponentListener that is responsible for resizing the JInternalFrame in response to ComponentEvents from the JDesktopPane.
componentListener - field in class javax.swing.plaf.basic.BasicSliderUI
Listener for component resizing.
ComponentListener - interface java.awt.event.ComponentListener
This interface is for classes that receive all events from a component.
Handles this event by dispatching it to the "a" and "b" listener instances.
This method is called when the JDesktopPane is moved.
Invoked when the component's position changes.
Moving a component does not affect properties.
Implements this method from the interface with an empty body.
This method is called when the component is moved.
This class is used to differentiate different orientations for text layout.
ComponentPeer - interface java.awt.peer.ComponentPeer
Defines the methods that a component peer is required to implement.
Handles this event by dispatching it to the "a" and "b" listener instances.
This method is responsible for giving the child components their original borders when they are removed.
Fired when a component is removed; forwards to the PropertyChange listener.
Implements this method from the interface with an empty body.
This method is called when a component is removed from the container.
Receives notification when a child component is removed from the JComponent and fires a PropertyChangeEvent on listeners registered with the AccessibleJComponent with a property name of AccessibleContext.ACCESSIBLE_CHILD_PROPERTY.
Handles this event by dispatching it to the "a" and "b" listener instances.
This method is called when the JDesktopPane is resized.
Called when the size of the component changes.
Resizing a component does not affect properties.
Implements this method from the interface with an empty body.
This method is called when the component is resized.
Receives notification when a component (in this case: the view component) changes it's size.
components - field in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
This array contains the components in the JSplitPane.
This metod is invoked after the IORInterceptorOperations.establish_components(IORInfo) have been called on all registered interceptor instances.
ComponentSampleModel supports a flexible organization of pixel samples in memory, permitting pixel samples to be interleaved by band, by scanline, and by pixel.
Creates a new sample model that assumes that all bands are stored in a single bank of the DataBuffer.
Creates a new sample model that assumes that all bands are stored in a single bank of the DataBuffer.
Handles this event by dispatching it to the "a" and "b" listener instances.
This method is called when the JDesktopPane is shown.
Convert a component shown to a property change.
Implements this method from the interface with an empty body.
This method is called when the component is made visible.
ComponentUI - class javax.swing.plaf.ComponentUI
The abstract base class for all delegates that provide the pluggable look and feel for Swing components.
ComponentUI() - constructor for class javax.swing.plaf.ComponentUI
Constructs a new UI delegate.
ComponentView - class javax.swing.text.ComponentView
A View implementation that is able to render arbitrary Components.
ComponentView(javax.swing.text.Element) - constructor for class javax.swing.text.ComponentView
Creates a new instance of ComponentView for the specified Element.
Compose the two source images into the composite image.
ComposedTextAttribute - static field in class javax.swing.text.StyleConstants
Composes the name of this context together with another name, related to this context.
Composes the name of this context together with another name, related to this context.
Composite - interface java.awt.Composite
This interface is for graphics which are formed as composites of others.
CompositeContext - interface java.awt.CompositeContext
This interface provides an optimized environment for compositing graphics.
CompositeData - interface javax.management.openmbean.CompositeData
Provides an interface to a composite data structure, in order to aid interoperability.
Provides an InvocationHandler which implements a series of accessor methods (those beginning with "get" or "is") using the content of a CompositeData object.
Constructs a new CompositeDataInvocationHandler with the specified CompositeData instance.
CompositeDataSupport - class javax.management.openmbean.CompositeDataSupport
Provides an implementation of the CompositeData interface.
Constructs a new CompositeDataSupport instance with the specified type using the supplied arrays of field names and values.
Constructs a new CompositeDataSupport instance with the specified type using field names and values from the supplied map.
CompositeName - class javax.naming.CompositeName
Represents names that may span over several namespaces.
CompositeName() - constructor for class javax.naming.CompositeName
CompositeName(Enumeration) - constructor for class javax.naming.CompositeName
CompositeName(java.lang.String) - constructor for class javax.naming.CompositeName
CompositeType - class javax.management.openmbean.CompositeType
The open type descriptor for instances of the CompositeData class.
Constructs a new CompositeType instance for the given type name with the specified field names, descriptions and types.
CompositeView - class javax.swing.text.CompositeView
An abstract base implementation of View that manages child Views.
CompositeView(javax.swing.text.Element) - constructor for class javax.swing.text.CompositeView
Creates a new CompositeView for the given Element.
CompoundBorder - class javax.swing.border.CompoundBorder
A Border that is composed of an interior and an exterior border, where the interior border is tightly nested into the exterior.
CompoundBorder() - constructor for class javax.swing.border.CompoundBorder
Constructs a CompoundBorder whose inside and outside borders are both null.
Constructs a CompoundBorder with the specified inside and outside borders.
A CompoundBorder that also implements the UIResource marker interface.
Constructs a CompoundBorderUIResource with the specified inside and outside borders.
CompoundControl - class javax.sound.sampled.CompoundControl
A compound control provides control over several other controls.
Create a new compound control given its type and members.
CompoundEdit - class javax.swing.undo.CompoundEdit
An editing action that consists of multiple UndoableEdits.
compoundEdit - field in class javax.swing.undo.UndoableEditSupport
compoundEdit
CompoundEdit() - constructor for class javax.swing.undo.CompoundEdit
Constructs a new CompoundEdit.
CompoundName - class javax.naming.CompoundName
Represents hierarchical names from the single namespace.
COMPRESS - static field in class javax.print.attribute.standard.Compression
The print data is UNIX compressed.
Compression - class javax.print.attribute.standard.Compression
The Compression printing attribute specifies if and how the supplied print data is compressed.
Compression(int) - constructor for class javax.print.attribute.standard.Compression
Constructs a Compression object.
COMPRESSION_ERROR - static field in class javax.print.attribute.standard.JobStateReason
The printer aborted the job because of a compression error while trying to decompress the document data.
compressionMode - field in class javax.imageio.ImageWriteParam
Controls compression settings, which must be set to one of the four MODE_* values.
compressionQuality - field in class javax.imageio.ImageWriteParam
Contains the current compression quality setting.
compressionType - field in class javax.imageio.ImageWriteParam
Contains the name of the current compression type.
compressionTypes - field in class javax.imageio.ImageWriteParam
Array of the names of the available compression types.
comptable - field in class java.awt.GridBagLayout
Computes the parameters for the blitting scroll method.
Subtracts a rectangle from another and return the area as an array of rectangles.
computeFields() - method in class java.util.Calendar
Converts the milliseconds since the epoch UTC (time) to time fields (fields).
computeFields() - method in class java.util.GregorianCalendar
Converts the milliseconds since the epoch UTC (time) to time fields (fields).
Calculates the intersection of two rectangles.
computePopupBounds(int,int,int,int) - method in class javax.swing.plaf.basic.BasicComboPopup
DOCUMENT ME!
Calcluate the source and destination regions that will be read from and written to, given image parameters and/or a destination buffered image.
computerIcon - field in class javax.swing.plaf.basic.BasicFileChooserUI
An icon representing a computer.
Calculates the width of a given string.
Returns the width of the string text for the specified font and font metrics.
computeTime() - method in class java.util.Calendar
Converts the time field values (fields) to milliseconds since the epoch UTC (time).
computeTime() - method in class java.util.GregorianCalendar
Converts the time field values (fields) to milliseconds since the epoch UTC (time).
Calculates the union of two rectangles.
Compute the component's visible rectangle, which is defined recursively as either the component's bounds, if it has no parent, or the intersection of the component's bounds with the visible rectangle of its parent.
concat(java.lang.String) - method in class java.lang.String
Concatenates a String to this String.
Set this transform to the result of performing the original version of this followed by tx.
concatenateTransform(java.awt.geom.AffineTransform) - method in class java.awt.image.renderable.RenderContext
concetenateTransform(java.awt.geom.AffineTransform) - method in class java.awt.image.renderable.RenderContext
concrete_base_type() - method in class org.omg.CORBA.TypeCode
For value types that support inheritance this method returns the of the ancestor type code.
CONCUR_READ_ONLY - static field in class java.sql.ResultSet
The concurrency mode of for the result set may not be modified.
CONCUR_UPDATABLE - static field in class java.sql.ResultSet
The concurrency mode of for the result set may be modified.
Exception that is thrown by the collections classes when it is detected that a modification has been made to a data structure when this is not allowed, such as when a collection is structurally modified while an Iterator is operating over it.
Constructs a ConcurrentModificationException with no detail message.
Constructs a ConcurrentModificationException with a detail message.
CONFIG - static field in class java.util.logging.Level
Log records whose level is CONFIG are used for describing the static configuration, for example the windowing environment, the operating system version, etc.
config(java.lang.String) - method in class java.util.logging.Logger
Logs a message with severity level CONFIG.
Configuration - class javax.security.auth.login.Configuration
Configuration() - constructor for class javax.security.auth.login.Configuration
ConfigurationException() - constructor for class javax.naming.ConfigurationException
Create an exception without a message.
Create an exception with a message.
configureArrowButton() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Configures the arrow button.
configureBlocking(boolean) - method in class java.nio.channels.spi.AbstractSelectableChannel
Adjusts this channel's blocking mode.
configureBlocking(boolean) - method in class java.nio.channels.SelectableChannel
Adjusts this channel's blocking mode.
configureEditor() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Configures the editor for this combo box.
configureEditor() - method in class javax.swing.plaf.metal.MetalComboBoxUI
Configures the editor for this combo box.
This method initializes specified ComboBoxEditor to display given item.
configureEnclosingScrollPane() - method in class javax.swing.JTable
configureLayoutCache() - method in class javax.swing.plaf.basic.BasicTreeUI
Resets the treeState instance based on the tree we're providing the look and feel for.
configureList() - method in class javax.swing.plaf.basic.BasicComboPopup
This method configures the list of comboBox's items by setting default properties and installing listeners.
configurePopup() - method in class javax.swing.plaf.basic.BasicComboPopup
This method configures popup menu that will be used to display Scrollpane with list of items inside of it.
Configure various properties of the button by reading properties of an Action.
Configure various properties of the button by reading properties of an Action.
Configure properties of the JComboBox by reading properties of specified action.
Configures menu items' properties from properties of the specified action.
configureScrollBarColors() - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method configures the scrollbar's colors.
configureScroller() - method in class javax.swing.plaf.basic.BasicComboPopup
This method configures scroll pane to contain list of comboBox's items
ConfirmationCallback - class javax.security.auth.callback.ConfirmationCallback
Underlying security services instantiate and pass a ConfirmationCallback to the handle() method of a CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations.
ConfirmationCallback(int,int,int) - constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a message type, an option type and a default option.

Underlying security services use this constructor if they require either a YES/NO, YES/NO/CANCEL or OK/CANCEL confirmation.

ConfirmationCallback(int,java.lang.String[],int) - constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a message type, a list of options and a default option.

Underlying security services use this constructor if they require a confirmation different from the available preset confirmations provided (for example, CONTINUE/ABORT or STOP/GO).

ConfirmationCallback(java.lang.String,int,int,int) - constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a prompt, message type, an option type and a default option.

Underlying security services use this constructor if they require either a YES/NO, YES/NO/CANCEL or OK/CANCEL confirmation.

Construct a ConfirmationCallback with a prompt, message type, a list of options and a default option.

Underlying security services use this constructor if they require a confirmation different from the available preset confirmations provided (for example, CONTINUE/ABORT or STOP/GO).

connect() - method in class java.net.URLConnection
Establishes the actual connection to the URL associated with this connection object
Connects this object to the specified PipedInputStream object.
This method connects this stream to the passed in PipedOutputStream.
connect(java.io.PipedReader) - method in class java.io.PipedWriter
Connects this object to the specified PipedReader object.
connect(java.io.PipedWriter) - method in class java.io.PipedReader
This method connects this stream to the passed in PipedWriter.
connect(java.lang.String,int) - method in class java.net.SocketImpl
Connects to the remote hostname and port specified as arguments.
This method connects to the specified database using the connection properties supplied.
This method connects this socket to the specified address and port.
Connects the socket to a host specified by address and port.
Connects to the remote address and port specified as arguments.
connect(java.net.SocketAddress) - method in class java.nio.channels.DatagramChannel
Connects this channel's socket.
Connects the datagram socket to a specified socket address.
connect(java.net.SocketAddress) - method in class java.net.Socket
Connects the socket with a remote address.
connect(java.net.SocketAddress) - method in class java.nio.channels.SocketChannel
Connects the channel's socket to the remote address.
connect(java.net.SocketAddress,int) - method in class java.net.Socket
Connects the socket with a remote address.
Connects to the socket to the host specified in address.
Makes the remote object a_target ready for remote communication using the same communications runtime as for the passed a_source parameter.
Makes the remote object target ready for remote communication using the same communications runtime as for the passed source parameter.
Makes the stub ready for remote communication using the given ORB.
connect(org.omg.CORBA.Object) - method in class org.omg.CORBA.ORB
Connect the given CORBA object to this ORB.
connect(org.omg.CORBA.ORB) - method in class javax.rmi.CORBA.Stub
Finds the suitable Tie for this Stub and connects it to the given ORB.
connected - field in class java.net.URLConnection
Indicates whether or not a connection has been established to the destination specified in the URL
ConnectException - exception java.net.ConnectException
This exception indicates that an error occurred while attempting to connect to a remote host.
ConnectException - exception java.rmi.ConnectException
Thrown if a connection is refused for a remote call.
ConnectException() - constructor for class java.net.ConnectException
Create a new instance without a descriptive error message.
ConnectException(java.lang.String) - constructor for class java.net.ConnectException
Create a new instance with a descriptive error message, such as the text from strerror(3).
ConnectException(java.lang.String) - constructor for class java.rmi.ConnectException
Create an exception with a message.
Create an exception with a message and a cause.
Signals to the selector that a proxy was no available.
CONNECTING_TO_DEVICE - static field in class javax.print.attribute.standard.PrinterStateReason
The printer object is connecting to the device.
Wraps an I/O Exception thrown while connecting for a remote call.
Create an exception with a message.
Create an exception with a message and a cause.
Connection - interface java.sql.Connection
This interface provides methods for managing a connection to a database.
ConnectionPendingException() - constructor for class java.nio.channels.ConnectionPendingException
Creates the exception
CONNECTOR_PUNCTUATION - static field in class java.lang.Character
Pc = Punctuation, Connector (Informative).
CONREF - static field in class javax.swing.text.html.parser.DTDConstants
The attribute modifier #CONREF constant, specifies the IDREF value of the reference to content in another location of the document.
ConsoleHandler - class java.util.logging.ConsoleHandler
A ConsoleHandler publishes log records to System.err.
ConsoleHandler() - constructor for class java.util.logging.ConsoleHandler
Constructs a StreamHandler that publishes log records to System.err.
constant(int) - static method in class javax.swing.Spring
Creates a Spring which min, pref and max values are all the same.
constant(int,int,int) - static method in class javax.swing.Spring
Creates a Spring which min, pref and max values are constants.
Return the name of the missing constant.
constraintBeforeFloating - field in class javax.swing.plaf.basic.BasicToolBarUI
The last known BorderLayout constraint before floating.
The constraints that define the relationships between components.
Constraints() - constructor for class javax.swing.SpringLayout.Constraints
Creates a new Constraints object.
Constraints(java.awt.Component) - constructor for class javax.swing.SpringLayout.Constraints
Create a new Constraints object which tracks the indicated component.
Creates a new Constraints object.
Creates a new Constraints object.
Constructor<T> - class java.lang.reflect.Constructor<T>
The Constructor class represents a constructor of a class.
An annotation used to associate the parameters of a constructor with the accessor methods that later provide access to these values.
consume() - method in class java.awt.AWTEvent
Consumes this event so that it will not be processed in the default manner.
consume() - method in class java.awt.event.InputEvent
Consumes this event.
consume() - method in class java.awt.event.InputMethodEvent
This method consumes the event.
consumed - field in class java.awt.AWTEvent
Indicates if the event has been consumed.
consumer - field in class java.awt.image.ImageFilter
The consumer this filter is filtering an image data stream for.
containedIn(org.ietf.jgss.Oid[]) - method in class org.ietf.jgss.Oid
A utility method to test if an Oid object is contained within the supplied Oid object array.
Container - class java.awt.Container
A generic window toolkit object that acts as a container for other objects.
Container() - constructor for class java.awt.Container
Default constructor for subclasses.
CONTAINER_EVENT_MASK - static field in class java.awt.AWTEvent
Mask for selecting container events.
CONTAINER_FIRST - static field in class java.awt.event.ContainerEvent
This is the first id in the id range used by this class.
CONTAINER_LAST - static field in class java.awt.event.ContainerEvent
This is the last id in the id range used by this class.
ContainerAdapter - class java.awt.event.ContainerAdapter
This class implements ContainerListener and implements all methods with empty bodies.
ContainerAdapter() - constructor for class java.awt.event.ContainerAdapter
Do nothing default constructor for subclasses.
ContainerEvent - class java.awt.event.ContainerEvent
This event is generated when a component is added or removed from a container.
Initializes a new instance of ContainerEvent with the specified source and id.
containerListener - field in class javax.swing.plaf.basic.BasicMenuBarUI
ContainerListener - interface java.awt.event.ContainerListener
This interface is for classes that wish to listen for all events from container objects.
ContainerOrderFocusTraversalPolicy defines a focus traversal order based on the order in which Components were packed in a Container.
Creates the ContainerOrderFocusTraversalPolicy object.
ContainerPeer - interface java.awt.peer.ContainerPeer
contains(double,double) - method in class java.awt.geom.Arc2D
Determines if the arc contains the given point.
contains(double,double) - method in class java.awt.geom.Area
Determines if the point (x,y) is contained within this Area.
contains(double,double) - method in class java.awt.geom.CubicCurve2D
Determines whether a position lies inside the area bounded by the curve and the straight line connecting its end points.
contains(double,double) - method in class java.awt.geom.Ellipse2D
Determines if a point is contained within the ellipse.
contains(double,double) - method in class java.awt.geom.GeneralPath
Evaluates if a point is within the GeneralPath, The NON_ZERO winding rule is used, regardless of the set winding rule.
contains(double,double) - method in class java.awt.geom.Line2D
Test if a point is contained inside the line.
contains(double,double) - method in class java.awt.Polygon
Tests whether or not the specified point is inside this polygon.
contains(double,double) - method in class java.awt.geom.QuadCurve2D
Determines whether a point is inside the area bounded by the curve and the straight line connecting its end points.
contains(double,double) - method in class java.awt.geom.Rectangle2D
Test if the given point is contained in the rectangle.
contains(double,double) - method in class java.awt.geom.RoundRectangle2D
Return true if this object contains the specified point.
contains(double,double) - method in class java.awt.Shape
Test if the coordinates lie in the shape.
contains(double,double,double,double) - method in class java.awt.geom.Arc2D
Tests if a given rectangle is contained in the area of the arc.
contains(double,double,double,double) - method in class java.awt.geom.Area
Determines if the rectangle specified by (x,y) as the upper-left and with width w and height h is completely contained within this Area, returns false otherwise.

This method should always produce the correct results, unlike for other classes in geom.

contains(double,double,double,double) - method in class java.awt.geom.CubicCurve2D
Determine whether a rectangle is entirely inside the area that is bounded by the curve and the straight line connecting its end points.
contains(double,double,double,double) - method in class java.awt.geom.Ellipse2D
Determines if a rectangle is completely contained within the ellipse.
contains(double,double,double,double) - method in class java.awt.geom.GeneralPath
Evaluates if a rectangle is completely contained within the path.
contains(double,double,double,double) - method in class java.awt.geom.Line2D
Tests if the line contains a rectangle.
Test if a high-precision rectangle lies completely in the shape.
contains(double,double,double,double) - method in class java.awt.geom.QuadCurve2D
Determines whether a rectangle is entirely inside the area bounded by the curve and the straight line connecting its end points.
contains(double,double,double,double) - method in class java.awt.geom.Rectangle2D
Tests if this rectangle contains the given one.
Return true if this object contains the specified rectangle
contains(double,double,double,double) - method in class java.awt.Shape
Test if a high-precision rectangle lies completely in the shape.
contains(int) - method in class javax.print.attribute.SetOfIntegerSyntax
Checks if this set contains the given value.
contains(int,int) - method in class java.awt.Component
Tests whether or not the specified point is contained within this component.
contains(int,int) - method in class javax.swing.JComponent
Returns true if the coordinates (x, y) lie within the bounds of this component and false otherwise.
contains(int,int) - method in class java.awt.Polygon
Tests whether or not the specified point is inside this polygon.
contains(int,int) - method in class java.awt.Rectangle
Tests whether or not the specified point is inside this rectangle.
contains(int,int,int,int) - method in class java.awt.Rectangle
Checks whether all points in the given rectangle are contained in this rectangle.
contains(java.awt.geom.Point2D) - method in class java.awt.geom.Area
Determines if the Point2D p is contained within this Area.
contains(java.awt.geom.Point2D) - method in class java.awt.geom.CubicCurve2D
Determines whether a point lies inside the area bounded by the curve and the straight line connecting its end points.
contains(java.awt.geom.Point2D) - method in class java.awt.geom.GeneralPath
Evaluates if a Point2D is within the GeneralPath, The NON_ZERO winding rule is used, regardless of the set winding rule.
contains(java.awt.geom.Point2D) - method in class java.awt.geom.Line2D
Test if a point is contained inside the line.
contains(java.awt.geom.Point2D) - method in class java.awt.Polygon
Tests whether or not the specified point is inside this polygon.
contains(java.awt.geom.Point2D) - method in class java.awt.geom.QuadCurve2D
Determines whether a point is inside the area bounded by the curve and the straight line connecting its end points.
contains(java.awt.geom.Point2D) - method in class java.awt.geom.RectangularShape
Tests if a point is inside the boundary of the shape.
contains(java.awt.geom.Point2D) - method in class java.awt.Shape
Test if the point lie in the shape.
contains(java.awt.geom.Rectangle2D) - method in class java.awt.geom.Arc2D
Tests if a given rectangle is contained in the area of the arc.
contains(java.awt.geom.Rectangle2D) - method in class java.awt.geom.Area
Determines if the Rectangle2D specified by r is completely contained within this Area, returns false otherwise.

This method should always produce the correct results, unlike for other classes in geom.

contains(java.awt.geom.Rectangle2D) - method in class java.awt.geom.CubicCurve2D
Determine whether a Rectangle2D is entirely inside the area that is bounded by the curve and the straight line connecting its end points.
contains(java.awt.geom.Rectangle2D) - method in class java.awt.geom.GeneralPath
Evaluates if a rectangle is completely contained within the path.
contains(java.awt.geom.Rectangle2D) - method in class java.awt.geom.Line2D
Tests if the line contains a rectangle.
contains(java.awt.geom.Rectangle2D) - method in class java.awt.Polygon
Test if a high-precision rectangle lies completely in the shape.
contains(java.awt.geom.Rectangle2D) - method in class java.awt.geom.QuadCurve2D
Determines whether a Rectangle2D is entirely inside the area that is bounded by the curve and the straight line connecting its end points.
Tests if the shape completely contains the given rectangle.
contains(java.awt.geom.Rectangle2D) - method in class java.awt.Shape
Test if a high-precision rectangle lies completely in the shape.
contains(java.awt.Point) - method in class javax.accessibility.AccessibleComponent
Tests whether or not the specified point is contained within this component.
contains(java.awt.Point) - method in class java.awt.Component
Tests whether or not the specified point is contained within this component.
Tests if the point is contained in this component.
Returns true if this list child covers the screen location point (relative to the JList coordinate system, false otherwise.
Returns true if this table cell contains the location at point, false otherwise.
Tests whether or not the specified point is contained within this component.
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
Returns true if the specified point lies within the component.
contains(java.awt.Point) - method in class java.awt.Polygon
Tests whether or not the specified point is inside this polygon.
contains(java.awt.Point) - method in class java.awt.Rectangle
Tests whether or not the specified point is inside this rectangle.
contains(java.awt.Rectangle) - method in class java.awt.Rectangle
Checks whether all points in the given rectangle are contained in this rectangle.
contains(java.lang.CharSequence) - method in class java.lang.String
Returns true iff this String contains the sequence of Characters described in s.
Test whether this collection contains a given object.
contains(java.lang.Object) - method in class java.util.ArrayList<E>
Returns true iff element is in this ArrayList.
contains(java.lang.Object) - method in class javax.naming.directory.Attribute
contains(java.lang.Object) - method in class javax.naming.directory.BasicAttribute
contains(java.lang.Object) - method in class javax.swing.plaf.basic.BasicDirectoryModel
Returns whether a given (File) object is included in the list.
contains(java.lang.Object) - method in class java.beans.beancontext.BeanContextMembershipEvent
Tell whether the Object is one of the children added or removed.
contains(java.lang.Object) - method in class java.beans.beancontext.BeanContextSupport
Test whether this collection contains a given object as one of its elements.
contains(java.lang.Object) - method in class java.util.Collection<E>
Test whether this collection contains a given object as one of its elements.
contains(java.lang.Object) - method in class java.util.concurrent.CopyOnWriteArrayList<E>
Returns true iff element is in this ArrayList.
contains(java.lang.Object) - method in class javax.swing.DefaultListModel
Determines whether a particular element is a member of the list.
Test whether this collection contains a given object as one of its elements.
contains(java.lang.Object) - method in class java.util.HashSet<T>
Returns true if the supplied element is in this Set.
contains(java.lang.Object) - method in class java.util.Hashtable<K,V>
Returns true if this Hashtable contains a value o, such that o.equals(value).
contains(java.lang.Object) - method in class java.util.LinkedList<T>
Returns true if the list contains the given object.
contains(java.lang.Object) - method in class java.util.List<E>
Test whether this list contains a given object as one of its elements.
contains(java.lang.Object) - method in class javax.imageio.spi.ServiceRegistry
Determines whether a provider has been registered with this registry.
contains(java.lang.Object) - method in class java.util.Set<E>
Returns true if the set contains the specified element.
contains(java.lang.Object) - method in class java.util.TreeSet<T>
Returns true if this Set contains the supplied Object, false otherwise.
contains(java.lang.Object) - method in class java.util.Vector<T>
Returns true when elem is contained in this Vector.
contains(java.lang.String) - method in class javax.accessibility.AccessibleRelationSet
Check if the relation key is in the set.
contains(java.lang.String) - method in class org.w3c.dom.DOMStringList
Test if a string is part of this DOMStringList.
contains(java.lang.String) - method in class org.w3c.dom.NameList
Test if a name is part of this NameList.
contains(java.nio.charset.Charset) - method in class java.nio.charset.Charset
Check if the current state is in the set.
Checks if this set contains the given value.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.ComponentUI
Determines whether a click into the component at a specified location is considered as having hit the component.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiButtonUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiButtonUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiColorChooserUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiColorChooserUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiComboBoxUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiComboBoxUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiDesktopIconUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiDesktopIconUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiDesktopPaneUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiFileChooserUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiFileChooserUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiInternalFrameUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiInternalFrameUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiLabelUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiLabelUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiListUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiListUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiMenuBarUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiMenuBarUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiMenuItemUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiMenuItemUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiOptionPaneUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiOptionPaneUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiPanelUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiPanelUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiPopupMenuUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiPopupMenuUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiProgressBarUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiProgressBarUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiRootPaneUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiRootPaneUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiScrollBarUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiScrollBarUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiScrollPaneUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiScrollPaneUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiSeparatorUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiSeparatorUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiSliderUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiSliderUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiSpinnerUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiSpinnerUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiSplitPaneUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiSplitPaneUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiTabbedPaneUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiTableHeaderUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiTableHeaderUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiTableUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiTableUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiTextUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiTextUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiToolBarUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiToolBarUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiToolTipUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiToolTipUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiTreeUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiTreeUI, returning the result for the UI delegate from the primary look and feel.
contains(javax.swing.JComponent,int,int) - method in class javax.swing.plaf.multi.MultiViewportUI
Calls the ComponentUI.contains(JComponent,int,int) method for all the UI delegates managed by this MultiViewportUI, returning the result for the UI delegate from the primary look and feel.
containsAlias(java.lang.String) - method in class java.security.KeyStore
Determines if the keystore contains the specified alias.
Tests whether this collection contains all the elements in a given collection.
containsAll(Collection) - method in class java.util.Collection<E>
Test whether this collection contains every element in a given collection.
Test whether this collection contains every element in a given collection.
containsAll(Collection) - method in class java.util.List<E>
Test whether this list contains every element in a given collection.
containsAll(Collection) - method in class java.util.Set<E>
Returns true if this set contains all elements in the specified collection.
containsAll(Collection) - method in class java.util.Vector<T>
Returns true if this Vector contains all the elements in c.
containsAll(java.util.Collection) - method in class java.beans.beancontext.BeanContextSupport
containsAngle(double) - method in class java.awt.geom.Arc2D
Tests if the given angle, in degrees, is included in the arc.
Returns true if this element contains the specified attribute.
Returns true if this AttributeSet contains an attribute with the specified name and value, false otherwise.
Returns true if the given name and value represent an attribute found either in this AttributeSet or in its resolve parent hierarchy.
Returns true if this element contains all of the specified attributes.
Returns true of this AttributeSet contains all of the specified attributes.
Returns true of this AttributeSet contains all of the specified attributes.
This method returns true if the given JOptionPane contains custom components.
Calls the OptionPaneUI.containsCustomComponents(JOptionPane) method for all the UI delegates managed by this MultiOptionPaneUI, returning the result for the UI delegate from the primary look and feel.
Determines whether the user has provided custom components for the options or the message.
containsKey(Class) - method in class javax.print.attribute.AttributeSet
Checks if this attributes set contains an attribute with the given category.
containsKey(Class) - method in class javax.print.attribute.HashAttributeSet
Checks if this attributes set contains an attribute with the given category.
Returns true if this contains a mapping for the given key.
containsKey(java.lang.Object) - method in class java.util.jar.Attributes
Checks to see if there is an attribute with the specified name.
containsKey(java.lang.Object) - method in class java.beans.beancontext.BeanContextSupport
containsKey(java.lang.Object) - method in class java.util.HashMap<K,V>
Returns true if the supplied object equals() a key in this HashMap.
containsKey(java.lang.Object) - method in class java.util.Hashtable<K,V>
Returns true if the supplied object equals() a key in this Hashtable.
Tests whether the specified key is in this map.
containsKey(java.lang.Object) - method in class java.util.Map<K,V>
Returns true if this contains a mapping for the given key.
Returns true if the collection of hints contains the specified key, and false otherwise.
containsKey(java.lang.Object) - method in class javax.management.openmbean.TabularDataSupport
Returns true iff this instance of the TabularData class contains a CompositeData value at the specified index.
containsKey(java.lang.Object) - method in class java.util.TreeMap<K,V>
Returns true if the map contains a mapping for the given key.
Tells if the map contains the given key.
containsKey(java.lang.Object[]) - method in class javax.management.openmbean.TabularData
Returns true iff this instance of the TabularData class contains a CompositeData value at the specified index.
containsKey(java.lang.Object[]) - method in class javax.management.openmbean.TabularDataSupport
Returns true iff this instance of the TabularData class contains a CompositeData value at the specified index.
containsKey(java.lang.String) - method in class javax.management.openmbean.CompositeData
Returns true if this CompositeData instance contains the specified key.
containsKey(java.lang.String) - method in class javax.management.openmbean.CompositeDataSupport
Returns true if this CompositeData instance contains the specified key.
containsKey(java.lang.String) - method in class javax.management.openmbean.CompositeType
Returns true if this composite data type has a field with the given name.
Test if the pair namespaceURI/name is part of this NameList.
Returns true if this contains at least one mapping with the given value.
containsValue(java.lang.Object) - method in class java.util.jar.Attributes
Checks to see if there is an attribute name with the specified value.
containsValue(java.lang.Object) - method in class javax.management.openmbean.CompositeData
Returns true if this CompositeData instance has a value equal to that supplied.
containsValue(java.lang.Object) - method in class javax.management.openmbean.CompositeDataSupport
Returns true if this CompositeData instance has a value equal to that supplied.
containsValue(java.lang.Object) - method in class java.util.HashMap<K,V>
Returns true if this HashMap contains a value o, such that o.equals(value).
Returns true if this Hashtable contains a value o, such that o.equals(value).
Returns true if this HashMap contains the value.
Returns true if this HashMap contains a value o, such that o.equals(value).
containsValue(java.lang.Object) - method in class java.util.Map<K,V>
Returns true if this contains at least one mapping with the given value.
Returns true if the collection of hints contains the specified value, and false otherwise.
containsValue(java.lang.Object) - method in class javax.management.openmbean.TabularDataSupport
Returns true iff this instance of the TabularData class contains the specified CompositeData value.
containsValue(java.lang.Object) - method in class java.util.TreeMap<K,V>
Returns true if the map contains at least one mapping to the given value.
Returns true if the map contains at least one key which points to the specified object as a value.
containsValue(javax.management.openmbean.CompositeData) - method in class javax.management.openmbean.TabularData
Returns true iff this instance of the TabularData class contains the specified CompositeData value.
Returns true iff this instance of the TabularData class contains the specified CompositeData value.
containsValue(javax.print.attribute.Attribute) - method in class javax.print.attribute.AttributeSet
Checks if this attribute set contains the given attribute.
Checks if this attribute set contains the given attribute.
A sequence of data that can be edited.
content - field in class javax.swing.text.html.parser.ContentModel
The document content, containing either Element or the enclosed content model (that would be in the parentheses in BNF expression).
content - field in class javax.swing.text.html.parser.Element
The content model, defining elements, entities and DTD text that may/may not occur inside this element.
CONTENT - static field in class javax.swing.text.html.HTML.Attribute
The content attribute
CONTENT - static field in class javax.swing.text.html.HTML.Tag
All text content is labeled with this tag.
CONTENT_AREA_FILLED_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "contentAreaFilled" property changes.
CONTENT_PANE_PROPERTY - static field in class javax.swing.JInternalFrame
The property fired in a PropertyChangeEvent when the contentPane property changes.
CONTENT_TYPE - static field in class java.util.jar.Attributes.Name
File contents attribute - Mime type and subtype for the jar entry.
content_type() - method in class org.omg.CORBA.TypeCode
For sequences, arrays, aliases and value boxes, returns the IDL type for the members of the object.
contentBorderInsets - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
The insets around the content area.
ContentElementName - static field in class javax.swing.text.AbstractDocument
Standard name for content Elements.
contentEquals(java.lang.CharSequence) - method in class java.lang.String
Compares the given CharSequence to this String.
contentEquals(java.lang.StringBuffer) - method in class java.lang.String
Compares the given StringBuffer to this String.
This is an abstract class that is the superclass for classes that read objects from URL's.
ContentHandler - interface org.xml.sax.ContentHandler
Receive notification of the logical content of a document.
ContentHandler() - constructor for class java.net.ContentHandler
Default, no-argument constructor.
This interface maps MIME types to ContentHandler objects.
ContentModel - class javax.swing.text.html.parser.ContentModel
A representation of the element content.
ContentModel() - constructor for class javax.swing.text.html.parser.ContentModel
Create a content model initializing all fields to default values.
Create a content model, involving binary expression of the given type.
ContentModel(int,javax.swing.text.html.parser.ContentModel) - constructor for class javax.swing.text.html.parser.ContentModel
Create a content model, involving expression of the given type.
ContentModel(javax.swing.text.html.parser.Element) - constructor for class javax.swing.text.html.parser.ContentModel
Create a content model, consisting of the single element.
contentPane - field in class javax.swing.JRootPane
DOCUMENT ME!
contentRect - field in class javax.swing.plaf.basic.BasicSliderUI
Rectangle describing content bounds.
contents - field in class java.awt.datatransfer.Clipboard
The data currently on this clipboard.
CONTENTS_CHANGED - static field in class javax.swing.event.ListDataEvent
An event type indicating that the list content has been modified.
Invoked if the content's of JComboBox's data model are changed.
Called when a general change has happened in the model which cannot be represented in terms of a simple addition or deletion.
The part of implementation of ListDataListener interface.
Receives notification when items have changed in the JList.
Notifies the listener that the contents of the list have changed in some way.
contentsLost() - method in class java.awt.image.BufferStrategy
Returns whether or not the buffer's resources have been reclaimed by the native graphics system.
contentsLost() - method in class java.awt.Component.BltBufferStrategy
Returns whether or not the image buffer resources have been lost.
contentsLost() - method in class java.awt.Component.FlipBufferStrategy
Returns whether or not the image buffer resources have been lost.
contentsLost() - method in class java.awt.image.VolatileImage
Returns true if the contents of the image buffer have been damaged or if the image buffer's resources have been reclaimed by the graphics system.
contentsRestored() - method in class java.awt.image.BufferStrategy
Returns whether or not the buffer's resources were re-created and cleared to the default background color.
Returns whether or not the image buffer resources have been restored.
Returns whether or not the image buffer resources have been restored.
ContentType - static field in class javax.swing.text.DefaultStyledDocument.ElementSpec
This indicates a content element.
context - field in class java.awt.dnd.DropTargetEvent
Context - interface javax.naming.Context
Context - class org.omg.CORBA.Context
This class holds the list of the named properties.
Context() - constructor for class org.omg.CORBA.Context
context_data - field in class org.omg.IOP.ServiceContext
The context_data.
CONTEXT_EXPIRED - static field in class org.ietf.jgss.GSSException
Specified security context expired error.
context_id - field in class org.omg.IOP.ServiceContext
The context id (for instance, 0x1 for code sets context).
context_name() - method in class org.omg.CORBA.Context
Get the context name.
ContextList - class org.omg.CORBA.ContextList
Stores a modifiable list of String objects representing the property names.
This exception is thrown in response to the attempt to destroy the non empty context.
ContextNotEmptyException() - constructor for class javax.naming.ContextNotEmptyException
contexts() - method in class org.omg.CORBA.Request
Get the context list object for this request.
contexts() - method in class org.omg.PortableInterceptor.RequestInfoOperations
Returns the names of all contexts of the operation being invoked.
STUBBED
CONTIGUOUS_TREE_SELECTION - static field in class javax.swing.tree.TreeSelectionModel
CONTINUE - static field in class javax.sound.midi.ShortMessage
Status byte for Continue message.
continueDrag(int,int) - method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
This method is called to pass on the drag information to the UI through dragDividerTo.
This method is called to pass on the drag information to the UI through dragDividerTo.
CONTINUOUS_LAYOUT_PROPERTY - static field in class javax.swing.JSplitPane
The property fired when the continuousLayout property changes.
continuousLayout - field in class javax.swing.JSplitPane
Whether the JSplitPane uses continuous layout.
contListener - field in class javax.swing.plaf.metal.MetalToolBarUI
The container listener (an implementation specific field, according to the spec, and not used in GNU Classpath).
CONTROL - static field in class java.lang.Character
Cc = Other, Control (Normative).
Control - interface javax.naming.ldap.Control
Control - class javax.sound.sampled.Control
A control provides the ability to affect some attribute of a line, for instance its volume.
control - static field in class java.awt.SystemColor
The control background color.
Control(javax.sound.sampled.Control.Type) - constructor for class javax.sound.sampled.Control
Create a new Control given its Type.
CONTROL_BUTTONS_ARE_SHOWN_CHANGED_PROPERTY - static field in class javax.swing.JFileChooser
The name of the property for control button visibility.
CONTROL_CHANGE - static field in class javax.sound.midi.ShortMessage
Status nibble for Control Change message.
CONTROL_DK_SHADOW - static field in class java.awt.SystemColor
Array index of the darkly shadowed control background color.
CONTROL_FACTORIES - static field in class javax.naming.ldap.LdapContext
CONTROL_HIGHLIGHT - static field in class java.awt.SystemColor
Array index of the highlighted control background color.
CONTROL_LT_HIGHLIGHT - static field in class java.awt.SystemColor
Array index of the lightly highlighted control background color.
CONTROL_PICTURES - static field in class java.lang.Character.UnicodeBlock
Control Pictures.
CONTROL_SHADOW - static field in class java.awt.SystemColor
Array index of the shadowed control background color.
CONTROL_TEXT - static field in class java.awt.SystemColor
Array index of the control text color.
controlChange(int,int) - method in class javax.sound.midi.MidiChannel
Set a change in a controller's value.
Called on MIDI controller events.
controlDkShadow - static field in class java.awt.SystemColor
The control dark shadow color.
controlDown() - method in class java.awt.Event
ControlFactory - class javax.naming.ldap.ControlFactory
ControlFactory() - constructor for class javax.naming.ldap.ControlFactory
controlHighlight - static field in class java.awt.SystemColor
The control highlight color.
CONTROLLED_BY - static field in class javax.accessibility.AccessibleRelation
Indicates an object is controlled by other objects.
CONTROLLED_BY_PROPERTY - static field in class javax.accessibility.AccessibleRelation
Indicates that the controlling objects have changed.
controller - field in class javax.imageio.metadata.IIOMetadata
controller - field in class javax.imageio.IIOParam
The controller called by this IIOParam to retrieve parameters.
CONTROLLER_FOR - static field in class javax.accessibility.AccessibleRelation
Indicates an object is a controller for other objects.
CONTROLLER_FOR_PROPERTY - static field in class javax.accessibility.AccessibleRelation
Indicates that the controller target group has changed.
The interface defines the methods to be implemented by classes wanting to be notified on MIDI controller events from a Sequencer.
controlLtHighlight - static field in class java.awt.SystemColor
The control light highlight color.
controlShadow - static field in class java.awt.SystemColor
The control shadow color.
controlText - static field in class java.awt.SystemColor
The control text color.
convertColumnIndexToModel(int) - method in class javax.swing.JTable
Convert the table model index into the table column number.
convertColumnIndexToView(int) - method in class javax.swing.JTable
Convert the table column number to the table column model index.
CONVERTED_TEXT - static field in class java.awt.im.InputMethodHighlight
Converted text state (after conversion).
Converts IIOMetadata from an input reader format, returning an IIOMetadata suitable for use by an image writer.
Convert IIOMetadata from an input reader format, returning an IIOMetadata suitable for use by an image writer.
Convert a mouse event which refrers to one component to another.
convertMouseEvent(java.awt.event.MouseEvent) - method in class javax.swing.plaf.basic.BasicComboPopup
DOCUMENT ME!
Converts a point (x,y) from the coordinate space of one component to another.
Converts a point from "screen" coordinates (such as the coordinate space mouse events are delivered in) to a component's local coordinate space.
Converts a point from a component's local coordinate space to "screen" coordinates (such as the coordinate space mouse events are delivered in).
Converts a rectangle from the coordinate space of one component to another.
convertRowToY(int) - method in class javax.swing.plaf.basic.BasicListUI
Calculate the Y coordinate of the upper edge of a particular row, considering the Y coordinate 0 to occur at the top of the list.
Converts IIOMetadata from an input stream format, returning an IIOMetadata suitable for use by an image writer.
Convert IIOMetadata from an input stream format, returning an IIOMetadata suitable for use by an image writer.
Construct a BufferedImage with rgb pixel values from a Raster.
convertToVector(java.lang.Object[]) - static method in class javax.swing.table.DefaultTableModel
Converts the data array to a Vector.
convertToVector(java.lang.Object[][]) - static method in class javax.swing.table.DefaultTableModel
Converts the data array to a Vector of rows.
Converts the specified value to a String.
convertYToRow(int) - method in class javax.swing.plaf.basic.BasicListUI
Calculate the row number containing a particular Y coordinate, considering the Y coodrinate 0 to occur at the top of the list.
ConvolveOp - class java.awt.image.ConvolveOp
Convolution filter.
ConvolveOp(java.awt.image.Kernel) - constructor for class java.awt.image.ConvolveOp
Construct a ConvolveOp.
Construct a ConvolveOp.
CookieHolder - class org.omg.PortableServer.ServantLocatorPackage.CookieHolder
The CookieHolder is used together with the ServantLocator, allowing the ServantLocatorOperations.preinvoke(byte[],POA,String,CookieHolder) to return an arbitrary java.lang.Object that will be later passed to ServantLocatorOperations.postinvoke(byte[],POA,String,Object,Servant).
CookieHolder() - constructor for class org.omg.PortableServer.ServantLocatorPackage.CookieHolder
Create the unitialised instance of this holder.
CookieHolder(java.lang.Object) - constructor for class org.omg.PortableServer.ServantLocatorPackage.CookieHolder
Create the instance, intialising the value field to the passed value.
COORDS - static field in class javax.swing.text.html.HTML.Attribute
The coords attribute
COPIED - static field in class java.awt.BufferCapabilities.FlipContents
The back buffer has the same contents as the front buffer after flipping.
Copies - class javax.print.attribute.standard.Copies
The Copies printing attribute specifies the number of copies to be printed.
Copies(int) - constructor for class javax.print.attribute.standard.Copies
Creates a Copies object.
CopiesSupported - class javax.print.attribute.standard.CopiesSupported
The CopiesSupported attribute specifies the supported value or range of values for the Copies attribute.
CopiesSupported(int) - constructor for class javax.print.attribute.standard.CopiesSupported
Constructs a CopiesSupported object with the given value.
CopiesSupported(int,int) - constructor for class javax.print.attribute.standard.CopiesSupported
Constructs a CopiesSupported object with the given range of values.
copy - field in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
A copy of the old attributes.
COPY - static field in class javax.swing.TransferHandler
copy() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
copy() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
copy() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
copy() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
copy() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
copy() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
copy() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
copy() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
copy() - method in class org.omg.CORBA._PolicyStub
copy() - method in class org.omg.CORBA.DynAny
Clones this DynAny.
copy() - method in class org.omg.DynamicAny.DynAnyOperations
Fully clones the content of this Any, returning a deep copy.
copy() - method in class javax.swing.JPasswordField
Copies the selected text into the clipboard.
copy() - method in class javax.swing.text.JTextComponent
copy() - method in class org.omg.CORBA.PolicyOperations
Return a copy of this Policy.
COPY_OR_MOVE - static field in class javax.swing.TransferHandler
Copies the selected content into the system clipboard.
CopyAction() - constructor for class javax.swing.text.DefaultEditorKit.CopyAction
Create a new CopyAction.
copyArea(int,int,int,int,int,int) - method in class javax.swing.DebugGraphics
copyArea
copyArea(int,int,int,int,int,int) - method in class java.awt.Graphics
Copies the specified rectangle to the specified offset location.
copyAttributes() - method in class javax.swing.text.AbstractDocument.AbstractElement
Returns a copy of the attributes of this element.
copyAttributes() - method in class javax.swing.text.AttributeSet
Creates and returns a copy of this AttributeSet.
copyAttributes() - method in class javax.swing.text.SimpleAttributeSet
Creates and returns a copy of this AttributeSet.
copyAttributes() - method in class javax.swing.text.StyleContext.NamedStyle
copyAttributes() - method in class javax.swing.text.StyleContext.SmallAttributeSet
copyChildren() - method in class java.beans.beancontext.BeanContextSupport
copyInto(java.lang.Object[]) - method in class javax.swing.DefaultListModel
Copies the list into a provided array.
copyInto(java.lang.Object[]) - method in class java.util.Vector<T>
Copies the contents of the Vector into the provided array.
copyObject(java.lang.Object,org.omg.CORBA.ORB) - static method in class javax.rmi.CORBA.Util
Used by local stubs to create a copy of the object.
Used by local stubs to create a copy of the object.
copyObjects(java.lang.Object[],org.omg.CORBA.ORB) - static method in class javax.rmi.CORBA.Util
Used by local stubs to create a multiple copies of the object, preserving sharing accross the parameters if necessary.
Used by local stubs to create a multiple copies of the object, preserving sharing accross the parameters if necessary.
copyOf(boolean[],int) - static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with false to obtain the specified length.
copyOf(byte[],int) - static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with (byte)0 to obtain the specified length.
copyOf(char[],int) - static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with '\0' to obtain the specified length.
copyOf(double[],int) - static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with 0d to obtain the specified length.
copyOf(float[],int) - static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with 0f to obtain the specified length.
copyOf(int[],int) - static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with 0 to obtain the specified length.
copyOf(long[],int) - static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with 0L to obtain the specified length.
copyOf(short[],int) - static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with (short)0 to obtain the specified length.
copyOfRange(boolean[],int,int) - static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with false if to is greater than the length of the original array.
copyOfRange(byte[],int,int) - static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with (byte)0 if to is greater than the length of the original array.
copyOfRange(char[],int,int) - static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with '\0' if to is greater than the length of the original array.
copyOfRange(double[],int,int) - static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with 0d if to is greater than the length of the original array.
copyOfRange(float[],int,int) - static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with 0f if to is greater than the length of the original array.
copyOfRange(int[],int,int) - static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with 0 if to is greater than the length of the original array.
copyOfRange(long[],int,int) - static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with 0L if to is greater than the length of the original array.
copyOfRange(short[],int,int) - static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with (short)0 if to is greater than the length of the original array.
CopyOnWriteArrayList() - constructor for class java.util.concurrent.CopyOnWriteArrayList<E>
Construct a new ArrayList with the default capacity (16).
CopyOnWriteArrayList(E>) - constructor for class java.util.concurrent.CopyOnWriteArrayList<E>
Construct a new ArrayList, and initialize it with the elements in the supplied Collection.
CopyOnWriteArrayList(E[]) - constructor for class java.util.concurrent.CopyOnWriteArrayList<E>
Construct a new ArrayList, and initialize it with the elements in the supplied array.
copyValueOf(char[]) - static method in class java.lang.String
Returns a String representation of a character array.
copyValueOf(char[],int,int) - static method in class java.lang.String
Returns a String representing the character sequence of the char array, starting at the specified offset, and copying chars up to the specified count.
cos(double) - static method in class java.lang.Math
The trigonometric function cos.
cos(double) - static method in class java.lang.StrictMath
The trigonometric function cos.
cosh(double) - static method in class java.lang.Math
Returns the hyperbolic cosine of the given value.
cosh(double) - static method in class java.lang.StrictMath
Returns the hyperbolic cosine of x, which is defined as (exp(x) + exp(-x)) / 2.
count - field in class java.io.BufferedInputStream
The number of valid bytes currently in the buffer.
count - field in class java.io.BufferedOutputStream
This is the number of bytes that are currently in the buffer and are waiting to be written to the underlying stream.
count - field in class java.io.ByteArrayInputStream
This indicates the maximum number of bytes that can be read from this stream.
count - field in class java.io.ByteArrayOutputStream
The number of bytes that have been written to the buffer
count - field in class java.io.CharArrayReader
This indicates the maximum number of chars that can be read from this stream.
count - field in class java.io.CharArrayWriter
The number of chars that have been written to the buffer
count - field in class javax.swing.text.Segment
The number of characters in the segment.
count - field in class java.io.StringBufferInputStream
The length of the String buffer.
count() - method in class org.omg.CORBA.ContextList
Return the number of stored names
count() - method in class org.omg.CORBA.ExceptionList
Get the number of the stored exceptions.
count() - method in class org.omg.CORBA.NVList
Get the number of the present named value pairs.
countComponents() - method in class java.awt.Container
Returns the number of components in this container.
Counter - interface org.w3c.dom.css.Counter
The Counter interface is used to represent any counter or counters function value.
countItems() - method in class java.awt.Choice
Returns the number of items in the list.
countItems() - method in class java.awt.List
Returns the number of items in this list.
countItems() - method in class java.awt.Menu
Returns the number of items in this menu.
countMenus() - method in class java.awt.MenuBar
Returns the number of elements in this menu bar.
countObservers() - method in class java.util.Observable
Returns the number of observers for this object.
countStackFrames() - method in class java.lang.Thread
Count the number of stack frames in this Thread.
countTokens() - method in class java.util.StringTokenizer
This counts the number of remaining tokens in the string, with respect to the current delimiter set.
COVER - static field in class javax.print.attribute.standard.Finishings
Selects the use of a non-printed (or pre-printed) cover for the document.
COVER_OPEN - static field in class javax.print.attribute.standard.PrinterStateReason
One or more covers of the printer device are open.
CPE - static field in class javax.naming.spi.NamingManager
The environment property into which getContinuationContext() stores the value of the CannotProceedException parameter.
crc - field in class java.util.zip.GZIPInputStream
The CRC-32 checksum value for uncompressed data.
crc - field in class java.util.zip.GZIPOutputStream
CRC-32 value for uncompressed data
CRC32 - class java.util.zip.CRC32
Computes CRC32 data checksum of a data stream.
create() - method in class java.net.DatagramSocketImpl
Creates a new datagram socket.
create() - method in class javax.swing.DebugGraphics
Creates a overrides Graphics.create to create a DebugGraphics object.
create() - method in class java.awt.Graphics
Returns a copy of this Graphics object.
create(boolean) - method in class java.net.SocketImpl
Creates a new socket that is not bound to any local address/port and is not connected to any remote address/port.
create(int,int,int,int) - method in class javax.swing.DebugGraphics
Creates a overrides Graphics.create to create a DebugGraphics object.
create(int,int,int,int) - method in class java.awt.Graphics
Returns a copy of this Graphics object.
create(java.lang.String) - static method in class java.net.URI
Create an URI from the given string
Initializes the DefaultStyledDocument with the specified data.
create(javax.swing.text.Element) - method in class javax.swing.plaf.basic.BasicPasswordFieldUI
Creates a View for the specified Element.
create(javax.swing.text.Element) - method in class javax.swing.plaf.basic.BasicTextAreaUI
Create the view.
create(javax.swing.text.Element) - method in class javax.swing.plaf.basic.BasicTextFieldUI
Creates a View for the specified Element.
create(javax.swing.text.Element) - method in class javax.swing.plaf.basic.BasicTextUI
Creates a View for the specified Element.
create(javax.swing.text.Element) - method in class javax.swing.text.html.HTMLEditorKit.HTMLFactory
Creates a View for the specified Element.
create(javax.swing.text.Element) - method in class javax.swing.text.ViewFactory
Creates a view for a given element.
create(javax.swing.text.Element,int,int) - method in class javax.swing.plaf.basic.BasicTextUI
Creates a View for the specified Element.
Create a typecode for an abstract interface.
Create alias typecode for the given typecode.
create_any() - method in class org.omg.CORBA.ORB
Create an instance of the CORBA Any with the type, intialised to TCKind.tk_null
create_array_tc(int,org.omg.CORBA.TypeCode) - method in class org.omg.CORBA.ORB
Create a typecode, defining an array of the given elements.
create_basic_dyn_any(org.omg.CORBA.TypeCode) - method in class org.omg.CORBA.ORB
The support for DynAny and derived interfaces has never been implemented in Sun's java releases, at least till v1.4 inclusive.
create_child(java.lang.String) - method in class org.omg.CORBA.Context
Create a child of this Context, giving it a name.
Create Codec for the given encoding.
create_context_list() - method in class org.omg.CORBA.ORB
Creates an empty CORBA ContextList.
create_dyn_any(org.omg.CORBA.Any) - method in class org.omg.DynamicAny._DynAnyFactoryStub
The remote call of this DynAnyFactory method is not possible (the created DynAny would not be transferred to client).
create_dyn_any(org.omg.CORBA.Any) - method in class org.omg.DynamicAny.DynAnyFactoryOperations
Create DynAny using the given Any as template.
create_dyn_any(org.omg.CORBA.Any) - method in class org.omg.CORBA.ORB
The support for DynAny and derived interfaces has never been implemented in Sun's java releases, at least till v1.4 inclusive.
The remote call of this DynAnyFactory method is not possible (the created DynAny would not be transferred to client).
Create DynAny for holding the data of the given type.
create_dyn_array(org.omg.CORBA.TypeCode) - method in class org.omg.CORBA.ORB
The support for DynArray has never been implemented in Sun's java releases, at least till v1.4 inclusive.
create_dyn_enum(org.omg.CORBA.TypeCode) - method in class org.omg.CORBA.ORB
The support for DynEnum has never been implemented in Sun's java releases, at least till v1.4 inclusive.
create_dyn_sequence(org.omg.CORBA.TypeCode) - method in class org.omg.CORBA.ORB
The support for DynSequence has never been implemented in Sun's java releases, at least till v1.4 inclusive.
create_dyn_struct(org.omg.CORBA.TypeCode) - method in class org.omg.CORBA.ORB
The support for DynStruct and derived interfaces has never been implemented in Sun's java releases, at least till v1.4 inclusive.
create_dyn_union(org.omg.CORBA.TypeCode) - method in class org.omg.CORBA.ORB
The support for DynUnion and derived interfaces has never been implemented in Sun's java releases, at least till v1.4 inclusive.
Create a typecode, defining the given enumeration.
create_environment() - method in class org.omg.CORBA.ORB
Create an environment (container for exceptions).
create_exception_list() - method in class org.omg.CORBA.ORB
Creates an empty exception list.
Create the exception typecode.
create_fixed_tc(short,short) - method in class org.omg.CORBA.ORB
Creates a TypeCode object for CORBA fixed that is mapped to java BigDecimal.
Create the ID assignment policy with the given value.
Create the IdUniquenessPolicy policy.
Create the ImplicitActivationPolicy policy.
create_input_stream() - method in class org.omg.CORBA.Any
Creates an input stream from that this Any object's value can be read (unmarshalled).
create_input_stream() - method in class org.omg.CORBA.portable.OutputStream
Returns an input stream with the same buffer.
Creates a typecode, representing the IDL interface.
Create the LifespanPolicy policy.
create_list(int) - method in class org.omg.CORBA.ORB
Create an instance of a new NVList.
Create a new named value.
Create a typecode for a native interface.
create_operation_list(org.omg.CORBA.Object) - method in class org.omg.CORBA.ORB
This should create the list, initialised with the argument descriptions for the given operation definition (CORBA OperationDef).
create_output_stream() - method in class org.omg.CORBA.Any
Creates an output stream into which this Any object's value can be written (marshalled).
create_output_stream() - method in class org.omg.CORBA.ORB
Create a new CDR output stream, where the parameter values can be written during the method invocation.
Creates a new POA as a child of the target POA.
create_policy(int,org.omg.CORBA.Any) - method in class org.omg.CORBA.ORB
Creates the new policy of the specified type, having the given value.
create_policy(int,org.omg.CORBA.Any) - method in class org.omg.PortableInterceptor.PolicyFactoryOperations
Create and return the policy of the given type, having the given value.
create_recursive_sequence_tc(int,int) - method in class org.omg.CORBA.ORB
Create a typecode, representing a tree-like structure.
create_recursive_tc(java.lang.String) - method in class org.omg.CORBA.ORB
Create a typecode which serves as a placeholder for typcode, containing recursion.
create_reference(java.lang.String) - method in class org.omg.PortableServer.POAOperations
Create the object reference, encapsulating the given repository Id and the Object Id, generated by this POA.
create_reference_with_id(byte[],java.lang.String) - method in class org.omg.PortableServer.POAOperations
Create the object reference, encapsulating the given repository Id and the given Object Id.
Create a request to invoke the method of this object.
Create a request to invoke the method of this object, specifying context list and the list of the expected exception.
Create the RequestProcessingPolicy policy.
create_sequence_tc(int,org.omg.CORBA.TypeCode) - method in class org.omg.CORBA.ORB
Create typecode, defining the sequence of the elements, having the given type.
Create the ServantRetentionPolicy policy.
create_string_tc(int) - method in class org.omg.CORBA.ORB
Create a TypeCode, representing the CORBA string.
Create the typecode, defining the given IDL structure.
Create the ThreadPolicy policy.
Create the typecode, defining the given IDL union.
Create value box typecode.
Create IDL value type code.
create_wstring_tc(int) - method in class org.omg.CORBA.ORB
Create a TypeCode, representing the CORBA wstring.
This method creates a pre-configured PropertyChangeListener which updates the control as changes are made to the Action.
Creates ActionChangeListener to listen for PropertyChangeEvents occuring in the action that is associated with this menu
Creates PropertyChangeListener that listens to PropertyChangeEvents occuring in the Action associated with given menu item in this popup menu.
createActionComponent(javax.swing.Action) - method in class javax.swing.JMenu
Creates and returns JMenuItem associated with the given action
Creates new menu item associated with a given action.
This method is used to create JButtons which can be added to the JToolBar for the given action.
createActionListener() - method in class javax.swing.AbstractButton
A factory method which should return an ActionListener that propagates events from the button's ButtonModel to any of the button's ActionListeners.
createActionMap() - method in class javax.swing.plaf.metal.MetalFileChooserUI
Creates and returns an action map.
A factory method which should return a PropertyChangeListener that accepts changes to the specified Action and reconfigure the AbstractButton, by default using the configurePropertiesFromAction(Action) method.

The button calls this method whenever a new Action is assigned to the button's "action" property, via setAction(Action), and stores the resulting PropertyChangeListener in its actionPropertyChangeListener member field.

Creates PropertyChangeListener to listen for the changes in comboBox's action properties.
Creates PropertyChangeListener to listen for the changes in action properties.
createActions() - method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
This method creates the actions that are used to manipulate the JInternalFrame.
createArrowButton() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Creates an arrow button for this JComboBox.
createArrowButton() - method in class javax.swing.plaf.metal.MetalComboBoxUI
Creates a new button for use in rendering the JComboBox.
createArrowButtonListener() - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method creates an ArrowButtonListener.
createAttribute(java.lang.String) - method in class org.w3c.dom.Document
Creates an Attr of the given name.
Create an attribute event.
Create an attribute event.
Create an attribute event.
Creates an attribute of the given qualified name and namespace URI.
createAudioAction(java.lang.Object) - method in class javax.swing.plaf.basic.BasicLookAndFeel
Creates an Action that can play an auditory cue specified by the key.
Initializes the backBuffers field with an array of numBuffers VolatileImages.
Create an image type specifier for a banded image using a component color model and a banded sample model.
Creates a new banded raster.
createBandedRaster(int,int,int,int,java.awt.Point) - static method in class java.awt.image.Raster
Creates a new banded raster.
Creates a new banded raster.
Provides a hook so that subclasses can replace the BeanContextServicesSupport.BCSSServiceProvider class, used to store registered service providers, with a subclass without replacing the addService(Class,BeanContextServiceProvider) method.
createBevelBorder(int) - static method in class javax.swing.BorderFactory
Create a beveled border of the specified type, using brighter shades of the component's current background color for highlighting, and darker shading for shadows.
Create a beveled border of the specified type, using the specified highlighting and shadowing.
Create a beveled border of the specified type, using the specified colors for the inner and outer highlight and shadow areas.
createBlackLineBorder() - static method in class javax.swing.border.LineBorder
Returns a black, one pixel thick, plain LineBorder.
This method returns a new BorderListener for the given JInternalFrame.
Creates and returns a branch element with the specified parent and attributes.
This method returns an HTMLDocument.BlockElement object representing the attribute set a and attached to parent.
createBufferedImage(int,int) - method in class javax.imageio.ImageTypeSpecifier
Create a buffered image with the given dimensions using that has the characteristics specified by this image type specifier.
Creates a multi-buffer flipping strategy.
Create a number of image buffers that implement a buffering strategy according to the given capabilities.
createBufferStrategy(int) - method in class java.awt.Canvas
Creates a buffering strategy that manages how this canvas is repainted.
createBufferStrategy(int) - method in class java.awt.Window
Creates a buffering strategy that manages how this window is repainted.
Creates a buffering strategy that manages how this canvas is repainted.
Creates a buffering strategy that manages how this window is repainted.
createButton(java.awt.Button) - method in class java.awt.Toolkit
Creates a peer object for the specified Button.
createButtonActionListener(int) - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method creates a button action listener for the given button index.
createButtonArea() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method creates the button area.
createButtonListener(javax.swing.AbstractButton) - method in class javax.swing.plaf.basic.BasicButtonUI
Creates and returns a new instance of BasicButtonListener.
createButtons() - method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
This method creates the buttons used in the TitlePane.
createButtons() - method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
Calls the super class to create the buttons, then calls setBorderPainted(false) and setContentAreaFilled(false) for each button.
createCanvas(java.awt.Canvas) - method in class java.awt.Toolkit
Creates a peer object for the specified Canvas.
createCaption() - method in class org.w3c.dom.html2.HTMLTableElement
Create a new table caption object or return an existing one.
createCaret() - method in class javax.swing.plaf.basic.BasicTextUI
Creates a Caret that should be installed into the text component.
createCaret() - method in class javax.swing.text.DefaultEditorKit
Creates the Caret for this EditorKit.
createCaret() - method in class javax.swing.text.EditorKit
createCData(java.lang.String) - method in class javax.xml.stream.XMLEventFactory
Create a text event of type CDATA section.
createCDATASection(java.lang.String) - method in class org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createCellEditorListener() - method in class javax.swing.plaf.basic.BasicTreeUI
Creates a listener to handle events from the current editor
createCellRendererPane() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the renderer pane that renderer components are placed in.
createChangeListener() - method in class javax.swing.AbstractButton
Factory method which creates a ChangeListener, used to subscribe to ChangeEvents from the button's model.
createChangeListener() - method in class javax.swing.plaf.basic.BasicMenuBarUI
Creates ChangeListener
createChangeListener() - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method creates a new ChangeListener.
createChangeListener() - method in class javax.swing.JProgressBar
Creates a new ChangeListener that calls fireStateChanged() whenever it receives a ChangeEvent (typically from the component's model).
createChangeListener() - method in class javax.swing.JSlider
Creates a ChangeListener that is added to the slider's model and forwards change events generated by the model to the listeners that are registered with the JSlider (by calling the fireStateChanged() method).
createChangeListener() - method in class javax.swing.JTabbedPane
This method creates a ChangeListener that is used to listen to the model for events.
createChangeListener(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuUI
This method creates a new ChangeListener.
createChangeListener(javax.swing.JSlider) - method in class javax.swing.plaf.basic.BasicSliderUI
Creates a new ChangeListener.
createCharacters(java.lang.String) - method in class javax.xml.stream.XMLEventFactory
Create a text event.
createCheckbox(java.awt.Checkbox) - method in class java.awt.Toolkit
Creates a peer object for the specified Checkbox.
Creates a peer object for the specified CheckboxMenuItem.
createChild(int,int,int,int,int,int,int[]) - method in class java.awt.image.Raster
createChildState(javax.swing.text.View) - method in class javax.swing.text.AsyncBoxView
Creates a ChildState object for the specified view.
createChoice(java.awt.Choice) - method in class java.awt.Toolkit
Creates a peer object for the specified Choice.
createComment(java.lang.String) - method in class org.w3c.dom.Document
Creates a Comment node given the specified string.
createComment(java.lang.String) - method in class javax.xml.stream.XMLEventFactory
Create a comment event.
Creates a new BufferedImage with the size equal to that of the transformed image and the correct number of bands.
Returns a new BufferedImage that can be used by this BufferedImageOp as the destination image when filtering the specified source image.
Creates an empty BufferedImage with the size equal to the source and the correct number of bands for the conversion defined in this Op.
Creates an empty BufferedImage with the size equal to the source and the correct number of bands.
Creates a new WritableRaster with the size equal to the transformed source raster and correct number of bands .
Creates a new WritableRaster that can be used as the destination for this Op.
Creates a new WritableRaster with the size equal to the source and the correct number of bands.
Returns a raster that can be used by this RasterOp as the destination raster when operating on the specified source raster.
Returns a raster that can be used by this RasterOp as the destination raster when operating on the specified source raster.
Returns a raster that can be used by this RasterOp as the destination raster when operating on the specified source raster.
Returns a raster that can be used by this RasterOp as the destination raster when operating on the specified source raster.
Returns a buffered image optimized to this device, so that blitting can be supported in the buffered image.
Returns a buffered image optimized to this device, and with the specified transparency, so that blitting can be supported in the buffered image.
Creates a new SampleModel that is compatible with this model and has the specified width and height.
createCompatibleSampleModel(int,int) - method in class java.awt.image.ColorModel
Creates a SampleModel whose arrangement of pixel data is compatible to this ColorModel.
Creates a new sample model that is compatible with this one, but with the specified dimensions.
createCompatibleSampleModel(int,int) - method in class java.awt.image.IndexColorModel
Creates a SampleModel that is compatible to this color model.
Creates a new MultiPixelPackedSample model with the same data type and bits per pixel as this model, but with the specified dimensions.
Creates a new SampleModel that is like this one, but uses the specified width and height.
createCompatibleSampleModel(int,int) - method in class java.awt.image.SampleModel
Creates a new SampleModel that is compatible with this model and has the specified width and height.
Creates a new SampleModel that is compatible with this model and has the specified width and height.
Returns a buffered volatile image optimized to this device, so that blitting can be supported in the buffered image.
Returns a buffered volatile image optimized to this device, and with the given transparency.
Returns a buffered volatile image optimized to this device, and with the given capabilities, so that blitting can be supported in the buffered image.
Creates a volatile image with the specified capabilities and transparency.
createCompatibleWritableRaster() - method in class java.awt.image.Raster
Creates a new writable raster that is compatible with this raster.
createCompatibleWritableRaster(int,int) - method in class java.awt.image.ColorModel
Creates a WriteableRaster that has a SampleModel that is compatible with this ColorModel.
createCompatibleWritableRaster(int,int) - method in class java.awt.image.Raster
Creates a new writable raster that is compatible with this raster.
Creates a new writable raster that is compatible with this raster, with the specified bounds.
Creates a new writable raster that is compatible with this raster, with the specified bounds.
createComponent() - method in class javax.swing.text.ComponentView
Creates the Component that this View is rendering.
createComponent() - method in class javax.swing.text.html.FormView
Creates the correct AWT component for rendering the form element.
createComponent() - method in class javax.swing.text.html.ObjectView
Creates a component based on the specification in the element of this view.
createComponent(java.awt.Component) - method in class java.awt.Toolkit
Creates a peer object for the specified Component.
createComponentListener() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method returns a new ComponentListener for the JDesktopPane.
createComponentListener() - method in class javax.swing.plaf.basic.BasicTreeUI
Creates and returns a new ComponentHandler.
createComponentListener(javax.swing.JSlider) - method in class javax.swing.plaf.basic.BasicSliderUI
Creates a new ComponentListener.
createCompoundBorder() - static method in class javax.swing.BorderFactory
Create a compound border with a null inside edge and a null outside edge.
Create a compound border specifying the border objects to use for the outside and inside edges.
createCompoundEdit() - method in class javax.swing.undo.UndoableEditSupport
Creates a new instance of CompoundEdit.
createContainer() - method in class javax.swing.tree.DefaultTreeCellEditor
Creates the container to manage placement of editingComponent.
createContainerListener() - method in class javax.swing.plaf.basic.BasicMenuBarUI
Creates ContainerListener() to listen for ContainerEvents fired by JMenuBar.
createContainerListener() - method in class javax.swing.plaf.metal.MetalToolBarUI
Returns null as permitted by recent versions of the API specification.
This method is passed a MIME type as a string and is responsible for returning the appropriate ContentHandler object.
createContentPane() - method in class javax.swing.JRootPane
DOCUMENT ME!
createContext(byte[]) - method in class org.ietf.jgss.GSSManager
Factory method for creating a previously exported context.
Creates a CompositeContext that can be used to perform compositing operations according to this AlphaComposite settings.
Create a context state for performing the compositing operation.
Returns a paint context, used for filling areas of a raster scan with this color.
Returns the PaintContext used to generate the color pattern.
Create the context necessary for performing the color pattern generation.
Returns a paint context, used for filling areas of a raster scan with the current value of this system color.
Creates the context used to paint the texture.
Factory method for creating a context on the acceptor' side.
Factory method for creating a context on the initiator's side.
createCredential(int) - method in class org.ietf.jgss.GSSManager
Factory method for acquiring default credentials.
Factory method for acquiring a single mechanism credential.
Factory method for acquiring credentials over a set of mechanisms.
Creates a new CSSStyleSheet.
Creates a new custom cursor object.
createDataBuffer() - method in class java.awt.image.BandedSampleModel
Creates a new data buffer that is compatible with this sample model.
createDataBuffer() - method in class java.awt.image.ComponentSampleModel
Creates a new data buffer that is compatible with this sample model.
createDataBuffer() - method in class java.awt.image.MultiPixelPackedSampleModel
Creates a DataBuffer for holding pixel data in the format and layout described by this SampleModel.
createDataBuffer() - method in class java.awt.image.SampleModel
Creates a new DataBuffer of the correct type and size for this SampleModel.
createDataBuffer() - method in class java.awt.image.SinglePixelPackedSampleModel
Creates a DataBuffer for holding pixel data in the format and layout described by this SampleModel.
This method returns an instance of the DatagramSocketImpl object
createdCellEditor - field in class javax.swing.plaf.basic.BasicTreeUI
Set to true if editor that is currently in the tree was created by this instance.
createDecreaseButton(int) - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method creates a new JButton with the appropriate icon for the orientation.
createDecreaseButton(int) - method in class javax.swing.plaf.metal.MetalScrollBarUI
Creates a new button to use as the control at the lower end of the JScrollBar.
createDefaultCellEditor() - method in class javax.swing.plaf.basic.BasicTreeUI
Creates a default cell editor.
createDefaultCellRenderer() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns the default cell renderer that is used to do the stamping of each node.
createDefaultChoosers() - method in class javax.swing.plaf.basic.BasicColorChooserUI
This method creates the default chooser panels for the JColorChooser.
createDefaultColumnModel() - method in class javax.swing.JTable
Create the default table column model that is used if the user-defined column model is not provided.
createDefaultColumnModel() - method in class javax.swing.table.JTableHeader
Creates a default table column model.
createDefaultColumnsFromModel() - method in class javax.swing.JTable
Clears any existing columns from the JTable's TableColumnModel and creates new columns to match the values in the data (TableModel) used by the table.
createDefaultDataModel() - method in class javax.swing.JTable
Create the default table data model that is used if the user-defined data model is not provided.
createDefaultDivider() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method creates the divider used normally with the JSplitPane.
createDefaultDivider() - method in class javax.swing.plaf.metal.MetalSplitPaneUI
Returns the divider that is used by the JSplitPane.
createDefaultDocument() - method in class javax.swing.text.DefaultEditorKit
Creates the default Document that this EditorKit supports.
createDefaultDocument() - method in class javax.swing.text.EditorKit
createDefaultDocument() - method in class javax.swing.text.html.HTMLEditorKit
Create a text storage model for this type of editor.
createDefaultDocument() - method in class javax.swing.text.StyledEditorKit
Creates the default Document supported by this EditorKit.
createDefaultEditorKit() - method in class javax.swing.JEditorPane
createDefaultEditorKit() - method in class javax.swing.JTextPane
Creates the default EditorKit that is used in JTextPanes.
createDefaultEditors() - method in class javax.swing.JTable
Create the default editors for this table.
createDefaultHeaderRenderer() - method in class javax.swing.table.TableColumn
Creates and returns a default renderer for the column header (in this case, a new instance of DefaultTableCellRenderer).
createDefaultKeySelectionManager() - method in class javax.swing.JComboBox
createDefaultKeySelectionManager
createDefaultModel() - method in class javax.swing.JTextArea
Creates the default document model.
createDefaultModel() - method in class javax.swing.JTextField
Creates the default model for this text field.
createDefaultNonContinuousLayoutDivider() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method creates a nonContinuousLayoutDivider for use with the JSplitPane in nonContinousLayout mode.
createDefaultRenderer() - method in class javax.swing.table.JTableHeader
Creates a default renderer.
createDefaultRenderers() - method in class javax.swing.JTable
Create the default renderers for this table.
createDefaultRendering() - method in class java.awt.image.renderable.RenderableImage
createDefaultRendering() - method in class java.awt.image.renderable.RenderableImageOp
createDefaultRoot() - method in class javax.swing.text.DefaultStyledDocument
Create the default root element for this kind of Document.
createDefaultRoot() - method in class javax.swing.text.html.HTMLDocument
This method creates a root element for the new document.
createDefaultRoot() - method in class javax.swing.text.PlainDocument
createDefaultSelectionModel() - method in class javax.swing.JTable
Create the default table selection model that is used if the user-defined selection model is not provided.
createDefaultTableHeader() - method in class javax.swing.JTable
Create the default table header, if the user - defined table header is not provided.
createDefaultTheme() - method in class javax.swing.plaf.metal.MetalLookAndFeel
Sets the current theme to a new instance of DefaultMetalTheme.
createDesktopManager() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method returns a default DesktopManager that can be used with this JInternalFrame.
createDesktopPeer(java.awt.Desktop) - method in class java.awt.Toolkit
createDetailsView(javax.swing.JFileChooser) - method in class javax.swing.plaf.metal.MetalFileChooserUI
Creates a panel containing a table within a scroll pane.
createDialog(java.awt.Component) - method in class javax.swing.JFileChooser
Creates a modal dialog in which to display the file chooser.
This method creates a new JDialog that is either centered around the parent's frame or centered on the screen (if the parent is null).
This method will take the given JColorChooser and place it in a JDialog with the given modal property.
createDialog(java.awt.Dialog) - method in class java.awt.Toolkit
Creates a peer object for the specified Dialog.
Creates and returns a new instance of MetalFileChooserUI.DirectoryComboBoxModel.
Creates a new instance of the renderer used in the directory combo box.
createDisabledImage(java.awt.Image) - static method in class javax.swing.GrayFilter
Create grayed image
createDockingListener() - method in class javax.swing.plaf.basic.BasicToolBarUI
This method creates a new DockingListener for the JToolBar.
createDockingListener() - method in class javax.swing.plaf.metal.MetalToolBarUI
Creates and returns an instance of MetalDockingListener.
Creates a DOM Document object of the specified type with its document element.
createDocumentFragment() - method in class org.w3c.dom.Document
Creates an empty DocumentFragment object.
Creates an empty DocumentType node.
Creates a new listener to handle double-click events.
Creates the DragSourceContext to handle this drag.
createDragWindow(javax.swing.JToolBar) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method creates a new DragWindow for the given JToolBar.
createdRenderer - field in class javax.swing.plaf.basic.BasicTreeUI
Set to true if the renderer that is currently in the tree was created by this instance.
createDropTargetContext() - method in class java.awt.dnd.DropTarget
createDTD(java.lang.String) - method in class javax.xml.stream.XMLEventFactory
Create a DOCTYPE declaration event.
createDTD(javax.swing.text.html.parser.DTD,java.lang.String) - static method in class javax.swing.text.html.parser.ParserDelegator
Registers the user - written DTD under the given name, also making it default for the subsequent parsings.
createEastPane(javax.swing.JInternalFrame) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method creates the east pane used in the JInternalFrame.
createEditor() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Creates the component that will be responsible for displaying/editing the selected item in the combo box.
createEditor() - method in class javax.swing.plaf.basic.BasicSpinnerUI
Creates an editor component.
createEditor() - method in class javax.swing.plaf.metal.MetalComboBoxUI
Creates an editor for the combo box.
createEditor(javax.swing.SpinnerModel) - method in class javax.swing.JSpinner
Creates an editor that is appropriate for the specified model.
Creates and returns an EditorKit that is appropriate for the given content type.
createElement(java.lang.String) - method in class org.w3c.dom.Document
Creates an element of the type specified.
Creates an element of the given qualified name and namespace URI.
createEmptyBorder() - static method in class javax.swing.BorderFactory
Creates an empty border that takes up no space.
createEmptyBorder(int,int,int,int) - static method in class javax.swing.BorderFactory
Creates an empty border that takes up no space but which does no drawing, specifying the width of the top, left, bottom, and right sides.
createEmptyFrameIcon() - static method in class javax.swing.plaf.basic.BasicIconFactory
createEndDocument() - method in class javax.xml.stream.XMLEventFactory
Create an end-document event.
Create an end-element event.
Create an end-element event.
Create an end-element event.
Creates an EntityReference object.
Create an entity reference event.
createEtchedBorder() - static method in class javax.swing.BorderFactory
Create a border with an "etched" look using the component's current background color for highlighting and shading.
createEtchedBorder(int) - static method in class javax.swing.BorderFactory
Create a border with an "etched" look using the component's current background color for highlighting and shading.
Create a border with an "etched" look using the specified highlighting and shading colors.
Create a border with an "etched" look using the specified highlighting and shading colors.
createEvent(java.lang.String) - method in class org.w3c.dom.events.DocumentEvent
createExceptionReply() - method in class org.omg.CORBA.portable.ResponseHandler
Create a stream, suitable for writing a user exception.
Creates a parsed XPath expression with resolved namespaces.
Create a new extended reponse object, using the standard service provider approach to load a provider.
Creates a peer object for the specified FileDialog.
createFileObject(java.io.File,java.lang.String) - method in class javax.swing.filechooser.FileSystemView
Creates a new file object with the given name in the specified directory.
createFileObject(java.lang.String) - method in class javax.swing.filechooser.FileSystemView
Creates a new file object from the specified path.
createFileSystemRoot(java.io.File) - method in class javax.swing.filechooser.FileSystemView
DOCUMENT ME!
createFilterComboBoxModel() - method in class javax.swing.plaf.metal.MetalFileChooserUI
Creates and returns a new instance of MetalFileChooserUI.FilterComboBoxModel.
createFilterComboBoxRenderer() - method in class javax.swing.plaf.metal.MetalFileChooserUI
Creates and returns a new instance of MetalFileChooserUI.FilterComboBoxRenderer.
Create a new filtered reader.
Create a new filtered reader.
createFloatingFrame(javax.swing.JToolBar) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method creates a new floating frame for the JToolBar.
createFloatingWindow(javax.swing.JToolBar) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method creates a new floating window for the JToolBar.
createFocusListener() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Creates the FocusListener that will listen to changes in this JComboBox's focus.
createFocusListener() - method in class javax.swing.plaf.basic.BasicListUI
Creates and returns the focus listener for this UI.
createFocusListener() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method creates a new FocusListener.
createFocusListener() - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method creates a new FocusListener.
createFocusListener() - method in class javax.swing.plaf.basic.BasicTableUI
createFocusListener() - method in class javax.swing.plaf.basic.BasicTreeUI
Creates the listener that is responsible for updating the display when focus is lost/grained.
createFocusListener(javax.swing.JSlider) - method in class javax.swing.plaf.basic.BasicSliderUI
Creates a new FocusListener.
createFont(int,java.io.File) - static method in class java.awt.Font
Creates a new font from a File object.
createFont(int,java.io.InputStream) - static method in class java.awt.Font
Creates a new font with point size 1 and PLAIN style, reading font data from the provided input stream.
createFragment(int,int) - method in class javax.swing.text.GlyphView
Creates a fragment view of this view that starts at p0 and ends at p1.
createFragment(int,int) - method in class javax.swing.text.View
createFrame(java.awt.Frame) - method in class java.awt.Toolkit
Creates a peer object for the specified Frame.
createFrameListener() - method in class javax.swing.plaf.basic.BasicToolBarUI
This method creates a new WindowListener for the JToolBar.
createFromBufferedImageType(int) - static method in class javax.imageio.ImageTypeSpecifier
Create an image type specifier that describes the given buffered image type.
Create an image type specifier that describes the given rendered image's type.
createGlassPane() - method in class javax.swing.JRootPane
DOCUMENT ME!
createGlassPaneDispatcher() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method returns a new GlassPaneDispatcher.
createGlue() - static method in class javax.swing.Box
Creates a filler component which acts as glue between components.
Maps characters to glyphs in a one-to-one relationship, returning a new GlyphVector with a mapped glyph for each input character.
Extracts a sequence of glyphs from a font, returning a new GlyphVector with a mapped glyph for each input glyph code.
Maps characters to glyphs in a one-to-one relationship, returning a new GlyphVector with a mapped glyph for each input character.
Maps characters to glyphs in a one-to-one relationship, returning a new GlyphVector with a mapped glyph for each input character.
createGraphics() - method in class java.awt.image.BufferedImage
createGraphics() - method in class java.awt.image.VolatileImage
Returns a Graphics2D object that can be used to draw onto this image.
Return a Graphics2D object which will render into the specified image.
createGrayLineBorder() - static method in class javax.swing.border.LineBorder
Returns a gray, one pixel thick, plain LineBorder.
createGrayscale(int,int,boolean) - static method in class javax.imageio.ImageTypeSpecifier
Create a grayscale image type specifier, given the number of bits, data type and whether or not the data is signed.
createGrayscale(int,int,boolean,boolean) - static method in class javax.imageio.ImageTypeSpecifier
Create a grayscale image type specifier, given the number of bits, data type and whether or not the data is signed.
Create the new instance of the activation group, using the class name and location information, stored in the passed descriptor.
createHighlighter() - method in class javax.swing.plaf.basic.BasicTextUI
Creates a Highlighter that should be installed into the text component.
createHorizontalBox() - static method in class javax.swing.Box
createHorizontalGlue() - static method in class javax.swing.Box
Creates a filler component which acts as glue between components.
createHorizontalScrollBar() - method in class javax.swing.JScrollPane
createHorizontalStrut(int) - static method in class javax.swing.Box
Creates a filler component which acts as strut between components.
createHSBChangeListener() - method in class javax.swing.plaf.basic.BasicScrollPaneUI
Creates and returns the change listener for the horizontal scrollbar.
createHTMLView(javax.swing.JComponent,java.lang.String) - static method in class javax.swing.plaf.basic.BasicHTML
Creates a View instance that can be used by the component c to render the HTML string html.
createIgnorableSpace(java.lang.String) - method in class javax.xml.stream.XMLEventFactory
Create a text event of type ignorable whitespace.
createImage(byte[]) - method in class java.awt.Toolkit
Creates an image from the specified byte array.
createImage(byte[],int,int) - method in class java.awt.Toolkit
Creates an image from the specified portion of the byte array passed.
createImage(int,int) - method in class java.awt.Component
Creates an image with the specified width and height for use in double buffering.
createImage(int,int) - method in class java.awt.peer.ComponentPeer
Creates an empty image with the specified width and height.
Creates an image from the specified producer.
Creates an image by starting the specified image producer.
Creates an image using the specified ImageProducer
createImage(java.lang.String) - method in class java.awt.Toolkit
createImage(java.net.URL) - method in class java.awt.Toolkit
createImageInputStream(java.lang.Object) - static method in class javax.imageio.ImageIO
Create an image input stream from the given object.
createImageOutputStream(java.lang.Object) - static method in class javax.imageio.ImageIO
Create an image output stream from the given object.
createIncreaseButton(int) - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method creates a new JButton with the appropriate icon for the orientation.
createIncreaseButton(int) - method in class javax.swing.plaf.metal.MetalScrollBarUI
Creates a new button to use as the control at the upper end of the JScrollBar.
Return an image type specifier for an image that uses an indexed colour model where each colour value has the specified number of bits and type and where the colour tables are those given.
Create the new initial context factory
Copies the key/values in elements AttributeSet into set.
Copies the text attributes from element to set.
createInputMethod() - method in class java.awt.im.spi.InputMethodDescriptor
Creates a new instance of the input method.
Creates a top-level Swing JFrame for use by the input method.
Creates a top-level window for use by the input method.
Create an image type specifier that uses a component colour model and a pixel interleaved sample model.
Creates an interleaved raster.
createInterleavedRaster(int,int,int,int,java.awt.Point) - static method in class java.awt.image.Raster
Creates an interleaved raster using the specified data type.
Creates a new interleaved raster.
This method creates a new JInternalFrame that is in the JLayeredPane which contains the parentComponent given.
createInternalFrameListener() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method creates a new InternalFrameListener for the JInternalFrame.
Determines the rectangle which is formed by the intersection of this rectangle with the specified rectangle.
Return a new rectangle which is the intersection of this and the given one.
Return a new rectangle which is the intersection of this and the given one.
Return a new rectangle which is the intersection of this and the given one.
createInverse() - method in class java.awt.geom.AffineTransform
Returns a transform, which if concatenated to this one, will result in the identity transform.
createItemListener() - method in class javax.swing.AbstractButton
Factory method which creates a ItemListener, used to subscribe to ItemEvents from the button's model.
createItemListener() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Creates an ItemListener that will listen to the changes in the JComboBox's selection.
createItemListener() - method in class javax.swing.plaf.basic.BasicComboPopup
Creates new ItemListener that will listen to ItemEvents occuring in the combo box.
createKeyboardDownRightListener() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method creates a new ActionListener for down and right key presses.
createKeyboardEndListener() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method creates a new ActionListener for end key presses.i
createKeyboardHomeListener() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method creates a new ActionListener for home key presses.
createKeyboardResizeToggleListener() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method creates a new ActionListener for resize toggle key events.
createKeyboardUpLeftListener() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method creates a new ActionListener for up and left key presses.
createKeyListener() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Creates a KeyListener to listen to key events.
createKeyListener() - method in class javax.swing.plaf.basic.BasicComboPopup
KeyListener created in this method is not used anymore.
createKeyListener() - method in class javax.swing.plaf.basic.BasicTableUI
Creates and returns a key listener for the JTable.
createKeyListener() - method in class javax.swing.plaf.basic.BasicTreeUI
Creates the listener reponsible for getting key events from the tree.
createKeymap() - method in class javax.swing.plaf.basic.BasicTextUI
Creates the Keymap that is installed on the text component.
createLabel(java.awt.Label) - method in class java.awt.Toolkit
Creates a peer object for the specified Label.
Creates a large set of attributes.
createLayeredPane() - method in class javax.swing.JRootPane
DOCUMENT ME!
createLayout() - method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
This method creates a new LayoutManager for the TitlePane.
createLayout() - method in class javax.swing.plaf.basic.BasicSpinnerUI
Creates a LayoutManager that layouts the sub components.
createLayout() - method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
Creates a new instance of MetalTitlePaneLayout (not part of the public API).
createLayoutCache() - method in class javax.swing.plaf.basic.BasicTreeUI
Creates the object responsible for managing what is expanded, as well as the size of nodes.
createLayoutManager() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Creates and returns a layout manager for the combo box.
createLayoutManager() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method creates a new LayoutManager for the JInternalFrame.
createLayoutManager() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method creates a new LayoutManager for the button area.
createLayoutManager() - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method creates the appropriate layout manager for the JTabbedPane's current tab layout policy.
createLayoutManager() - method in class javax.swing.JViewport
Creates the LayoutManager that is used for this viewport.
createLayoutManager() - method in class javax.swing.plaf.metal.MetalComboBoxUI
Creates a new layout manager for the UI delegate.
createLayoutManager() - method in class javax.swing.plaf.metal.MetalTabbedPaneUI
Creates and returns an instance of MetalTabbedPaneUI.TabbedPaneLayout.
Creates and returns a leaf element with the specified parent and attributes.
This method returns an HTMLDocument.RunElement object attached to parent representing a run of text from p0 to p1.
createLeftOneTouchButton() - method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Creates a button for showing and hiding the left (or top) part of a JSplitPane.
createLineBidi(int,int) - method in class java.text.Bidi
Create a new Bidi object for a single line of text, taken from the text used when creating the current Bidi object.
createLineBorder(java.awt.Color) - static method in class javax.swing.BorderFactory
Creates a line border withe the specified color.
createLineBorder(java.awt.Color,int) - static method in class javax.swing.BorderFactory
Creates a line border withe the specified color and width.
createList() - method in class javax.swing.plaf.basic.BasicComboPopup
Creates JList that will be used to display items in the combo box.
createList(java.awt.List) - method in class java.awt.Toolkit
Creates a peer object for the specified List.
createList(javax.swing.JFileChooser) - method in class javax.swing.plaf.metal.MetalFileChooserUI
Creates a panel containing a list of files.
createListDataListener() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Creates a ListDataListener to listen to the combo box's data model.
createListDataListener() - method in class javax.swing.plaf.basic.BasicComboPopup
Creates ListDataListener.
createListDataListener() - method in class javax.swing.plaf.basic.BasicListUI
Creates and returns the list data listener for this UI.
createListMouseListener() - method in class javax.swing.plaf.basic.BasicComboPopup
This method creates ListMouseListener to listen to mouse events occuring in the combo box's item list.
createListMouseMotionListener() - method in class javax.swing.plaf.basic.BasicComboPopup
Creates ListMouseMotionlistener to listen to mouse motion events occuring in the combo box's list.
createListSelectionListener() - method in class javax.swing.plaf.basic.BasicComboPopup
ListSelectionListener created in this method is not used anymore
createListSelectionListener() - method in class javax.swing.plaf.basic.BasicListUI
Creates and returns the list selection listener for this UI.
Creates a new listener to handle selections in the file list.
Creates a listener that monitors selections in the directory/file list and keeps the JFileChooser component up to date.
createLoweredBevelBorder() - static method in class javax.swing.BorderFactory
Created a border with a lowered beveled edge, using brighter shades of the component's current background color for highlighting, and darker shading for shadows.
createLSInput() - method in class org.w3c.dom.ls.DOMImplementationLS
Create a new empty input source object where LSInput.characterStream, LSInput.byteStream , LSInput.stringData LSInput.systemId, LSInput.publicId, LSInput.baseURI, and LSInput.encoding are null, and LSInput.certifiedText is false.
createLSOutput() - method in class org.w3c.dom.ls.DOMImplementationLS
Create a new empty output destination object where LSOutput.characterStream, LSOutput.byteStream, LSOutput.systemId, LSOutput.encoding are null.
Create a new LSParser.
createLSSerializer() - method in class org.w3c.dom.ls.DOMImplementationLS
Create a new LSSerializer object.
Create a matte-look border using a solid color.
Create a matte-look border that consists of multiple tiles of a specified icon.
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
createMBeanServer() - static method in class javax.management.MBeanServerFactory
Returns a server implementation using the default domain name of "DefaultDomain".
createMBeanServer(java.lang.String) - static method in class javax.management.MBeanServerFactory
Returns a server implementation using the default domain name given, or "DefaultDomain" if this is null.
createMenu(java.awt.Menu) - method in class java.awt.Toolkit
Creates a peer object for the specified Menu.
createMenuBar(java.awt.MenuBar) - method in class java.awt.Toolkit
Creates a peer object for the specified MenuBar.
Create MenuDragMouseListener to listen for mouse dragged events.
createMenuDragMouseListener(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuUI
This method creates new MenuDragMouseListener to listen to mouse dragged events occuring in the Menu
createMenuItem(java.awt.MenuItem) - method in class java.awt.Toolkit
Creates a peer object for the specified MenuItem.
createMenuKeyListener(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuItemUI
Creates MenuKeyListener to listen to key events occuring when menu item is visible on the screen.
createMenuKeyListener(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuUI
This method creates new MenuDragKeyListener to listen to key events
createMenuListener(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuUI
This method creates new MenuListener to listen to menu events occuring in the Menu
createMessageArea() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method creates the message area.
createModel() - method in class javax.swing.plaf.basic.BasicFileChooserUI
Creates a new directory model.
createModelListener() - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method creates a new ModelListener.
createMouseInputListener() - method in class javax.swing.plaf.basic.BasicDesktopIconUI
This method creates a new MouseInputListener for the JDesktopIcon.
createMouseInputListener() - method in class javax.swing.plaf.basic.BasicListUI
Creates and returns the mouse input listener for this UI.
createMouseInputListener() - method in class javax.swing.plaf.basic.BasicTableHeaderUI
Create and return the mouse input listener.
createMouseInputListener() - method in class javax.swing.plaf.basic.BasicTableUI
createMouseInputListener(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuItemUI
Handles mouse input events occuring for this menu item
createMouseInputListener(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuUI
This method creates new MouseInputListener to listen to mouse input events occuring in the Menu
createMouseListener() - method in class javax.swing.plaf.basic.BasicComboPopup
Creates MouseListener to listen to mouse events occuring in the combo box.
createMouseListener() - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method creates a new MouseListener.
createMouseListener() - method in class javax.swing.plaf.basic.BasicTreeUI
Creates the listener responsible for updating the selection based on mouse events.
createMouseMotionListener() - method in class javax.swing.plaf.basic.BasicComboPopup
Create Mouse listener that listens to mouse dragging events occuring in the combo box.
createMouseWheelListener() - method in class javax.swing.plaf.basic.BasicScrollPaneUI
Creates and returns the mouse wheel listener for the scrollpane.
createMultiDocPrintJob() - method in class javax.print.MultiDocPrintService
Create a job that can print a MultiDoc object.
createName(byte[],org.ietf.jgss.Oid) - method in class org.ietf.jgss.GSSManager
Factory method to convert a contiguous byte array containing a name from the specified namespace to a GSSName object.
Factory method to convert a contiguous byte array containing a name from the specified namespace to a GSSName object that is an MN.
Factory method to convert a contiguous string name from the specified namespace to a GSSName object.
Factory method to convert a contiguous string name from the specified namespace to an GSSName object that is a mechanism name (MN).
createNamespace(java.lang.String) - method in class javax.xml.stream.XMLEventFactory
Create a namespace declaration event.
Create a namespace declaration event.
createNewFile() - method in class java.io.File
This method creates a new file of zero length with the same name as the path of this File object if an only if that file does not already exist.
createNewFolder(java.io.File) - method in class javax.swing.filechooser.FileSystemView
Creates a new folder with a unique name in the specified directory and returns a File object representing the new directory.
createNextButton() - method in class javax.swing.plaf.basic.BasicSpinnerUI
Creates the "Next" button
createNodeDimensions() - method in class javax.swing.plaf.basic.BasicTreeUI
Creates an instance of NodeDimensions that is able to determine the size of a given node in the tree.
Create a new NodeIterator over the subtree rooted at the specified node.
createNonRolloverBorder() - method in class javax.swing.plaf.basic.BasicToolBarUI
This method creates a new nonRolloverBorder for JButtons when the JToolBar's rollover property is set to false.
createNonRolloverBorder() - method in class javax.swing.plaf.metal.MetalToolBarUI
Returns a border with no rollover effect for buttons in the tool bar.
createNorthPane(javax.swing.JInternalFrame) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method creates the north pane used in the JInternalFrame.
createNorthPane(javax.swing.JInternalFrame) - method in class javax.swing.plaf.metal.MetalInternalFrameUI
Creates and returns the component that will be used for the north pane of the JInternalFrame.
createNSResolver(org.w3c.dom.Node) - method in class org.w3c.dom.xpath.XPathEvaluator
Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.
Create a new object using the supplied environment.
Create an image type specifier using a direct color model and a packed sample model.
createPackedRaster(int,int,int,int,int,java.awt.Point) - static method in class java.awt.image.Raster
Creates a new raster.
createPackedRaster(int,int,int,int[],java.awt.Point) - static method in class java.awt.image.Raster
Creates a new packed raster.
Creates a new packed raster.
Creates a new packed raster.
createPanel(java.awt.Panel) - method in class java.awt.Toolkit
Creates a peer object for the specified Panel.
createPopup() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Creates the popup that will contain list of combo box's items.
createPopup() - method in class javax.swing.plaf.metal.MetalComboBoxUI
Creates a popup for the combo box.
createPopupMenu(java.awt.PopupMenu) - method in class java.awt.Toolkit
Creates a peer object for the specified PopupMenu.
createPosition(int) - method in class javax.swing.text.AbstractDocument
Creates a Position that keeps track of the location at the specified offset.
createPosition(int) - method in class javax.swing.text.AbstractDocument.Content
Creates a Position that keeps track of the location at offset.
createPosition(int) - method in class javax.swing.text.Document
Creates a mark in the character content at the specified offset.
createPosition(int) - method in class javax.swing.text.GapContent
Creates and returns a mark at the specified position.
createPosition(int) - method in class javax.swing.text.StringContent
Creates a position reference for the character at the given offset.
createPreviousButton() - method in class javax.swing.plaf.basic.BasicSpinnerUI
Creates the "Previous" button
createPrintJob() - method in class javax.print.PrintService
Creates and returns a new print job which is capable to handle all the document flavors supported by this print service.
Creates a ProcessingInstruction node given the specified name and data strings.
Create a processing instruction event.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicColorChooserUI
This method creates the PropertyChangeListener used for listening to the JColorChooser.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Creates a PropertyChangeListener to listen to the changes in the JComboBox's bound properties.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicComboPopup
Creates PropertyChangeListener to handle changes in the JComboBox's bound properties.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
This method creates a new PropertyChangeListener.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method creates a new PropertyChangeListener for the JInternalFrame.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicListUI
Creates and returns the property change listener for this UI.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method creates a new PropertyChangeListener for listening to the JOptionPane.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method creates a new PropertyChangeListener.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicScrollPaneUI
Creates and returns the property change listener for the scrollpane.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicSpinnerUI
Creates the PropertyChangeListener that will be attached by installListeners.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method creates a new PropertyChangeListener.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method creates a new PropertyChangeListener.
createPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicTreeUI
Creates a listener that is reponsible for the updates the UI based on how the tree changes.
createPropertyChangeListener() - method in class javax.swing.plaf.metal.MetalComboBoxUI
Creates a new property change listener.
createPropertyChangeListener() - method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
Creates and returns a property change handler for the title pane.
createPropertyChangeListener() - method in class javax.swing.plaf.metal.MetalScrollBarUI
Creates a property change listener for the delegate to use.
createPropertyChangeListener(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicMenuUI
This method creates newPropertyChangeListener to listen to property changes occuring in the Menu
Creates a listener to handle changes to the properties of the given file chooser component.
Creates a property change listener that monitors the JFileChooser for property change events and updates the component display accordingly.
createPropertyChangeListener(javax.swing.JSlider) - method in class javax.swing.plaf.basic.BasicSliderUI
Creates a new PropertyChangeListener.
createPropertyChangeListener(javax.swing.JSlider) - method in class javax.swing.plaf.metal.MetalSliderUI
Creates a property change listener for the slider.
Instantiate a property editor using the property editor class.
createPropertyListener() - method in class javax.swing.plaf.basic.BasicToolBarUI
This method creates a new PropertyChangeListener for the JToolBar.
createRaisedBevelBorder() - static method in class javax.swing.BorderFactory
Created a border with a raised beveled edge, using brighter shades of the component's current background color for highlighting, and darker shading for shadows.
createRange() - method in class org.w3c.dom.ranges.DocumentRange
This interface can be obtained from the object implementing the Document interface using binding-specific casting methods.
Creates a new raster.
createReaderInstance() - method in class javax.imageio.spi.ImageReaderSpi
createReaderInstance(java.lang.Object) - method in class javax.imageio.spi.ImageReaderSpi
createRegistry(int) - static method in class java.rmi.registry.LocateRegistry
createRenderer() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Creates a component that will be responsible for rendering the selected component in the combo box.
createReply() - method in class org.omg.CORBA.portable.ResponseHandler
Create a stream for writing an ordinary reply (not an exception).
createRightOneTouchButton() - method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Creates a button for showing and hiding the right (or bottom) part of a JSplitPane.
createRigidArea(java.awt.Dimension) - static method in class javax.swing.Box
createRolloverBorder() - method in class javax.swing.plaf.basic.BasicToolBarUI
This method creates a new rollover border for JButtons when the JToolBar's rollover property is set to true.
createRolloverListener() - method in class javax.swing.plaf.metal.MetalToolBarUI
Returns null as permitted by recent versions of the API specification.
createRootLayout() - method in class javax.swing.JRootPane
DOCUMENT ME!
createRootPane() - method in class javax.swing.JApplet
createRootPane() - method in class javax.swing.JDialog
This method creates a new JRootPane.
createRootPane() - method in class javax.swing.JFrame
createRootPane() - method in class javax.swing.JInternalFrame
This method is used to create a root pane for the JInternalFrame.
createRootPane() - method in class javax.swing.JWindow
createRow() - method in class javax.swing.text.FlowView
Creates a new view that represents a row within a flow.
createRow() - method in class javax.swing.text.ParagraphView
Creates a new view that represents a row within a flow.
Creates a SaslClient for the specified mechanism.
Creates a SaslClient using the parameters supplied.
Creates a SaslServer for the specified mechanism.
Creates a SaslServer instance using the parameters supplied.
Create an image containing pixels read from the screen.
createScrollbar(java.awt.Scrollbar) - method in class java.awt.Toolkit
Creates a peer object for the specified Scrollbar.
createScrollBarSwapListener() - method in class javax.swing.plaf.metal.MetalScrollPaneUI
TODO
createScroller() - method in class javax.swing.plaf.basic.BasicComboPopup
This method creates scroll pane that will contain the list of comboBox's items inside of it.
createScrollListener() - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method creates a new ScrollListener.
createScrollListener(javax.swing.JSlider) - method in class javax.swing.plaf.basic.BasicSliderUI
Creates a peer object for the specified ScrollPane.
createScrollPaneForTable(javax.swing.JTable) - static method in class javax.swing.JTable
createSelectionModel() - method in class javax.swing.table.DefaultTableColumnModel
Creates a default selection model to track the currently selected column(s).
createSelectionModel() - method in class javax.swing.JList
Creates the default ListSelectionModel.
createSelectionModelPropertyChangeListener() - method in class javax.swing.plaf.basic.BasicTreeUI
Creates the listener responsible for getting property change events from the selection model.
createSeparator() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method creates a Container that will separate the message and button areas.
createServerSocket() - method in class javax.net.ServerSocketFactory
Create an unbound server socket.
createServerSocket(int) - method in class java.rmi.server.RMIServerSocketFactory
createServerSocket(int) - method in class java.rmi.server.RMISocketFactory
createServerSocket(int) - method in class javax.net.ServerSocketFactory
Create a server socket bound to the given port.
createServerSocket(int) - method in class javax.rmi.ssl.SslRMIServerSocketFactory
Creates an SSLServerSocket on a given port
Creates a compact set of attributes that might be shared.
createSocket() - method in class javax.net.SocketFactory
Returns an unbound client socket.
createSocket(java.lang.String,int) - method in class java.rmi.server.RMISocketFactory
Creates a socket connected to a given host on a given port.
Creates an SSLSocket on a given port
Creates a socket connected to a given host on a given port, connecting locally to the interface with the given address and port.
Creates a socket connected to a given host on a given port.
Creates a socket connected to a given host on a given port, connecting locally to the interface with the given address and port.
Creates a SSL socket wrapped around an existing socket.
createSocketImpl() - method in class java.net.SocketImplFactory
This method returns an instance of the SocketImpl object
createSouthPane(javax.swing.JInternalFrame) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method creates the south pane used in the JInternalFrame.
createSpace(java.lang.String) - method in class javax.xml.stream.XMLEventFactory
Create a text event of type whitespace.
createSSLEngine() - method in class javax.net.ssl.SSLContext
Creates a new SSLEngine for this context.
createSSLEngine(java.lang.String,int) - method in class javax.net.ssl.SSLContext
Creates a new SSLEngine for this context, with a given host name and port number.
createStandardLabels(int) - method in class javax.swing.JSlider
Creates a hashtable of (Integer, JLabel) pairs that can be used as a label table for this slider.
createStandardLabels(int,int) - method in class javax.swing.JSlider
Creates a hashtable of (Integer, JLabel) pairs that can be used as a label table for this slider.
createStartDocument() - method in class javax.xml.stream.XMLEventFactory
Create a start-document event.
createStartDocument(java.lang.String) - method in class javax.xml.stream.XMLEventFactory
Create a start-document event.
Create a start-document event.
Create a start-document event.
Create a start-element event.
Create a start-element event.
Create a start-element event.
Create a start-element event.
createStatement() - method in class java.sql.Connection
This method creates a new SQL statement.
createStatement(int,int) - method in class java.sql.Connection
This method creates a new SQL statement with the specified type and concurrency.
createStatement(int,int,int) - method in class java.sql.Connection
This method creates a new SQL statement with the specified type, concurrency and holdability, instead of using the defaults.
Creates a shape representing the stroked outline of the given shape.
createStrokedShape(java.awt.Shape) - method in class java.awt.Stroke
Returns a shape which outlines the boundary of the given shape, in effect converting the infinitely thin line into a new shape.
createSubcontext(java.lang.String) - method in class javax.naming.Context
Creates the new naming subcontext and binds it to the current (this) context.
createSubcontext(java.lang.String) - method in class javax.naming.InitialContext
createSubcontext(javax.naming.Name) - method in class javax.naming.Context
Creates the new naming subcontext and binds it to the current (this) context.
createSubsetSampleModel(int[]) - method in class java.awt.image.BandedSampleModel
createSubsetSampleModel(int[]) - method in class java.awt.image.ComponentSampleModel
Creates a new sample model that provides access to a subset of the bands that this sample model supports.
Normally this method returns a sample model for accessing a subset of bands of image data, but since MultiPixelPackedSampleModel only supports a single band, this overridden implementation just returns a new instance of MultiPixelPackedSampleModel, with the same attributes as this instance.
Creates a new SampleModel that is like this one, but uses only a subset of its bands.
createSubsetSampleModel(int[]) - method in class java.awt.image.SampleModel
Return a SampleModel with a subset of the bands in this model.
Creates a new SinglePixelPackedSampleModel that accesses the specified subset of bands.
createSystemMenu() - method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
This method creates a new JMenu.
createSystemMenuBar() - method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
This method creates a new JMenubar.
createTableCell(javax.swing.text.Element) - method in class javax.swing.text.TableView
Creates a view for a table cell.
createTableRow(javax.swing.text.Element) - method in class javax.swing.text.TableView
Creates a view for a table row.
This method creates a temporary file in the system temporary directory.
This method creates a temporary file in the specified directory.
createTextArea(java.awt.TextArea) - method in class java.awt.Toolkit
Creates a peer object for the specified TextArea.
createTextField(java.awt.TextField) - method in class java.awt.Toolkit
Creates a peer object for the specified TextField.
createTextNode(java.lang.String) - method in class org.w3c.dom.Document
Creates a Text node given the specified string.
createTFoot() - method in class org.w3c.dom.html2.HTMLTableElement
Create a table footer row or return an existing one.
createTHead() - method in class org.w3c.dom.html2.HTMLTableElement
Create a table header row or return an existing one.
createTitledBorder(java.lang.String) - static method in class javax.swing.BorderFactory
Create a new title border specifying the text of the title, using the default border (etched), using the default text position (sitting on the top line) and default justification (left) and using the default font and text color determined by the current look and feel.
Create a new title border with an empty title specifying the border object, using the default text position (sitting on the top line) and default justification (left) and using the default font, text color, and border determined by the current look and feel.
Add a title to an existing border, specifying the text of the title, using the default positioning (sitting on the top line) and default justification (left) and using the default font and text color determined by the current look and feel.
Add a title to an existing border, specifying the text of the title along with its positioning, using the default font and text color determined by the current look and feel.
Add a title to an existing border, specifying the text of the title along with its positioning and font, using the default text color determined by the current look and feel.
Add a title to an existing border, specifying the text of the title along with its positioning, font, and color.
createToolBarContListener() - method in class javax.swing.plaf.basic.BasicToolBarUI
This method creates a new Container listener for the JToolBar.
createToolBarFocusListener() - method in class javax.swing.plaf.basic.BasicToolBarUI
This method creates a new FocusListener for the JToolBar.
createToolTip() - method in class javax.swing.JComponent
Return the toolTip property of this component, creating it and setting it if it is currently null.
createTrack() - method in class javax.sound.midi.Sequence
Create a new empty MIDI track and add it to this sequence.
createTrackListener() - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method creates a new TrackListener.
createTrackListener(javax.swing.JSlider) - method in class javax.swing.plaf.basic.BasicSliderUI
createTranscoderInstance() - method in class javax.imageio.spi.ImageTranscoderSpi
Creates a Transferable that can be used to export data from the specified component.
Returns a new Area equal to this one, transformed by the AffineTransform at.
Creates a transformed version of the path.
Return a new Shape, based on the given one, where the path of the shape has been transformed by this transform.
createTranslatedChild(int,int) - method in class java.awt.image.Raster
createTreeCellEditor() - method in class javax.swing.tree.DefaultTreeCellEditor
This is invoked if a TreeCellEditor is not supplied in the constructor.
createTreeExpansionListener() - method in class javax.swing.plaf.basic.BasicTreeUI
Creates and returns the object responsible for updating the treestate when a nodes expanded state changes.
createTreeModel(java.lang.Object) - static method in class javax.swing.JTree
Creates a new TreeModel object.
createTreeModelListener() - method in class javax.swing.plaf.basic.BasicTreeUI
Returns a listener that can update the tree when the model changes.
createTreeModelListener() - method in class javax.swing.JTree
Creates and returns an instance of JTree.TreeModelHandler.
createTreeSelectionListener() - method in class javax.swing.plaf.basic.BasicTreeUI
Creates the listener that updates the display based on selection change methods.
Create a new TreeWalker over the subtree rooted at the specified node.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicButtonUI
Factory method to create an instance of BasicButtonUI for a given JComponent, which should be an AbstractButton.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
Factory method to create a BasicCheckBoxMenuItemUI for the given JComponent, which should be a JCheckBoxMenuItem
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicCheckBoxUI
Returns a UI delegate (that is, an instance of this class) for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicColorChooserUI
This method creates a new UI Component for the given JComponent.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicComboBoxUI
A factory method to create a UI delegate for the given JComponent, which should be a JComboBox.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicDesktopIconUI
This method creates a new BasicDesktopIconUI for the given JComponent.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicDesktopPaneUI
This method creates a BasicDesktopPaneUI for the given JComponent.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicEditorPaneUI
Creates an instance of BasicEditorPaneUI for the text component comp.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicFileChooserUI
Returns a UI delegate for the given component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicFormattedTextFieldUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method will create a new BasicInternalFrameUI for the given JComponent.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicLabelUI
Creates and returns a UI for the label.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicListUI
Creates a new BasicListUI for the component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicMenuBarUI
Factory method to create a BasicMenuBarUI for the given JComponent, which should be a JMenuBar.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicMenuItemUI
Factory method to create a BasicMenuItemUI for the given JComponent, which should be a JMenuItem.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicMenuUI
This method creates a new BasicMenuUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method creates a new BasicOptionPaneUI for the given component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicPanelUI
Returns a UI delegate for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicPasswordFieldUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
Creates a new UI delegate for the given JComponent.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicPopupMenuUI
Factory method to create a BasicPopupMenuUI for the given JComponent, which should be a JMenuItem.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicProgressBarUI
Creates a new BasicProgressBarUI for the component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
Factory method to create a BasicRadioButtonMenuItemUI for the given JComponent, which should be a JRadioButtonMenuItem.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicRadioButtonUI
Creates and returns a new instance of BasicRadioButtonUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicRootPaneUI
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicScrollBarUI
This method returns a new BasicScrollBarUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicScrollPaneUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicSeparatorUI
Creates a new UI delegate for the given JComponent.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicSliderUI
Factory method to create a BasicSliderUI for the given JComponent, which should be a JSlider.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicSpinnerUI
Creates a new BasicSpinnerUI for the specified JComponent
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method creates a new BasicSplitPaneUI for the given JComponent.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method creates a new BasicTabbedPaneUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicTableHeaderUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicTableUI
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicTextAreaUI
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicTextFieldUI
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicTextPaneUI
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicToggleButtonUI
Returns a UI delegate for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
Creates a new UI delegate for the given JComponent.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicToolBarUI
This method creates a new UI delegate for the given JComponent.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicToolTipUI
This method creates a new BasicToolTip UI for the given JComponent.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicTreeUI
Returns an instance of the UI delegate for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.basic.BasicViewportUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.ComponentUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalButtonUI
Returns a UI delegate for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalCheckBoxUI
Returns a shared instance of MetalCheckBoxUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalComboBoxUI
Returns an instance of MetalComboBoxUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalDesktopIconUI
Returns a new MetalDesktopIconUI instance.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalFileChooserUI
A factory method that returns a UI delegate for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalInternalFrameUI
Returns an instance of MetalInternalFrameUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalLabelUI
Returns a shared instance of MetalLabelUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalMenuBarUI
Creates and returns a new instance of this UI for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalPopupMenuSeparatorUI
Returns a shared instance of MetalPopupMenuSeparatorUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalProgressBarUI
Returns a new instance of MetalProgressBarUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalRadioButtonUI
Returns a new instance of MetalRadioButtonUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalRootPaneUI
Returns a shared instance of MetalRootPaneUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalScrollBarUI
Returns a new instance of MetalScrollBarUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalScrollPaneUI
Returns a shared instance of MetalScrollPaneUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalSeparatorUI
Returns a shared instance of MetalSeparatorUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalSliderUI
Returns a new instance of MetalSliderUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalSplitPaneUI
Returns a new instance of MetalSplitPaneUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalTabbedPaneUI
Returns an instance of MetalTabbedPaneUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalTextFieldUI
Returns a new instance of MetalTextFieldUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalToggleButtonUI
Returns a new instance of MetalToggleButtonUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalToolBarUI
Returns a new instance of MetalToolBarUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalToolTipUI
Returns a shared instance of the MetalToolTipUI class.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.metal.MetalTreeUI
Returns a new instance of MetalTreeUI.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiButtonUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiColorChooserUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiComboBoxUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiDesktopIconUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiFileChooserUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiInternalFrameUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiLabelUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiListUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiMenuBarUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiMenuItemUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiOptionPaneUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiPanelUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiPopupMenuUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiProgressBarUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiRootPaneUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiScrollBarUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiScrollPaneUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiSeparatorUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiSliderUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiSpinnerUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiSplitPaneUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiTableHeaderUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiTableUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiTextUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiToolBarUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiToolTipUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiTreeUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.multi.MultiViewportUI
Creates a delegate object for the specified component.
createUI(javax.swing.JComponent) - static method in class javax.swing.plaf.synth.SynthLookAndFeel
Creates the Synth look and feel component UI instance for the given component.
Creates the UI delegates for the target component and returns a multiplexing UI delegate (mui) if there are multiple delegates.
Returns the smallest rectangle that contains both this rectangle and the specified rectangle.
createUnion(java.awt.geom.Rectangle2D) - method in class java.awt.geom.Rectangle2D
Return a new rectangle which is the union of this and the given one.
Return a new rectangle which is the union of this and the given one.
Return a new rectangle which is the union of this and the given one.
Creates an unresolved InetSocketAddress object.
This method maps the protocol portion of a URL to a URLStreamHandler object.
createValueHandler() - static method in class javax.rmi.CORBA.Util
Get the value handler that Serializes Java objects to and from CDR (GIOP) streams.
createValueHandler() - method in class javax.rmi.CORBA.UtilDelegate
Get the value handler that Serializes Java objects to and from CDR (GIOP) streams.
createVerticalBox() - static method in class javax.swing.Box
createVerticalGlue() - static method in class javax.swing.Box
Creates a filler component which acts as glue between components.
createVerticalScrollBar() - method in class javax.swing.JScrollPane
createVerticalStrut(int) - static method in class javax.swing.Box
Creates a filler component which acts as strut between components.
Creates physical views that form the rows of the flow view.
createViewListener() - method in class javax.swing.JViewport
Creates a JViewport.ViewListener that is supposed to listen for size changes on the view component.
createViewport() - method in class javax.swing.JScrollPane
createViewportChangeListener() - method in class javax.swing.plaf.basic.BasicScrollPaneUI
Creates and returns the change listener for the viewport.
createVolatileImage(int,int) - method in class java.awt.Component
Creates an image with the specified width and height for use in double buffering.
createVolatileImage(int,int) - method in class java.awt.peer.ComponentPeer
A convenience method that creates a volatile image.
Creates an image with the specified width and height for use in double buffering.
createVSBChangeListener() - method in class javax.swing.plaf.basic.BasicScrollPaneUI
Creates and returns the change listener for the vertical scrollbar.
createWestPane(javax.swing.JInternalFrame) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method creates the west pane used in the JInternalFrame.
createWindow(java.awt.Window) - method in class java.awt.Toolkit
Creates a peer object for the specified Window.
createWinListener(javax.swing.JPopupMenu) - method in class javax.swing.JMenu
Creates WinListener that listens to the menu;s popup menu.
Creates a new writable raster.
Creates a new writable raster.
createWriterInstance() - method in class javax.imageio.spi.ImageWriterSpi
createWriterInstance(java.lang.Object) - method in class javax.imageio.spi.ImageWriterSpi
Creates a new event reader.
Creates a new event reader.
createXMLEventReader(java.io.Reader) - method in class javax.xml.stream.XMLInputFactory
Creates a new event reader.
Creates a new event reader.
Creates a new event reader.
Creates a new event reader.
Creates a new event reader.
Creates a new event writer.
Creates a new event writer.
createXMLEventWriter(java.io.Writer) - method in class javax.xml.stream.XMLOutputFactory
Creates a new event writer.
Creates a new event writer.
createXMLReader() - static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XMLReader from system defaults.
createXMLReader(java.lang.String) - static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a class name.
Creates a new stream reader.
Creates a new stream reader.
createXMLStreamReader(java.io.Reader) - method in class javax.xml.stream.XMLInputFactory
Creates a new stream reader.
Creates a new stream reader.
Creates a new stream reader.
Creates a new stream reader.
Creates a new stream writer.
Creates a new stream writer.
createXMLStreamWriter(java.io.Writer) - method in class javax.xml.stream.XMLOutputFactory
Creates a new stream writer.
Creates a new stream writer.
createZipEntry(java.lang.String) - method in class java.util.jar.JarInputStream
Creates a JarEntry for a particular name and consults the manifest for the Attributes of the entry.
createZipEntry(java.lang.String) - method in class java.util.zip.ZipInputStream
Creates a new zip entry for the given name.
createZone(int,int) - method in class javax.swing.text.ZoneView
Creates a zone for the specified range.
CredentialException - exception javax.security.auth.login.CredentialException
This is the base class for various credential-related exceptions.
CredentialException() - constructor for class javax.security.auth.login.CredentialException
Create a new exception object.
CredentialException(java.lang.String) - constructor for class javax.security.auth.login.CredentialException
Create a new exception with the given detail message.
CredentialExpiredException - exception javax.security.auth.login.CredentialExpiredException
An exception that signals an attempt to login with a credential that has expired.
CredentialExpiredException() - constructor for class javax.security.auth.login.CredentialExpiredException
CredentialExpiredException(java.lang.String) - constructor for class javax.security.auth.login.CredentialExpiredException
CredentialNotFoundException - exception javax.security.auth.login.CredentialNotFoundException
An exception that indicates that a credential was not found.
CredentialNotFoundException() - constructor for class javax.security.auth.login.CredentialNotFoundException
Create a new exception.
CredentialNotFoundException(java.lang.String) - constructor for class javax.security.auth.login.CredentialNotFoundException
Create a new exception with the given detail message.
CREDENTIALS_EXPIRED - static field in class org.ietf.jgss.GSSException
Expired credentials detected error.
CRITICAL - static field in class javax.naming.ldap.Control
CRL - class java.security.cert.CRL
Certificate Revocation List class for managing CRLs that have different formats but the same general use.
CRL(java.lang.String) - constructor for class java.security.cert.CRL
Creates a new CRL for the specified type.
CRLException - exception java.security.cert.CRLException
Exception for a Certificate Revocation List.
CRLException() - constructor for class java.security.cert.CRLException
Constructs an CRLExceptionwithout a message string.
CRLException(java.lang.String) - constructor for class java.security.cert.CRLException
Constructs an CRLException with a message string.
CRLException(java.lang.String,java.lang.Throwable) - constructor for class java.security.cert.CRLException
Create a new instance with a descriptive error message and a cause.
CRLException(java.lang.Throwable) - constructor for class java.security.cert.CRLException
Create a new instance with a cause.
CRLSelector - interface java.security.cert.CRLSelector
A generic interface to classes that match certificate revocation lists (CRLs) to some given criteria.
CropImageFilter - class java.awt.image.CropImageFilter
Currently this filter does almost nothing and needs to be implemented.
CropImageFilter(int,int,int,int) - constructor for class java.awt.image.CropImageFilter
Construct a new CropImageFilter instance.
CROSSHAIR_CURSOR - static field in class java.awt.Cursor
Constant for a cross-hair cursor.
CROSSHAIR_CURSOR - static field in class java.awt.Frame
Constant for a cross-hair cursor.
CS_CIEXYZ - static field in class java.awt.color.ColorSpace
CS_GRAY - static field in class java.awt.color.ColorSpace
CS_LINEAR_RGB - static field in class java.awt.color.ColorSpace
CS_PYCC - static field in class java.awt.color.ColorSpace
CS_sRGB - static field in class java.awt.color.ColorSpace
CSS - class javax.swing.text.html.CSS
Provides CSS attributes to be used by the HTML view classes.
CSS2Properties - interface org.w3c.dom.css.CSS2Properties
The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration.
CSS_ATTR - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a attribute function.
CSS_CM - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (cm).
CSS_COUNTER - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a counter or counters function.
CSS_CUSTOM - static field in class org.w3c.dom.css.CSSValue
The value is a custom value.
CSS_DEG - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is an angle (deg).
CSS_DIMENSION - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a number with an unknown dimension.
CSS_EMS - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (ems).
CSS_EXS - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (exs).
CSS_GRAD - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is an angle (grad).
CSS_HZ - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a frequency (Hz).
CSS_IDENT - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is an identifier.
CSS_IN - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (in).
CSS_INHERIT - static field in class org.w3c.dom.css.CSSValue
The value is inherited and the cssText contains "inherit".
CSS_KHZ - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a frequency (kHz).
CSS_MM - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (mm).
CSS_MS - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a time (ms).
CSS_NUMBER - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a simple number.
CSS_PC - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (pc).
CSS_PERCENTAGE - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a percentage.
CSS_PRIMITIVE_VALUE - static field in class org.w3c.dom.css.CSSValue
The value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.
CSS_PT - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (pt).
CSS_PX - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (px).
CSS_RAD - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is an angle (rad).
CSS_RECT - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a rect function.
CSS_RGBCOLOR - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a RGB color.
CSS_S - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a time (s).
CSS_STRING - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a STRING.
CSS_UNKNOWN - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is not a recognized CSS2 value.
CSS_URI - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a URI.
CSS_VALUE_LIST - static field in class org.w3c.dom.css.CSSValue
The value is a CSSValue list and an instance of the CSSValueList interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.
CSSCharsetRule - interface org.w3c.dom.css.CSSCharsetRule
The CSSCharsetRule interface represents a @charset rule in a CSS style sheet.
CSSFontFaceRule - interface org.w3c.dom.css.CSSFontFaceRule
The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet.
CSSImportRule - interface org.w3c.dom.css.CSSImportRule
The CSSImportRule interface represents a @import rule within a CSS style sheet.
CSSMediaRule - interface org.w3c.dom.css.CSSMediaRule
The CSSMediaRule interface represents a @media rule in a CSS style sheet.
CSSPageRule - interface org.w3c.dom.css.CSSPageRule
The CSSPageRule interface represents a @page rule within a CSS style sheet.
CSSPrimitiveValue - interface org.w3c.dom.css.CSSPrimitiveValue
The CSSPrimitiveValue interface represents a single CSS value .
CSSRule - interface org.w3c.dom.css.CSSRule
The CSSRule interface is the abstract base interface for any type of CSS statement.
CSSRuleList - interface org.w3c.dom.css.CSSRuleList
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.
CSSStyleDeclaration - interface org.w3c.dom.css.CSSStyleDeclaration
The CSSStyleDeclaration interface represents a single CSS declaration block.
CSSStyleRule - interface org.w3c.dom.css.CSSStyleRule
The CSSStyleRule interface represents a single rule set in a CSS style sheet.
CSSStyleSheet - interface org.w3c.dom.css.CSSStyleSheet
The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e., a style sheet whose content type is "text/css".
CSSUnknownRule - interface org.w3c.dom.css.CSSUnknownRule
The CSSUnknownRule interface represents an at-rule not supported by this user agent.
CSSValue - interface org.w3c.dom.css.CSSValue
The CSSValue interface represents a simple or a complex value.
CSSValueList - interface org.w3c.dom.css.CSSValueList
The CSSValueList interface provides the abstraction of an ordered collection of CSS values.
CTRL_DOWN_MASK - static field in class java.awt.event.InputEvent
The CTRL key extended modifier.
CTRL_MASK - static field in class java.awt.event.ActionEvent
Bit mask indicating the control key was pressed.
CTRL_MASK - static field in class java.awt.Event
CTRL_MASK - static field in class java.awt.event.InputEvent
This is the bit mask which indicates the control key is down.
ctrlx - field in class java.awt.geom.QuadCurve2D.Double
The x coordinate of the curve’s control point.
ctrlx - field in class java.awt.geom.QuadCurve2D.Float
The x coordinate of the curve’s control point.
ctrlx1 - field in class java.awt.geom.CubicCurve2D.Double
The x coordinate of the curve’s first control point.
ctrlx1 - field in class java.awt.geom.CubicCurve2D.Float
The x coordinate of the curve’s first control point.
ctrlx2 - field in class java.awt.geom.CubicCurve2D.Double
The x coordinate of the curve’s second control point.
ctrlx2 - field in class java.awt.geom.CubicCurve2D.Float
The x coordinate of the curve’s second control point.
ctrly - field in class java.awt.geom.QuadCurve2D.Double
The y coordinate of the curve’s control point.
ctrly - field in class java.awt.geom.QuadCurve2D.Float
The y coordinate of the curve’s control point.
ctrly1 - field in class java.awt.geom.CubicCurve2D.Double
The y coordinate of the curve’s first control point.
ctrly1 - field in class java.awt.geom.CubicCurve2D.Float
The y coordinate of the curve’s first control point.
ctrly2 - field in class java.awt.geom.CubicCurve2D.Double
The y coordinate of the curve’s second control point.
ctrly2 - field in class java.awt.geom.CubicCurve2D.Float
The y coordinate of the curve’s second control point.
ctx() - method in class org.omg.CORBA.Request
Get the context, previously set using ctx(Context).
ctx() - method in class org.omg.CORBA.ServerRequest
Get the context information.
ctx(org.omg.CORBA.Context) - method in class org.omg.CORBA.Request
Set the context that shuld be later returned by ctx().
CTX_RESTRICT_SCOPE - interface org.omg.CORBA.CTX_RESTRICT_SCOPE
This simple interface defines just one constant, normally used to restrict the property search in the Context by the current context.
CubicCurve2D - class java.awt.geom.CubicCurve2D
A two-dimensional curve that is parameterized with a cubic function.
CubicCurve2D() - constructor for class java.awt.geom.CubicCurve2D
Constructs a new CubicCurve2D.
Currency - class java.util.Currency
Representation of a currency for a particular locale.
CURRENCY - static field in class java.text.NumberFormat.Field
Attribute set to all characters containing the currency unit.
CURRENCY_SYMBOL - static field in class java.lang.Character
Sc = Symbol, Currency (Informative).
CURRENCY_SYMBOLS - static field in class java.lang.Character.UnicodeBlock
Currency Symbols.
A CurrencyNameProvider provides localized versions of the symbols that represent a particular currency.
CurrencyNameProvider() - constructor for class java.util.spi.CurrencyNameProvider
Constructs a new CurrencyNameProvider.
CURRENT - static field in class javax.swing.text.html.parser.DTDConstants
The attribute modifier #CURRENT constant, specifies the value that at any point in the document is the last value supplied for that element.
Current - interface org.omg.CORBA.Current
The interfaces, derived from this class, define the objects, providing information, associated with a particular thread of execution.
Current - interface org.omg.PortableInterceptor.Current
The portable interceptor Current (PICurrent) contains multiple slots where an interceptor can rememeber the request - specific values between subsequent calls of the interceptor methods.
Current - interface org.omg.PortableServer.Current
Provides the Id of the object currently being served and POA to that this object is connected.
current() - method in class java.text.BreakIterator
This method returns the index of the current text element boundary.
current() - method in class java.text.CharacterIterator
This method returns the character at the current index position
current() - method in class javax.swing.text.ElementIterator
Returns the current element.
current() - method in class javax.swing.text.Segment
Returns the character at the current index.
current() - method in class java.text.StringCharacterIterator
This method returns the character at the current index position
current_component() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
current_component() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
current_component() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
current_component() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
current_component() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
current_component() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
current_component() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
current_component() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
current_component() - method in class org.omg.CORBA.DynAny
Returns the focused component of this DynAny.
current_component() - method in class org.omg.DynamicAny.DynAnyOperations
Returns the focused component of this DynAny.
current_factory() - method in class org.omg.PortableInterceptor.IORInfoOperations
The current_factory is the factory, used by the adapter to create object references.
Set the current object reference factory, used to produce the new objects.
current_member_kind() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
current_member_kind() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
current_member_kind() - method in class org.omg.CORBA.DynStruct
Get the kind of the structure field that would be returned by DynAny.current_component().
current_member_kind() - method in class org.omg.DynamicAny.DynStructOperations
Get the kind of the structure field at the current position.
current_member_kind() - method in class org.omg.CORBA.DynValue
Get the kind of the member, pointed by the internal pointer.
current_member_kind() - method in class org.omg.DynamicAny.DynValueOperations
Get the kind of the current member.
current_member_name() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
current_member_name() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
current_member_name() - method in class org.omg.CORBA.DynStruct
Get the name of the structure field that would be returned by DynAny.current_component().
current_member_name() - method in class org.omg.DynamicAny.DynStructOperations
Get the name of the structure field at the current position.
current_member_name() - method in class org.omg.CORBA.DynValue
Get the name of the member, pointed by the internal pointer.
current_member_name() - method in class org.omg.DynamicAny.DynValueOperations
Get the name of the current member.
currentCellRenderer - field in class javax.swing.plaf.basic.BasicTreeUI
Renderer that is being used to do the actual cell drawing.
currentClassLoader() - method in class java.lang.SecurityManager
Find the ClassLoader of the first non-system class on the execution stack.
currentGroupID() - static method in class java.rmi.activation.ActivationGroup
Get the id of current activation group.
CurrentHelper - class org.omg.CORBA.CurrentHelper
The helper operations for the CORBA object Current.
CurrentHelper - class org.omg.PortableInterceptor.CurrentHelper
The helper operations for the CORBA object Current.
CurrentHelper - class org.omg.PortableServer.CurrentHelper
The helper operations for the CORBA object Current.
CurrentHolder - class org.omg.CORBA.CurrentHolder
A holder for the object Current.
CurrentHolder() - constructor for class org.omg.CORBA.CurrentHolder
Create the uninitialised instance, leaving the value field with default null value.
CurrentHolder(org.omg.CORBA.Current) - constructor for class org.omg.CORBA.CurrentHolder
Create the initialised instance.
currentLoadedClass() - method in class java.lang.SecurityManager
Find the first non-system class on the execution stack.
currentManager(java.awt.Component) - static method in class javax.swing.RepaintManager
Returns the RepaintManager for the current thread's thread group.
currentManager(javax.swing.JComponent) - static method in class javax.swing.RepaintManager
Returns the RepaintManager for the current thread's thread group.
currentMouseX - field in class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
The current X coordinate of the mouse.
currentMouseX - field in class javax.swing.plaf.basic.BasicSliderUI.TrackListener
The current X position of the mouse.
currentMouseY - field in class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
The current Y coordinate of the mouse.
currentMouseY - field in class javax.swing.plaf.basic.BasicSliderUI.TrackListener
The current Y position of the mouse.
CurrentOperations - interface org.omg.CORBA.CurrentOperations
The interfaces, derived from this class, define operations that provide information, associated with a particular thread of execution.
CurrentOperations - interface org.omg.PortableInterceptor.CurrentOperations
Defines the operations, applicable to the portable interceptor Current.
CurrentOperations - interface org.omg.PortableServer.CurrentOperations
Provides the Id of the object currently being served and POA to that this object is connected.
currentSegment(double[]) - method in class java.awt.geom.FlatteningPathIterator
Returns the coordinates of the next point(s), as well as the type of line segment.
currentSegment(double[]) - method in class java.awt.geom.PathIterator
Returns the coordinates of the next point(s), as well as the type of line segment.
currentSegment(float[]) - method in class java.awt.geom.FlatteningPathIterator
Returns the coordinates of the next point(s), as well as the type of line segment.
currentSegment(float[]) - method in class java.awt.geom.PathIterator
Returns the coordinates of the next point(s), as well as the type of line segment.
currentThread() - static method in class java.lang.Thread
Get the currently executing Thread.
currentTimeMillis() - static method in class java.lang.System
Get the current time, measured in the number of milliseconds from the beginning of Jan.
currentValuePane - field in class javax.swing.plaf.basic.BasicComboBoxUI
Used to render the combo box values.
Cursor - class java.awt.Cursor
This class represents various predefined cursor types.
Cursor(int) - constructor for class java.awt.Cursor
Initializes a new instance of Cursor with the specified type.
Cursor(java.lang.String) - constructor for class java.awt.Cursor
This constructor is used internally only.
Appends a cubic Bezier curve to the current path.
CUSTOM_CURSOR - static field in class java.awt.Cursor
CUSTOM_DIALOG - static field in class javax.swing.JFileChooser
A dialog type for some custom purpose.
Customizer - interface java.beans.Customizer
You may explicitly provide a Customizer for your Bean class, which allows you complete control of the editing of the Bean.

A Customizer is meant to be embedded in an RAD tool, and thus must be a descendant of java.awt.Component.

It must also have a constructor with no arguments.

CustomMarshal - interface org.omg.CORBA.CustomMarshal
This interface indicates that the object can provide its own methods for reading and writing its content.
CustomValue - interface org.omg.CORBA.CustomValue
A Custom Value is a ValueBase implementing its own methods for reading and writing (unmarshaling and marshaling) the content.
CustomValue - interface org.omg.CORBA.portable.CustomValue
If the value type provides the user defined methods for reading and writing its content, it must implement this interface for reading and writing the content in a user-defined default way.
cut() - method in class javax.swing.JPasswordField
Cuts the selected text and puts it into the clipboard.
cut() - method in class javax.swing.text.JTextComponent
cut(int,int) - method in class javax.accessibility.AccessibleEditableText
Cut the text between two points to the system clipboard.
cut(int,int) - method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Cuts the text between two indexes.
Copies the selected content into the system clipboard and deletes the selection.
CutAction() - constructor for class javax.swing.text.DefaultEditorKit.CutAction
Create a new CutAction.
cxt - field in class org.omg.CosNaming.NamingContextPackage.CannotProceed
The relevant naming contex.
CYAN - static field in class java.awt.Color
Constant for the color cyan: R=0, G=255, B=255.
CYPRIOT_SYLLABARY - static field in class java.lang.Character.UnicodeBlock
Cypriot Syllabary.
CYRILLIC - static field in class java.lang.Character.UnicodeBlock
Cyrillic.
CYRILLIC_SUPPLEMENTARY - static field in class java.lang.Character.UnicodeBlock
Cyrillic Supplementary.