Alphabetical Index: A

_ 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

A

a - field in class java.awt.AWTEventMulticaster
A variable in the event chain.
A - static field in class javax.swing.text.html.HTML.Tag
The <a> tag
A - static field in class javax.print.attribute.standard.MediaSizeName
A - static field in class java.awt.PageAttributes.MediaType
A0 - static field in class java.awt.PageAttributes.MediaType
A1 - static field in class java.awt.PageAttributes.MediaType
A10 - static field in class java.awt.PageAttributes.MediaType
A2 - static field in class java.awt.PageAttributes.MediaType
A3 - static field in class java.awt.PageAttributes.MediaType
A4 - static field in class java.awt.PageAttributes.MediaType
A5 - static field in class java.awt.PageAttributes.MediaType
A6 - static field in class java.awt.PageAttributes.MediaType
A7 - static field in class java.awt.PageAttributes.MediaType
A8 - static field in class java.awt.PageAttributes.MediaType
A9 - static field in class java.awt.PageAttributes.MediaType
ABOR - static field in class gnu.java.net.protocol.ftp.FTPConnection
ABORT - static field in class java.awt.image.ImageObserver
Production of the image was aborted.
abort() - method in class gnu.xml.dom.ls.DomLSParser
abort() - method in class gnu.java.net.protocol.ftp.FTPConnection
Aborts the transfer in progress.
abort() - method in class javax.imageio.ImageReader
Request that reading be aborted.
abort() - method in class javax.imageio.ImageWriter
Request that writing be aborted.
abort() - method in class javax.security.auth.spi.LoginModule
Abort the current login attempt.
ABORTED - static field in class javax.print.attribute.standard.JobState
ABORTED - static field in class java.awt.MediaTracker
Indicates that the loading operation has been aborted.
ABORTED_BY_SYSTEM - static field in class javax.print.attribute.standard.JobStateReason
abortGrabbing() - method in class java.awt.image.PixelGrabber
Abort pixel grabbing.
abortRequested() - method in class javax.imageio.ImageReader
Check if the abort flag is set.
abortRequested() - method in class javax.imageio.ImageWriter
Check if the abort flag is set.
ABOUT_UIROLE - static field in class javax.print.ServiceUIFactory
ABOVE_BOTTOM - static field in class javax.swing.border.TitledBorder
A value for the titlePosition property that vertically positions the title text above the bottom line of the border.
ABOVE_TOP - static field in class javax.swing.border.TitledBorder
A value for the titlePosition property that vertically positions the title text above the top line of the border.
abs() - method in class java.math.BigDecimal
abs() - method in class java.math.BigInteger
abs(double) - static method in class java.lang.Math
Take the absolute value of the argument.
abs(double) - static method in class java.lang.StrictMath
Take the absolute value of the argument.
abs(float) - static method in class java.lang.Math
Take the absolute value of the argument.
abs(float) - static method in class java.lang.StrictMath
Take the absolute value of the argument.
abs(int) - static method in class java.lang.Math
Take the absolute value of the argument.
abs(int) - static method in class java.lang.StrictMath
Take the absolute value of the argument.
abs(long) - static method in class java.lang.Math
Take the absolute value of the argument.
abs(long) - static method in class java.lang.StrictMath
Take the absolute value of the argument.
ABSENT_INFORMATION - static field in class gnu.classpath.jdwp.JdwpConstants.Error
Desired information is not available
absolute(int) - method in class java.sql.ResultSet
This method positions the result set to the specified absolute row.
absolutePath() - method in class java.util.prefs.AbstractPreferences
Returns the absolute path name of this preference node.
absolutePath() - method in class java.util.prefs.Preferences
Returns the absolute path name of this preference node.
ABSTRACT - static field in class java.lang.reflect.Modifier
Abstract:
  • Class: may not be instantiated.
  • Method: may not be called.
AbstractAction - class javax.swing.AbstractAction
A base class for implementing the Action interface.
AbstractAction() - constructor for class javax.swing.AbstractAction
Creates a new action with an empty string for the name.
AbstractAction(java.lang.String) - constructor for class javax.swing.AbstractAction
Creates a new action with the specified name.
Creates a new action with the specified name and icon.
AbstractAny - class gnu.CORBA.DynAn.AbstractAny
The top of our DynAny implementation, this class provides ORB that is required to create anys and factory that is required to initialise DynAnys.
Create the abstract dyn any.
AbstractBorder - class javax.swing.border.AbstractBorder
An invisible zero-width border, serving as a base class for implementing more interesting borders.
AbstractBorder() - constructor for class javax.swing.border.AbstractBorder
Constructs a new AbstractBorder.
AbstractButton - class javax.swing.AbstractButton
Provides an abstract implementation of common button behaviour, data model and look & feel.
AbstractButton() - constructor for class javax.swing.AbstractButton
Creates a new AbstractButton object.
AbstractCdrInput - class gnu.CORBA.CDR.AbstractCdrInput
A simple CORBA CDR (common data representation) input stream, reading data from the given InputStream.
AbstractCdrInput() - constructor for class gnu.CORBA.CDR.AbstractCdrInput
Creates the stream, requiring the subsequent call of setInputStream(InputStream).
AbstractCdrInput(java.io.InputStream) - constructor for class gnu.CORBA.CDR.AbstractCdrInput
Creates the stream.
AbstractCdrOutput - class gnu.CORBA.CDR.AbstractCdrOutput
A simple CORBA CDR (common data representation) output stream, writing data into the given OutputStream.
AbstractCdrOutput() - constructor for class gnu.CORBA.CDR.AbstractCdrOutput
Creates the stream, requiring the subsequent call of setOutputStream(OutputStream).
AbstractCdrOutput(java.io.OutputStream) - constructor for class gnu.CORBA.CDR.AbstractCdrOutput
Creates the stream.
An abstract superclass for table and tree cell editors.
AbstractCellEditor() - constructor for class javax.swing.AbstractCellEditor
Creates a new instance of AbstractCellEditor.
A basic implementation of most of the methods in the Collection interface to make it easier to create a collection.
AbstractCollection() - constructor for class java.util.AbstractCollection
The main constructor, for use by subclasses.
AbstractColorChooserPanel - class javax.swing.colorchooser.AbstractColorChooserPanel
AbstractColorChooserPanel
AbstractColorChooserPanel() - constructor for class javax.swing.colorchooser.AbstractColorChooserPanel
This is the constructor for the AbstractColorChooserPanel.
AbstractDataInput - interface gnu.CORBA.CDR.AbstractDataInput
Some data input stream that can be either Big or Little Endian.
AbstractDataOutput - interface gnu.CORBA.CDR.AbstractDataOutput
An abstract data output stream that could write data in either Big Endian or Little Endian format.
AbstractDocument - class javax.swing.text.AbstractDocument
An abstract base implementation for the Document interface.
Creates a new AbstractDocument with the specified AbstractDocument.Content model.
Creates a new AbstractDocument with the specified AbstractDocument.Content model and AbstractDocument.AttributeContext.
An abstract base implementation of the Element interface.
Creates a new instance of AbstractElement with a specified parent Element and AttributeSet.
An abstract base implementation for a formatter that can be used by a JTextField.
Delivers instances of an JFormattedTextField.AbstractFormatter for a specific value type for a JFormattedTextField.
Base class for graphics state objects (State pattern, GOF book) that represents the current pipeline configuration.
AbstractInterruptibleChannel() - constructor for class java.nio.channels.spi.AbstractInterruptibleChannel
Initializes the channel.
AbstractLayoutCache - class javax.swing.tree.AbstractLayoutCache
class AbstractLayoutCache
AbstractLayoutCache() - constructor for class javax.swing.tree.AbstractLayoutCache
Constructor AbstractLayoutCache
AbstractList - class java.util.AbstractList
A basic implementation of most of the methods in the List interface to make it easier to create a List based on a random-access data structure.
AbstractList() - constructor for class java.util.AbstractList
The main constructor, for use by subclasses.
Provides standard implementations of some methods in ListModel.
AbstractListModel() - constructor for class javax.swing.AbstractListModel
AbstractMap - class java.util.AbstractMap
An abstract implementation of Map to make it easier to create your own implementations.
AbstractMap() - constructor for class java.util.AbstractMap
The main constructor, for use by subclasses.
An AbstractMethodError is thrown when an application attempts to access an abstract method.
AbstractMethodError() - constructor for class java.lang.AbstractMethodError
Create an error without a message.
Create an error with a message.
Partial implementation of a Preference node.
Creates a new AbstractPreferences node with the given parent and name.
Initializes the channel
AbstractSelectionKey - class java.nio.channels.spi.AbstractSelectionKey
AbstractSelectionKey() - constructor for class java.nio.channels.spi.AbstractSelectionKey
Initializes the key.
AbstractSelector - class java.nio.channels.spi.AbstractSelector
Initializes the slector.
Abstract superclass to make it easier to implement the List interface when backed by a sequential-access store, such as a linked list.
AbstractSequentialList() - constructor for class java.util.AbstractSequentialList
The main constructor, for use by subclasses.
AbstractSet - class java.util.AbstractSet
An abstract implementation of Set to make it easier to create your own implementations.
AbstractSet() - constructor for class java.util.AbstractSet
The main constructor, for use by subclasses.
Provides standard implementations for some of the methods in SpinnerModel.
AbstractSpinnerModel() - constructor for class javax.swing.AbstractSpinnerModel
Creates an AbstractSpinnerModel.
AbstractTableModel - class javax.swing.table.AbstractTableModel
A base class that can be used to create implementations of the TableModel interface.
AbstractTableModel() - constructor for class javax.swing.table.AbstractTableModel
Creates a default instance.
A default implementation of UndoableEdit that can be used as a base for implementing editing operations.
AbstractUndoableEdit() - constructor for class javax.swing.undo.AbstractUndoableEdit
Constructs a new AbstractUndoableEdit.
AbstractWriter - class javax.swing.text.AbstractWriter
This is an abstract base class for writing Document instances to a Writer.
Create a new AbstractWriter with the indicated Writer and Document.
Create a new AbstractWriter with the indicated Writer and Document.
Create a new AbstractWriter with the indicated Writer and Element.
Create a new AbstractWriter with the indicated Writer and Element.
ACCELERATOR_KEY - static field in class javax.swing.Action
A key to access the KeyStroke used as the accelerator for the action.
acceleratorFont - field in class javax.swing.plaf.basic.BasicMenuItemUI
Font to be used when displaying menu item's accelerator.
acceleratorForeground - field in class javax.swing.plaf.basic.BasicMenuItemUI
Color to be used when displaying menu item's accelerator.
acceleratorSelectionForeground - field in class javax.swing.plaf.basic.BasicMenuItemUI
Color to be used when displaying menu item's accelerator when menu item is selected.
accept() - method in class gnu.java.nio.NIOServerSocket
Accepts a new connection and returns a connected Socket instance representing that connection.
accept() - method in class java.net.ServerSocket
Accepts a new connection and returns a connected Socket instance representing that connection.
accept() - method in class java.nio.channels.ServerSocketChannel
Accepts a connection made to this channel's socket.
accept() - method in class gnu.java.nio.ServerSocketChannelImpl
Accepts a connection made to this channel's socket.
Check whether the given Component is an acceptable target for the keyboard input focus.
Check whether a given Component would be acceptable as a focus owner.
Decide whether a component is an acceptable focus owner.
accept(java.io.File) - method in class javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
Returns true always, as all files are accepted by this filter.
accept(java.io.File) - method in class java.io.FileFilter
This method determines whether or not a given pathname should be included in a pathname listing.
accept(java.io.File) - method in class javax.swing.filechooser.FileFilter
Returns true if the specified file matches the filter, and false otherwise.
accept(java.io.File) - method in class javax.swing.JFileChooser
Returns true if the file is accepted by the current file filter.
This method determines whether or not a given file should be included in a directory listing.
accept(java.net.SocketImpl) - method in class gnu.java.net.PlainSocketImpl
Accepts a new connection on this socket and returns in in the passed in SocketImpl.
accept(java.net.SocketImpl) - method in class java.net.SocketImpl
Accepts a connection on this socket.
accept(javax.xml.stream.events.XMLEvent) - method in class javax.xml.stream.EventFilter
Indicates whether this filter can accept the specified event.
accept(javax.xml.stream.XMLStreamReader) - method in class javax.xml.stream.StreamFilter
Indicates whether the current state of the specified reader in part of this stream.
The name of the 'accept all file filter used' property.
ACCEPT_ONLY - static field in class org.ietf.jgss.GSSCredential
Credential usage flag requesting that it be able to be used for context acceptance only.
A file filter that accepts all files.
AcceptAllFileFilter() - constructor for class javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
Creates a new instance.
acceptDrag(int) - method in class java.awt.dnd.DropTargetContext
acceptDrag(int) - method in class java.awt.dnd.peer.DropTargetContextPeer
acceptDrag(int) - method in class java.awt.dnd.DropTargetDragEvent
acceptDrop(int) - method in class java.awt.dnd.DropTargetContext
acceptDrop(int) - method in class java.awt.dnd.peer.DropTargetContextPeer
acceptDrop(int) - method in class java.awt.dnd.DropTargetDropEvent
ACCEPTING_JOBS - static field in class javax.print.attribute.standard.PrinterIsAcceptingJobs
acceptSecContext(byte[],int,int) - method in class org.ietf.jgss.GSSContext
Called by the context acceptor upon receiving a token from the peer.
Called by the context acceptor upon receiving a token from the peer.
acceptsURL(java.lang.String) - method in class java.sql.Driver
This method tests whether or not the driver believes it can connect to the specified database.
access - field in class org.omg.CORBA.ValueMember
The type of access (public, private) of this value member.
ACCESS_DENIED - static field in class gnu.classpath.jdwp.JdwpConstants.Error
Debugging has not been enabled in this virtual machine.
AccessControlContext makes system resource access decsion based on permission rights.
Construct a new AccessControlContext with the specified ProtectionDomains and DomainCombiner
Construct a new AccessControlContext with the specified ProtectionDomains.
This exception is thrown when the AccessController denies an attempt to perform an operation.
Create a new instance with a descriptive error message, and a null Permission object.
Create a new instance with a descriptive error message and an associated Permission object.
AccessController - class java.security.AccessController
Access control context and permission checker.
AccessException - exception java.rmi.AccessException
Thrown to indicate that the caller does not have permission to access certain data, such as bind in an ActivationSystem.
AccessException(java.lang.String) - constructor for class java.rmi.AccessException
Create an exception with a message.
Create an exception with a message and a cause.
Accessible - interface javax.accessibility.Accessible
Implementing the Accessibility API must start with implementation of this interface at a bare minimum.
ACCESSIBLE_ACTION_PROPERTY - static field in class javax.accessibility.AccessibleContext
Constant used when supported set of actions has changed.
ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY - static field in class javax.accessibility.AccessibleContext
Constant used when active descendent of a component has changed.
ACCESSIBLE_CARET_PROPERTY - static field in class javax.accessibility.AccessibleContext
Constant used when the accessibleText caret has changed.
ACCESSIBLE_CHILD_PROPERTY - static field in class javax.accessibility.AccessibleContext
Constant used when children are added or removed.
ACCESSIBLE_DESCRIPTION_PROPERTY - static field in class javax.accessibility.AccessibleContext
Constant used when the accessible description has changed.
ACCESSIBLE_HYPERTEXT_OFFSET - static field in class javax.accessibility.AccessibleContext
Constant used when a hypertext element received focus.
ACCESSIBLE_NAME_PROPERTY - static field in class javax.accessibility.AccessibleContext
Constant used when the accessible name has changed.
ACCESSIBLE_SELECTION_PROPERTY - static field in class javax.accessibility.AccessibleContext
Constant used when the accessibleSelection has changed.
ACCESSIBLE_STATE_PROPERTY - static field in class javax.accessibility.AccessibleContext
Constant used when the accessibleStateSet has changed.
ACCESSIBLE_TABLE_CAPTION_CHANGED - static field in class javax.accessibility.AccessibleContext
Constant used when the accessible table caption has changed.
ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED - static field in class javax.accessibility.AccessibleContext
Constant used when the accessible table column description has changed.
ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED - static field in class javax.accessibility.AccessibleContext
Constant used when the accessible table column header has changed.
ACCESSIBLE_TABLE_MODEL_CHANGED - static field in class javax.accessibility.AccessibleContext
Constant used when the accessible table model has changed.
ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED - static field in class javax.accessibility.AccessibleContext
Constant used when the accessible table row description has changed.
ACCESSIBLE_TABLE_ROW_HEADER_CHANGED - static field in class javax.accessibility.AccessibleContext
Constant used when the accessible table row header has changed.
ACCESSIBLE_TABLE_SUMMARY_CHANGED - static field in class javax.accessibility.AccessibleContext
Constant used when the accessible table summary has changed.
ACCESSIBLE_TEXT_PROPERTY - static field in class javax.accessibility.AccessibleContext
Constant used when the accessibleText has changed.
ACCESSIBLE_VALUE_PROPERTY - static field in class javax.accessibility.AccessibleContext
Constant used when the accessibleValue has changed.
ACCESSIBLE_VISIBLE_DATA_PROPERTY - static field in class javax.accessibility.AccessibleContext
Constant used when the visible data has changed.
A Java Accessibility extension of the AbstractButton.
The default constructor.
AccessibleAction - interface javax.accessibility.AccessibleAction
If an object implements this interface then it must be able to perform one or more actions.
This class provides accessibility support for Applets, and is the runtime type returned by getAccessibleContext().
AccessibleApplet() - constructor for class java.applet.Applet.AccessibleApplet
The default constructor.
AccessibleAWTButton() - constructor for class java.awt.Button.AccessibleAWTButton
This class provides accessibility support for the canvas.
AccessibleAWTCanvas() - constructor for class java.awt.Canvas.AccessibleAWTCanvas
Constructor for the accessible canvas.
This class provides accessibility support for the checkbox.
Default constructor which simply calls the super class for generic component accessibility handling.
This class provides accessibility support for the combo box.
AccessibleAWTChoice() - constructor for class java.awt.Choice.AccessibleAWTChoice
Default constructor which simply calls the super class for generic component accessibility handling.
This class provides accessibility support for subclasses of container.
The default constructor.
Converts component changes into property changes.
Default constructor.
This class provides accessibility support for subclasses of container.
The default constructor.
Converts focus changes into property changes.
Default constructor.
This class provides accessibility support for the label.
AccessibleAWTLabel() - constructor for class java.awt.Label.AccessibleAWTLabel
Constructor for the accessible label.
AccessibleAWTList() - constructor for class java.awt.List.AccessibleAWTList
The default constructor.
Basic Accessibility class for Menu.
AccessibleAWTMenu() - constructor for class java.awt.Menu.AccessibleAWTMenu
Default constructor.
This class provides accessibility support for AWT menu bars.
AccessibleAWTMenuBar() - constructor for class java.awt.MenuBar.AccessibleAWTMenuBar
This is the default constructor, which simply calls the default constructor of the superclass.
This class provides a base for the accessibility support of menu components.
This is the default constructor.
Constructor
This class provides accessibility support for Panels, and is the runtime type returned by getAccessibleContext().
AccessibleAWTPanel() - constructor for class java.awt.Panel.AccessibleAWTPanel
The default constructor.
Default constructor.
This class provides accessibility support for the scrollbar.
The default constructor.
The default constructor.
The default constructor.
Provides accessibility support for Boxes.
AccessibleBox() - constructor for class javax.swing.Box.AccessibleBox
The default constructor.
Provides accessibility support for Box.Filler.
AccessibleBoxFiller() - constructor for class javax.swing.Box.Filler.AccessibleBoxFiller
AccessibleBundle - class javax.accessibility.AccessibleBundle
This serves as a base class for accessibility "enumerations".
AccessibleBundle() - constructor for class javax.accessibility.AccessibleBundle
Default constructor.
Provides accessibility support for CellRendererPanes.
Constructor AccessibleCellRendererPane
AccessibleComponent - interface javax.accessibility.AccessibleComponent
Objects which are to be rendered to a screen as part of a graphical user interface should implement this interface.
This class fires a PropertyChange listener, if registered, when children are added or removed from the enclosing accessible object.
Accessibility support for JComponent's container handler.
Default constructor.
The basic constructor.
accessibleContext - field in class javax.swing.CellRendererPane
accessibleContext
accessibleContext - field in class javax.swing.JApplet
The accessible context for this JApplet.
AccessibleContext - class javax.accessibility.AccessibleContext
The minimum information that all accessible objects return.
accessibleContext - field in class javax.swing.JColorChooser
accessibleContext
accessibleContext - field in class javax.swing.JComponent
Accessibility support is currently missing.
accessibleContext - field in class javax.swing.JDialog
DOCUMENT ME!
accessibleContext - field in class javax.swing.JFileChooser
The accessible context.
accessibleContext - field in class javax.swing.JFrame
The accessible context associated with this component.
accessibleContext - field in class javax.swing.JWindow
The accessible context associated with this component.
AccessibleContext() - constructor for class javax.accessibility.AccessibleContext
Default constructor.
accessibleDescription - field in class javax.accessibility.AccessibleContext
A localized string describing this object.
AccessibleEditableText - interface javax.accessibility.AccessibleEditableText
Objects which present editable textual information on the display should implement this interface.
Objects which present graphical components with extensions such as key bindings or tool-tips should implement this interface.
AccessibleExtendedTable - interface javax.accessibility.AccessibleExtendedTable
Objects which present 2-D tables with the extension of a flat address space should implement this interface.
Accessibility support for JComponent's focus handler.
AccessibleHyperlink - class javax.accessibility.AccessibleHyperlink
This object encapsulates actions associated with navigating hypertext.
AccessibleHyperlink() - constructor for class javax.accessibility.AccessibleHyperlink
The default constructor.
AccessibleHypertext - interface javax.accessibility.AccessibleHypertext
Objects which present hyperlinks in a document should implement this interface.
AccessibleIcon - interface javax.accessibility.AccessibleIcon
Objects which have an associated icon, such as buttons, should implement this interface.
Accessibility support for ImageIcon.
AccessibleImageIcon() - constructor for class javax.swing.ImageIcon.AccessibleImageIcon
Creates a new instance of AccessibleImageIcon.
Provides accessibility support for JApplet.
AccessibleJApplet() - constructor for class javax.swing.JApplet.AccessibleJApplet
Creates a new instance of AccessibleJApplet.
Accessibility support for JButtons.
Provides accessibility support for JCheckBox.
AccessibleJCheckBox() - constructor for class javax.swing.JCheckBox.AccessibleJCheckBox
Creates a new instance of AccessibleJCheckBox.
Accessibility support for JCheckBoxMenuItem.
Creates a new AccessibleJCheckBoxMenuItem object.
Accessibility support for JColorChooser.
Constructor AccessibleJColorChooser
Accessibility support for JComboBox.
AccessibleJComboBox() - constructor for class javax.swing.JComboBox.AccessibleJComboBox
The default constructor.
Basic accessibility support for JComponent derived widgets.
AccessibleJComponent() - constructor for class javax.swing.JComponent.AccessibleJComponent
The default constructor.
DOCUMENT ME!
Creates a new AccessibleJDesktopIcon object.
AccessibleJDesktopPane
Constructor AccessibleJDesktopPane
Provides accessibility support for JDialogs.
AccessibleJDialog() - constructor for class javax.swing.JDialog.AccessibleJDialog
Creates a new instance of AccessibleJDialog.
Provides accessibility support for JEditorPane.
Creates a new AccessibleJEditorPane object.
Provides accessibility support for JEditorPanes, when the editor kit is an instance of HTMLEditorKit.
Accessibility support for JFileChooser
The default constructor.
Provides accessibility support for JFrames.
AccessibleJFrame() - constructor for class javax.swing.JFrame.AccessibleJFrame
Creates a new instance of AccessibleJFrame.
DOCUMENT ME!
Creates a new AccessibleJInternalFrame object.
Accessibility support for JLabel.
Provides accessibility support for JLayeredPane.
Creates a new instance of AccessibleJLayeredPane.
Provides accessibility support for JList.
AccessibleJList() - constructor for class javax.swing.JList.AccessibleJList
Create a new AccessibleJList.
Provides accessibility support for list elements in JLists.
Creates a new instance of AccessibleJListChild.
AccessibleJMenu() - constructor for class javax.swing.JMenu.AccessibleJMenu
Provides accessibility support for JMenuBar.
DOCUMENT ME!
Creates a new AccessibleJOptionPane object.
Provides accessibility support for JPanel.
AccessibleJPanel() - constructor for class javax.swing.JPanel.AccessibleJPanel
Creates a new instance of AccessibleJPanel.
AccessibleJPasswordField
Constructor AccessibleJPasswordField
AccessibleJPopupMenu() - constructor for class javax.swing.JPopupMenu.AccessibleJPopupMenu
The default constructor.
AccessibleJProgressBar
Constructor AccessibleJProgressBar
This class provides accessibility support for the toggle button.
Constructor for the accessible toggle button.
Creates a new AccessibleJRadioButtonMenuItem object.
AccessibleJRootPane() - constructor for class javax.swing.JRootPane.AccessibleJRootPane
Creates a new AccessibleJRootPane object.
DOCUMENT ME!
AccessibleJScrollBar() - constructor for class javax.swing.JScrollBar.AccessibleJScrollBar
Creates a new AccessibleJSlider object.
Provides accessibility support for the JScrollPane.
Creates a new AccessibleJScrollPane object.
AccessibleJSeparator
AccessibleJSeparator() - constructor for class javax.swing.JSeparator.AccessibleJSeparator
Constructor AccessibleJSeparator
DOCUMENT ME!
AccessibleJSlider() - constructor for class javax.swing.JSlider.AccessibleJSlider
Creates a new AccessibleJSlider object.
DOCUMENT ME!
AccessibleJSplitPane() - constructor for class javax.swing.JSplitPane.AccessibleJSplitPane
Creates a new AccessibleJSplitPane object.
Accessibility support for JTabbedPane.
Creates a new AccessibleJTabbedPane object.
Provides accessibility support for JTable.
AccessibleJTable() - constructor for class javax.swing.JTable.AccessibleJTable
Creates a new AccessibleJTable.
Provides accessibility support for table cells.
Creates a new AccessibleJTableCell.
Provides accessibility support for JTextArea.
AccessibleJTextArea() - constructor for class javax.swing.JTextArea.AccessibleJTextArea
Creates a new AccessibleJTextArea object.
AccessibleJTextComponent
Constructor AccessibleJTextComponent
AccessibleJTextField
AccessibleJTextField() - constructor for class javax.swing.JTextField.AccessibleJTextField
Constructor AccessibleJTextField
This class provides accessibility support for the toggle button.
Constructor for the accessible toggle button.
AccessibleJToolBar
AccessibleJToolBar() - constructor for class javax.swing.JToolBar.AccessibleJToolBar
Constructor AccessibleJToolBar
DOCUMENT ME!
AccessibleJToolTip() - constructor for class javax.swing.JToolTip.AccessibleJToolTip
Creates a new AccessibleJToolTip object.
This class implements accessibility support for the JTree class.
AccessibleJTree() - constructor for class javax.swing.JTree.AccessibleJTree
Constructor
This class implements accessibility support for the JTree child.
Constructs an AccessibleJTreeNode
Provides accessibility support for JViewport.
AccessibleJViewport() - constructor for class javax.swing.JViewport.AccessibleJViewport
Creates a new instance of AccessibleJViewport.
Provides accessibility support for JWindow.
AccessibleJWindow() - constructor for class javax.swing.JWindow.AccessibleJWindow
Creates a new instance of AccessibleJWindow.
AccessibleKeyBinding - interface javax.accessibility.AccessibleKeyBinding
Objects which have keyboard bindings for mneumonics or shortcuts should implement this interface.
accessibleName - field in class javax.accessibility.AccessibleContext
A localized string naming this object.
AccessibleObject - class java.lang.reflect.AccessibleObject
This class is the superclass of various reflection classes, and allows sufficiently trusted code to bypass normal restrictions to do necessary things like invoke private methods outside of the class during Serialization.
AccessibleObject() - constructor for class java.lang.reflect.AccessibleObject
Only the three reflection classes that extend this can create an accessible object.
accessibleParent - field in class javax.accessibility.AccessibleContext
The accessible parent of this object.
AccessiblePolicy - interface gnu.CORBA.Poa.AccessiblePolicy
The Classpath implementation of the policy, providing the policy value and the code of the policy type.
AccessibleRelation - class javax.accessibility.AccessibleRelation
The relation between one accessible object and one or more other objects.
AccessibleRelation(java.lang.String) - constructor for class javax.accessibility.AccessibleRelation
Create a new relation with a locale independent key, and no related objects.
Create a new relation with a locale independent key, and a single related object.
Create a new relation with a locale independent key, and the given related objects.
AccessibleRelationSet - class javax.accessibility.AccessibleRelationSet
Describes all relations of an accessible object.
AccessibleRelationSet() - constructor for class javax.accessibility.AccessibleRelationSet
Create an empty relation set.
Create a relation set initialized with the given relations, duplicates are ignored.
This class is deprecated.
AccessibleResourceBundle() - constructor for class javax.accessibility.AccessibleResourceBundle
Default constructor.
AccessibleRole - class javax.accessibility.AccessibleRole
The role of an accessible object.
AccessibleRole(java.lang.String) - constructor for class javax.accessibility.AccessibleRole
Create a new constant with a locale independent key.
AccessibleSelection - interface javax.accessibility.AccessibleSelection
If an object implements this interface then it must be able to control the selection of its children.
AccessibleState - class javax.accessibility.AccessibleState
A state portion of an accessible object.
AccessibleState(java.lang.String) - constructor for class javax.accessibility.AccessibleState
Create a new constant with a locale independent key.
AccessibleStateSet - class javax.accessibility.AccessibleStateSet
Describes all elements of an accessible object's state.
AccessibleStateSet() - constructor for class javax.accessibility.AccessibleStateSet
Create an empty state set.
Create a state set initialized with the given states, duplicates are ignored.
AccessibleTable - interface javax.accessibility.AccessibleTable
Objects which present information in a 2-dimensional table should implement this interface.
Describes a change to an accessible table.
AccessibleText - interface javax.accessibility.AccessibleText
Objects which present textual information on the display should implement this interface.
AccessibleValue - interface javax.accessibility.AccessibleValue
If an object implements this interface then it must be able to control a numerical value.
ACCESSORY_CHANGED_PROPERTY - static field in class javax.swing.JFileChooser
The name of the 'accessory' property.
AccountExpiredException - exception javax.security.auth.login.AccountExpiredException
An exception that signals that an attempt was made to login to an account that has expired.
AccountExpiredException() - constructor for class javax.security.auth.login.AccountExpiredException
Instantiate this Throwable with an empty message.
AccountExpiredException(java.lang.String) - constructor for class javax.security.auth.login.AccountExpiredException
Instantiate this Throwable with the given message.
ACCT - static field in class gnu.java.net.protocol.ftp.FTPConnection
Acl - interface java.security.acl.Acl
A Java access control list (ACL) is a group of individual ACL entries.
AclEntry - interface java.security.acl.AclEntry
This interface models an entry in an access control list (ACL).
AclNotFoundException - exception java.security.acl.AclNotFoundException
This exception is thrown when a requested access control list (ACL) is not found.
AclNotFoundException() - constructor for class java.security.acl.AclNotFoundException
Initializes a new instance of this class with no descriptive message
acos(double) - static method in class java.lang.Math
The trigonometric function arccos.
acos(double) - static method in class java.lang.StrictMath
The trigonometric function arccos.
ACTION - static field in class javax.swing.text.html.HTML.Attribute
The action attribute
Action - interface javax.swing.Action
Provides a convenient central point of control for some task that can be triggered by more than one control in a Swing user interface (for example, a menu item and a toolbar button).
AWT 1.0 ACTION_EVENT event handler.
ACTION_COMMAND_KEY - static field in class javax.swing.Action
A key to access the action command string for the action.
ACTION_COPY - static field in class java.awt.dnd.DnDConstants
The copy action.
ACTION_COPY_OR_MOVE - static field in class java.awt.dnd.DnDConstants
Either a copy or a move.
ACTION_EVENT - static field in class java.awt.Event
ACTION_EVENT_MASK - static field in class java.awt.AWTEvent
Mask for action events.
ACTION_FIRST - static field in class java.awt.event.ActionEvent
The first id number in the range of action id's.
ACTION_LAST - static field in class java.awt.event.ActionEvent
The last id number in the range of action id's.
ACTION_LINK - static field in class java.awt.dnd.DnDConstants
A link action.
ACTION_MOVE - static field in class java.awt.dnd.DnDConstants
The move action.
ACTION_NONE - static field in class java.awt.dnd.DnDConstants
No action takes place.
ACTION_PERFORMED - static field in class java.awt.event.ActionEvent
An event id indicating that an action has occurred.
ACTION_REFERENCE - static field in class java.awt.dnd.DnDConstants
A synonym for ACTION_LINK.
This class listens to PropertyChangeEvents occuring in menu's action
Creates new ActionChangedListener and adds it to menuItem's action
actionCommand - field in class javax.swing.DefaultButtonModel
The string used as the "command" property of any ActionEvent this model sends.
actionCommand - field in class javax.swing.JComboBox
This actionCommand is used in ActionEvent that is fired to JComboBox's ActionListeneres.
ActionEvent - class java.awt.event.ActionEvent
This event is generated when an action on a component (such as a button press) occurs.
Initializes a new instance of ActionEvent with the specified source, id, and command.
Initializes a new instance of ActionEvent with the specified source, id, command, and modifiers.
Initializes a new instance of ActionEvent with the specified source, id, command, and modifiers, and timestamp.
actionListener - field in class javax.swing.AbstractButton
Listener the button uses to receive ActionEvents from its model.
ActionListener - interface java.awt.event.ActionListener
This interface is for classes that listen for action events.
ActionMap - class javax.swing.ActionMap
Maps arbitrary keys (usually Strings) to Action instances.
ActionMap() - constructor for class javax.swing.ActionMap
Creates a new ActionMap instance.
ActionMapUIResource - class javax.swing.plaf.ActionMapUIResource
An ActionMap that implements the UIResource interface to indicate that it belongs to a pluggable LookAndFeel.
ActionMapUIResource() - constructor for class javax.swing.plaf.ActionMapUIResource
Constructs a new ActionMapUIResource.
actionName - field in class javax.swing.text.JTextComponent.KeyBinding
This method is invoked when an action occurs.
Handles this event by dispatching it to the "a" and "b" listener instances.
This method is called when the action is performed.
This method is called when the action is performed.
This method is called when the action is performed.
This method is called when the action is performed.
This method is called when the action is performed.
Sets the current selection and closes the dialog.
Cancels the selection and closes the dialog.
Handles the action event.
Sets the directory to the user's home directory, and repaints the file chooser component.
Handles the event by creating a new folder.
NOT YET IMPLEMENTED.
This method is called when something closes the JInternalFrame.
This method is called when the user wants to iconify the JInternalFrame.
This method is called when the user wants to maximize the JInternalFrame.
This method is called when the user wants to drag the JInternalFrame.
This method is called when the user wants to restore the JInternalFrame.
This method is called when the user wants to resize the JInternalFrame.
This method is called when one of the option buttons are pressed.
Called every time the timer reaches its interval.
Not used.
Called every time the swing timer reaches its interval.
This method is called when the down or right keys are pressed.
This method is called when the end key is pressed.
This method is called when the home key is pressed.
This method is called when a resize is toggled.
This method is called when the left or up keys are pressed.
Public as a result of Timer.
Invoked when an action occurs.
Invoked when an action occurs.
Invoked when an action occurs.
Invoked when an action occurs.
Invoked when an action occurs.
Invoked when an action occurs.
actionPerformed
Performs the Action.
Performs the Action.
Performs the Action.
Performs the Action.
Performs the Action.
Performs the Action.
Performs the Action.
Performs the Action.
Messaged when the timer fires, this will start the editing session.
This method is invoked when an action occurs.
Inserts the HTML.
This method handles actionEvents fired by the ComboBoxEditor.
This method is invoked when an action occurs.
Handles the action event.
Performs the action.
Performs the action.
Performs the action.
Performs the action.
Performs the action.
Performs the action.
Performs the action.
This method displays the JToolTip when the Mouse has been still for the delay.
This method is called when the Timer that listens to whether the mouse cursor has re-entered the JComponent has run out.
This method hides the JToolTip when the Timer has finished.
This class is no longer used as of JDK1.3.
Not used.
Activatable - class java.rmi.activation.Activatable
Activatable(java.rmi.activation.ActivationID,int) - constructor for class java.rmi.activation.Activatable
activate() - method in class gnu.CORBA.Poa.gnuPOAManager
Turns the associated POAs into active state, allowing them to receive and process requests.
activate() - method in class java.awt.im.spi.InputMethod
Activate this input method for input processing.
activate() - method in class org.omg.PortableServer.POAManagerOperations
Turns the associated POAs into active state, allowing them to receive and process requests.
activate(boolean) - method in class java.rmi.activation.ActivationID
activate(java.applet.Applet) - method in class java.beans.AppletInitializer
Activate the applet.
Activates the controller.
Generate the Object Id for the given servant and add the servant to the Active Object Map using this Id a a key.
activate_object(org.omg.PortableServer.Servant) - method in class org.omg.PortableServer.POAOperations
Generate the Object Id for the given servant and add the servant to the Active Object Map using this Id a a key.
Add the given servant to the Active Object Map as a servant for the object with the provided Object Id.
Add the given servant to the Active Object Map as a servant for the object with the provided Object Id.
Same as activate_object_with_id, but permits gnuForwardRequest forwarding exception.
activateController() - method in class javax.imageio.metadata.IIOMetadata
activateController() - method in class javax.imageio.IIOParam
Activates the parameter controller by calling its activate method and passing it this IIOParam.
ACTIVATED - static field in class javax.swing.event.HyperlinkEvent.EventType
ActivateFailedException - exception java.rmi.activation.ActivateFailedException
Thrown when activation fails on a remote call to an activatable object.
ActivateFailedException(java.lang.String) - constructor for class java.rmi.activation.ActivateFailedException
Create an exception with a message.
Create an exception with a message and a cause.
activateFrame(javax.swing.JInternalFrame) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This is a convenience method that activates the JInternalFrame.
This method activates the JInternalFrame by moving it to the front and selecting it.
This method should give focus to the JInternalFrame and its default focus owner.
If the given position represents a link, then linkActivated is called on the JEditorPane.
Activation - static field in class gnu.CORBA.Minor
Failed to activate the inactive object.
ActivationDesc - class java.rmi.activation.ActivationDesc
ActivationException - exception java.rmi.activation.ActivationException
General exception class for java.rmi.activation.
ActivationException() - constructor for class java.rmi.activation.ActivationException
Create an exception with no message, and cause initialized to null.
ActivationException(java.lang.String) - constructor for class java.rmi.activation.ActivationException
Create an exception with the given message, and cause initialized to null.
Create an exception with the given message and cause.
ActivationGroup - class java.rmi.activation.ActivationGroup
ActivationGroup_Stub - class java.rmi.activation.ActivationGroup_Stub
A stub class for ActivationGroup implementations.
ActivationGroup_Stub(java.rmi.server.RemoteRef) - constructor for class java.rmi.activation.ActivationGroup_Stub
Creates a new instance of ActivationGroup_Stub.
ActivationGroupDesc - class java.rmi.activation.ActivationGroupDesc
ActivationGroupID - class java.rmi.activation.ActivationGroupID
ActivationID - class java.rmi.activation.ActivationID
ActivationID(java.rmi.activation.Activator) - constructor for class java.rmi.activation.ActivationID
ActivationInstantiator - interface java.rmi.activation.ActivationInstantiator
ActivationMonitor - interface java.rmi.activation.ActivationMonitor
ActivationSystem - interface java.rmi.activation.ActivationSystem
Activator - interface java.rmi.activation.Activator
ACTIVATOR_ID - static field in class java.rmi.server.ObjID
ACTIVE - static field in class javax.accessibility.AccessibleState
Indicates an active window, as well as an active child in a list or other collection.
ACTIVE - interface org.omg.PortableInterceptor.ACTIVE
A single constant interface, defining the adapter state (ACTIVE) = 1.
ACTIVE - static field in class org.omg.PortableServer.POAManagerPackage.State
An instance of State, initialized to ACTIVE.
active - field in class javax.sound.midi.VoiceStatus
True if this voice is processing a MIDI note.
ACTIVE_CAPTION - static field in class java.awt.SystemColor
Array index of the active caption color.
ACTIVE_CAPTION_BORDER - static field in class java.awt.SystemColor
Array index of the active caption border color.
ACTIVE_CAPTION_TEXT - static field in class java.awt.SystemColor
Array index of the active caption text color.
ACTIVE_SENSING - static field in class javax.sound.midi.ShortMessage
Status byte for Active Sensing message.
activeCaption - static field in class java.awt.SystemColor
The active caption background color.
activeCaptionBorder - static field in class java.awt.SystemColor
The active caption border color.
activeCaptionText - static field in class java.awt.SystemColor
The active caption text color.
activeCount() - static method in class java.lang.Thread
Get the number of active threads in the current Thread's ThreadGroup.
activeCount() - method in class java.lang.ThreadGroup
Return an estimate of the total number of active threads in this ThreadGroup and all its descendants.
ActiveEvent - interface java.awt.ActiveEvent
An interface for events which can dispatch themselves in another thread.
activeGroupCount() - method in class java.lang.ThreadGroup
Get the number of active groups in this ThreadGroup.
Used for lazy instantiation of UIDefaults values so that they are not all loaded when a Swing application starts up, but only the values that are really needed.
ACTIVITY_COMPLETED - exception org.omg.CORBA.ACTIVITY_COMPLETED
The ACTIVITY_COMPLETED indicates that the Activity context in which the method call was made has been completed due to a timeout of either the Activity itself or a transaction that encompasses the Activity.
ACTIVITY_COMPLETED() - constructor for class org.omg.CORBA.ACTIVITY_COMPLETED
Creates ACTIVITY_COMPLETED with the default minor code of 0 and a completion state COMPLETED_NO.
Creates a ACTIVITY_COMPLETED exception with the specified minor code and completion status.
ACTIVITY_COMPLETED(java.lang.String) - constructor for class org.omg.CORBA.ACTIVITY_COMPLETED
Creates ACTIVITY_COMPLETED with the default minor code of 0, completion state COMPLETED_NO and the given explaining message.
Created ACTIVITY_COMPLETED exception, providing full information.
ACTIVITY_REQUIRED - exception org.omg.CORBA.ACTIVITY_REQUIRED
The ACTIVITY_REQUIRED system exception indicates that an Activity context was necessary to perform the invoked operation, but one was not found associated with the calling thread.
ACTIVITY_REQUIRED() - constructor for class org.omg.CORBA.ACTIVITY_REQUIRED
Creates ACTIVITY_REQUIRED with the default minor code of 0 and a completion state COMPLETED_NO.
Creates a ACTIVITY_REQUIRED exception with the specified minor code and completion status.
ACTIVITY_REQUIRED(java.lang.String) - constructor for class org.omg.CORBA.ACTIVITY_REQUIRED
Creates ACTIVITY_REQUIRED with the default minor code of 0, completion state COMPLETED_NO and the given explaining message.
Created ACTIVITY_REQUIRED exception, providing full information.
ActivityService - static field in class gnu.CORBA.GIOP.ServiceContext
actual_stream - field in class gnu.CORBA.CDR.AbstractCdrInput
The input stream, from where the data are actually being read.
AD - static field in class java.util.GregorianCalendar
Constant representing the era AD (Anno Domini).
adapter_id() - method in class gnu.CORBA.Interceptor.gnuServerRequestInfo
Get the POA id.
adapter_id() - method in class org.omg.PortableInterceptor.ServerRequestInfoOperations
Get the identifier for the object adapter (POA).
adapter_manager_state_changed(int,short) - method in class org.omg.PortableInterceptor.IORInterceptor_3_0Operations
This method is invoked on all registered IORInterceptor_3_0 instances when the state of the adapter manager changes.
adapter_manager_state_changed(int,short) - method in class gnu.CORBA.Interceptor.IORInterceptors
Call this method for all registered CORBA 3.0 interceptors.
adapter_name() - method in class gnu.CORBA.Interceptor.gnuServerRequestInfo
adapter_name() - method in class org.omg.PortableInterceptor.ObjectReferenceTemplate
Get the name of this adapter.
adapter_name() - method in class org.omg.PortableInterceptor.ServerRequestInfoOperations
Returns the name of the adapter that is handling the current request.
Notifies the interceptor about the adapter state changes that are unrelated to adapter manager state changes.
Call this method for all registered CORBA 3.0 interceptors.
adapter_template() - method in class gnu.CORBA.Interceptor.gnuIorInfo
Get the adapter template, associated with this poa.
adapter_template() - method in class org.omg.PortableInterceptor.IORInfoOperations
Get the adapter template that is associated with the object POA.
AdapterActivator - interface org.omg.PortableServer.AdapterActivator
Adapter activators are associated with POAs and supply the the ability to create child POAs on demand.
AdapterActivatorOperations - interface org.omg.PortableServer.AdapterActivatorOperations
Defines the operations, applicable to the AdapterActivator.
AdapterAlreadyExists - exception org.omg.PortableServer.POAPackage.AdapterAlreadyExists
Raised if the target POA already has a child POA with the specified name (during creation of the new POA as a child of the target POA).
AdapterAlreadyExists() - constructor for class org.omg.PortableServer.POAPackage.AdapterAlreadyExists
Create AdapterAlreadyExists with no explaining message.
AdapterAlreadyExists(java.lang.String) - constructor for class org.omg.PortableServer.POAPackage.AdapterAlreadyExists
Create the AdapterAlreadyExists with explaining message.
AdapterAlreadyExistsHelper - class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
The helper operations for the exception AdapterAlreadyExists.
AdapterInactive - exception org.omg.PortableServer.POAManagerPackage.AdapterInactive
Raised when the current operation is not applicable for the system because the POA manager is in an inactive State.
AdapterInactive() - constructor for class org.omg.PortableServer.POAManagerPackage.AdapterInactive
Create AdapterInactive with no explaining message.
AdapterInactive(java.lang.String) - constructor for class org.omg.PortableServer.POAManagerPackage.AdapterInactive
Create the AdapterInactive with explaining message.
AdapterInactiveHelper - class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
The helper operations for the exception AdapterInactive.
AdapterManagerIdHelper - class org.omg.PortableInterceptor.AdapterManagerIdHelper
A helper operations for the adapter manager id.
AdapterNameHelper - class org.omg.PortableInterceptor.AdapterNameHelper
Provides static helper methods for working with the adapter name helper.
AdapterNonExistent - exception org.omg.PortableServer.POAPackage.AdapterNonExistent
The AdapterNonExistent is thrown if the parent POA cannot locate the required child POA.
AdapterNonExistent() - constructor for class org.omg.PortableServer.POAPackage.AdapterNonExistent
Create AdapterNonExistent with no explaining message.
AdapterNonExistent(java.lang.String) - constructor for class org.omg.PortableServer.POAPackage.AdapterNonExistent
Create the AdapterNonExistent with explaining message.
AdapterNonExistentHelper - class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
The helper operations for the exception AdapterNonExistent.
AdapterStateHelper - class org.omg.PortableInterceptor.AdapterStateHelper
A helper operations for the adapter state.
add(byte) - method in class java.awt.image.renderable.ParameterBlock
Add the new object to the repository.
Add the new object to the repository.
add(char) - method in class java.awt.image.renderable.ParameterBlock
add(double) - method in class java.awt.image.renderable.ParameterBlock
add(double,double) - method in class java.awt.geom.Rectangle2D
Modifies this rectangle so that it represents the smallest rectangle that contains both the existing rectangle and the specified point.
add(float) - method in class java.awt.image.renderable.ParameterBlock
Add context to the given array of contexts.
add(gnu.CORBA.Poa.ServantDelegateImpl) - method in class gnu.CORBA.Poa.AOM
Add the new object to the repository.
add(gnu.javax.swing.text.html.parser.support.low.Token) - method in class gnu.javax.swing.text.html.parser.support.low.Queue
Add this trace to the end of the queue.
add(HTMLElement,HTMLElement) - method in class gnu.xml.dom.html2.DomHTMLSelectElement
add(int) - method in class gnu.CORBA.gnuNVList
add(int) - method in class org.omg.CORBA.NVList
Create and add a new named value object with null name, null value and having given flags.
add(int) - method in class java.awt.image.renderable.ParameterBlock
add(int,int) - method in class java.util.Calendar
Adds the specified amount of time to the given time field.
add(int,int) - method in class java.util.GregorianCalendar
Adds the specified amount of time to the given time field.
add(int,int) - method in class java.awt.Rectangle
Modifies this rectangle so that it represents the smallest rectangle that contains both the existing rectangle and the specified point.
add(int,java.lang.Object) - method in class java.util.AbstractList
Insert an element into the list at a given position (optional operation).
Insert an element into the list at a given position (optional operation).
add(int,java.lang.Object) - method in class java.util.ArrayList
Adds the supplied element at the specified index, shifting all elements currently at that index or higher one to the right.
add(int,java.lang.Object) - method in class javax.naming.directory.Attribute
add(int,java.lang.Object) - method in class javax.naming.directory.BasicAttribute
add(int,java.lang.Object) - method in class javax.swing.DefaultListModel
Inserts an element at a particular index in the list.
add(int,java.lang.Object) - method in class java.util.LinkedList
Inserts an element in the given position in the list.
add(int,java.lang.Object) - method in class java.util.List
Insert an element into the list at a given position (optional operation).
add(int,java.lang.Object) - method in class java.util.Vector
Adds an object at the specified index.
add(int,java.lang.String) - method in class javax.naming.CompositeName
Inserts the given String component to this Name at the given index.
add(int,java.lang.String) - method in class javax.naming.CompoundName
Inserts the given String component to this Name at the given index.
add(int,java.lang.String) - method in class javax.naming.Name
Inserts the given String component to this Name at the given index.
add(int,javax.naming.RefAddr) - method in class javax.naming.Reference
add(java.awt.Component) - method in class java.awt.Container
Adds the specified component to this container at the end of the component list.
add(java.awt.Component) - method in class javax.swing.JMenu
Adds specified component to this menu.
add(java.awt.Component) - method in class javax.swing.JTabbedPane
This method adds a tab to the JTabbedPane.
add(java.awt.Component,int) - method in class java.awt.Container
Adds the specified component to this container at the specified index in the component list.
add(java.awt.Component,int) - method in class javax.swing.JMenu
Adds specified component to this menu at the given index
add(java.awt.Component,int) - method in class javax.swing.JTabbedPane
This method adds a tab to the JTabbedPane.
Adds the specified component to this container at the end of the component list.
This method adds a tab to the JTabbedPane.
Adds the specified component to this container at the specified index in the component list.
This method adds a tab to the JTabbedPane.
Chain ActionListener a and b.
Chain AdjustmentListener a and b.
Chain ComponentListener a and b.
Chain ContainerListener a and b.
Chain FocusListener a and b.
Chain HierarchyBoundsListener a and b.
Chain HierarchyListener a and b.
Chain InputMethodListener a and b.
Chain ItemListener a and b.
Chain KeyListener a and b.
Chain MouseListener a and b.
Chain MouseMotionListener a and b.
Chain MouseWheelListener a and b.
Chain AdjustmentListener a and b.
Chain WindowFocusListener a and b.
Chain WindowListener a and b.
Chain WindowStateListener a and b.
add(java.awt.geom.Area) - method in class java.awt.geom.Area
Performs an add (union) operation on this area with another Area.
add(java.awt.geom.Point2D) - method in class java.awt.geom.Rectangle2D
Modifies this rectangle so that it represents the smallest rectangle that contains both the existing rectangle and the specified point.
add(java.awt.geom.Rectangle2D) - method in class java.awt.geom.Rectangle2D
Modifies this rectangle so that it represents the smallest rectangle that contains both the existing rectangle and the specified rectangle.
add(java.awt.Menu) - method in class java.awt.MenuBar
Add a menu to this MenuBar.
add(java.awt.MenuItem) - method in class java.awt.Menu
Adds the specified item to this menu.
add(java.awt.Point) - method in class java.awt.Rectangle
Modifies this rectangle so that it represents the smallest rectangle that contains both the existing rectangle and the specified point.
add(java.awt.PopupMenu) - method in class java.awt.Component
Adds the specified popup menu to this component.
add(java.awt.Rectangle) - method in class java.awt.Rectangle
Modifies this rectangle so that it represents the smallest rectangle that contains both the existing rectangle and the specified rectangle.
add(java.awt.RenderingHints) - method in class java.awt.RenderingHints
Adds all the hints from a collection to this collection.
Registers a listener of a specific type.
add(java.lang.Object) - method in class java.util.AbstractCollection
Add an object to the collection (optional operation).
add(java.lang.Object) - method in class java.util.AbstractList
Add an element to the end of the list (optional operation).
add(java.lang.Object) - method in class java.util.ArrayList
Appends the supplied element to the end of this list.
add(java.lang.Object) - method in class javax.naming.directory.Attribute
add(java.lang.Object) - method in class javax.naming.directory.BasicAttribute
add(java.lang.Object) - method in class java.beans.beancontext.BeanContextSupport
Add an element to this collection.
add(java.lang.Object) - method in class java.util.Collection
Add an element to this collection.
add(java.lang.Object) - method in class java.util.HashSet
Adds the given Object to the set if it is not already in the Set.
add(java.lang.Object) - method in class java.util.LinkedList
Adds an element to the end of the list.
add(java.lang.Object) - method in class java.util.List
Add an element to the end of the list (optional operation).
add(java.lang.Object) - method in class java.util.ListIterator
Insert an element into the list at the current position of the iterator (optional operation).
add(java.lang.Object) - method in class java.awt.image.renderable.ParameterBlock
add(java.lang.Object) - method in class java.util.Set
Adds the specified element to the set if it is not already present (optional operation).
add(java.lang.Object) - method in class gnu.javax.rmi.CORBA.TieTargetRecord
Add a target.
add(java.lang.Object) - method in class java.util.TreeSet
Adds the spplied Object to the Set if it is not already in the Set; returns true if the element is added, false otherwise.
add(java.lang.Object) - method in class java.util.Vector
Adds an object to the Vector.
add(java.lang.String) - method in class java.awt.Choice
Adds the specified item to this choice box.
add(java.lang.String) - method in class javax.naming.CompositeName
Adds the given String component to the end of this Name.
add(java.lang.String) - method in class javax.naming.CompoundName
Adds the given String component to the end of this Name.
add(java.lang.String) - method in class org.omg.CORBA.ContextList
Add a name object
add(java.lang.String) - method in class gnu.CORBA.gnuContextList
add(java.lang.String) - method in class javax.swing.JMenu
Adds JMenuItem constructed with the specified label to this menu
add(java.lang.String) - method in class javax.swing.JPopupMenu
Constructs menu item with a specified label and adds it to popup menu
add(java.lang.String) - method in class java.awt.List
This method adds the specified item to the end of the list.
add(java.lang.String) - method in class java.awt.Menu
Add an item with the specified label to this menu.
add(java.lang.String) - method in class javax.naming.Name
Adds the given String component to the end of this Name.
add(java.lang.String,int) - method in class java.awt.peer.ChoicePeer
add(java.lang.String,int) - method in class gnu.javax.swing.text.html.parser.support.gnuStringIntMapper
Add an id/string pair to this mapper.
add(java.lang.String,int) - method in class gnu.java.awt.peer.gtk.GtkChoicePeer
add(java.lang.String,int) - method in class gnu.java.awt.peer.gtk.GtkListPeer
add(java.lang.String,int) - method in class java.awt.List
Adds the specified item to the specified location in the list.
add(java.lang.String,int) - method in class java.awt.peer.ListPeer
add(java.lang.String,int) - method in class gnu.java.awt.peer.qt.QtChoicePeer
add(java.lang.String,int) - method in class gnu.java.awt.peer.qt.QtListPeer
Adds the specified component to the container at the end of the component list.
This method adds a tab to the JTabbedPane.
add(java.math.BigDecimal) - method in class java.math.BigDecimal
add(java.math.BigInteger) - method in class java.math.BigInteger
add(java.security.Permission) - method in class java.security.PermissionCollection
This method adds a new Permission object to the collection.
add(java.security.Permission) - method in class java.security.Permissions
This method adds a new Permission to this collection.
Add a new relation to the current set.
add(javax.accessibility.AccessibleState) - method in class javax.accessibility.AccessibleStateSet
Add a new state to the current set.
add(javax.naming.RefAddr) - method in class javax.naming.Reference
add(javax.print.attribute.Attribute) - method in class javax.print.attribute.AttributeSet
Adds the specified attribute value to this attribute set if it is not already present.
add(javax.print.attribute.Attribute) - method in class javax.print.attribute.DocAttributeSet
Adds the specified attribute value to this attribute set if it is not already present.
add(javax.print.attribute.Attribute) - method in class javax.print.attribute.HashAttributeSet
Adds the specified attribute value to this attribute set if it is not already present.
add(javax.print.attribute.Attribute) - method in class javax.print.attribute.PrintJobAttributeSet
Adds the specified attribute value to this attribute set if it is not already present.
add(javax.print.attribute.Attribute) - method in class javax.print.attribute.PrintRequestAttributeSet
Adds the specified attribute value to this attribute set if it is not already present.
add(javax.print.attribute.Attribute) - method in class javax.print.attribute.PrintServiceAttributeSet
Adds the specified attribute value to this attribute set if it is not already present.
add(javax.sound.midi.MidiEvent) - method in class javax.sound.midi.Track
Add a new event to this track.
add(javax.swing.AbstractButton) - method in class javax.swing.ButtonGroup
Adds a button to this group.
add(javax.swing.Action) - method in class javax.swing.JMenu
Adds JMenuItem constructed using properties from specified action.
add(javax.swing.Action) - method in class javax.swing.JPopupMenu
Constructs menu item associated with the specified action and adds it to the popup menu
add(javax.swing.Action) - method in class javax.swing.JToolBar
This method adds a new JButton that performs the given Action to the JToolBar.
add(javax.swing.JMenu) - method in class javax.swing.JMenuBar
Adds menu to the menu bar
add(javax.swing.JMenuItem) - method in class javax.swing.JMenu
Adds specified menu item to this menu
add(javax.swing.JMenuItem) - method in class javax.swing.JPopupMenu
Adds given menu item to the popup menu
Adds a new child node to this node.
add(javax.xml.datatype.Duration) - method in class javax.xml.datatype.Duration
Returns the result of adding the specified duration to this duration.
add(javax.xml.datatype.Duration) - method in class javax.xml.datatype.XMLGregorianCalendar
Adds the specified duration to this calendar.
add(javax.xml.stream.events.XMLEvent) - method in class javax.xml.stream.util.XMLEventConsumer
Consumes an event.
add(javax.xml.stream.events.XMLEvent) - method in class javax.xml.stream.XMLEventWriter
Adds the specified event to this writer.
Adds the specified event to this writer.
add(javax.xml.stream.XMLEventReader) - method in class javax.xml.stream.XMLEventWriter
Adds the specified XML stream to this writer.
Adds the specified XML stream to this writer.
add(long) - method in class java.awt.image.renderable.ParameterBlock
Adds a mechanism specific credential-element to an existing credential.
add(org.omg.CORBA.NamedValue) - method in class gnu.CORBA.gnuNVList
Add the given named value to the list directly.
Add the new object to the repository.
Add the new object to the repository.
add(org.omg.CORBA.StructMember) - method in class gnu.CORBA.typecodes.RecordTypeCode
Adds a new field, taking values from the passed StructMember.
add(org.omg.CORBA.TypeCode) - method in class org.omg.CORBA.ExceptionList
Add the typecode of the given exception to the list.
add(org.omg.CORBA.TypeCode) - method in class gnu.CORBA.gnuExceptionList
add(org.omg.CORBA.UnionMember) - method in class gnu.CORBA.typecodes.RecordTypeCode
Adds a new field, taking values from the passed UnionMember.
add(org.omg.CORBA.ValueMember) - method in class gnu.CORBA.typecodes.RecordTypeCode
Adds a new field, taking values from the passed ValueMember.
Add context to the given array of contexts.
add(short) - method in class java.awt.image.renderable.ParameterBlock
add_1(int[],int[],int,int) - static method in class gnu.java.math.MPN
Add x[0:size-1] and y, and write the size least significant words of the result to dest.
ADD_ATTRIBUTE - static field in class javax.naming.directory.DirContext
Register the client request interceptor.
Register the client request interceptor.
add_in_arg() - method in class gnu.CORBA.gnuRequest
add_in_arg() - method in class org.omg.CORBA.Request
Add the named input parameter that passes value to the method being invoked.
add_inout_arg() - method in class gnu.CORBA.gnuRequest
add_inout_arg() - method in class org.omg.CORBA.Request
Add the input/output parameter that passes value both to and from the method being invoked.
add_ior_component(org.omg.IOP.TaggedComponent) - method in class gnu.CORBA.Interceptor.gnuIorInfo
Add component to all found profiles in this IOR.
Adds a service-specific component to the IOR profile.
add_ior_component(org.omg.IOP.TaggedComponent) - method in class org.omg.PortableInterceptor.IORInfoOperations
Adds a service-specific component to the IOR profile being constructed.
Add component to tje specified profile of this IOR.
Adds a service-specific component to the IOR profile.
Adds a service-specific component to the IOR profile being constructed.
Register the IOR (object reference) interceptor.
Register the IOR (object reference) interceptor.
add_item(java.lang.String,int) - method in class gnu.CORBA.gnuNVList
add_item(java.lang.String,int) - method in class org.omg.CORBA.NVList
Create and add the new named value object with the given names, given flags and the null value.
ADD_METHOD_NOT_IMPLEMENTED - static field in class gnu.classpath.jdwp.JdwpConstants.Error
Adding methods has not been implemented
add_n(dest[],int[],int[],int) - static method in class gnu.java.math.MPN
Add x[0:len-1] and y[0:len-1] and write the len least significant words of the result to dest[0:len-1].
add_named_in_arg(java.lang.String) - method in class org.omg.CORBA.Request
Add the named input parameter that passes value to the method being invoked.
add_named_inout_arg(java.lang.String) - method in class org.omg.CORBA.Request
Add the named input/output parameter that passes value both to and from the method being invoked.
add_named_out_arg(java.lang.String) - method in class org.omg.CORBA.Request
Add the named output parameter that passes value from the method being invoked.
add_out_arg() - method in class gnu.CORBA.gnuRequest
add_out_arg() - method in class org.omg.CORBA.Request
Add the output parameter that passes value from the method being invoked.
ADD_OVERRIDE - static field in class org.omg.CORBA.SetOverrideType
Add the new policies to the existing policies.
Allows the interceptor to add service contexts to the request.
Allows the interceptor to add the service contexts to the request.
Add context to request.
Register the server request interceptor.
Register the server request interceptor.
Create and add the named value object with the given name, value and flags.
addAccessibleSelection(int) - method in class javax.accessibility.AccessibleSelection
Select the specified child if it is not already selected, placing it in the object's current selection.
Select the specified child if it is not already selected, placing it in the object's current selection.
Adds the accessible item with the specified index to the selected items.
Selects the menu with index i.
DOCUMENT ME!
Adds the specified selected item in the object to the object's selection.
Adds the specified selected item in the object to the object's selection.
Replaces or supplements the component's selection with the Accessible child at the supplied index.
Adds an ActionListener to the button's listener list.
Adds an ActionListener to the editor component.
Adds a new entry to the list of listeners that will receive action events from this button.
Adds an ActionListener to the list of registered listeners.
This method adds specified ActionListener to this ComboBoxEditor.
Add an ActionListener to the model.
This methods adds specified ActionListener to this JComboBox.
Adds an ActionListener to the file chooser.
Adds a new listener object to this text field.
Adds the specified ActionListener to the list of registered listeners for this object.
Adds the specified listener to the list of registered action listeners for this component.
Addes a new listener to the list of action listeners for this object.
Add the action listener
Adds a listener that will receive adjustment events for this object.
This method adds an AdjustmentListener to the scroll bar.
Adds a new adjustment listener to the list of registered listeners for this object.
Adds a listener that will receive adjustment events for this object.
Insert the contents of a collection into the list at a given position (optional operation).
Insert the contents of a collection into the list at a given position (optional operation).
addAll(int,java.util.Collection) - method in class java.util.ArrayList
Add all elements in the supplied collection, inserting them beginning at the specified index. c can contain objects of any type, as well as null values.
addAll(int,java.util.Collection) - method in class java.util.LinkedList
Insert the elements of the collection in iteration order at the given index of this list.
addAll(int,java.util.Collection) - method in class java.util.List
Insert the contents of a collection into the list at a given position (optional operation).
addAll(int,java.util.Collection) - method in class java.util.Vector
Inserts all elements of the given collection at the given index of this Vector.
addAll(int,javax.naming.Name) - method in class javax.naming.CompositeName
Inserts all the components of the given Name to this Name at the given index.
addAll(int,javax.naming.Name) - method in class javax.naming.CompoundName
Inserts all the components of the given Name to this Name at the given index.
addAll(int,javax.naming.Name) - method in class javax.naming.Name
Inserts all the components of the given Name to this Name at the given index.
Add all the elements of a given collection to this collection (optional operation).
addAll(java.util.Collection) - method in class java.util.ArrayList
Add each element in the supplied Collection to this List.
addAll(java.util.Collection) - method in class java.beans.beancontext.BeanContextSupport
Add the contents of a given collection to this collection.
addAll(java.util.Collection) - method in class java.util.Collection
Add the contents of a given collection to this collection.
addAll(java.util.Collection) - method in class java.util.LinkedList
Append the elements of the collection in iteration order to the end of this list.
addAll(java.util.Collection) - method in class java.util.List
Add the contents of a collection to the end of the list (optional operation).
addAll(java.util.Collection) - method in class java.util.Set
Adds all of the elements of the given collection to this set (optional operation).
addAll(java.util.Collection) - method in class java.util.TreeSet
Adds all of the elements in the supplied Collection to this TreeSet.
addAll(java.util.Collection) - method in class java.util.Vector
Appends all elements of the given collection to the end of this Vector.
Add all of the relations to the current set.
Add all of the states to the current set.
addAll(javax.naming.Name) - method in class javax.naming.CompositeName
Adds all the components of the given Name to the end of this Name.
addAll(javax.naming.Name) - method in class javax.naming.CompoundName
Adds all the components of the given Name to the end of this Name.
addAll(javax.naming.Name) - method in class javax.naming.Name
Adds all the components of the given Name to the end of this Name.
addAll(javax.print.attribute.AttributeSet) - method in class javax.print.attribute.AttributeSet
Adds all of the elements in the specified set to this attribute set.
addAll(javax.print.attribute.AttributeSet) - method in class javax.print.attribute.DocAttributeSet
Adds all of the elements in the specified set to this attribute set.
addAll(javax.print.attribute.AttributeSet) - method in class javax.print.attribute.HashAttributeSet
Adds all of the elements in the specified set to this attribute set.
Adds all of the elements in the specified set to this attribute set.
Adds all of the elements in the specified set to this attribute set.
Adds all of the elements in the specified set to this attribute set.
addAllExpectedPolicies(java.util.Set) - method in class gnu.java.security.x509.PolicyNodeImpl
addAllPolicyQualifiers(java.util.Collection) - method in class gnu.java.security.x509.PolicyNodeImpl
Register an AncestorListener.
Adds an attribute to this element.
addAttribute(java.lang.Object,java.lang.Object) - method in class gnu.javax.swing.text.html.parser.htmlAttributeSet
Add the attribute to this attribute set.
addAttribute
addAttribute
addAttribute
Adds a new attribute that will cover the entire string.
Adds a new attribute that will cover the specified subrange of the string.
Returns an AttributeSet that contains the attributes of old plus the new attribute specified by name and value.
Adds an attribute to the given set and returns a new set.
This method adds a set of attributes to a range of character.
Adds all of the attributes in the specified list to the specified subrange of the string.
Adds a set of attributes to this element.
addAttributes
addAttributes
addAttributes
Returns an AttributeSet that contains the attributes of old plus the new attributes in attributes.
Adds a set of attributes to the element.
addAuxiliaryLookAndFeel(javax.swing.LookAndFeel) - static method in class javax.swing.UIManager
Add a LookAndFeel to the list of auxiliary look and feels.
addBatch() - method in class java.sql.PreparedStatement
This method adds a set of parameters to the batch for JDBC 2.0.
addBatch(java.lang.String) - method in class java.sql.Statement
This method adds a SQL statement to a SQL batch.
Add a listener on changes to the membership of this BeanContext object.
Add a listener on changes to the membership of this BeanContext object.
Add a listener on all adds and removes of services.
This method is messaged to add the buttons to the given container.
Adds a CaretListener object to this text component.
Adds a CellEditorListener to the list of CellEditorListeners of this CellEditor.
addCellEditorListener
Adds a CellEditorListener object to this editor.
addCertificate(java.security.Certificate) - method in class java.security.Identity
Adds a certificate for this identity.
Add a certificate path checker.
addCertStore(java.security.cert.CertStore) - method in class java.security.cert.PKIXParameters
Add a CertStore to the list of cert stores.
Adds a ChangeListener to the button's listener list.
Adds a ChangeListener.
Adds a ChangeListener to this object.
Adds an ChangeListener to the list of registered listeners.
Registers a ChangeListener that is notified whenever that state of this Caret changes.
addChangeListener
Subscribes a ChangeListener to state changes.
Add a ChangeListener to the model.
Registers a ChangeListener that is notified whenever that state of this Caret changes.
Adds a listener to this model.
addChangeListener
This method adds a ChangeListener to this JProgressBar.
This method registers a listener to this slider.
Adds a ChangeListener
This method adds a ChangeListener to the JTabbedPane.
Adds ChangeListener to this MenuSelectionManager
addChangeListener
Adds a ChangeListener to the list of registered listeners.
Adds a ChangeListener object to the style.
Adds a ChangeListener object to the style.
addChild(gnu.java.security.x509.PolicyNodeImpl) - method in class gnu.java.security.x509.PolicyNodeImpl
Adds a file filter to the list of available filters and sends a PropertyChangeEvent (with the property name CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY) to all registered listeners.
This method adds the given AbstractColorChooserPanel to the list of the JColorChooser's chooserPanels.
addCodeBase(java.lang.String) - method in class gnu.CORBA.CDR.gnuRuntime
Set the codebase, preserving the old value if the passed parameter is null and forming the space delimited list if both new and old values are not null.
addColumn(java.lang.Object) - method in class javax.swing.table.DefaultTableModel
Adds a column with the specified name to the table.
Adds a column with the specified name and data values to the table.
Adds a column with the specified name and data values to the table.
addColumn adds column to the model.
addColumn(javax.swing.table.TableColumn) - method in class javax.swing.JTable
Adds a column to the model.
addColumnModelListener adds specified listener to the model's listener list
addColumnModelListener
addColumnSelectionInterval(int,int) - method in class javax.swing.JTable
Adds the specified listener to this component.
Used to register an ImageConsumer with this ImageProducer.
addConsumer(java.awt.image.ImageConsumer) - method in class gnu.java.awt.image.ImageDecoder
Used to register an ImageConsumer with this ImageProducer.
Used to register an ImageConsumer with this ImageProducer.
addConsumer(java.awt.image.ImageConsumer) - method in class java.awt.image.renderable.RenderableImageProducer
Adds the specified container listener to this object's list of container listeners.
addContent(char[],int,int) - method in class javax.swing.text.html.HTMLDocument.HTMLReader
Adds text to the appropriate context using the current character attribute set.
addContent(char[],int,int,boolean) - method in class javax.swing.text.html.HTMLDocument.HTMLReader
Adds text to the appropriate context using the current character attribute set, and possibly generating an IMPLIED Tag if necessary.
Add service context to this header.
addControlButtons() - method in class javax.swing.plaf.metal.MetalFileChooserUI
Adds the control buttons ('up', 'home' etc.) to the panel.
Add a controller event listening object to this sequencer.
Adds a CSS attribute to the given set.
Adds a CSS attribute to the given set.
addCustomEntriesToTable(javax.swing.UIDefaults) - method in class javax.swing.plaf.metal.MetalTheme
Adds custom entries to the UI defaults table.
addCustomEntriesToTable(javax.swing.UIDefaults) - method in class javax.swing.plaf.metal.OceanTheme
Adds customized entries to the UIDefaults table.
Updates a dictionary used to map PUBLIC identifiers to file names, so that it uses the mappings in a specified directory.
Add a region to the set of dirty regions for a specified component.
Adds a DocumentListener object to this document.
Adds a DocumentListener to this document.
Register a new DragGestureListener.
Adds a DragSourceListener.
addDropTarget(java.awt.dnd.DropTarget) - method in class java.awt.dnd.peer.DropTargetPeer
Adds a new DropTargetListener.
Adds an UndoableEdit to this DocumentEvent.
Incorporates another editing action into this one, thus forming a combined action.
addEdit(javax.swing.undo.UndoableEdit) - method in class javax.swing.undo.CompoundEdit
Incorporates another editing action into this one, thus forming a combined edit.
addEdit(javax.swing.undo.UndoableEdit) - method in class javax.swing.undo.UndoableEdit
anEdit
addEdit(javax.swing.undo.UndoableEdit) - method in class javax.swing.undo.UndoManager
Registers an undoable editing action with this UndoManager.
addEditor() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Adds the current editor to the combo box.
Adds an element to the model's item list and sends a ListDataEvent to all registered listeners.
addElement(java.lang.Object) - method in class javax.swing.DefaultListModel
Inserts an element at the end of the list.
This method adds given object to its data model.
addElement(java.lang.Object) - method in class java.util.Vector
Adds an element to the Vector at the end of the Vector.
This method adds the specified entry to the ACL
DOM L2 (Events) Registers an event listener's interest in a class of events.
Encode exception and add its recored to the message service contexts.
addExpectedPolicy(java.lang.String) - method in class gnu.java.security.x509.PolicyNodeImpl
Creates a new event filter, adding it to this request
addFirst(java.lang.Object) - method in class java.util.LinkedList
Insert an element at the first of the list.
Adds a mapping from a single String native to a single DataFlavor.
Adds the specified listener to this component.
Adds the specified listener to this component.
Adds a focus listener.
Adds a focus listener to the parent list.
Adds a focus listener to this cell.
Adds the specified listener to this component.
Adds the specified focus listener to receive focus events from this component.
Registers the specified focus listener to receive focus events from this component.
addHandler(java.util.logging.Handler) - method in class java.util.logging.Logger
Adds a handler to the set of handlers that get notified when a log record is to be published.
Adds a handshake completed listener that wants to be notified when the SSL handshake completes.
addHelpMenu(java.awt.Menu) - method in class gnu.java.awt.peer.gtk.GtkMenuBarPeer
addHelpMenu(java.awt.Menu) - method in class java.awt.peer.MenuBarPeer
addHelpMenu(java.awt.Menu) - method in class gnu.java.awt.peer.qt.QtMenuBarPeer
Adds the specified listener to this component.
Adds the specified listener to this component.
Add a HyperlinkListener object to this editor pane.
addIcon(java.awt.Container) - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method adds the appropriate icon the given container.
addIdentity(java.security.Identity) - method in class java.security.IdentityScope
Adds an identity to this identity scope.
Install a read progress listener.
Install a read update listener.
Install a read warning listener.
Install a write progress listener.
Install a write warning listener.
addImage(java.awt.Image,int) - method in class java.awt.MediaTracker
Adds an image to the tracker with the specified ID.
Adds an image to the tracker with the specified ID.
Overridden to check if a component is already a child of this Container.
This method is called by all the add() methods to perform the actual adding of the component.
This method is called by all the add() methods to perform the actual adding of the component.
This method is called when a component is added to the the JDialog.
This method is called by all the add() methods to perform the actual adding of the component.
This method adds Components to this Container.
Overrides the default implementation from Container such that layerConstraint is interpreted as an Integer, specifying the layer to which the component will be added (at the bottom position).
DOCUMENT ME!
This method adds a component to the JSplitPane.
This method overrides Container's addImpl method.
This method is called by all the add() methods to perform the actual adding of the component.
This method is called by all the add() methods to perform the actual adding of the component.
Adds the specified child component to this container.
Adds the specified listener to this component.
Adds an InputListener object to this text component.
Chain EventListener a and b.
This method adds an InternalFrameListener to this JInternalFrame.
Add a component to the invalidComponents vector.
addIssuerName(byte[]) - method in class gnu.java.security.x509.X509CertSelectorImpl
addIssuerName(byte[]) - method in class java.security.cert.X509CRLSelector
Add an issuer name to the set of issuer names criteria, as the DER encoded form.
addIssuerName(byte[]) - method in class gnu.java.security.x509.X509CRLSelectorImpl
addIssuerName(java.lang.String) - method in class gnu.java.security.x509.X509CertSelectorImpl
addIssuerName(java.lang.String) - method in class java.security.cert.X509CRLSelector
Add an issuer name to the set of issuer names criteria, as a String representation.
addIssuerName(java.lang.String) - method in class gnu.java.security.x509.X509CRLSelectorImpl
addIssuerName(java.security.Principal) - method in class gnu.java.security.x509.X509CertSelectorImpl
addIssuerName(java.security.Principal) - method in class gnu.java.security.x509.X509CRLSelectorImpl
addItem(java.awt.MenuItem) - method in class gnu.java.awt.peer.gtk.GtkMenuPeer
addItem(java.awt.MenuItem) - method in class java.awt.peer.MenuPeer
addItem(java.awt.MenuItem) - method in class gnu.java.awt.peer.qt.QtMenuPeer
addItem(java.lang.Object) - method in class javax.swing.JComboBox
This method adds given element to this JComboBox.
addItem(java.lang.String) - method in class java.awt.Choice
Adds the specified item to this choice box.
addItem(java.lang.String) - method in class java.awt.List
This method adds the specified item to the end of the list.
addItem(java.lang.String,int) - method in class java.awt.peer.ChoicePeer
addItem(java.lang.String,int) - method in class gnu.java.awt.peer.gtk.GtkChoicePeer
addItem(java.lang.String,int) - method in class gnu.java.awt.peer.gtk.GtkListPeer
addItem(java.lang.String,int) - method in class java.awt.List
Adds the specified item to the specified location in the list.
addItem(java.lang.String,int) - method in class java.awt.peer.ListPeer
addItem(java.lang.String,int) - method in class gnu.java.awt.peer.qt.QtChoicePeer
addItem(java.lang.String,int) - method in class gnu.java.awt.peer.qt.QtListPeer
Adds an ItemListener to the button's listener list.
Adds an ItemListener to the list of registered listeners.
Adds a new listeners to the list of registered listeners for this object.
Adds the specified listener to the list of registered item listeners for this object.
Adds the specified listener to the list of registered listeners for this object.
Add an ItemListener to the model.
Adds an item listener to this object.
This method registers given ItemListener with this JComboBox
Adds the specified ItemListener to the list of registered listeners for this object.
additionalBeanInfo - field in class gnu.java.beans.ExplicitBeanInfo
The BeanInfo array returned by getAdditionalBeanInfo().
AdditionalComments - static field in class javax.swing.text.html.HTMLDocument
A key for document properies.
Adds a key event dispatcher to the list of registered dispatchers.
Adds a key event post processor to the list of registered post processors.
Adds the specified listener to this component.
Create a new Keymap with a specific name and parent, and add the new Keymap to the global keymap table.
addLast(java.lang.Object) - method in class java.util.LinkedList
Insert an element at the last of the list.
This method adds the component given to the JSplitPane.
Adds a component to the layout in the specified constraint position, which must be one of the string constants defined in this class.
Adds a component to the layout.
Add a new component to the layout.
Adds the specified component to the layout, with the specified constraints object.
DOCUMENT ME!
Adds the specified component to the layout, with the specified constraints object.
This method is not used in this layout manager.
Adds a layout component and a constraint object to this layout.
Adds a component to the layout.
This method is called when adding a Component to the Container.
This method is called when the given Component is added to the JInternalFrame.
This method is called when a component is added to the container.
This method adds a component to the layout.
This method is called when a Component is added.
This method is called to add a Component to the JSplitPane.
This method is called when a component is added to the JTabbedPane.
Adds a component to the layout in the specified constraint position, which must be one of the string constants defined in this class.
Adds a component to the layout.
Add a new component to the layout.
Add a new component to the layout.
Adds the specified component to the layout group.
Add a new component to the layout.
DOCUMENT ME!
DOCUMENT ME!
Adds the specified component to the layout group.
This method is called when a Component is added.
This method is not used in this layout manager.
Add the specified component to the layout.
Adds a layout component and a constraint object to this layout.
Adds the specified component to the layout group.
addLineListener(javax.sound.sampled.LineListener) - method in class javax.sound.sampled.Line
Add a listener which will be notified whenever this Line changes state.
Add a listener object to this model.
Add a listener object to this model.
Adds a listener.
Adds a ListSelectionListener to the listener list for this list.
addLogger(java.util.logging.Logger) - method in class java.util.logging.LogManager
Adds a named logger.
addMember(java.security.Principal) - method in class java.security.acl.Group
This method adds a new Principal to this group.
addMenu(java.awt.Menu) - method in class gnu.java.awt.peer.gtk.GtkMenuBarPeer
addMenu(java.awt.Menu) - method in class java.awt.peer.MenuBarPeer
addMenu(java.awt.Menu) - method in class gnu.java.awt.peer.qt.QtMenuBarPeer
Adds a MenuDragMouseListener to this menu item.
Adds an MenuKeyListener to this menu item.
Adds MenuListener to the menu
This method creates the proper object (if necessary) to represent msg.
Add a meta event listening object to this sequencer.
Examines the given method and files it in a suitable collection.
addMimeType(java.lang.String) - method in class gnu.java.awt.peer.gtk.GdkPixbufDecoder.ImageFormatSpec
Adds the specified listener to this component.
Adds the specified listener to this component.
Adds the specified listener to this component.
XXX
addNotify() - method in class java.awt.Button
Notifies this button that it should create its native peer object.
addNotify() - method in class java.awt.Canvas
Creates the native peer for this object.
addNotify() - method in class java.awt.Checkbox
Creates this object's native peer.
addNotify() - method in class java.awt.CheckboxMenuItem
Create's this object's native peer
addNotify() - method in class java.awt.Choice
Creates the native peer for this object.
addNotify() - method in class java.awt.Component
Called to inform this component it has been added to a container.
addNotify() - method in class java.awt.Container
Called when this container is added to another container to inform it to create its peer.
addNotify() - method in class java.awt.Dialog
Creates this object's native peer.
addNotify() - method in class gnu.java.awt.EmbeddedWindow
Creates the native peer for this embedded window.
addNotify() - method in class java.awt.FileDialog
Creates the native peer for this file dialog box.
addNotify() - method in class java.awt.Frame
Called to inform this component it has been added to a container.
addNotify() - method in class javax.swing.JComponent
Receives notification if this component is added to a parent component.
addNotify() - method in class javax.swing.JMenuBar
This method overrides addNotify() in the Container to register this menu bar with the current keyboard manager.
addNotify() - method in class javax.swing.JTable
Called when this container is added to another container to inform it to create its peer.
addNotify() - method in class java.awt.Label
Notifies this label that it has been added to a container, causing the peer to be created.
addNotify() - method in class java.awt.List
Notifies this object to create its native peer.
addNotify() - method in class java.awt.Menu
Creates the native peer for this object.
addNotify() - method in class java.awt.MenuBar
Creates this object's native peer.
addNotify() - method in class java.awt.MenuItem
Creates the native peer for this object.
addNotify() - method in class java.awt.Panel
Notifies this object to create its native peer.
addNotify() - method in class java.awt.PopupMenu
Creates this object's native peer.
addNotify() - method in class java.awt.Scrollbar
Notifies this object to create its native peer.
addNotify() - method in class java.awt.ScrollPane
Notifies this object that it should create its native peer.
addNotify() - method in class java.awt.TextArea
Notify this object that it should create its native peer.
addNotify() - method in class java.awt.TextField
Notifies this object that it should create its native peer.
addNotify() - method in class java.awt.Window
Creates the native peer for this window.
addNotify(java.awt.peer.ComponentPeer) - method in class java.awt.dnd.DropTarget
addObserver(java.util.Observer) - method in class java.util.Observable
Adds an Observer.
This method adds an owner to the access control list (ACL).
addParameterObject(java.lang.Object) - method in class gnu.java.beans.decoder.DecoderContext
Adds a parameter object to the context.
addParameterObject(java.lang.Object) - method in class gnu.java.beans.decoder.DummyContext
Adds a parameter object to the context.
addParameterObject(java.lang.Object) - method in class gnu.java.beans.decoder.PersistenceParser
Adds a decoded object to the Context.
addPermission(java.security.acl.Permission) - method in class java.security.acl.AclEntry
This method adds the specified permission to this ACL entry.
addPoa(gnu.CORBA.Poa.gnuPOA) - method in class gnu.CORBA.Poa.gnuPOAManager
Add the POA that will be controlled by this manager.
addPoint(int,int) - method in class java.awt.Polygon
Adds the specified endpoint to the polygon.
Adds PopupMenuListener to combo box to listen to the events fired by the combo box's popup menu containing its list of items
Adds popupMenuListener to listen for PopupMenuEvents fired by the JPopupMenu
Registers a listener for changes in the specified attributes.
Registers a listener for events occuring during this print job.
Registers a print service attribute listener to this print service.
addPropertyChangeListener
Add a PropertyChangeListener to the listener list.
Registers a listener to receive notification whenever one of the action's properties is modified.
Adds the specified property listener to this component.
Adds a global property change listener to the accessible component.
Adds the specified property listener to this component.
Add a PropertyChangeListener.
Adds a PropertyChangeListener object to this model.
Register a PropertyChangeListener.
Adds a property change listener to the list of registered listeners.
This method does nothing, list children are transient accessible objects which means that they don't fire property change events.
Add a PropertyChangeListener to the listener list.
Add a PropertyChangeListener to the listener list.
Registers the supplied property change listener for receiving events caused by the following property changes:
  • the current focus owner ("focusOwner")
  • the permanent focus owner ("permanentFocusOwner")
  • the focused window ("focusedWindow")
  • the active window ("activeWindow")
  • the default focus traversal policy ("defaultFocusTraversalPolicy")
  • the default set of forward traversal keys ("forwardDefaultFocusTraversalKeys")
  • the default set of backward traversal keys ("backwardDefaultFocusTraversalKeys")
  • the default set of up cycle traversal keys ("upCycleDefaultFocusTraversalKeys")
  • the default set of down cycle traversal keys ("downCycleDefaultFocusTraversalKeys")
  • the current focus cycle root ("currentFocusCycleRoot")
If the supplied listener is null, nothing occurs.
Registers a listener which will be notified when the logging properties are re-read.
Adds a PropertyChangeListener to the list of global listeners.
Adds a property change listener to this PropertyEditor.
Adds a property change listener to this property editor.
Registers listener to receive notification of any future PropertyChangeEvents generated by this instance.
Adds a property change listener.
Adds a PropertyChangeListener to this UIDefaults map.
Add a PropertyChangeListener to the listener list.
Add a listener that will be notified when a specific property changes.
Add a listener that will be notified when a specific property changes.
Adds the specified property listener to this component.
Adds the specified property listener to this component.
Register a PropertyChangeListener for a specific, named property.
Registers a property change listener for receiving events relating to a change to a specified property.
Adds a PropertyChangeListener listening on the specified property.
Registers listener to receive notification of any future PropertyChangeEvents generated by this instance for the named property.
addProvider(java.security.Provider) - static method in class java.security.Security
Adds a provider to the next position available.

First, if there is a security manager, its checkSecurityAccess() method is called with the string "insertProvider."+provider.

This method is used to indicate to the GSSManager that the application would like a particular provider to be used if no other provider can be found that supports the given mechanism.
This method is used to indicate to the GSSManager that the application would like a particular provider to be used ahead of all others when support is desired for the given mechanism.
addRenderingHints(java.util.Map) - method in class gnu.java.awt.peer.gtk.GdkGraphics2D
addRenderingHints(java.util.Map) - method in class java.awt.Graphics2D
addRenderingHints(java.util.Map) - method in class gnu.awt.j2d.Graphics2DImpl
addRenderingHints(java.util.Map) - method in class gnu.java.awt.peer.qt.QtGraphics
Adds a new request property by a key/value pair.
addResourceBundle(java.lang.String) - method in class javax.swing.UIDefaults
Adds a ResourceBundle for localized values.
ADDRESS - static field in class javax.swing.text.html.HTML.Tag
The <address> tag
address - field in class java.net.SocketImpl
The address of the remote end of the socket connection
AddressHelper - class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
Helper operations for address.
AddressingDisposition - field in class gnu.CORBA.GIOP.v1_2.RequestHeader
The used addressing method.
addRow(java.lang.Object[]) - method in class javax.swing.table.DefaultTableModel
Adds a new row containing the specified data to the table and sends a TableModelEvent to all registered listeners.
addRow(java.util.Vector) - method in class javax.swing.table.DefaultTableModel
Adds a new row containing the specified data to the table and sends a TableModelEvent to all registered listeners.
addRowSelectionInterval(int,int) - method in class javax.swing.JTable
addrs - field in class javax.naming.Reference
addrType - field in class javax.naming.RefAddr
The string resprenstation of the type of address.
addRule(java.lang.String) - method in class javax.swing.text.html.StyleSheet
Adds a set if rules to the sheet.
If the selectionMode property is equal to SINGLE_SELECTION equivalent to calling setSelectionInterval(index1, index2); If the selectionMode property is equal to SINGLE_INTERVAL_SELECTION and the interval being added is not adjacent to an already selected interval, equivalent to setSelectionInterval(index1, index2).
addSelectionInterval(int,int) - method in class javax.swing.JList
addSelectionInterval(int,int) - method in class javax.swing.JTree
Adds a path to the list of selected paths.
Adds the paths to the list of selected paths.
This catches attempts to add something to the selection.
addSelectionRow(int) - method in class javax.swing.JTree
addSelectionRows(int[]) - method in class javax.swing.JTree
addSeparator() - method in class gnu.java.awt.peer.gtk.GtkMenuPeer
addSeparator() - method in class javax.swing.JMenu
Adds separator to the end of the menu items in the menu.
addSeparator() - method in class javax.swing.JPopupMenu
Adds separator to this popup menu
addSeparator() - method in class javax.swing.JToolBar
This method adds a Separator of default size to the JToolBar.
addSeparator() - method in class java.awt.Menu
Adds a separator bar at the current menu location.
addSeparator() - method in class java.awt.peer.MenuPeer
addSeparator() - method in class gnu.java.awt.peer.qt.QtMenuPeer
addSeparator(java.awt.Dimension) - method in class javax.swing.JToolBar
This method adds a Separator with the given size to the JToolBar.
Register a service to make it available to others.
addShutdownHook(java.lang.Thread) - method in class java.lang.Runtime
Register a new shutdown hook.
Removes an existing component.
addSource(java.lang.Object) - method in class java.awt.image.renderable.ParameterBlock
Adds content that is specified in the attribute set.
Adds a style into the style hierarchy.
Adds a style into the style hierarchy.
addStyle
addStyleSheet(javax.swing.text.html.StyleSheet) - method in class javax.swing.text.html.StyleSheet
Adds the rules from ss to those of the receiver. ss's rules will override the old rules.
addSubComponents() - method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
This method adds the sub components to the TitlePane.
addSubComponents() - method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
Adds the sub components of the title pane.
addSubjectAlternativeName(int,byte[]) - method in class java.security.cert.X509CertSelector
Add a name, as DER-encoded bytes, to the subject alternative names criterion.
Add a name to the subject alternative names criterion.
addSubjectName(byte[]) - method in class gnu.java.security.x509.X509CertSelectorImpl
addSubjectName(java.lang.String) - method in class gnu.java.security.x509.X509CertSelectorImpl
addSubjectName(java.security.Principal) - method in class gnu.java.security.x509.X509CertSelectorImpl
This method adds the MenuItems to the given JMenu.
Overridden to do nothing.
This method adds a tab to the JTabbedPane.
This method adds a tab to the JTabbedPane.
This method adds a tab to the JTabbedPane.
Adds a listener to the table model.
Adds a listener to the model.
addTag - field in class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
Tag in HTML to start adding tags from.
addTask(java.lang.Runnable) - method in class javax.swing.text.LayoutQueue
Add a layout task to the queue.
Adds a new listener to the list of text listeners for this component.
Adds a tile observer.
addTo(java.util.Calendar) - method in class javax.xml.datatype.Duration
Adds this duration to the specified calendar.
addTo(java.util.Date) - method in class javax.xml.datatype.Duration
Adds this duration to the specified date.
Adds a TreeExpansionListener object to the tree.
Registers a listere to the model.
addTreeModelListener
Adds a TreeSelectionListener object to this model.
Adds a TreeSelctionListener object to the tree.
Adds a TreeWillExpandListener object to the tree.
Adds an UndoableEditListener to this Document.
Adds an UndoableEditListener to this document.
Registers a listener.
Adds a mapping from the specified DataFlavor (and all DataFlavors equal to the specified DataFlavor) to the specified String native.
addURL(java.net.URL) - method in class java.net.URLClassLoader
Adds a new location to the end of the internal URL store.
Register a VetoableChangeListener.
Registers a vetoable property change listener for receiving events relating to the following properties:
  • the current focus owner ("focusOwner")
  • the permanent focus owner ("permanentFocusOwner")
  • the focused window ("focusedWindow")
  • the active window ("activeWindow")
Nothing occurs if a null listener is supplied.
Adds a VetoableChangeListener to the list of global listeners.
Add a listener that will be notified when a specific property change is requested (a PropertyVetoException may be thrown) as well as after the change is successfully made.
Add a listener that will be notified when a specific property change is requested (a PropertyVetoException may be thrown) as well as after the change is successfully made.
Registers a vetoable property change listener for receiving events relating to a vetoable change to a specified property.
Adds a VetoableChangeListener listening on the specified property.
Adds the specified listener to this window.
Adds the specified listener to the list of WindowListeners that will receive events for this window.
Adds the specified listener to this window.
addXID(int,gnu.gcj.xlib.XID) - method in class gnu.gcj.xlib.Display
Adjustable - interface java.awt.Adjustable
This interface is for objects that take a numeric value that can be adjusted within a bounded range.
adjustAllocation(java.awt.Shape) - method in class javax.swing.text.FieldView
Vertically centers the single line of text within the bounds of the input shape.
ADJUSTMENT_EVENT_MASK - static field in class java.awt.AWTEvent
Mask for adjustment events.
ADJUSTMENT_FIRST - static field in class java.awt.event.AdjustmentEvent
This is the first id in the range of ids used by adjustment events.
ADJUSTMENT_LAST - static field in class java.awt.event.AdjustmentEvent
This is the last id in the range of ids used by adjustment events.
ADJUSTMENT_VALUE_CHANGED - static field in class java.awt.event.AdjustmentEvent
This is the id indicating an adjustment value changed.
AdjustmentEvent - class java.awt.event.AdjustmentEvent
This class represents an event that is generated when an adjustable value is changed.
Initializes an instance of AdjustmentEvent with the specified source, id, type, and value.
Initializes an instance of AdjustmentEvent with the specified source, id, type, and value.
AdjustmentListener - interface java.awt.event.AdjustmentListener
Interface for classes that listen for adjustment events.
This method is called when an adjustable value changes.
Handles this event by dispatching it to the "a" and "b" listener instances.
Returns an array of new preferred sizes for the children based on delta.
adjustVisibility(java.awt.Rectangle) - method in class javax.swing.text.DefaultCaret
Adjusts the text component so that the caret is visible.
Adler32 - class java.util.zip.Adler32
Computes Adler32 checksum for a stream of data.
Adler32() - constructor for class java.util.zip.Adler32
Creates a new instance of the Adler32 class.
ADMIN_UIROLE - static field in class javax.print.ServiceUIFactory
adoptNode(Node) - method in class gnu.xml.dom.DomDocument
adoptNode(Node) - method in class gnu.xml.libxmlj.dom.GnomeDocument
advance() - method in class gnu.xml.xpath.XPathParser.yyInput
move on to next token.
advance() - method in class gnu.xml.xpath.XPathTokenizer
advanced - field in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
This is set to true each time the getNextToken is called.
AEGEAN_NUMBERS - static field in class java.lang.Character.UnicodeBlock
Aegean Numbers.
AffineTransform - class java.awt.geom.AffineTransform
This class represents an affine transformation between two coordinate spaces in 2 dimensions.
AffineTransform() - constructor for class java.awt.geom.AffineTransform
Construct a new identity transform:
 [ 1 0 0 ]
 [ 0 1 0 ]
 [ 0 0 1 ]
 
Construct a transform with the given matrix entries:
 [ m00 m01 m02 ]
 [ m10 m11 m12 ]
 [  0   0   1  ]
 
AffineTransform(double[]) - constructor for class java.awt.geom.AffineTransform
Construct a transform from a sequence of double entries.
Construct a transform with the given matrix entries:
 [ m00 m01 m02 ]
 [ m10 m11 m12 ]
 [  0   0   1  ]
 
AffineTransform(float[]) - constructor for class java.awt.geom.AffineTransform
Construct a transform from a sequence of float entries.
Create a new transform which copies the given one.
AffineTransformOp - class java.awt.image.AffineTransformOp
This class performs affine transformation between two images or rasters in 2 dimensions.
Construct AffineTransformOp with the given xform and interpolationType.
Construct AffineTransformOp with the given xform and rendering hints.
after(java.lang.Object) - method in class java.util.Calendar
Compares the given calendar with this.
after(java.sql.Timestamp) - method in class java.sql.Timestamp
This methods tests whether this object is later than the specified object.
after(java.util.Date) - method in class java.util.Date
Tests if this date is after the specified date.
AFTER_LAST_LINE - static field in class java.awt.BorderLayout
The constant indicating the position after the last line of the layout.
AFTER_LINE_ENDS - static field in class java.awt.BorderLayout
The constant indicating the position after the last item of the layout.
AFTER_RECEIVING - static field in class gnu.CORBA.OrbFunctional
If the message body is received, the time out changes to the specifice value.
afterCompletion(int) - method in class javax.transaction.Synchronization
afterLast() - method in class java.sql.ResultSet
This method repositions the cursor to after the last row in the result set.
afterOffset(int) - static method in class java.awt.font.TextHitInfo
AIFC - static field in class javax.sound.sampled.AudioFileFormat.Type
The AIFC format.
AIFF - static field in class javax.sound.sampled.AudioFileFormat.Type
The AIFF format.
ALAW - static field in class javax.sound.sampled.AudioFormat.Encoding
The ALAW encoding.
ALERT - static field in class javax.accessibility.AccessibleRole
The object alerts the user about something.
algId - field in class gnu.java.security.x509.X509Certificate
The AlgorithmParameterGenerator class is used to generate a set of parameters to be used with a certain algorithm.
Creates an AlgorithmParameterGenerator object.
AlgorithmParameterGeneratorSpi is the Service Provider Interface for the AlgorithmParameterGenerator class.
Constructs a new AlgorithmParameterGeneratorSpi
This class is used as an opaque representation of cryptographic parameters.

An AlgorithmParameters object for managing the parameters for a particular algorithm can be obtained by calling one of the getInstance() factory methods (static methods that return instances of a given class).

There are two ways to request such an implementation: by specifying either just an algorithm name, or both an algorithm name and a package provider.

  • If just an algorithm name is specified, the system will determine if there is an AlgorithmParameters implementation for the algorithm requested available in the environment, and if there is more than one, if there is a preferred one.
  • If both an algorithm name and a package provider are specified, the system will determine if there is an implementation in the package requested, and throw an exception if there is not.

Once an AlgorithmParameters object is returned, it must be initialized via a call to init(), using an appropriate parameter specification or parameter encoding.

A transparent parameter specification is obtained from an AlgorithmParameters object via a call to getParameterSpec(), and a byte encoding of the parameters is obtained via a call to getEncoded().

Creates an AlgorithmParameters object.
AlgorithmParameterSpec - interface java.security.spec.AlgorithmParameterSpec
A transparent interface for Algorithm Parameter Specifications.
AlgorithmParametersSpi is the Service Provider Interface for the Algorithm Parameters class.
AlgorithmParametersSpi() - constructor for class java.security.AlgorithmParametersSpi
Creates a new instance of AlgorithmParametersSpi
algVal - field in class gnu.java.security.x509.X509Certificate
aliases() - method in class java.nio.charset.Charset
aliases() - method in class java.security.KeyStore
Generates a list of all the aliases in the keystore.
aliasFor - field in class gnu.CORBA.typecodes.AliasTypeCode
The type code for that this typecode is an alias.
AliasTypeCode - class gnu.CORBA.typecodes.AliasTypeCode
The type code that is an alias of another type code.
Create the typecode, specifying for that typecode it is an alias and the id and name of the newly created typecode.
ALIGN - static field in class javax.swing.text.html.HTML.Attribute
The align attribute
align(int) - method in class gnu.CORBA.CDR.AbstractCdrInput
Align the curretn position at the given natural boundary.
align(int) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Align the curretn position at the given natural boundary.
align(int) - method in class gnu.CORBA.CDR.AligningInput
Skip several bytes, aligning the internal pointer on the selected boundary.
align(int) - method in class gnu.CORBA.CDR.AligningOutput
Skip several bytes, aligning the internal pointer on the selected boundary.
align(int) - method in class gnu.CORBA.CDR.BufferedCdrOutput
Align the curretn position at the given natural boundary.
align(int) - method in class gnu.CORBA.CDR.BufferredCdrInput
Skip several bytes, aligning the internal pointer on the selected boundary.
align(int) - method in class gnu.CORBA.CDR.EncapsulationStream
Align the curretn position at the given natural boundary.
ALIGN_BAR - static field in class javax.swing.text.TabStop
ALIGN_CENTER - static field in class javax.swing.text.StyleConstants
ALIGN_CENTER - static field in class javax.swing.text.TabStop
ALIGN_DECIMAL - static field in class javax.swing.text.TabStop
ALIGN_JUSTIFIED - static field in class javax.swing.text.StyleConstants
ALIGN_LEFT - static field in class javax.swing.text.StyleConstants
ALIGN_LEFT - static field in class javax.swing.text.TabStop
ALIGN_RIGHT - static field in class javax.swing.text.StyleConstants
ALIGN_RIGHT - static field in class javax.swing.text.TabStop
AligningInput - class gnu.CORBA.CDR.AligningInput
The input stream with the possibility to align on the word (arbitrary size) boundary.
AligningInput(byte[]) - constructor for class gnu.CORBA.CDR.AligningInput
Create a stream, reading form the given buffer.
AligningOutput - class gnu.CORBA.CDR.AligningOutput
The input stream with the possibility to align on the word (arbitrary size) boundary.
AligningOutput() - constructor for class gnu.CORBA.CDR.AligningOutput
Create a stream with the default intial buffer size.
AligningOutput(int) - constructor for class gnu.CORBA.CDR.AligningOutput
Create a stream with the given intial buffer size.
alignment - field in class javax.swing.SizeRequirements
The horizontal or vertical alignment of a component.
Alignment - static field in class javax.swing.text.StyleConstants
Alignment - static field in class javax.swing.text.StyleConstants.ParagraphConstants
Sets the alignment attribute on the selected text.
Creates a new instance of AlignmentAction to set the alignment to a.
ALINK - static field in class javax.swing.text.html.HTML.Attribute
The alink attribute
ALL - static field in class gnu.classpath.jdwp.JdwpConstants.SuspendPolicy
Suspend all threads when this event is encountered
ALL - static field in class java.awt.JobAttributes.DefaultSelectionType
ALL - static field in class java.util.logging.Level
The ALL level is used as a threshold for filtering log records, meaning that every message should be logged.
ALL_CLASSES - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.VirtualMachine
ALL_CLASSES_WITH_GENERIC - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.VirtualMachine
ALL_COLUMNS - static field in class javax.swing.event.TableModelEvent
A column index representing all columns.
ALL_RANGES - static field in class java.awt.font.NumericShaper
ALL_THREADS - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.VirtualMachine
ALLBITS - static field in class java.awt.image.ImageObserver
An image with a single frame, a static image, is complete.
allKeys() - method in class javax.swing.ActionMap
Returns all keys of entries in this ActionMap and all its parents.
allKeys() - method in class javax.swing.InputMap
Returns all keys of entries in this InputMap and all its parents.
allNotesOff() - method in class gnu.javax.sound.midi.dssi.DSSISynthesizer.DSSIMidiChannel
Stop playing all notes.
allNotesOff() - method in class javax.sound.midi.MidiChannel
Stop playing all notes.
ALLO - static field in class gnu.java.net.protocol.ftp.FTPConnection
allocate(int) - static method in class java.nio.ByteBuffer
Allocates a new ByteBuffer object with a given capacity.
allocate(int) - static method in class java.nio.CharBuffer
Allocates a new CharBuffer object with a given capacity.
allocate(int) - static method in class java.nio.DoubleBuffer
Allocates a new DoubleBuffer object with a given capacity.
allocate(int) - static method in class java.nio.FloatBuffer
Allocates a new FloatBuffer object with a given capacity.
allocate(int) - static method in class java.nio.IntBuffer
Allocates a new IntBuffer object with a given capacity.
allocate(int) - static method in class java.nio.LongBuffer
Allocates a new LongBuffer object with a given capacity.
allocate(int) - static method in class java.nio.ShortBuffer
Allocates a new ShortBuffer object with a given capacity.
allocate(javax.xml.stream.XMLStreamReader) - method in class javax.xml.stream.util.XMLEventAllocator
Allocates an event based on the current state of the stream reader.
Allocates an event based on the current state of the stream reader.
Allocates one or more events based on the current state of the stream reader and adds those events to the specified consumer.
Allocates one or more events based on the current state of the stream reader and adds those events to the specified consumer.
allocate(long) - method in class gnu.java.net.protocol.ftp.FTPConnection
This command may be required by some servers to reserve sufficient storage to accommodate the new file to be transferred.
allocate_slot_id() - method in class org.omg.PortableInterceptor.ORBInitInfoOperations
Allocate a slot on a PortableInterceptor.Current.
allocate_slot_id() - method in class gnu.CORBA.Interceptor.Registrator
Allocate a new slot for request - specific records.
allocateArray(int) - method in class javax.swing.text.GapContent
Allocates an array of the specified length that can then be used as buffer.
allocateColor(int,int,int) - method in class gnu.gcj.xlib.Colormap
Allocate a color consisting of the given RGB-triplet.
allocateColorPixel(gnu.gcj.xlib.XColor) - method in class gnu.gcj.xlib.Colormap
Allocate color pixel.
allocateDirect(int) - static method in class java.nio.ByteBuffer
Allocates a new direct byte buffer.
Allocates a new Object of type clazz but without running the default constructor on it.
allocator - field in class gnu.xml.stream.XMLEventReaderImpl
ALLOCATOR - static field in class javax.xml.stream.XMLInputFactory
Property used to control the event allocator implementation.
allocator - field in class gnu.xml.stream.XMLInputFactoryImpl
allowMultipleSelections() - method in class javax.security.auth.callback.ChoiceCallback
Get the boolean determining whether multiple selections from the choices list are allowed.
allowsChildren - field in class javax.swing.tree.DefaultMutableTreeNode
allowsChildren
allowsMultipleSelections() - method in class java.awt.List
Tests whether or not multi-select mode is enabled.
allowThreadSuspension(boolean) - method in class java.lang.ThreadGroup
Originally intended to tell the VM whether it may suspend Threads in low memory situations, this method was never implemented by Sun, and is hence a no-op.
allowUserInteraction - field in class java.net.URLConnection
This variable determines whether or not interaction is allowed with the user.
AllPermission - class java.security.AllPermission
This class is a permission that implies all other permissions.
AllPermission() - constructor for class java.security.AllPermission
Create a new AllPermission object.
Create a new AllPermission object.
allProceduresAreCallable() - method in class java.sql.DatabaseMetaData
This method tests whether or not all the procedures returned by the getProcedures method can be called by this user.
allSoundOff() - method in class gnu.javax.sound.midi.dssi.DSSISynthesizer.DSSIMidiChannel
Stop all sound.
allSoundOff() - method in class javax.sound.midi.MidiChannel
Stop all sound.
allTablesAreSelectable() - method in class java.sql.DatabaseMetaData
This method tests whether or not all the table returned by the getTables method can be selected by this user.
ALPHABETIC_PRESENTATION_FORMS - static field in class java.lang.Character.UnicodeBlock
Alphabetic Presentation Forms.
ALREADY_INVOKING - static field in class gnu.classpath.jdwp.JdwpConstants.Error
Previous invoke not complete
AlreadyBound - exception org.omg.CosNaming.NamingContextPackage.AlreadyBound
The exception is thrown in response to bind the same object into the same context repeatedly under the different name.
AlreadyBound() - constructor for class org.omg.CosNaming.NamingContextPackage.AlreadyBound
Creates the expection with no details.
AlreadyBound(java.lang.String) - constructor for class org.omg.CosNaming.NamingContextPackage.AlreadyBound
Creates the exception, explaining the reason.
Thrown on an attempt to bind an object in the registry that is already bound.
AlreadyBoundException() - constructor for class java.rmi.AlreadyBoundException
Create an exception with no message.
Create an exception with a message.
AlreadyBoundHelper - class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
The helper operations for the AlreadyBound user exception.
AlreadyBoundHolder - class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHolder
The holder for class AlreadyBound exception.
AlreadyBoundHolder() - constructor for class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHolder
Create the holder with unitialised value.
AlreadyBoundHolder(org.omg.CosNaming.NamingContextPackage.AlreadyBound) - constructor for class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHolder
Create the holder, storing the given value.
AlreadyConnectedException() - constructor for class java.nio.channels.AlreadyConnectedException
Creates the exception
AlsaInputPortDevice - class gnu.javax.sound.midi.alsa.AlsaInputPortDevice
ALSA MIDI In Port.
AlsaMidiDeviceProvider - class gnu.javax.sound.midi.alsa.AlsaMidiDeviceProvider
Provide ALSA MIDI devices.
AlsaMidiDeviceProvider() - constructor for class gnu.javax.sound.midi.alsa.AlsaMidiDeviceProvider
AlsaMidiSequencerDevice - class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
The ALSA MIDI sequencer device.
AlsaOutputPortDevice - class gnu.javax.sound.midi.alsa.AlsaOutputPortDevice
ALSA MIDI Out Device
AlsaPortDevice - class gnu.javax.sound.midi.alsa.AlsaPortDevice
ALSA Port Device
ALSA MIDI Port.
Create ALSA MIDI In Port.
The ALSA Receiver class.
The ALSA Transmitter class.
ALT - static field in class javax.swing.text.html.HTML.Attribute
The alt attribute
ALT_DOWN_MASK - static field in class java.awt.event.InputEvent
The ALT key extended modifier.
ALT_GRAPH_DOWN_MASK - static field in class java.awt.event.InputEvent
The ALT_GRAPH key extended modifier.
ALT_GRAPH_MASK - static field in class java.awt.event.InputEvent
This is the bit mask which indicates the alt-graph modifier is in effect.
ALT_MASK - static field in class java.awt.event.ActionEvent
Bit mask indicating that the alt key was pressed.
ALT_MASK - static field in class java.awt.Event
ALT_MASK - static field in class java.awt.event.InputEvent
This is the bit mask which indicates the alt key is down.
alternateAddTag - field in class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
Alternate tag in HTML to start adding tags from if parentTag is not found and alternateParentTag is not found.
alternateParentTag - field in class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
Alternate tag to check if parentTag is not found.
altName - field in class javax.naming.CannotProceedException
altNameCtx - field in class javax.naming.CannotProceedException
ALWAYS_UPDATE - static field in class javax.swing.text.DefaultCaret
Indicates the Caret position should always be updated after Document changes even if the updates are not performed on the Event Dispatching thread.
AM - static field in class java.util.Calendar
Useful constant for 12-hour clock.
AM_PM - static field in class java.util.Calendar
Constant representing the part of the day for 12-hour clock.
AM_PM - static field in class java.text.DateFormat.Field
AM_PM_FIELD - static field in class java.text.DateFormat
Represents the position of the am/pm pattern character in the array of localized pattern characters.
ANCESTOR - static field in class gnu.xml.xpath.Selector
ANCESTOR - static field in class gnu.xml.xpath.XPathParser
ANCESTOR_ADDED - static field in class javax.swing.event.AncestorEvent
ANCESTOR_MOVED - static field in class javax.swing.event.AncestorEvent
ANCESTOR_MOVED - static field in class java.awt.event.HierarchyEvent
This id indicates that an ancestor was moved.
ANCESTOR_OR_SELF - static field in class gnu.xml.xpath.Selector
ANCESTOR_OR_SELF - static field in class gnu.xml.xpath.XPathParser
ANCESTOR_REMOVED - static field in class javax.swing.event.AncestorEvent
ANCESTOR_RESIZED - static field in class java.awt.event.HierarchyEvent
This id indicates that an ancestor was resized.
Ancestor Added
AncestorEvent - class javax.swing.event.AncestorEvent
AncestorListener - interface javax.swing.event.AncestorListener
AncestorListener Interface
Handles this event by dispatching it to the "a" and "b" listener instances.
Implements this method from the interface with an empty body.
Called when an ancestor component of the source is moved.
Ancestor Moved
Ancestor Removed
Handles this event by dispatching it to the "a" and "b" listener instances.
Implements this method from the interface with an empty body.
Called when an ancestor component is resized.
anchor - field in class java.awt.GridBagConstraints
ANCHOR_SELECTION_PATH_PROPERTY - static field in class javax.swing.JTree
AND - static field in class gnu.xml.xpath.XPathParser
and(java.math.BigInteger) - method in class java.math.BigInteger
Return the logical (bit-wise) "and" of two BigIntegers.
and(java.util.BitSet) - method in class java.util.BitSet
Performs the logical AND operation on this bit set and the given set.
AndExpr - class gnu.xml.xpath.AndExpr
Logical and.
AndExpr(gnu.xml.xpath.Expr,gnu.xml.xpath.Expr) - constructor for class gnu.xml.xpath.AndExpr
andNot(java.math.BigInteger) - method in class java.math.BigInteger
andNot(java.util.BitSet) - method in class java.util.BitSet
Performs the logical AND operation on this bit set and the complement of the given bs.
An empty hook that allows subclasses to write extra information about classes to the stream.
annotateClass(java.lang.Class) - method in class gnu.java.rmi.server.RMIObjectOutputStream
An empty hook that allows subclasses to write extra information about classes to the stream.
annotateProxyClass(java.lang.Class) - method in class gnu.java.rmi.server.RMIObjectOutputStream
Annotation - class java.text.Annotation
This class is used as a wrapper for a text attribute object.
Annotation(java.lang.Object) - constructor for class java.text.Annotation
This method initializes a new instance of Annotation to wrapper the specified text attribute object.
AnnotationFormatError - error java.lang.annotation.AnnotationFormatError
Thrown when an annotation found in a class file is malformed.
AnnotationFormatError(java.lang.String) - constructor for class java.lang.annotation.AnnotationFormatError
Constructs a new AnnotationFormatError using the specified message to give details of the error.
Constructs a new AnnotationFormatError using the specified message to give details of the error.
AnnotationFormatError(java.lang.Throwable) - constructor for class java.lang.annotation.AnnotationFormatError
Constructs a new AnnotationFormatError using the supplied cause Throwable to provide additional history, with regards to the root of the problem.
Thrown when accessing an element within an annotation for which the type has changed, since compilation or serialization took place.
Constructs an AnnotationTypeMismatchException which is due to a mismatched type in the annotation element, m.
ANY - static field in class gnu.java.security.der.DER
ANY - static field in class javax.swing.text.html.parser.DTDConstants
The ANY constant, specifies an attribute, consisting from arbitrary characters.
Any - static field in class gnu.CORBA.Minor
The unexpected IOException while inserting or extracting data to/from the Any or DynamicAny.
Any - class org.omg.CORBA.Any
A container that can store a value of either user defined or primitive IDL type.
ANY_POLICY - static field in class gnu.java.security.provider.PKIXCertPathValidatorImpl
AnyHolder - class org.omg.CORBA.AnyHolder
A holder for storing an instance of Any.
AnyHolder() - constructor for class org.omg.CORBA.AnyHolder
Constructs an instance of AnyHolder, initializing value to null.
AnyHolder(org.omg.CORBA.Any) - constructor for class org.omg.CORBA.AnyHolder
Constructs an instance of AnyHolder, initializing value to the passed parameter.
AnySeqHelper - class org.omg.CORBA.AnySeqHelper
Provides static helper methods for working with the array of the type Any (not with the "any array").
AnySeqHelper - class org.omg.DynamicAny.AnySeqHelper
A helper operations for the array of Any.
AnySeqHolder - class org.omg.CORBA.AnySeqHolder
A sequence holder for CORBA AnySeq that is mapped into java Any[].
AnySeqHolder() - constructor for class org.omg.CORBA.AnySeqHolder
Constructs an instance of AnySeqHolder, initializing value to null.
AnySeqHolder(org.omg.CORBA.Any[]) - constructor for class org.omg.CORBA.AnySeqHolder
Constructs an instance of AnySeqHolder, initializing value to the given array
AOM - class gnu.CORBA.Poa.AOM
Implements the conception of the Active Object Map.
aom - field in class gnu.CORBA.Poa.gnuPOA
The active object map, mapping between object keys, objects and servants.
AP - static field in class gnu.javax.swing.text.html.parser.support.low.Constants
Quoting sign.
AppConfigurationEntry - class javax.security.auth.login.AppConfigurationEntry
APPE - static field in class gnu.java.net.protocol.ftp.FTPConnection
APPEND - static field in class gnu.java.nio.channels.FileChannelImpl
append(boolean) - method in class gnu.gcj.runtime.StringBuffer
Append the String value of the argument to this StringBuffer.
append(boolean) - method in class java.lang.StringBuffer
Append the String value of the argument to this StringBuffer.
append(boolean) - method in class java.lang.StringBuilder
Append the String value of the argument to this StringBuilder.
append(char) - method in class java.lang.Appendable
Appends the Unicode character, c, to this Appendable object.
append(char) - method in class gnu.java.text.AttributedFormatBuffer
This method appends a simple char to the buffer.
append(char) - method in class gnu.java.text.FormatBuffer
This method appends a simple char to the buffer.
append(char) - method in class gnu.gcj.runtime.StringBuffer
Append the char to this StringBuffer.
append(char) - method in class java.lang.StringBuffer
Append the char to this StringBuffer.
append(char) - method in class java.lang.StringBuilder
Append the char to this StringBuilder.
append(char) - method in class gnu.java.text.StringFormatBuffer
This method appends a simple char to the buffer.
append(char,int) - method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Add the character.
This method appends a simple character to the buffer.
This method appends a simple character to the buffer.
This method appends a simple character to the buffer.
append(char[]) - method in class java.lang.StringBuffer
Append the char array to this StringBuffer.
append(char[]) - method in class java.lang.StringBuilder
Append the char array to this StringBuilder.
append(char[],int,int) - method in class java.lang.StringBuffer
Append part of the char array to this StringBuffer.
append(char[],int,int) - method in class java.lang.StringBuilder
Append part of the char array to this StringBuilder.
append(double) - method in class gnu.gcj.runtime.StringBuffer
Append the String value of the argument to this StringBuffer.
append(double) - method in class java.lang.StringBuffer
Append the String value of the argument to this StringBuffer.
append(double) - method in class java.lang.StringBuilder
Append the String value of the argument to this StringBuilder.
append(float) - method in class gnu.gcj.runtime.StringBuffer
Append the String value of the argument to this StringBuffer.
append(float) - method in class java.lang.StringBuffer
Append the String value of the argument to this StringBuffer.
append(float) - method in class java.lang.StringBuilder
Append the String value of the argument to this StringBuilder.
append(gnu.javax.swing.text.html.parser.support.low.Token) - method in class gnu.javax.swing.text.html.parser.support.Parser
Add the image of this token to the buffer.
append(int) - method in class gnu.gcj.runtime.StringBuffer
Append the String value of the argument to this StringBuffer.
append(int) - method in class java.lang.StringBuffer
Append the String value of the argument to this StringBuffer.
append(int) - method in class java.lang.StringBuilder
Append the String value of the argument to this StringBuilder.
Appends the segments of a PathIterator to this GeneralPath.
This method appends a page to the end of the book.
This method appends the specified number of pages to the end of the book.
append(java.awt.Shape,boolean) - method in class java.awt.geom.GeneralPath
Appends the segments of a Shape to the path.
append(java.lang.CharSequence) - method in class java.lang.Appendable
Appends the specified sequence of Unicode characters to this Appendable object.
append(java.lang.CharSequence) - method in class java.lang.StringBuffer
Append the CharSequence value of the argument to this StringBuffer.
append(java.lang.CharSequence) - method in class java.lang.StringBuilder
Append the characters in the CharSequence to this buffer.
Appends the specified subsequence of Unicode characters to this Appendable object, starting and ending at the specified positions within the sequence.
Append the specified subsequence of the CharSequence argument to this StringBuffer.
Append some characters from the CharSequence to this buffer.
append(java.lang.Object) - method in class gnu.gcj.runtime.StringBuffer
Append the String value of the argument to this StringBuffer.
append(java.lang.Object) - method in class java.lang.StringBuffer
Append the String value of the argument to this StringBuffer.
append(java.lang.Object) - method in class java.lang.StringBuilder
Append the String value of the argument to this StringBuilder.
append(java.lang.String) - method in class gnu.java.text.AttributedFormatBuffer
This method appends a simple string to the buffer.
append(java.lang.String) - method in class gnu.java.text.FormatBuffer
This method appends a simple string to the buffer.
append(java.lang.String) - method in class gnu.java.text.FormatCharacterIterator
This method appends a string without attributes.
append(java.lang.String) - method in class gnu.java.net.protocol.ftp.FTPConnection
Returns a stream for uploading a file.
append(java.lang.String) - method in class javax.swing.JTextArea
Appends the supplied text to the current contents of the document model.
append(java.lang.String) - method in class gnu.gcj.runtime.StringBuffer
Append the String to this StringBuffer.
append(java.lang.String) - method in class java.lang.StringBuffer
Append the String to this StringBuffer.
append(java.lang.String) - method in class java.lang.StringBuilder
Append the String to this StringBuilder.
append(java.lang.String) - method in class gnu.java.text.StringFormatBuffer
This method appends a simple string to the buffer.
append(java.lang.String) - method in class java.awt.TextArea
Append the specified text to the end of the current text.
This method appends a simple string to the buffer.
This method appends a simple string to the buffer.
This method appends a simple string to the buffer.
This method appends a simple string to the buffer.
This method appends a simple string to the buffer.
This method appends a simple string to the buffer.
This method appends an attributed string which attributes are specified directly in the calling parameters.
append(java.lang.StringBuffer) - method in class java.lang.StringBuffer
Append the StringBuffer value of the argument to this StringBuffer.
append(java.lang.StringBuffer) - method in class java.lang.StringBuilder
Append the StringBuilder value of the argument to this StringBuilder.
This method appends to the internal attributed string the attributed string contained in the specified iterator.
append(javax.swing.text.View) - method in class javax.swing.text.View
append(long) - method in class gnu.gcj.runtime.StringBuffer
Append the String value of the argument to this StringBuffer.
append(long) - method in class java.lang.StringBuffer
Append the String value of the argument to this StringBuffer.
append(long) - method in class java.lang.StringBuilder
Append the String value of the argument to this StringBuilder.
Appendable - interface java.lang.Appendable
An Appendable object is one to which a sequence of Unicode characters can be added.
appendChild(Node) - method in class gnu.xml.dom.DomDocument
DOM L1 Appends the specified node to this node's list of children, enforcing the constraints that there be only one root element and one document type child.
appendChild(Node) - method in class gnu.xml.dom.DomNode
DOM L1 Appends the specified node to this node's list of children.
appendChild(Node) - method in class javax.imageio.metadata.IIOMetadataNode
appendChild(Node) - method in class gnu.xml.libxmlj.util.StandaloneDocumentType
appendCodePoint(int) - method in class java.lang.StringBuffer
Append the code point to this StringBuffer.
appendCodePoint(int) - method in class java.lang.StringBuilder
Append the code point to this StringBuilder.
appendData(java.lang.String) - method in class gnu.xml.dom.DomCharacterData
DOM L1 Appends the specified data to the value of this node.
Adds the given String to the remainingName field.
Adds the given Name to the remainingName field.
appendRemainingName(javax.naming.Name) - method in class javax.naming.spi.ResolveResult
appendTail(java.lang.StringBuffer) - method in class java.util.regex.Matcher
appendText(java.lang.String) - method in class java.awt.TextArea
Append the specified text to the end of the current text.
appendTo(java.lang.StringBuffer) - method in class gnu.javax.swing.text.html.parser.support.low.Token
Append the token image to the given string buffer.
APPLET - static field in class javax.naming.Context
applet - field in class javax.swing.text.html.parser.DTD
The applet element for this DTD.
APPLET - static field in class javax.swing.text.html.HTML.Tag
The <applet> tag
Applet - class java.applet.Applet
This is the base applet class.
Applet() - constructor for class java.applet.Applet
Default constructor for subclasses.
AppletContext - interface java.applet.AppletContext
This interface allows an applet access to the browser to retrieve additional data files and display documents.
AppletInitializer - interface java.beans.AppletInitializer
This interface is a mechanism for the initialization of a Java Bean that is also an Applet.
appletResize(int,int) - method in class java.applet.AppletStub
Requests that the applet window for this applet be resized.
appletResize(int,int) - method in class gnu.java.beans.DummyAppletStub
Does nothing.
AppletStub - interface java.applet.AppletStub
This interface is the low level interface between the applet and the browser.
APPLICATION - static field in class gnu.java.security.der.DER
ApplicationException - exception org.omg.CORBA.portable.ApplicationException
This expection is thrown if the application throws an exception, defined as a part of its remote method definition.
Creates an exception.
applies(java.lang.Object) - method in class gnu.CORBA.Poa.gnuPOA
Check if the given policy value applies to this POA.
apply(gnu.gcj.xlib.Window) - method in class gnu.gcj.xlib.WindowAttributes
APPLY_REVERB - static field in class javax.sound.sampled.BooleanControl.Type
A control for applying reverb.
Sets the text layout orientation of this component.
Sets the ComponentOrientation property of this container and all components contained within it.
This method sets the formatting pattern that should be used by this object.
applyNormalHints(gnu.gcj.xlib.Window) - method in class gnu.gcj.xlib.WMSizeHints
applyPattern(java.lang.String) - method in class java.text.ChoiceFormat
This method sets new range terminators and format strings for this object based on the specified pattern.
applyPattern(java.lang.String) - method in class java.text.DecimalFormat
applyPattern(java.lang.String) - method in class java.text.MessageFormat
Applies the specified pattern to this MessageFormat.
This method sets the formatting pattern that should be used by this object.
appRandom - field in class java.security.SignatureSpi
Application-specified source of randomness.
APPROVE_BUTTON_MNEMONIC_CHANGED_PROPERTY - static field in class javax.swing.JFileChooser
The name of the property for the approve button mnemonic.
APPROVE_BUTTON_TEXT_CHANGED_PROPERTY - static field in class javax.swing.JFileChooser
The name of the property for the approve button text.
The name of the property for the approve button tool tip text.
APPROVE_OPTION - static field in class javax.swing.JFileChooser
A return value indicating the file chooser has been closed by approving the selection.
APPROVE_SELECTION - static field in class javax.swing.JFileChooser
Action command string for approving the current selection.
approveSelection() - method in class javax.swing.JFileChooser
Approves the selection.
Handles a user action to approve the dialog selection.
ApproveSelectionAction() - constructor for class javax.swing.plaf.basic.BasicFileChooserUI.ApproveSelectionAction
Creates a new ApproveSelectionAction object.
APRIL - static field in class java.util.Calendar
Constant representing April.
APRIL - static field in class javax.xml.datatype.DatatypeConstants
Value for April.
ARABIC - static field in class java.lang.Character.UnicodeBlock
Arabic.
ARABIC - static field in class java.awt.font.NumericShaper
ARABIC_PRESENTATION_FORMS_A - static field in class java.lang.Character.UnicodeBlock
Arabic Presentation Forms-A.
ARABIC_PRESENTATION_FORMS_B - static field in class java.lang.Character.UnicodeBlock
Arabic Presentation Forms-B.
Arc2D - class java.awt.geom.Arc2D
This class represents all arcs (segments of an ellipse in 2-D space).
Arc2D(int) - constructor for class java.awt.geom.Arc2D
Create a new arc, with the specified closure type.
archeight - field in class java.awt.geom.RoundRectangle2D.Double
The height of the corner arc.
archeight - field in class java.awt.geom.RoundRectangle2D.Float
The height of the corner arc.
ARCHIVE - static field in class javax.swing.text.html.HTML.Attribute
The archive attribute
arcwidth - field in class java.awt.geom.RoundRectangle2D.Double
The width of the corner arc.
arcwidth - field in class java.awt.geom.RoundRectangle2D.Float
The width of the corner arc.
AREA - static field in class javax.swing.text.html.HTML.Tag
The <area> tag
Area - class java.awt.geom.Area
The Area class represents any area for the purpose of Constructive Area Geometry (CAG) manipulations.
Area() - constructor for class java.awt.geom.Area
Constructs an empty Area
Area(java.awt.Shape) - constructor for class java.awt.geom.Area
Constructs an Area from any given Shape.
This filter should produce images which do not have image artifacts like broken lines which were originally unbroken.
AreaAveragingScaleFilter(int,int) - constructor for class java.awt.image.AreaAveragingScaleFilter
Construct an instance of AreaAveragingScaleFilter which should be used in conjunction with a FilteredImageSource object.
areFieldsSet - field in class java.util.Calendar
Tells if the fields have a valid value.
areFocusTraversalKeysSet(int) - method in class java.awt.Component
Tests whether the focus traversal keys for a given action are explicitly set or inherited.
areFocusTraversalKeysSet(int) - method in class java.awt.Container
Returns whether the Set of focus traversal keys for the given focus traversal operation has been explicitly defined for this Container.
areNew - field in class javax.swing.event.TreeSelectionEvent
areNew
Returns true if the paths are contiguous or we have no RowMapper assigned.
arg - field in class java.awt.Event
ARG_IN - interface org.omg.CORBA.ARG_IN
This simple interface defines just one constant, normally used to mark the parameter as an "input parameter".
ARG_INOUT - interface org.omg.CORBA.ARG_INOUT
This simple interface defines just one constant, normally used to mark that the the parameter is used both to pass and to return some value.
ARG_OUT - interface org.omg.CORBA.ARG_OUT
This simple interface defines just one constant, normally used to mark the parameter as an "output parameter".
ARGUMENT - static field in class java.text.MessageFormat.Field
This is the attribute set for all characters produced by MessageFormat during a formatting.
argument - field in class org.omg.Dynamic.Parameter
The Any, holding the value of the parameter.
arguments() - method in class gnu.CORBA.Interceptor.gnuClientRequestInfo
arguments() - method in class gnu.CORBA.gnuRequest
arguments() - method in class gnu.CORBA.Interceptor.gnuServerRequestInfo
arguments() - method in class org.omg.PortableInterceptor.ORBInitInfoOperations
Returns the arguments passed to the ORB.init.
arguments() - method in class gnu.CORBA.Interceptor.Registrator
Get string array, passed to ORB.init.
arguments() - method in class org.omg.CORBA.Request
Return the list of all previously added parameters.
arguments() - method in class org.omg.PortableInterceptor.RequestInfoOperations
Return the parameters of the operation being invoked.
arguments(org.omg.CORBA.NVList) - method in class gnu.CORBA.Poa.LocalServerRequest
Get the argument list that can be modified.
arguments(org.omg.CORBA.NVList) - method in class org.omg.CORBA.ServerRequest
Should specify the method parameter types and retrieve the values that must be passed to the method being called.
Thrown when a math error has occured, such as trying to divide an integer by zero.
ArithmeticException() - constructor for class java.lang.ArithmeticException
Create an exception without a message.
Create an exception with a message.
ARMED - static field in class javax.accessibility.AccessibleState
Indicates an armed object, usually a button which has been pushed and the mouse has not left the button area.
ARMED - static field in class javax.swing.DefaultButtonModel
Indicates that the button is partially committed to being pressed, but not entirely.
ARMENIAN - static field in class java.lang.Character.UnicodeBlock
Armenian.
array - field in class gnu.CORBA.DynAn.DivideableAny
The array of the components that in general case may have different final_type.
Array - class java.lang.reflect.Array
Array holds static helper functions that allow you to create and manipulate arrays by reflection.
Array - interface java.sql.Array
This interface provides methods for accessing SQL array types.
ARRAY - static field in class gnu.classpath.jdwp.JdwpConstants.Tag
Array object (objectID size)
ARRAY - static field in class gnu.classpath.jdwp.JdwpConstants.TypeTag
array - field in class javax.swing.text.Segment
ARRAY - static field in class java.sql.Types
array() - method in class java.nio.ByteBuffer
Returns the byte array that backs this buffer.
array() - method in class java.nio.CharBuffer
Returns the char array that backs this buffer.
array() - method in class java.nio.DoubleBuffer
Returns the double array that backs this buffer.
array() - method in class java.nio.FloatBuffer
Returns the float array that backs this buffer.
array() - method in class java.nio.IntBuffer
Returns the int array that backs this buffer.
array() - method in class java.nio.LongBuffer
Returns the long array that backs this buffer.
array() - method in class java.nio.ShortBuffer
Returns the short array that backs this buffer.
Copy one array onto another from src[srcStart] ...
ArrayHelper - class gnu.java.lang.ArrayHelper
ArrayHelper helps you do things with arrays.
ArrayId - class gnu.classpath.jdwp.id.ArrayId
A class which represents a JDWP array id
ArrayId() - constructor for class gnu.classpath.jdwp.id.ArrayId
Constructs a new ArrayId
Thrown when attempting to access a position outside the valid range of an array.
Create an exception without a message.
Create an exception indicating the illegal index.
Create an exception with a message.
ArrayList - class java.util.ArrayList
An array-backed implementation of the List interface.
ArrayList() - constructor for class java.util.ArrayList
Construct a new ArrayList with the default capacity (16).
ArrayList(int) - constructor for class java.util.ArrayList
Construct a new ArrayList with the supplied initial capacity.
ArrayList(java.util.Collection) - constructor for class java.util.ArrayList
Construct a new ArrayList, and initialize it with the elements in the supplied Collection.
arrayOffset() - method in class java.nio.ByteBuffer
Returns the offset within this buffer's backing array of the first element.
arrayOffset() - method in class java.nio.CharBuffer
Returns the offset within this buffer's backing array of the first element.
arrayOffset() - method in class java.nio.DoubleBuffer
Returns the offset within this buffer's backing array of the first element.
arrayOffset() - method in class java.nio.FloatBuffer
Returns the offset within this buffer's backing array of the first element.
arrayOffset() - method in class java.nio.IntBuffer
Returns the offset within this buffer's backing array of the first element.
arrayOffset() - method in class java.nio.LongBuffer
Returns the offset within this buffer's backing array of the first element.
arrayOffset() - method in class java.nio.ShortBuffer
Returns the offset within this buffer's backing array of the first element.
ArrayReferenceCommandSet - class gnu.classpath.jdwp.processor.ArrayReferenceCommandSet
A class representing the ArrayReference Command Set.
ArrayReferenceTypeId - class gnu.classpath.jdwp.id.ArrayReferenceTypeId
A reference type ID representing java arrays
ArrayReferenceTypeId() - constructor for class gnu.classpath.jdwp.id.ArrayReferenceTypeId
Constructs a new ArrayReferenceTypeId
Arrays - class java.util.Arrays
This class contains various static utility methods performing operations on arrays, and a method to provide a List "view" of an array to facilitate using arrays with Collection-based APIs.
Thrown when trying to store an object of the wrong runtime type in an array.
ArrayStoreException() - constructor for class java.lang.ArrayStoreException
Create an exception without a message.
Create an exception with a message.
ArrayTypeCode - class gnu.CORBA.typecodes.ArrayTypeCode
A TypeCode for arrays.
ArrayTypeCode(org.omg.CORBA.TCKind) - constructor for class gnu.CORBA.typecodes.ArrayTypeCode
Create a primitive array type code, defining the sequence TCKind.tk_sequence) with the given member type.
Create a primitive array type code, defining the array, sequence or other type with the given member type.
ArrayTypeCommandSet - class gnu.classpath.jdwp.processor.ArrayTypeCommandSet
A class representing the ArrayType Command Set.
arrowButton - field in class javax.swing.plaf.basic.BasicComboBoxUI
The arrow button that is displayed in the right side of JComboBox.
A helper class that listens to the two JButtons on each end of the JScrollBar.
arrowIcon - field in class javax.swing.plaf.basic.BasicMenuItemUI
Icon that is displayed after the text to indicated that this menu contains submenu.
ARROWS - static field in class java.lang.Character.UnicodeBlock
Arrows.
asCharacters() - method in class javax.xml.stream.events.XMLEvent
Returns this event as a text event.
asCharacters() - method in class gnu.xml.stream.XMLEventImpl
asCharBuffer() - method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a char buffer.
ASCII - static field in class gnu.CORBA.GIOP.CharSets_OSF
asDoubleBuffer() - method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a double buffer.
asEndElement() - method in class javax.xml.stream.events.XMLEvent
Returns this event as an end-element event.
asEndElement() - method in class gnu.xml.stream.XMLEventImpl
asFloatBuffer() - method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a float buffer.
asin(double) - static method in class java.lang.Math
The trigonometric function arcsin.
asin(double) - static method in class java.lang.StrictMath
The trigonometric function arcsin.
asIntBuffer() - method in class java.nio.ByteBuffer
Creates a view of this byte buffer as an integer buffer.
asksAllowsChildren - field in class javax.swing.tree.DefaultTreeModel
asksAllowsChildren
asksAllowsChildren() - method in class javax.swing.tree.DefaultTreeModel
asksAllowsChildren
asList(java.lang.Object[]) - static method in class java.util.Arrays
Returns a list "view" of the specified array.
asLongBuffer() - method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a long buffer.
Signals a malformed ASN.1 sequence.
ASN1ParsingException() - constructor for class gnu.java.io.ASN1ParsingException
Create an exception without a descriptive error message.
Create an exception with a descriptive error message.
asReadOnlyBuffer() - method in class java.nio.ByteBuffer
Creates a new read-only ByteBuffer that shares this buffer's content.
asReadOnlyBuffer() - method in class java.nio.CharBuffer
Creates a new read-only CharBuffer that shares this buffer's content.
asReadOnlyBuffer() - method in class java.nio.DoubleBuffer
Creates a new read-only DoubleBuffer that shares this buffer's content.
asReadOnlyBuffer() - method in class java.nio.FloatBuffer
Creates a new read-only FloatBuffer that shares this buffer's content.
asReadOnlyBuffer() - method in class java.nio.IntBuffer
Creates a new read-only IntBuffer that shares this buffer's content.
asReadOnlyBuffer() - method in class java.nio.LongBuffer
Creates a new read-only LongBuffer that shares this buffer's content.
asReadOnlyBuffer() - method in class java.nio.ShortBuffer
Creates a new read-only ShortBuffer that shares this buffer's content.
assembleSystemMenu() - method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
This method creates the MenuBar used in the TitlePane.
AssertionError - error java.lang.AssertionError
An assertion error normally occurs as a result of the assert statement added in JDK 1.4, to indicate that an assertion failed.
AssertionError() - constructor for class java.lang.AssertionError
Construct an AssertionError with no detail message.
AssertionError(boolean) - constructor for class java.lang.AssertionError
Construct an AssertionError with the string conversion of the given boolean as its error message.
AssertionError(char) - constructor for class java.lang.AssertionError
Construct an AssertionError with the string conversion of the given char as its error message.
AssertionError(double) - constructor for class java.lang.AssertionError
Construct an AssertionError with the string conversion of the given double as its error message.
AssertionError(float) - constructor for class java.lang.AssertionError
Construct an AssertionError with the string conversion of the given float as its error message.
AssertionError(int) - constructor for class java.lang.AssertionError
Construct an AssertionError with the string conversion of the given int as its error message.
AssertionError(java.lang.Object) - constructor for class java.lang.AssertionError
Construct an AssertionError with the string conversion of the given object as its error message.
AssertionError(long) - constructor for class java.lang.AssertionError
Construct an AssertionError with the string conversion of the given long as its error message.
asShortBuffer() - method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a short buffer.
assign(org.omg.CORBA.DynAny) - method in class org.omg.CORBA.DynAny
Copy one DynAny into another.
assign(org.omg.DynamicAny.DynAny) - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
assign(org.omg.DynamicAny.DynAny) - method in class org.omg.DynamicAny.DynAnyOperations
Initialises the value of this DynAny with the value, stored inside the passed DynAny, making a shallow copy.
assign(org.omg.DynamicAny.DynAny) - method in class gnu.CORBA.DynAn.gnuDynAny
Assign the contents of the given DynAny to this DynAny.
assign(org.omg.DynamicAny.DynAny) - method in class gnu.CORBA.DynAn.gnuDynArray
Copy one DynAny into another.
assign(org.omg.DynamicAny.DynAny) - method in class gnu.CORBA.DynAn.gnuDynEnum
Assign the Enum from the passed value.
assign(org.omg.DynamicAny.DynAny) - method in class gnu.CORBA.DynAn.gnuDynFixed
Assign the value from another BigDecimal.
assign(org.omg.DynamicAny.DynAny) - method in class gnu.CORBA.DynAn.gnuDynSequence
Copy one DynAny into another.
assign(org.omg.DynamicAny.DynAny) - method in class gnu.CORBA.DynAn.gnuDynUnion
Assign from another identical structure.
assign(org.omg.DynamicAny.DynAny) - method in class gnu.CORBA.DynAn.gnuDynValue
assign(org.omg.DynamicAny.DynAny) - method in class gnu.CORBA.DynAn.gnuDynValueBox
assign(org.omg.DynamicAny.DynAny) - method in class gnu.CORBA.DynAn.RecordAny
asStartElement() - method in class javax.xml.stream.events.XMLEvent
Returns this event as a start-element event.
asStartElement() - method in class gnu.xml.stream.XMLEventImpl
assureRectsCreated(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method assures that enough rectangles are created given the tabCount.
Asynchron - class gnu.CORBA.Asynchron
Handles the asynchronous dynamic invocations.
asynchron - field in class gnu.CORBA.OrbFunctional
The instance, stored in this field, handles the asynchronous dynamic invocations.
AsynchronousCloseException() - constructor for class java.nio.channels.AsynchronousCloseException
Creates the exception
AT - static field in class gnu.xml.xpath.XPathParser
atan(double) - static method in class java.lang.Math
The trigonometric function arcsin.
atan(double) - static method in class java.lang.StrictMath
The trigonometric function arcsin.
atan2(double,double) - static method in class java.lang.Math
A special version of the trigonometric function arctan, for converting rectangular coordinates (x, y) to polar (r, theta).
atan2(double,double) - static method in class java.lang.StrictMath
A special version of the trigonometric function arctan, for converting rectangular coordinates (x, y) to polar (r, theta).
attach(java.lang.Object) - method in class java.nio.channels.SelectionKey
Attaches obj to the key and returns the old attached object.
attachment() - method in class java.nio.channels.SelectionKey
Returns the object attached to the key.
ATTEMPTED - static field in class javax.print.attribute.standard.PDLOverrideSupported
attr(java.lang.String,java.lang.String,java.lang.String[],int,int) - method in class gnu.javax.swing.text.html.parser.gnuDTD
Creates the attribute.
Defines attribute keys that are used as text attributes.
CSS.Attribute - class javax.swing.text.html.CSS.Attribute
HTML.Attribute - class javax.swing.text.html.HTML.Attribute
Represents a HTML attribute.
Attribute - interface javax.naming.directory.Attribute
Attribute - interface javax.print.attribute.Attribute
Base interface of every printing attribute of the Java Print Service API.
Attribute - interface javax.xml.stream.events.Attribute
An attribute event.
ATTRIBUTE - static field in class gnu.xml.xpath.Selector
ATTRIBUTE - static field in class javax.xml.stream.XMLStreamConstants
An attribute event.
ATTRIBUTE - static field in class gnu.xml.xpath.XPathParser
Initializes a new instance of this class with the specified name.
Attribute(java.lang.String) - constructor for class javax.swing.text.html.HTML.Attribute
Creates the attribute with the given name.
Defines a set of methods for managing text attributes for one or more Documents.
This interface extends the CharacterIterator interface in order to support iteration over character attributes as well as over the characters themselves.
SAX2: passes this callback to the next consumer, if any
DecllHandler Records attribute declaration for later use in validating document content, and checks validity constraints that are applicable to attribute declarations.
SAX2: called on attribute declarations
This class is an implementation of a FormatBuffer with attributes.
AttributedFormatBuffer() - constructor for class gnu.java.text.AttributedFormatBuffer
The basic constructor.
AttributedFormatBuffer(int) - constructor for class gnu.java.text.AttributedFormatBuffer
This constructor accepts a StringBuffer.
This class models a String with attributes over various subranges of the string.
AttributedString(java.lang.String) - constructor for class java.text.AttributedString
Creates a new instance of AttributedString that represents the specified String with no attributes.
Creates a new instance of AttributedString that represents that specified String with the specified attributes over the entire length of the String.
Initializes a new instance of AttributedString that will use the text and attribute information from the specified AttributedCharacterIterator.
Initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.
Initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.
AttributeException - interface javax.print.AttributeException
AttributeImpl - class gnu.xml.stream.AttributeImpl
An attribute event.
AttributeInUseException - exception javax.naming.directory.AttributeInUseException
AttributeInUseException() - constructor for class javax.naming.directory.AttributeInUseException
AttributeInUseException(java.lang.String) - constructor for class javax.naming.directory.AttributeInUseException
AttributeList - class javax.swing.text.html.parser.AttributeList
Stores the attribute information, obtained by parsing SGML (DTD) tag <!
AttributeList(java.lang.String) - constructor for class javax.swing.text.html.parser.AttributeList
Creates the attribute with the given name, initializing other fields to the default values ( 0 and null ).
Creates the attribute with the given properties.
AttributeModificationException() - constructor for class javax.naming.directory.AttributeModificationException
Instantiate this Throwable with an empty message.
Instantiate this Throwable with the given message.
attributeNames() - method in class java.beans.FeatureDescriptor
Get a list of the programmatic key names set with setValue().
attributeNoNulls - static field in class java.sql.DatabaseMetaData
attributeNullable - static field in class java.sql.DatabaseMetaData
attributeNullableUnknown - static field in class java.sql.DatabaseMetaData
Attributes - class java.util.jar.Attributes
Represents attribute name/value pairs from a Manifest as a Map.
Attributes - interface javax.naming.directory.Attributes
attributes - field in class gnu.xml.stream.StartElementImpl
Attributes() - constructor for class java.util.jar.Attributes
Creates an empty Attributes map.
Attributes(int) - constructor for class java.util.jar.Attributes
Creates an empty Attributes map with the given initial size.
Attributes(java.util.jar.Attributes) - constructor for class java.util.jar.Attributes
Creates an Attributes map with the initial values taken from another Attributes map.
AttributeSet - interface javax.print.attribute.AttributeSet
AttributeSet is the top-level interface for sets of printing attributes in the Java Print Service API.
AttributeSet - interface javax.swing.text.AttributeSet
A set of attributes.
AttributeSetUtilities - class javax.print.attribute.AttributeSetUtilities
AttributeSetUtilities provides static methods for working with AttributeSets.
An UndoableEdit that can undo attribute changes to an element.
Creates a new AttributeUndoableEdit.
Notifies the listener of an attribute change.
Notifies the listener that some attributes have changed.
attrID - field in class javax.naming.directory.BasicAttribute
The ID of this attribute.
atts - field in class javax.swing.text.html.parser.Element
The element attributes.
AU - static field in class javax.sound.sampled.AudioFileFormat.Type
The AU format.
AudioClip - interface java.applet.AudioClip
This interface provides a simple mechanism for playing audio clips.
AudioFileFormat - class javax.sound.sampled.AudioFileFormat
This describes an audio file, including information about its length, the format of the audio data, and other things.
Create a new AudioFileFormat given the type, the byte length, the format, and the frame length.
Create a new AudioFileFormat given the type, the format, and the frame length.
Create a new AudioFileFormat given the type, the format, the frame length, and some properties.
AudioFileReader - class javax.sound.sampled.spi.AudioFileReader
This abstract class defines the interface to audio file readers.
AudioFileReader() - constructor for class javax.sound.sampled.spi.AudioFileReader
The default constructor.
AudioFileWriter - class javax.sound.sampled.spi.AudioFileWriter
This abstract class provides an API for writing audio files.
AudioFileWriter() - constructor for class javax.sound.sampled.spi.AudioFileWriter
Creat a new audio file writer.
AudioFormat - class javax.sound.sampled.AudioFormat
This class describes an audio format, including its encoding, the number of channels, its frame rate, etc.
AudioFormat(float,int,int,boolean,boolean) - constructor for class javax.sound.sampled.AudioFormat
Create a new PCM-based audio format, given various attributes of it.
Create a new audio format, given various attributes of it.
Create a new audio format, given various attributes of it.
AudioInputStream - class javax.sound.sampled.AudioInputStream
This is an InputStream which is specialized for reading audio files.
Create a new AudioInputStream given an underlying InputStream, the audio format, and the length of the data in frames.
Create a new AudioInputStream given a TargetDataLine.
AudioPermission - class javax.sound.sampled.AudioPermission
This represents the permission to use an audio device.
AudioPermission(java.lang.String) - constructor for class javax.sound.sampled.AudioPermission
Construct an AudioPermission with the given name.
AudioPermission(java.lang.String,java.lang.String) - constructor for class javax.sound.sampled.AudioPermission
Construct an AudioPermission with the given name.
AudioSystem - class javax.sound.sampled.AudioSystem
This clas is the primary interface to the audio system.
augmentList(javax.swing.Action[],javax.swing.Action[]) - static method in class javax.swing.text.TextAction
Creates a new array of Action containing both given arrays.
AUGUST - static field in class java.util.Calendar
Constant representing August.
AUGUST - static field in class javax.xml.datatype.DatatypeConstants
Value for August.
AUTH - static field in class gnu.java.net.protocol.ftp.FTPConnection
authenticate(java.lang.String,java.lang.String) - method in class gnu.java.net.protocol.ftp.FTPConnection
Authenticate using the specified username and password.
AuthenticationException - exception javax.security.sasl.AuthenticationException
This exception is thrown by a SASL mechanism implementation to indicate that the SASL exchange has failed due to reasons related to authentication, such as an invalid identity, passphrase, or key.

Note that the lack of an AuthenticationException does not mean that the failure was not due to an authentication error.

AuthenticationException() - constructor for class javax.naming.AuthenticationException
Create an exception without a message.
AuthenticationException() - constructor for class javax.security.sasl.AuthenticationException
Constructs a new instance of AuthenticationException.
Create an exception with a message.
AuthenticationException(java.lang.String) - constructor for class javax.security.sasl.AuthenticationException
Constructs a new instance of AuthenticationException with a detailed message.
Constructs a new instance of AuthenticationException with a detailed message and a root exception.
Instantiate this Throwable with an empty message.
Instantiate this Throwable with the given message.
Authenticator - interface gnu.java.net.protocol.http.Authenticator
Callback interface for managing authentication.
Authenticator - class java.net.Authenticator
This abstract class provides a model for obtaining authentication information (in the form of a username and password) required by some network operations (such as hitting a password protected web site).
authenticator - field in class gnu.java.net.protocol.http.Request
The authenticator.
Authenticator() - constructor for class java.net.Authenticator
Default, no-argument constructor for subclasses to call.
AUTHORITATIVE - static field in class javax.naming.Context
AuthorityKeyIdentifier - class gnu.java.security.x509.ext.AuthorityKeyIdentifier
AuthorityKeyIdentifier(byte[]) - constructor for class gnu.java.security.x509.ext.AuthorityKeyIdentifier
AuthorizeCallback - class javax.security.sasl.AuthorizeCallback
This callback is used by SaslServer to determine whether one entity (identified by an authenticated authentication ID) can act on behalf of another entity (identified by an authorization ID).
Constructs an instance of AuthorizeCallback.
AuthPermission - class javax.security.auth.AuthPermission
A permission controlling access to authentication service.
AuthPermission(java.lang.String) - constructor for class javax.security.auth.AuthPermission
Creates a new authentication permission for the given target name.
AuthPermission(java.lang.String,java.lang.String) - constructor for class javax.security.auth.AuthPermission
Creates a new authentication permission for the given target name.
AUTO_RESIZE_ALL_COLUMNS - static field in class javax.swing.JTable
When resizing column i in a table of n columns, automatically change all columns in the range [0, n) (with the exception of column i) uniformly, to provide or absorb excess space requirements.
AUTO_RESIZE_LAST_COLUMN - static field in class javax.swing.JTable
When resizing column i in a table of n columns, automatically change column n-1 (the last column in the table) to provide or absorb excess space requirements.
AUTO_RESIZE_NEXT_COLUMN - static field in class javax.swing.JTable
When resizing column i, automatically change only the single column i+1 to provide or absorb excess space requirements.
AUTO_RESIZE_OFF - static field in class javax.swing.JTable
When resizing columns, do not automatically change any columns.
AUTO_RESIZE_SUBSEQUENT_COLUMNS - static field in class javax.swing.JTable
When resizing column i in a table of n columns, automatically change all columns in the range [i+1, n), uniformly, to provide or absorb excess space requirements.
autoCreateColumnsFromModel - field in class javax.swing.JTable
Whether or not the table should automatically compute a matching TableColumnModel and assign it to the columnModel property when the dataModel property is changed.
autoResizeMode - field in class javax.swing.JTable
A numeric code specifying the resizing behavior of the table.
Autoscroll - interface java.awt.dnd.Autoscroll
During DnD operations it is possible that a user may wish to drop the subject of the operation on a region of a scrollable GUI control that is not currently visible to the user.
autoscroll(java.awt.Point) - method in class java.awt.dnd.Autoscroll
Notify the Component to autoscroll
autoScrollDown() - method in class javax.swing.plaf.basic.BasicComboPopup
This method scrolls down list of combo box's and highlights item in the list that just became visible.
autoscrollTimer - field in class javax.swing.plaf.basic.BasicComboPopup
autoScrollUp() - method in class javax.swing.plaf.basic.BasicComboPopup
This method scrolls up list of combo box's items up and highlights that just became visible.
AUTOSENSE - static field in class javax.print.DocFlavor.BYTE_ARRAY
AUTOSENSE - static field in class javax.print.DocFlavor.INPUT_STREAM
AUTOSENSE - static field in class javax.print.DocFlavor.URL
AUX_RETURN - static field in class javax.sound.sampled.FloatControl.Type
Auxiliary return gain.
AUX_SEND - static field in class javax.sound.sampled.FloatControl.Type
Auxiliary send gain.
available() - method in class javax.sound.sampled.AudioInputStream
Return the number of bytes available to be read from the underlying stream.
available() - method in class gnu.java.io.Base64InputStream
Calls the in.available() method.
available() - method in class java.io.BufferedInputStream
This method returns the number of bytes that can be read from this stream before a read can block.
available() - method in class java.io.ByteArrayInputStream
This method returns the number of bytes available to be read from this stream.
available() - method in class javax.crypto.CipherInputStream
Returns the number of bytes available without blocking.
available() - method in class gnu.javax.rmi.CORBA.CorbaInput
available() - method in class gnu.java.net.protocol.core.CoreInputStream
available() - method in class javax.sound.sampled.DataLine
Return the number of bytes currently available on this DataLine.
available() - method in class gnu.java.nio.channels.FileChannelImpl
available() - method in class java.io.FileInputStream
This method returns the number of bytes that can be read from this stream before a read can block.
available() - method in class java.io.FilterInputStream
Calls the in.available() method.
available() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
available() - method in class java.util.zip.InflaterInputStream
Returns 0 once the end of the stream (EOF) has been reached.
available() - method in class java.io.InputStream
This method returns the number of bytes that can be read from this stream before a read can block.
available() - method in class java.io.LineNumberInputStream
This method returns the number of bytes that can be read from the stream before the stream can block.
available() - method in class java.io.ObjectInput
This method returns the number of bytes that can be read without blocking.
available() - method in class java.io.ObjectInputStream
This method returns the number of bytes that can be read without blocking.
available() - method in class java.io.PipedInputStream
This method returns the number of bytes that can be read from this stream before blocking could occur.
available() - method in class gnu.java.net.PlainSocketImpl
Returns the number of bytes that the caller can read from this socket without blocking.
available() - method in class java.io.PushbackInputStream
This method returns the number of bytes that can be read from this stream before a read can block.
available() - method in class gnu.xml.dom.ls.ReaderInputStream
Returns conservative number of bytes available without blocking.
available() - method in class java.io.SequenceInputStream
This method returns the number of bytes than can be read from the currently being read subordinate stream before that stream could block.
available() - method in class java.net.SocketImpl
Returns the number of bytes that the caller can read from this socket without blocking.
available() - method in class java.io.StringBufferInputStream
This method returns the number of bytes available to be read from this stream.
available() - method in class java.util.zip.ZipInputStream
availableCharsets() - static method in class java.nio.charset.Charset
availableLocales - field in class javax.imageio.ImageReader
All locales available for localization of warning messages, or null if localization is not supported.
availableLocales - field in class javax.imageio.ImageWriter
All locales available for localization of warning messages, or null if localization is not supported.
availableProcessors() - method in class java.lang.Runtime
Returns the number of available processors currently available to the virtual machine.
averageBytesPerChar() - method in class java.nio.charset.CharsetEncoder
averageCharsPerByte() - method in class java.nio.charset.CharsetDecoder
avoidingGui() - method in class java.beans.beancontext.BeanContextSupport
Tells whether Bean is trying not to use the GUI.
avoidingGui() - method in class java.beans.Visibility
Tells whether Bean is trying not to use the GUI.
AWT_COMPONENT - static field in class javax.accessibility.AccessibleRole
An AWT component with nothing else known about it.
AWTError - error java.awt.AWTError
This error is thrown when a critical Abstract Window Toolkit (AWT) error occurs.
AWTError(java.lang.String) - constructor for class java.awt.AWTError
Create a new instance with the specified descriptive error message.
AWTEvent - class java.awt.AWTEvent
AWTEvent is the root event class for all AWT events in the JDK 1.1 event model.
AWTEvent(java.awt.Event) - constructor for class java.awt.AWTEvent
Initializes a new AWTEvent from the old Java 1.0 event object.
AWTEvent(java.lang.Object,int) - constructor for class java.awt.AWTEvent
Create an event on the specified source object and id.
AWTEventListener - interface java.awt.event.AWTEventListener
This listener is for classes that need to listen to all events in the AWT system.
This class allows adding an AWTEventListener which only pays attention to a specific event mask.
Construct an AWT Event Listener which only listens to events in the given mask, passing the work on to the real listener.
This class is used to implement a chain of event handlers.
Initializes a new instance of AWTEventMulticaster with the specified event listener parameters.
AWTException - exception java.awt.AWTException
This is a generic exception that indicates an exception occurred in the Abstract Window Toolkit (AWT) system.
AWTException(java.lang.String) - constructor for class java.awt.AWTException
Create a new instance with the specified detailed error message.
AWTKeyStroke - class java.awt.AWTKeyStroke
This class mirrors KeyEvents, representing both low-level key presses and key releases, and high level key typed inputs.
AWTKeyStroke() - constructor for class java.awt.AWTKeyStroke
Construct a keystroke with default values: it will be interpreted as a key typed event with an invalid character and no modifiers.
AWTKeyStroke(char,int,int,boolean) - constructor for class java.awt.AWTKeyStroke
Construct a keystroke with the given values.
AWTPermission - class java.awt.AWTPermission
This class implements permissions for AWT.
AWTPermission(java.lang.String) - constructor for class java.awt.AWTPermission
Construct a AWTPermission with the given name.
Create a new permission with the specified name.
AWTUtilities - class gnu.java.awt.AWTUtilities
This class mirrors the javax.swing.SwingUtilities class.
awtWidget - field in class gnu.java.awt.peer.gtk.GtkGenericPeer