JavaTM 2 Platform
Std. Ed. v1.4.2
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 _

U

U - Static variable in class javax.swing.text.html.HTML.Tag
 
UID - class java.rmi.server.UID.
A UID represents an identifier that is unique over time with respect to the host it is generated on, or one of 216 "well-known" identifiers.
UID() - Constructor for class java.rmi.server.UID
Generates a UID that is unique over time with respect to the host that it was generated on.
UID(short) - Constructor for class java.rmi.server.UID
Creates a "well-known" UID.
UIDefaults - class javax.swing.UIDefaults.
A table of defaults for Swing components.
UIDefaults() - Constructor for class javax.swing.UIDefaults
Create an empty defaults table.
UIDefaults(Object[]) - Constructor for class javax.swing.UIDefaults
Create a defaults table initialized with the specified key/value pairs.
UIDefaults.ActiveValue - interface javax.swing.UIDefaults.ActiveValue.
This class enables one to store an entry in the defaults table that's constructed each time it's looked up with one of the getXXX(key) methods.
UIDefaults.LazyInputMap - class javax.swing.UIDefaults.LazyInputMap.
LazyInputMap will create a InputMap in its createValue method.
UIDefaults.LazyInputMap(Object[]) - Constructor for class javax.swing.UIDefaults.LazyInputMap
 
UIDefaults.LazyValue - interface javax.swing.UIDefaults.LazyValue.
This class enables one to store an entry in the defaults table that isn't constructed until the first time it's looked up with one of the getXXX(key) methods.
UIDefaults.ProxyLazyValue - class javax.swing.UIDefaults.ProxyLazyValue.
This class provides an implementation of LazyValue which can be used to delay loading of the Class for the instance to be created.
UIDefaults.ProxyLazyValue(String) - Constructor for class javax.swing.UIDefaults.ProxyLazyValue
Creates a LazyValue which will construct an instance when asked.
UIDefaults.ProxyLazyValue(String, String) - Constructor for class javax.swing.UIDefaults.ProxyLazyValue
Creates a LazyValue which will construct an instance when asked.
UIDefaults.ProxyLazyValue(String, Object[]) - Constructor for class javax.swing.UIDefaults.ProxyLazyValue
Creates a LazyValue which will construct an instance when asked.
UIDefaults.ProxyLazyValue(String, String, Object[]) - Constructor for class javax.swing.UIDefaults.ProxyLazyValue
Creates a LazyValue which will construct an instance when asked.
UIManager - class javax.swing.UIManager.
This class keeps track of the current look and feel and its defaults.
UIManager() - Constructor for class javax.swing.UIManager
 
UIManager.LookAndFeelInfo - class javax.swing.UIManager.LookAndFeelInfo.
Provides a little information about an installed LookAndFeel for the sake of configuring a menu or for initial application set up.
UIManager.LookAndFeelInfo(String, String) - Constructor for class javax.swing.UIManager.LookAndFeelInfo
Constructs a UIManagers LookAndFeelInfo object.
UIResource - interface javax.swing.plaf.UIResource.
This interface is used to mark objects created by ComponentUI delegates.
UK - Static variable in class java.util.Locale
Useful constant for country.
UL - Static variable in class javax.swing.text.html.HTML.Tag
 
ULAW - Static variable in class javax.sound.sampled.AudioFormat.Encoding
Specifies u-law encoded data.
ULongLongSeqHelper - class org.omg.CORBA.ULongLongSeqHelper.
The Helper for ULongLongSeq.
ULongLongSeqHelper() - Constructor for class org.omg.CORBA.ULongLongSeqHelper
 
ULongLongSeqHolder - class org.omg.CORBA.ULongLongSeqHolder.
The Holder for ULongLongSeq.
ULongLongSeqHolder() - Constructor for class org.omg.CORBA.ULongLongSeqHolder
 
ULongLongSeqHolder(long[]) - Constructor for class org.omg.CORBA.ULongLongSeqHolder
 
ULongSeqHelper - class org.omg.CORBA.ULongSeqHelper.
The Helper for ULongSeq.
ULongSeqHelper() - Constructor for class org.omg.CORBA.ULongSeqHelper
 
ULongSeqHolder - class org.omg.CORBA.ULongSeqHolder.
The Holder for ULongSeq.
ULongSeqHolder() - Constructor for class org.omg.CORBA.ULongSeqHolder
 
ULongSeqHolder(int[]) - Constructor for class org.omg.CORBA.ULongSeqHolder
 
UNASSIGNED - Static variable in class java.lang.Character
General category "Cn" in the Unicode specification.
UNAUTHORIZED - Static variable in class org.ietf.jgss.GSSException
Operation unauthorized.
UNAVAILABLE - Static variable in class org.ietf.jgss.GSSException
Operation unavailable.
UNCOLLATED - Static variable in class javax.print.attribute.standard.SheetCollate
Sheets within a document appear in uncollated order when multiple copies are printed.
UNDECIMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the thirteenth month of the year.
UNDEFINED - Static variable in class java.awt.BufferCapabilities.FlipContents
When flip contents are UNDEFINED, the contents of the back buffer are undefined after flipping.
UNDEFINED_CONDITION - Static variable in class javax.swing.JComponent
Constant used by some of the APIs to mean that no condition is defined.
UNDERFLOW - Static variable in class java.nio.charset.CoderResult
Result object indicating underflow, meaning that either the input buffer has been completely consumed or, if the input buffer is not yet empty, that additional input is required.
UNDERLINE - Static variable in class java.awt.font.TextAttribute
Attribute key for underline adornments.
UNDERLINE_LOW_DASHED - Static variable in class java.awt.font.TextAttribute
Single pixel dashed low underline.
UNDERLINE_LOW_DOTTED - Static variable in class java.awt.font.TextAttribute
Single pixel dotted low underline.
UNDERLINE_LOW_GRAY - Static variable in class java.awt.font.TextAttribute
Double pixel gray low underline.
UNDERLINE_LOW_ONE_PIXEL - Static variable in class java.awt.font.TextAttribute
Single pixel solid low underline.
UNDERLINE_LOW_TWO_PIXEL - Static variable in class java.awt.font.TextAttribute
Double pixel solid low underline.
UNDERLINE_ON - Static variable in class java.awt.font.TextAttribute
Standard underline at the roman baseline for roman text, and below the decenders for other text.
UNICODE_CASE - Static variable in class java.util.regex.Pattern
Enables Unicode-aware case folding.
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
UNINITIALIZED - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has not yet been initialized.
UNINITIALIZED_VALUE - Static variable in class javax.swing.JOptionPane
Indicates that the user has not yet selected a value.
UNIQUE_ID - Static variable in class org.omg.PortableServer.IdUniquenessPolicyValue
 
UNIT_DECREMENT - Static variable in class java.awt.event.AdjustmentEvent
The unit decrement adjustment type.
UNIT_INCREMENT - Static variable in class java.awt.event.AdjustmentEvent
The unit increment adjustment type.
UNIX_LINES - Static variable in class java.util.regex.Pattern
Enables Unix lines mode.
UNKNOWN - Static variable in class java.awt.ComponentOrientation
Indicates that a component's orientation has not been set.
UNKNOWN - Static variable in class javax.accessibility.AccessibleRole
The object contains some Accessible information, but its role is not known.
UNKNOWN - Static variable in class javax.print.attribute.standard.JobState
The job state is unknown.
UNKNOWN - Static variable in class javax.print.attribute.standard.PrinterState
The printer state is unknown.
UNKNOWN - exception org.omg.CORBA.UNKNOWN.
This exception is raised if an operation implementation throws a non-CORBA exception (such as an exception specific to the implementation's programming language), or if an operation raises a user exception that does not appear in the operation's raises expression.
UNKNOWN() - Constructor for class org.omg.CORBA.UNKNOWN
Constructs an UNKNOWN exception with a default minor code of 0, a completion state of CompletionStatus.COMPLETED_NO, and a null description.
UNKNOWN(String) - Constructor for class org.omg.CORBA.UNKNOWN
Constructs an UNKNOWN exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
UNKNOWN(int, CompletionStatus) - Constructor for class org.omg.CORBA.UNKNOWN
Constructs an UNKNOWN exception with the specified minor code and completion status.
UNKNOWN(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.UNKNOWN
Constructs an UNKNOWN exception with the specified description message, minor code, and completion status.
UNKNOWN_LENGTH - Static variable in class javax.sound.midi.MidiFileFormat
Represents unknown length.
UNKNOWN_NUMBER_OF_PAGES - Static variable in interface java.awt.print.Pageable
This constant is returned from the getNumberOfPages method if a Pageable implementation does not know the number of pages in its set.
UNNECESSARY - Static variable in class java.awt.GraphicsConfigTemplate
Value used for "Enum" (Integer) type.
UNSELECTED_CONVERTED_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for unselected converted text.
UNSELECTED_RAW_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for unselected raw text.
UNSEQ_TOKEN - Static variable in class org.ietf.jgss.GSSException
A later token has already been processed.
UNSET - Static variable in class javax.swing.Spring
An integer value signifying that a property value has not yet been calculated.
UNSPECIFIED_OPTION - Static variable in class javax.security.auth.callback.ConfirmationCallback
Unspecified option type.
UNSUPPORTED_COMPRESSION - Static variable in class javax.print.attribute.standard.JobStateReason
The job was aborted by the system because the printer determined while attempting to decompress the document's data that the compression is actually not among those supported by the printer.
UNSUPPORTED_DOCUMENT_FORMAT - Static variable in class javax.print.attribute.standard.JobStateReason
The job was aborted by the system because the document data's document format (doc flavor) is not among those supported by the printer.
UNSUPPORTED_POLICY - interface org.omg.CORBA.UNSUPPORTED_POLICY.
One of the PolicyErrorCodes which would be filled if the requested Policy is understood to be valid by the ORB, but is not currently supported.
UNSUPPORTED_POLICY_VALUE - interface org.omg.CORBA.UNSUPPORTED_POLICY_VALUE.
A PolicyErrorCode which would be filled if the value requested for the Policy is of a valid type and within the valid range for that type, but this valid value is not currently supported.
UNWRAP_MODE - Static variable in class javax.crypto.Cipher
Constant used to initialize cipher to key-unwrapping mode.
UP - Static variable in class java.awt.Event
The Up Arrow key, a non-ASCII action key.
UPDATE - Static variable in class java.awt.event.PaintEvent
The update event type.
UPDATE - Static variable in interface javax.accessibility.AccessibleTableModelChange
Identifies a change to existing data.
UPDATE - Static variable in class javax.swing.event.TableModelEvent
Identifies a change to existing data.
UPPERCASE_LETTER - Static variable in class java.lang.Character
General category "Lu" in the Unicode specification.
UPPER_LEADING_CORNER - Static variable in interface javax.swing.ScrollPaneConstants
Identifies the upper leading edge corner of the viewport.
UPPER_LEFT_CORNER - Static variable in interface javax.swing.ScrollPaneConstants
Identifies the upper left corner of the viewport.
UPPER_RIGHT_CORNER - Static variable in interface javax.swing.ScrollPaneConstants
Identifies the upper right corner of the viewport.
UPPER_TRAILING_CORNER - Static variable in interface javax.swing.ScrollPaneConstants
Identifies the upper trailing edge corner of the viewport.
UP_CYCLE_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
The identifier for the Up Cycle focus traversal keys.
URI - class java.net.URI.
Represents a Uniform Resource Identifier (URI) reference.
URI(String) - Constructor for class java.net.URI
Constructs a URI by parsing the given string.
URI(String, String, String, int, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String) - Constructor for class java.net.URI
Constructs a URI from the given components.
URIException - interface javax.print.URIException.
Interface URIException is a mixin interface which a subclass of PrintException can implement to report an error condition involving a URI address.
URIInaccessible - Static variable in interface javax.print.URIException
Indicates that the printer cannot access the URI address.
URIOtherProblem - Static variable in interface javax.print.URIException
Indicates any kind of problem not specifically identified by the other reasons.
URIResolver - interface javax.xml.transform.URIResolver.
An object that implements this interface that can be called by the processor to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
URISchemeNotSupported - Static variable in interface javax.print.URIException
Indicates that the printer does not support the URI scheme ("http", "ftp", etc.) in the URI address.
URISyntax - class javax.print.attribute.URISyntax.
Class URISyntax is an abstract base class providing the common implementation of all attributes whose value is a Uniform Resource Identifier (URI).
URISyntax(URI) - Constructor for class javax.print.attribute.URISyntax
Constructs a URI attribute with the specified URI.
URISyntaxException - exception java.net.URISyntaxException.
Checked exception thrown to indicate that a string could not be parsed as a URI reference.
URISyntaxException(String, String, int) - Constructor for class java.net.URISyntaxException
Constructs an instance from the given input string, reason, and error index.
URISyntaxException(String, String) - Constructor for class java.net.URISyntaxException
Constructs an instance from the given input string and reason.
URL - class java.net.URL.
Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
URL(String, String, int, String) - Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, and file.
URL(String, String, String) - Constructor for class java.net.URL
Creates a URL from the specified protocol name, host name, and file name.
URL(String, String, int, String, URLStreamHandler) - Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, file, and handler.
URL(String) - Constructor for class java.net.URL
Creates a URL object from the String representation.
URL(URL, String) - Constructor for class java.net.URL
Creates a URL by parsing the given spec within a specified context.
URL(URL, String, URLStreamHandler) - Constructor for class java.net.URL
Creates a URL by parsing the given spec with the specified handler within a specified context.
URLClassLoader - class java.net.URLClassLoader.
This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
URLClassLoader(URL[], ClassLoader) - Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the given URLs.
URLClassLoader(URL[]) - Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the specified URLs using the default delegation parent ClassLoader.
URLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the specified URLs, parent class loader, and URLStreamHandlerFactory.
URLConnection - class java.net.URLConnection.
The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL.
URLConnection(URL) - Constructor for class java.net.URLConnection
Constructs a URL connection to the specified URL.
URLDecoder - class java.net.URLDecoder.
Utility class for HTML form decoding.
URLDecoder() - Constructor for class java.net.URLDecoder
 
URLEncoder - class java.net.URLEncoder.
Utility class for HTML form encoding.
URLStreamHandler - class java.net.URLStreamHandler.
The abstract class URLStreamHandler is the common superclass for all stream protocol handlers.
URLStreamHandler() - Constructor for class java.net.URLStreamHandler
 
URLStreamHandlerFactory - interface java.net.URLStreamHandlerFactory.
This interface defines a factory for URL stream protocol handlers.
URLStringHelper - class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper.
URLString is the URL address (corbaloc: or corbaname:) represented as a String.
URLStringHelper() - Constructor for class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
 
URL_PKG_PREFIXES - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the list of package prefixes to use when loading in URL context factories.
US - Static variable in class java.util.Locale
Useful constant for country.
USEMAP - Static variable in class javax.swing.text.html.HTML.Attribute
 
USER_EXCEPTION - interface org.omg.PortableInterceptor.USER_EXCEPTION.
org/omg/PortableInterceptor/USER_EXCEPTION.java .
USER_ID - Static variable in class org.omg.PortableServer.IdAssignmentPolicyValue
 
USE_ACTIVE_OBJECT_MAP_ONLY - Static variable in class org.omg.PortableServer.RequestProcessingPolicyValue
 
USE_ALL_BEANINFO - Static variable in class java.beans.Introspector
 
USE_DEFAULT_SERVANT - Static variable in class org.omg.PortableServer.RequestProcessingPolicyValue
 
USE_SERVANT_MANAGER - Static variable in class org.omg.PortableServer.RequestProcessingPolicyValue
 
UShortSeqHelper - class org.omg.CORBA.UShortSeqHelper.
The Helper for UShortSeq.
UShortSeqHelper() - Constructor for class org.omg.CORBA.UShortSeqHelper
 
UShortSeqHolder - class org.omg.CORBA.UShortSeqHolder.
The Holder for UShortSeq.
UShortSeqHolder() - Constructor for class org.omg.CORBA.UShortSeqHolder
 
UShortSeqHolder(short[]) - Constructor for class org.omg.CORBA.UShortSeqHolder
 
UTC(int, int, int, int, int, int) - Static method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min, sec) or GregorianCalendar(year + 1900, month, date, hrs, min, sec), using a UTC TimeZone, followed by Calendar.getTime().getTime().
UTC_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as UTC.
UTFDataFormatException - exception java.io.UTFDataFormatException.
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
UndeclaredThrowableException - exception java.lang.reflect.UndeclaredThrowableException.
Thrown by a method invocation on a proxy instance if its invocation handler's invoke method throws a checked exception (a Throwable that is not assignable to RuntimeException or Error) that is not assignable to any of the exception types declared in the throws clause of the method that was invoked on the proxy instance and dispatched to the invocation handler.
UndeclaredThrowableException(Throwable) - Constructor for class java.lang.reflect.UndeclaredThrowableException
Constructs an UndeclaredThrowableException with the specified Throwable.
UndeclaredThrowableException(Throwable, String) - Constructor for class java.lang.reflect.UndeclaredThrowableException
Constructs an UndeclaredThrowableException with the specified Throwable and a detail message.
UndefinedProperty - Static variable in class java.awt.Image
The UndefinedProperty object should be returned whenever a property which was not defined for a particular image is fetched.
Underline - Static variable in class javax.swing.text.StyleConstants.CharacterConstants
Name of the underline attribute.
Underline - Static variable in class javax.swing.text.StyleConstants
Name of the underline attribute.
UndoManager - class javax.swing.undo.UndoManager.
Concrete subclass of CompoundEdit which can serve as a UndoableEditListener, consolidating the UndoableEditEvents from a variety of sources, and undoing or redoing them one at a time.
UndoManager() - Constructor for class javax.swing.undo.UndoManager
 
UndoName - Static variable in class javax.swing.undo.AbstractUndoableEdit
String returned by getUndoPresentationName; as of Java 2 platform v1.3.1 this field is no longer used.
UndoableEdit - interface javax.swing.undo.UndoableEdit.
An object representing an edit that has been done, and that can be undone and redone.
UndoableEditEvent - class javax.swing.event.UndoableEditEvent.
An event indicating that an operation which can be undone has occurred.
UndoableEditEvent(Object, UndoableEdit) - Constructor for class javax.swing.event.UndoableEditEvent
Constructs an UndoableEditEvent object.
UndoableEditListener - interface javax.swing.event.UndoableEditListener.
Interface implemented by a class interested in hearing about undoable operations.
UndoableEditSupport - class javax.swing.undo.UndoableEditSupport.
A support class used for managing UndoableEdit listeners.
UndoableEditSupport() - Constructor for class javax.swing.undo.UndoableEditSupport
Constructs an UndoableEditSupport object.
UndoableEditSupport(Object) - Constructor for class javax.swing.undo.UndoableEditSupport
Constructs an UndoableEditSupport object.
UnexpectedException - exception java.rmi.UnexpectedException.
An UnexpectedException is thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in the throws clause of the method in the remote interface.
UnexpectedException(String) - Constructor for class java.rmi.UnexpectedException
Constructs an UnexpectedException with the specified detail message.
UnexpectedException(String, Exception) - Constructor for class java.rmi.UnexpectedException
Constructs a UnexpectedException with the specified detail message and nested exception.
UnicastRemoteObject - class java.rmi.server.UnicastRemoteObject.
The UnicastRemoteObject class defines a non-replicated remote object whose references are valid only while the server process is alive.
UnicastRemoteObject() - Constructor for class java.rmi.server.UnicastRemoteObject
Creates and exports a new UnicastRemoteObject object using an anonymous port.
UnicastRemoteObject(int) - Constructor for class java.rmi.server.UnicastRemoteObject
Creates and exports a new UnicastRemoteObject object using the particular supplied port.
UnicastRemoteObject(int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.server.UnicastRemoteObject
Creates and exports a new UnicastRemoteObject object using the particular supplied port and socket factories.
UnionMember - class org.omg.CORBA.UnionMember.
A description in the Interface Repository of a member of an IDL union.
UnionMember() - Constructor for class org.omg.CORBA.UnionMember
Constructs a new UnionMember object with its fields initialized to null.
UnionMember(String, Any, TypeCode, IDLType) - Constructor for class org.omg.CORBA.UnionMember
Constructs a new UnionMember object with its fields initialized to the given values.
UnionMemberHelper - class org.omg.CORBA.UnionMemberHelper.
The Helper for UnionMember.
UnionMemberHelper() - Constructor for class org.omg.CORBA.UnionMemberHelper
 
UnknownEncoding - exception org.omg.IOP.CodecFactoryPackage.UnknownEncoding.
org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java .
UnknownEncoding() - Constructor for class org.omg.IOP.CodecFactoryPackage.UnknownEncoding
 
UnknownEncoding(String) - Constructor for class org.omg.IOP.CodecFactoryPackage.UnknownEncoding
 
UnknownEncodingHelper - class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper.
org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java .
UnknownEncodingHelper() - Constructor for class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
 
UnknownError - error java.lang.UnknownError.
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
UnknownError() - Constructor for class java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String) - Constructor for class java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UnknownException - exception org.omg.CORBA.portable.UnknownException.
The org.omg.CORBA.portable.UnknownException is used for reporting unknown exceptions between ties and ORBs and between ORBs and stubs.
UnknownException(Throwable) - Constructor for class org.omg.CORBA.portable.UnknownException
Constructs an UnknownException object.
UnknownGroupException - exception java.rmi.activation.UnknownGroupException.
An UnknownGroupException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationGroupID parameter to the method is determined to be invalid, i.e., not known by the ActivationSystem.
UnknownGroupException(String) - Constructor for class java.rmi.activation.UnknownGroupException
Constructs an UnknownGroupException with the specified detail message.
UnknownHostException - exception java.net.UnknownHostException.
Thrown to indicate that the IP address of a host could not be determined.
UnknownHostException(String) - Constructor for class java.net.UnknownHostException
Constructs a new UnknownHostException with the specified detail message.
UnknownHostException() - Constructor for class java.net.UnknownHostException
Constructs a new UnknownHostException with no detail message.
UnknownHostException - exception java.rmi.UnknownHostException.
An UnknownHostException is thrown if a java.net.UnknownHostException occurs while creating a connection to the remote host for a remote method call.
UnknownHostException(String) - Constructor for class java.rmi.UnknownHostException
Constructs an UnknownHostException with the specified detail message.
UnknownHostException(String, Exception) - Constructor for class java.rmi.UnknownHostException
Constructs an UnknownHostException with the specified detail message and nested exception.
UnknownObjectException - exception java.rmi.activation.UnknownObjectException.
An UnknownObjectException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationID parameter to the method is determined to be invalid.
UnknownObjectException(String) - Constructor for class java.rmi.activation.UnknownObjectException
Constructs an UnknownObjectException with the specified detail message.
UnknownServiceException - exception java.net.UnknownServiceException.
Thrown to indicate that an unknown service exception has occurred.
UnknownServiceException() - Constructor for class java.net.UnknownServiceException
Constructs a new UnknownServiceException with no detail message.
UnknownServiceException(String) - Constructor for class java.net.UnknownServiceException
Constructs a new UnknownServiceException with the specified detail message.
UnknownUserException - exception org.omg.CORBA.UnknownUserException.
A class that contains user exceptions returned by the server.
UnknownUserException() - Constructor for class org.omg.CORBA.UnknownUserException
Constructs an UnknownUserException object.
UnknownUserException(Any) - Constructor for class org.omg.CORBA.UnknownUserException
Constructs an UnknownUserException object that contains the given Any object.
UnknownUserExceptionHelper - class org.omg.CORBA.UnknownUserExceptionHelper.
The Helper for UnknownUserException.
UnknownUserExceptionHelper() - Constructor for class org.omg.CORBA.UnknownUserExceptionHelper
 
UnknownUserExceptionHolder - class org.omg.CORBA.UnknownUserExceptionHolder.
The Holder for UnknownUserException.
UnknownUserExceptionHolder() - Constructor for class org.omg.CORBA.UnknownUserExceptionHolder
 
UnknownUserExceptionHolder(UnknownUserException) - Constructor for class org.omg.CORBA.UnknownUserExceptionHolder
 
UnmappableCharacterException - exception java.nio.charset.UnmappableCharacterException.
Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence.
UnmappableCharacterException(int) - Constructor for class java.nio.charset.UnmappableCharacterException
 
UnmarshalException - exception java.rmi.UnmarshalException.
An UnmarshalException can be thrown while unmarshalling the parameters or results of a remote method call if any of the following conditions occur: if an exception occurs while unmarshalling the call header if the protocol for the return value is invalid if a java.io.IOException occurs unmarshalling parameters (on the server side) or the return value (on the client side).
UnmarshalException(String) - Constructor for class java.rmi.UnmarshalException
Constructs an UnmarshalException with the specified detail message.
UnmarshalException(String, Exception) - Constructor for class java.rmi.UnmarshalException
Constructs an UnmarshalException with the specified detail message and nested exception.
UnmodifiableSetException - exception javax.print.attribute.UnmodifiableSetException.
Thrown to indicate that the requested operation cannot be performed becasue the set is unmodifiable.
UnmodifiableSetException() - Constructor for class javax.print.attribute.UnmodifiableSetException
Constructs an UnsupportedOperationException with no detail message.
UnmodifiableSetException(String) - Constructor for class javax.print.attribute.UnmodifiableSetException
Constructs an UnmodifiableSetException with the specified detail message.
UnrecoverableKeyException - exception java.security.UnrecoverableKeyException.
This exception is thrown if a key in the keystore cannot be recovered.
UnrecoverableKeyException() - Constructor for class java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with no detail message.
UnrecoverableKeyException(String) - Constructor for class java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about why this exception has been thrown.
Unreferenced - interface java.rmi.server.Unreferenced.
A remote object implementation should implement the Unreferenced interface to receive notification when there are no more clients that reference that remote object.
UnresolvedAddressException - exception java.nio.channels.UnresolvedAddressException.
Unchecked exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address.
UnresolvedAddressException() - Constructor for class java.nio.channels.UnresolvedAddressException
Constructs an instance of this class.
UnresolvedPermission - class java.security.UnresolvedPermission.
The UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized.
UnresolvedPermission(String, String, String, Certificate[]) - Constructor for class java.security.UnresolvedPermission
Creates a new UnresolvedPermission containing the permission information needed later to actually create a Permission of the specified class, when the permission is resolved.
UnsatisfiedLinkError - error java.lang.UnsatisfiedLinkError.
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
UnsatisfiedLinkError() - Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String) - Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
UnsolicitedNotification - interface javax.naming.ldap.UnsolicitedNotification.
This interface represents an unsolicited notification as defined in RFC 2251.
UnsolicitedNotificationEvent - class javax.naming.ldap.UnsolicitedNotificationEvent.
This class represents an event fired in response to an unsolicited notification sent by the LDAP server.
UnsolicitedNotificationEvent(Object, UnsolicitedNotification) - Constructor for class javax.naming.ldap.UnsolicitedNotificationEvent
Constructs a new instance of UnsolicitedNotificationEvent.
UnsolicitedNotificationListener - interface javax.naming.ldap.UnsolicitedNotificationListener.
This interface is for handling UnsolicitedNotificationEvent.
UnsupportedAddressTypeException - exception java.nio.channels.UnsupportedAddressTypeException.
Unchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported.
UnsupportedAddressTypeException() - Constructor for class java.nio.channels.UnsupportedAddressTypeException
Constructs an instance of this class.
UnsupportedAudioFileException - exception javax.sound.sampled.UnsupportedAudioFileException.
An UnsupportedAudioFileException is an exception indicating that an operation failed because a file did not contain valid data of a recognized file type and format.
UnsupportedAudioFileException() - Constructor for class javax.sound.sampled.UnsupportedAudioFileException
Constructs a UnsupportedAudioFileException that has null as its error detail message.
UnsupportedAudioFileException(String) - Constructor for class javax.sound.sampled.UnsupportedAudioFileException
Constructs a UnsupportedAudioFileException that has the specified detail message.
UnsupportedCallbackException - exception javax.security.auth.callback.UnsupportedCallbackException.
Signals that a CallbackHandler does not recognize a particular Callback.
UnsupportedCallbackException(Callback) - Constructor for class javax.security.auth.callback.UnsupportedCallbackException
Constructs a UnsupportedCallbackException with no detail message.
UnsupportedCallbackException(Callback, String) - Constructor for class javax.security.auth.callback.UnsupportedCallbackException
Constructs a UnsupportedCallbackException with the specified detail message.
UnsupportedCharsetException - exception java.nio.charset.UnsupportedCharsetException.
Unchecked exception thrown when no support is available for a requested charset.
UnsupportedCharsetException(String) - Constructor for class java.nio.charset.UnsupportedCharsetException
Constructs an instance of this class.
UnsupportedClassVersionError - error java.lang.UnsupportedClassVersionError.
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
UnsupportedClassVersionError() - Constructor for class java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with no detail message.
UnsupportedClassVersionError(String) - Constructor for class java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with the specified detail message.
UnsupportedEncodingException - exception java.io.UnsupportedEncodingException.
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for class java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for class java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UnsupportedFlavorException - exception java.awt.datatransfer.UnsupportedFlavorException.
Signals that the requested data is not supported in this flavor.
UnsupportedFlavorException(DataFlavor) - Constructor for class java.awt.datatransfer.UnsupportedFlavorException
Constructs an UnsupportedFlavorException.
UnsupportedLookAndFeelException - exception javax.swing.UnsupportedLookAndFeelException.
An exception that indicates the request look & feel management classes are not present on the user's system.
UnsupportedLookAndFeelException(String) - Constructor for class javax.swing.UnsupportedLookAndFeelException
Constructs an UnsupportedLookAndFeelException object.
UnsupportedOperationException - exception java.lang.UnsupportedOperationException.
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for class java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for class java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
UserException - exception org.omg.CORBA.UserException.
The root class for CORBA IDL-defined user exceptions.
UserException() - Constructor for class org.omg.CORBA.UserException
Constructs a UserException object.
UserException(String) - Constructor for class org.omg.CORBA.UserException
Constructs a UserException object with a detail message.
Util - class javax.rmi.CORBA.Util.
Provides utility methods that can be used by stubs and ties to perform common operations.
UtilDelegate - interface javax.rmi.CORBA.UtilDelegate.
Supports delegation for method implementations in Util.
Utilities - class javax.swing.text.Utilities.
A collection of methods to deal with various text related activities.
Utilities() - Constructor for class javax.swing.text.Utilities
 
ui - Variable in class javax.swing.JComponent
The look and feel delegate for this component.
ui - Variable in class javax.swing.plaf.basic.BasicMenuUI.ChangeHandler
 
uis - Variable in class javax.swing.plaf.multi.MultiButtonUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiColorChooserUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiComboBoxUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiDesktopIconUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiDesktopPaneUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiFileChooserUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiInternalFrameUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiLabelUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiListUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiMenuBarUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiMenuItemUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiOptionPaneUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiPanelUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiPopupMenuUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiProgressBarUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiRootPaneUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiScrollBarUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiScrollPaneUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiSeparatorUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiSliderUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiSpinnerUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiSplitPaneUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiTabbedPaneUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiTableHeaderUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiTableUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiTextUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiToolBarUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiToolTipUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiTreeUI
The vector containing the real UIs.
uis - Variable in class javax.swing.plaf.multi.MultiViewportUI
The vector containing the real UIs.
uisToArray(Vector) - Static method in class javax.swing.plaf.multi.MultiLookAndFeel
Creates an array, populates it with UI objects from the passed-in vector, and returns the array.
unbind(String) - Static method in class java.rmi.Naming
Destroys the binding for the specified name that is associated with a remote object.
unbind(String) - Method in interface java.rmi.registry.Registry
Removes the binding for the specified name in this registry.
unbind(Name) - Method in interface javax.naming.Context
Unbinds the named object.
unbind(String) - Method in interface javax.naming.Context
Unbinds the named object.
unbind(String) - Method in class javax.naming.InitialContext
 
unbind(Name) - Method in class javax.naming.InitialContext
 
unbind(NameComponent[]) - Method in interface org.omg.CosNaming.NamingContextOperations
The unbind operation removes a name binding from a context.
unbind(NameComponent[]) - Method in class org.omg.CosNaming._NamingContextExtStub
The unbind operation removes a name binding from a context.
unbind(NameComponent[]) - Method in class org.omg.CosNaming._NamingContextStub
The unbind operation removes a name binding from a context.
uncaughtException(Thread, Throwable) - Method in class java.lang.ThreadGroup
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception.
unconfigureArrowButton() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
This public method is implementation specific and should be private.
unconfigureEditor() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
This protected method is implementation specific and should be private.
unconfigureEditor() - Method in class javax.swing.plaf.metal.MetalComboBoxUI
 
unconfigureEnclosingScrollPane() - Method in class javax.swing.JTable
Reverses the effect of configureEnclosingScrollPane by replacing the columnHeaderView of the enclosing scroll pane with null.
undo() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Undoes a change.
undo() - Method in class javax.swing.text.AbstractDocument.ElementEdit
Undoes a change.
undo() - Method in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
Undoes a change.
undo() - Method in class javax.swing.undo.AbstractUndoableEdit
Throws CannotUndoException if canUndo returns false.
undo() - Method in class javax.swing.undo.CompoundEdit
Sends undo to all contained UndoableEdits in the reverse of the order in which they were added.
undo() - Method in class javax.swing.undo.StateEdit
Tells the edited object to apply the state prior to the edit
undo() - Method in class javax.swing.undo.UndoManager
If this UndoManager is inProgress, undo the last significant UndoableEdit before indexOfNextAdd, and all insignificant edits back to it.
undo() - Method in interface javax.swing.undo.UndoableEdit
Undo the edit that was made.
undoOrRedo() - Method in class javax.swing.undo.UndoManager
Undo or redo as appropriate.
undoRedoName - Variable in class javax.swing.undo.StateEdit
The undo/redo presentation name
undoTo(UndoableEdit) - Method in class javax.swing.undo.UndoManager
Undoes all changes from indexOfNextAdd to edit.
undoableEditHappened(UndoableEditEvent) - Method in interface javax.swing.event.UndoableEditListener
An undoable edit happened
undoableEditHappened(UndoableEditEvent) - Method in class javax.swing.undo.UndoManager
Called by the UndoabledEdit sources this UndoManager listens to.
unexportObject(Remote, boolean) - Static method in class java.rmi.activation.Activatable
Remove the remote object, obj, from the RMI runtime.
unexportObject(Remote, boolean) - Static method in class java.rmi.server.UnicastRemoteObject
Removes the remote object, obj, from the RMI runtime.
unexportObject(Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Delegation call for PortableRemoteObject.unexportObject(java.rmi.Remote).
unexportObject(Remote) - Static method in class javax.rmi.CORBA.Util
Removes the associated tie from an internal table and calls Tie.deactivate() to deactivate the object.
unexportObject(Remote) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.unexportObject(java.rmi.Remote).
unexportObject(Remote) - Static method in class javax.rmi.PortableRemoteObject
Deregisters a server object from the runtime, allowing the object to become available for garbage collection.
uninitialize() - Method in class javax.swing.LookAndFeel
UIManager.setLookAndFeel calls this method just before we're replaced by a new default look and feel.
uninstall() - Method in class javax.swing.JFormattedTextField.AbstractFormatter
Uninstalls any state the AbstractFormatter may have installed on the JFormattedTextField.
uninstallBorder(JComponent) - Static method in class javax.swing.LookAndFeel
Convenience method for un-installing a component's default border on the specified component if the border is currently an instance of UIResource.
uninstallChooserPanel(JColorChooser) - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
Invoked when the panel is removed from the chooser.
uninstallComboBoxModelListeners(ComboBoxModel) - Method in class javax.swing.plaf.basic.BasicComboPopup
Removes the listeners from the combo box model
uninstallComponents() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
The aggregate components which compise the combo box are unregistered and uninitialized.
uninstallComponents() - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
 
uninstallComponents(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
uninstallComponents() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
uninstallComponents(JLabel) - Method in class javax.swing.plaf.basic.BasicLabelUI
 
uninstallComponents(JMenuItem) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
 
uninstallComponents() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
 
uninstallComponents(JRootPane) - Method in class javax.swing.plaf.basic.BasicRootPaneUI
 
uninstallComponents() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
 
uninstallComponents() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
Removes any installed subcomponents from the JTabbedPane.
uninstallComponents() - Method in class javax.swing.plaf.basic.BasicToolBarUI
 
uninstallComponents() - Method in class javax.swing.plaf.basic.BasicTreeUI
Uninstalls the renderer pane.
uninstallComponents() - Method in class javax.swing.plaf.metal.MetalDesktopIconUI
 
uninstallComponents(JFileChooser) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
 
uninstallComponents() - Method in class javax.swing.plaf.metal.MetalInternalFrameUI
 
uninstallDefaultChoosers() - Method in class javax.swing.plaf.basic.BasicColorChooserUI
 
uninstallDefaults(AbstractButton) - Method in class javax.swing.plaf.basic.BasicButtonUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicColorChooserUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
Uninstalls the default colors, default font, default renderer, and default editor into the JComboBox.
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
uninstallDefaults(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
uninstallDefaults(JLabel) - Method in class javax.swing.plaf.basic.BasicLabelUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicListUI
Set the JList properties that haven't been explicitly overridden to null.
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicMenuBarUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicMenuItemUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicMenuUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
 
uninstallDefaults(JPanel) - Method in class javax.swing.plaf.basic.BasicPanelUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicPopupMenuUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
 
uninstallDefaults(AbstractButton) - Method in class javax.swing.plaf.basic.BasicRadioButtonUI
 
uninstallDefaults(JRootPane) - Method in class javax.swing.plaf.basic.BasicRootPaneUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
 
uninstallDefaults(JScrollPane) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
 
uninstallDefaults(JSeparator) - Method in class javax.swing.plaf.basic.BasicSeparatorUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicSpinnerUI
Sets the JSpinner's layout manager to null.
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Uninstalls the UI defaults.
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicTableUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicTextUI
Sets the component properties that haven't been explicitly overridden to null.
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicToolBarUI
 
uninstallDefaults(JComponent) - Method in class javax.swing.plaf.basic.BasicToolTipUI
 
uninstallDefaults() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
uninstallDefaults(JComponent) - Method in class javax.swing.plaf.basic.BasicViewportUI
 
uninstallDefaults(AbstractButton) - Method in class javax.swing.plaf.metal.MetalButtonUI
 
uninstallDefaults(AbstractButton) - Method in class javax.swing.plaf.metal.MetalCheckBoxUI
 
uninstallDefaults() - Method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
 
uninstallDefaults(AbstractButton) - Method in class javax.swing.plaf.metal.MetalRadioButtonUI
 
uninstallDefaults(AbstractButton) - Method in class javax.swing.plaf.metal.MetalToggleButtonUI
 
uninstallDesktopManager() - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
uninstallIcons(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
uninstallKeyboardActions(JComponent) - Method in class javax.swing.plaf.basic.BasicButtonListener
Unregister's default key actions
uninstallKeyboardActions(AbstractButton) - Method in class javax.swing.plaf.basic.BasicButtonUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
Removes the focus InputMap and ActionMap.
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicComboPopup
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
uninstallKeyboardActions(JLabel) - Method in class javax.swing.plaf.basic.BasicLabelUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicListUI
Unregisters keyboard actions installed from installKeyboardActions.
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicMenuBarUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicMenuItemUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicMenuUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicPopupMenuUI
 
uninstallKeyboardActions(JRootPane) - Method in class javax.swing.plaf.basic.BasicRootPaneUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
 
uninstallKeyboardActions(JScrollPane) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
 
uninstallKeyboardActions(JSlider) - Method in class javax.swing.plaf.basic.BasicSliderUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Uninstalls the keyboard actions for the UI.
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicTableUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicTextUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicToolBarUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
uninstallKeyboardActions() - Method in class javax.swing.plaf.metal.MetalInternalFrameUI
 
uninstallListeners(AbstractButton) - Method in class javax.swing.plaf.basic.BasicButtonUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicColorChooserUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
Remove the installed listeners from the combo box and its model.
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
 
uninstallListeners(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
uninstallListeners(JLabel) - Method in class javax.swing.plaf.basic.BasicLabelUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicListUI
Remove the listeners for the JList, its model, and its selectionModel.
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicMenuBarUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicMenuItemUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicMenuUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicPopupMenuUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicProgressBarUI
Removes all listeners installed by this object.
uninstallListeners(JRootPane) - Method in class javax.swing.plaf.basic.BasicRootPaneUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicScrollBarUI
 
uninstallListeners(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
 
uninstallListeners(JSeparator) - Method in class javax.swing.plaf.basic.BasicSeparatorUI
 
uninstallListeners(JSlider) - Method in class javax.swing.plaf.basic.BasicSliderUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicSpinnerUI
Removes the propertyChangeListener added by installListeners.
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Uninstalls the event listeners for the UI.
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicTableUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicTextUI
Uninstalls listeners for the UI.
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicToolBarUI
 
uninstallListeners(JComponent) - Method in class javax.swing.plaf.basic.BasicToolTipUI
 
uninstallListeners() - Method in class javax.swing.plaf.basic.BasicTreeUI
 
uninstallListeners() - Method in class javax.swing.plaf.metal.MetalDesktopIconUI
 
uninstallListeners() - Method in class javax.swing.plaf.metal.MetalInternalFrameUI
 
uninstallListeners(JScrollPane) - Method in class javax.swing.plaf.metal.MetalScrollPaneUI
 
uninstallListeners() - Method in class javax.swing.plaf.metal.MetalToolBarUI
 
uninstallStrings(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.ComponentUI
Reverses configuration which was done on the specified component during installUI.
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicButtonUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicColorChooserUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicLabelUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicListUI
Uninitializes this.list by calling uninstallListeners(), uninstallKeyboardActions(), and uninstallDefaults() in order.
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuBarUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
Removes the receiver from the L&F controller of the passed in split pane.
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicPanelUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicPopupMenuUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicRootPaneUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicSeparatorUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicSliderUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicSpinnerUI
Calls uninstallDefaults, uninstallListeners, and then removes all of the spinners children.
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Uninstalls the UI.
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicTableUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
Deinstalls the UI for a component.
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicToolBarUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicToolTipUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicTreeUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.basic.BasicViewportUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.metal.MetalInternalFrameUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.metal.MetalRootPaneUI
Invokes supers implementation to uninstall any of its state.
uninstallUI(JComponent) - Method in class javax.swing.plaf.metal.MetalScrollPaneUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.metal.MetalToolBarUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.metal.MetalToolTipUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.metal.MetalTreeUI
 
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallUI(JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
Invokes the uninstallUI method on each UI handled by this object.
uninstallingUI() - Method in class javax.swing.plaf.basic.BasicComboPopup
Called when the UI is uninstalling.
uninstallingUI() - Method in interface javax.swing.plaf.basic.ComboPopup
Called to inform the ComboPopup that the UI is uninstalling.
union(Rectangle) - Method in class java.awt.Rectangle
Computes the union of this Rectangle with the specified Rectangle.
union(Rectangle2D, Rectangle2D, Rectangle2D) - Static method in class java.awt.geom.Rectangle2D
Unions the pair of source Rectangle2D objects and puts the result into the specified destination Rectangle2D object.
unitIncrement - Variable in class javax.swing.JScrollBar
 
unknown_adapter(POA, String) - Method in interface org.omg.PortableServer.AdapterActivatorOperations
This operation is invoked when the ORB receives a request for an object reference that identifies a target POA that does not exist.
unloadAllInstruments(Soundbank) - Method in interface javax.sound.midi.Synthesizer
Unloads all instruments contained in the specified Soundbank.
unloadInstrument(Instrument) - Method in interface javax.sound.midi.Synthesizer
Unloads a particular instrument.
unloadInstruments(Soundbank, Patch[]) - Method in interface javax.sound.midi.Synthesizer
Unloads the instruments referenced by the specified patches, from the MIDI sound bank specified.
unloadZone(View) - Method in class javax.swing.text.ZoneView
Unload a zone (Convert the zone to its memory saving state).
unmappableCharacterAction() - Method in class java.nio.charset.CharsetDecoder
Returns this decoder's current action for unmappable-character errors.
unmappableCharacterAction() - Method in class java.nio.charset.CharsetEncoder
Returns this encoder's current action for unmappable-character errors.
unmappableForLength(int) - Static method in class java.nio.charset.CoderResult
Static factory method that returns the unique result object describing an unmappable-character error of the given length.
unmarshal(DataInputStream) - Method in interface org.omg.CORBA.CustomMarshal
Unmarshal method has to be implemented by the Customized Marshal class This is the method invoked for Unmarshalling.
unmodifiableCollection(Collection) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified collection.
unmodifiableList(List) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified list.
unmodifiableMap(Map) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified map.
unmodifiableSet(Set) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified set.
unmodifiableSortedMap(SortedMap) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted map.
unmodifiableSortedSet(SortedSet) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted set.
unmodifiableView(AttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
Creates an unmodifiable view of the given attribute set.
unmodifiableView(DocAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
Creates an unmodifiable view of the given doc attribute set.
unmodifiableView(PrintRequestAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
Creates an unmodifiable view of the given print request attribute set.
unmodifiableView(PrintJobAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
Creates an unmodifiable view of the given print job attribute set.
unmodifiableView(PrintServiceAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
Creates an unmodifiable view of the given print service attribute set.
unparsedEntityDecl(String, String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of an unparsed entity declaration event.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of an unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of an unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an unparsed entity declaration event.
unread(int) - Method in class java.io.PushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
unread(byte[], int, int) - Method in class java.io.PushbackInputStream
Pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(byte[]) - Method in class java.io.PushbackInputStream
Pushes back an array of bytes by copying it to the front of the pushback buffer.
unread(int) - Method in class java.io.PushbackReader
Push back a single character.
unread(char[], int, int) - Method in class java.io.PushbackReader
Push back a portion of an array of characters by copying it to the front of the pushback buffer.
unread(char[]) - Method in class java.io.PushbackReader
Push back an array of characters by copying it to the front of the pushback buffer.
unreferenced() - Method in interface java.rmi.server.Unreferenced
Called by the RMI runtime sometime after the runtime determines that the reference list, the list of clients referencing the remote object, becomes empty.
unregister(ActivationID) - Static method in class java.rmi.activation.Activatable
Revokes previous registration for the activation descriptor associated with id.
unregisterComponent(JComponent) - Method in class javax.swing.ToolTipManager
Removes a component from tooltip control.
unregisterGroup(ActivationGroupID) - Method in interface java.rmi.activation.ActivationSystem
Remove the activation group.
unregisterKeyboardAction(KeyStroke) - Method in class javax.swing.JComponent
This method is now obsolete.
unregisterKeyboardActions() - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
unregisterListeners() - Method in class java.awt.dnd.DragGestureRecognizer
unregister this DragGestureRecognizer's Listeners with the Component subclasses must override this method
unregisterListeners() - Method in class java.awt.dnd.MouseDragGestureRecognizer
unregister this DragGestureRecognizer's Listeners with the Component subclasses must override this method
unregisterObject(ActivationID) - Method in interface java.rmi.activation.ActivationSystem
Remove the activation id and associated descriptor previously registered with the ActivationSystem; the object can no longer be activated via the object's activation id.
unregister_value_factory(String) - Method in class org.omg.CORBA_2_3.ORB
 
unscaledValue() - Method in class java.math.BigDecimal
Returns a BigInteger whose value is the unscaled value of this BigDecimal.
unsetCompression() - Method in class javax.imageio.ImageWriteParam
Removes any previous compression type and quality settings.
unsetCompression() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Removes any previous compression quality setting.
unsetDecodeTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
Removes any quantization and Huffman tables that are currently set.
unsetEncodeTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Removes any quantization and Huffman tables that are currently set.
unsetOrdering(Class, Object, Object) - Method in class javax.imageio.spi.ServiceRegistry
Sets a pairwise ordering between two service provider objects within a given category.
unsetTiling() - Method in class javax.imageio.ImageWriteParam
Removes any previous tile grid parameters specified by calls to setTiling.
unsynchronize(Line[]) - Method in interface javax.sound.sampled.Mixer
Releases synchronization for the specified lines.
unwrap(byte[], String, int) - Method in class javax.crypto.Cipher
Unwrap a previously wrapped key.
unwrap(byte[], int, int, MessageProp) - Method in interface org.ietf.jgss.GSSContext
Used to process tokens generated by the wrap method on the other side of the context.
unwrap(InputStream, OutputStream, MessageProp) - Method in interface org.ietf.jgss.GSSContext
Uses streams to process tokens generated by the wrap method on the other side of the context.
upAction - Static variable in class javax.swing.text.DefaultEditorKit
Name of the Action for moving the caret logically upward one position.
upFocusCycle(Component) - Method in class java.awt.DefaultKeyboardFocusManager
Moves the focus up one focus traversal cycle.
upFocusCycle(Component) - Method in class java.awt.KeyboardFocusManager
Moves the focus up one focus traversal cycle.
upFocusCycle() - Method in class java.awt.KeyboardFocusManager
Moves the focus up one focus traversal cycle from the current focus owner.
upFolderIcon - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
 
upKey - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
Deprecated. As of Java 2 platform v1.3.
upKey - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
Deprecated. As of Java 2 platform v1.3.
upKey - Variable in class javax.swing.plaf.basic.BasicToolBarUI
Deprecated. As of Java 2 platform v1.3.
update(Graphics) - Method in class java.awt.Canvas
Updates this canvas.
update(Graphics) - Method in class java.awt.Component
Updates this component.
update(Graphics) - Method in class java.awt.Container
Updates the container.
update(byte) - Method in class java.security.MessageDigest
Updates the digest using the specified byte.
update(byte[], int, int) - Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes, starting at the specified offset.
update(byte[]) - Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes.
update(byte) - Method in class java.security.Signature
Updates the data to be signed or verified by a byte.
update(byte[]) - Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes.
update(byte[], int, int) - Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
update(Observable, Object) - Method in interface java.util.Observer
This method is called whenever the observed object is changed.
update(int) - Method in class java.util.zip.Adler32
Updates checksum with specified byte.
update(byte[], int, int) - Method in class java.util.zip.Adler32
Updates checksum with specified array of bytes.
update(byte[]) - Method in class java.util.zip.Adler32
Updates checksum with specified array of bytes.
update(int) - Method in class java.util.zip.CRC32
Updates CRC-32 with specified byte.
update(byte[], int, int) - Method in class java.util.zip.CRC32
Updates CRC-32 with specified array of bytes.
update(byte[]) - Method in class java.util.zip.CRC32
Updates checksum with specified array of bytes.
update(int) - Method in interface java.util.zip.Checksum
Updates the current checksum with the specified byte.
update(byte[], int, int) - Method in interface java.util.zip.Checksum
Updates the current checksum with the specified array of bytes.
update(byte[]) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int, byte[]) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int, byte[], int) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte) - Method in class javax.crypto.Mac
Processes the given byte.
update(byte[]) - Method in class javax.crypto.Mac
Processes the given array of bytes.
update(byte[], int, int) - Method in class javax.crypto.Mac
Processes the first len bytes in input, starting at offset inclusive.
update(LineEvent) - Method in interface javax.sound.sampled.LineListener
Informs the listener that a line's state has changed.
update(Graphics) - Method in class javax.swing.CellRendererPane
Shouldn't be called.
update(Graphics) - Method in class javax.swing.JApplet
Just calls paint(g).
update(Graphics) - Method in class javax.swing.JComponent
Calls paint.
update(Graphics) - Method in class javax.swing.JDialog
Calls paint(g).
update(Graphics) - Method in class javax.swing.JFrame
Just calls paint(g).
update(Graphics) - Method in class javax.swing.JWindow
Calls paint(g).
update(Graphics, JComponent) - Method in class javax.swing.plaf.ComponentUI
Notifies this UI delegate that it's time to paint the specified component.
update(Graphics, JComponent) - Method in class javax.swing.plaf.basic.BasicMenuItemUI
We draw the background in paintMenuItem() so override update (which fills the background of opaque components by default) to just call paint().
update(Graphics, JComponent) - Method in class javax.swing.plaf.basic.BasicTextUI
Superclass paints background in an uncontrollable way (i.e.
update(Graphics, JComponent) - Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
 
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiButtonUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiColorChooserUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiComboBoxUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopIconUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiInternalFrameUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiLabelUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiListUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiMenuBarUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiMenuItemUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiPanelUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiPopupMenuUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiProgressBarUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiRootPaneUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiScrollBarUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiScrollPaneUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiSeparatorUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiSliderUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiSpinnerUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiTableHeaderUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiTableUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiTextUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiToolBarUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiToolTipUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiTreeUI
Invokes the update method on each UI handled by this object.
update(Graphics, JComponent) - Method in class javax.swing.plaf.multi.MultiViewportUI
Invokes the update method on each UI handled by this object.
updateArray(int, Array) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Array value.
updateArray(String, Array) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Array value.
updateAsciiStream(int, InputStream, int) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value.
updateAutoscroll(Point) - Method in class java.awt.dnd.DropTarget
update autoscrolling with current cursor locn
updateBigDecimal(int, BigDecimal) - Method in interface java.sql.ResultSet
Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value.
updateBlob(int, Blob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Blob value.
updateBlob(String, Blob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Blob value.
updateBoolean(int, boolean) - Method in interface java.sql.ResultSet
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in interface java.sql.ResultSet
Updates the designated column with a boolean value.
updateButtonMnemonic - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
 
updateButtonText - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
 
updateButtonToolTipText - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
 
updateByte(int, byte) - Method in interface java.sql.ResultSet
Updates the designated column with a byte value.
updateByte(String, byte) - Method in interface java.sql.ResultSet
Updates the designated column with a byte value.
updateBytes(int, byte[]) - Method in interface java.sql.ResultSet
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in interface java.sql.ResultSet
Updates the designated column with a byte array value.
updateCachedPreferredSize() - Method in class javax.swing.plaf.basic.BasicTreeUI
Updates the preferredSize instance variable, which is returned from getPreferredSize().
updateCellEditor() - Method in class javax.swing.plaf.basic.BasicTreeUI
Updates the cellEditor based on the editability of the JTree that we're contained in.
updateCharacterStream(int, Reader, int) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value.
updateChildren(DocumentEvent.ElementChange, DocumentEvent, ViewFactory) - Method in class javax.swing.text.View
Updates the child views in response to receiving notification that the model changed, and there is change record for the element this view is responsible for.
updateChildren(DocumentEvent.ElementChange, DocumentEvent, ViewFactory) - Method in class javax.swing.text.ZoneView
The superclass behavior will try to update the child views which is not desired in this case, since the children are zones and not directly effected by the changes to the associated element.
updateChooser() - Method in class javax.swing.colorchooser.AbstractColorChooserPanel
Invoked automatically when the model's state changes.
updateClob(int, Clob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Clob value.
updateClob(String, Clob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Clob value.
updateColumnHeader(PropertyChangeEvent) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
 
updateComponentTreeUI(Component) - Static method in class javax.swing.SwingUtilities
A simple minded look and feel change: ask each node in the tree to updateUI() -- that is, to initialize its UI property with the current look and feel.
updateComponents() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Determines the components.
updateCurrentCursor(int, int, int) - Method in class java.awt.dnd.DragSourceContext
If the default drag cursor behavior is active, this method sets the default drag cursor for the specified selected operation, supported actions and status, otherwise this method does nothing.
updateDamage(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.PlainView
 
updateDate(int, Date) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Date value.
updateDepthOffset() - Method in class javax.swing.plaf.basic.BasicTreeUI
Updates how much each depth should be offset by.
updateDouble(int, double) - Method in interface java.sql.ResultSet
Updates the designated column with a double value.
updateDouble(String, double) - Method in interface java.sql.ResultSet
Updates the designated column with a double value.
updateExpandedDescendants(TreePath) - Method in class javax.swing.plaf.basic.BasicTreeUI
Updates the expanded state of all the descendants of path by getting the expanded descendants from the tree and forwarding to the tree state.
updateFloat(int, float) - Method in interface java.sql.ResultSet
Updates the designated column with a float value.
updateFloat(String, float) - Method in interface java.sql.ResultSet
Updates the designated column with a float value.
updateInt(int, int) - Method in interface java.sql.ResultSet
Updates the designated column with an int value.
updateInt(String, int) - Method in interface java.sql.ResultSet
Updates the designated column with an int value.
updateLabelUIs() - Method in class javax.swing.JSlider
Resets the UI property to a value from the current look and feel.
updateLayout(DocumentEvent.ElementChange, DocumentEvent, Shape) - Method in class javax.swing.text.AsyncBoxView
Update the layout in response to receiving notification of change from the model.
updateLayout(DocumentEvent.ElementChange, DocumentEvent, Shape) - Method in class javax.swing.text.View
Updates the layout in response to receiving notification of change from the model.
updateLayoutCacheExpandedNodes() - Method in class javax.swing.plaf.basic.BasicTreeUI
Makes all the nodes that are expanded in JTree expanded in LayoutCache.
updateLayoutState() - Method in class javax.swing.plaf.basic.BasicListUI
Recompute the value of cellHeight or cellHeights based and cellWidth, based on the current font and the current values of fixedCellWidth, fixedCellHeight, and prototypeCellValue.
updateLayoutStateNeeded - Variable in class javax.swing.plaf.basic.BasicListUI
 
updateLeadIndex() - Method in class javax.swing.tree.DefaultTreeSelectionModel
Updates the leadIndex instance variable.
updateLevel - Variable in class javax.swing.undo.UndoableEditSupport
 
updateListBoxSelectionForEvent(MouseEvent, boolean) - Method in class javax.swing.plaf.basic.BasicComboPopup
A utility method used by the event listeners.
updateListeners - Variable in class javax.imageio.ImageReader
A List of currently registered IIOReadUpdateListeners, initialized by default to null, which is synonymous with an empty List.
updateLocation(Point) - Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller
cause autoscroll to occur
updateLong(int, long) - Method in interface java.sql.ResultSet
Updates the designated column with a long value.
updateLong(String, long) - Method in interface java.sql.ResultSet
Updates the designated column with a long value.
updateMetrics() - Method in class javax.swing.text.PlainView
Checks to see if the font metrics and longest line are up-to-date.
updateNull(int) - Method in interface java.sql.ResultSet
Gives a nullable column a null value.
updateNull(String) - Method in interface java.sql.ResultSet
Updates the designated column with a null value.
updateObject(int, Object, int) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(int, Object) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(String, Object) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateRef(int, Ref) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Ref value.
updateRef(String, Ref) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Ref value.
updateRenderer(JComponent, String) - Static method in class javax.swing.plaf.basic.BasicHTML
Stash the HTML render for the given text into the client properties of the given JComponent.
updateRenderer() - Method in class javax.swing.plaf.basic.BasicTreeUI
Messaged from the tree we're in when the renderer has changed.
updateRow() - Method in interface java.sql.ResultSet
Updates the underlying database with the new contents of the current row of this ResultSet object.
updateRowHeader(PropertyChangeEvent) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
 
updateScrollBarDisplayPolicy(PropertyChangeEvent) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
 
updateShort(int, short) - Method in interface java.sql.ResultSet
Updates the designated column with a short value.
updateShort(String, short) - Method in interface java.sql.ResultSet
Updates the designated column with a short value.
updateSize() - Method in class javax.swing.plaf.basic.BasicTreeUI
Marks the cached size as being invalid, and messages the tree with treeDidChange.
updateString(int, String) - Method in interface java.sql.ResultSet
Updates the designated column with a String value.
updateString(String, String) - Method in interface java.sql.ResultSet
Updates the designated column with a String value.
updateTableInRealTime - Variable in class javax.swing.table.JTableHeader
Obsolete as of Java 2 platform v1.3.
updateTime(int, Time) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Time value.
updateTime(String, Time) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Time value.
updateTimestamp(int, Timestamp) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Timestamp value.
updateUI() - Method in class javax.swing.AbstractButton
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JButton
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JCheckBox
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JColorChooser
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class javax.swing.JComboBox
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JComponent
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JDesktopPane
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class javax.swing.JFileChooser
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JInternalFrame.JDesktopIcon
Notification from the UIManager that the look and feel has changed.
updateUI() - Method in class javax.swing.JInternalFrame
Notification from the UIManager that the look and feel has changed.
updateUI() - Method in class javax.swing.JLabel
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JList
Resets the UI property with the value from the current look and feel.
updateUI() - Method in class javax.swing.JMenu
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class javax.swing.JMenuBar
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class javax.swing.JMenuItem
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class javax.swing.JOptionPane
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class javax.swing.JPanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class javax.swing.JPopupMenu
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JProgressBar
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JRadioButton
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JRootPane
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JScrollBar
Overrides JComponent.updateUI.
updateUI() - Method in class javax.swing.JScrollPane
Replaces the current ScrollPaneUI object with a version from the current default look and feel.
updateUI() - Method in class javax.swing.JSeparator
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JSlider
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JSpinner
Resets the UI property with the value from the current look and feel.
updateUI() - Method in class javax.swing.JSplitPane
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class javax.swing.JTabbedPane
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JTable
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class javax.swing.JToggleButton
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JToolBar
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class javax.swing.JToolTip
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.JTree
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class javax.swing.JViewport
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class javax.swing.table.DefaultTableCellRenderer
Notification from the UIManager that the look and feel [L&F] has changed.
updateUI() - Method in class javax.swing.table.JTableHeader
Notification from the UIManager that the look and feel (L&F) has changed.
updateUI() - Method in class javax.swing.text.JTextComponent
Reloads the pluggable UI.
updateUndoPositions(Vector, int, int) - Method in class javax.swing.text.GapContent
Resets the location for all the UndoPosRef instances in positions.
updateUndoPositions(Vector) - Method in class javax.swing.text.StringContent
Resets the location for all the UndoPosRef instances in positions.
updateViewport(PropertyChangeEvent) - Method in class javax.swing.plaf.basic.BasicScrollPaneUI
 
updatesAreDetected(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
upperLeft - Variable in class javax.swing.JScrollPane
The component to display in the upper left corner.
upperLeft - Variable in class javax.swing.ScrollPaneLayout
The component to display in the upper left corner.
upperRight - Variable in class javax.swing.JScrollPane
The component to display in the upper right corner.
upperRight - Variable in class javax.swing.ScrollPaneLayout
The component to display in the upper right corner.
url - Variable in class java.net.URLConnection
The URL represents the remote object on the World Wide Web to which this connection is opened.
useCaches - Variable in class java.net.URLConnection
If true, the protocol is allowed to use caching whenever it can.
useDaylightTime() - Method in class java.util.SimpleTimeZone
Queries if this time zone uses daylight saving time.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this time zone uses daylight savings time.
useProtocolVersion(int) - Method in class java.io.ObjectOutputStream
Specify stream protocol version to use when writing the stream.
userNodeForPackage(Class) - Static method in class java.util.prefs.Preferences
Returns the preference node from the calling user's preference tree that is associated (by convention) with the specified class's package.
userObject - Variable in class javax.swing.tree.DefaultMutableTreeNode
optional user object
userRoot() - Static method in class java.util.prefs.Preferences
Returns the root preference node for the calling user.
userRoot() - Method in interface java.util.prefs.PreferencesFactory
Returns the user root preference node corresponding to the calling user.
usesFractionalMetrics() - Method in class java.awt.font.FontRenderContext
Gets the text fractional metrics mode requested by the application for use in this FontRenderContext.
usesLocalFilePerTable() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database uses a file for each table.
usesLocalFiles() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database stores tables in a local file.
usesShiftModifier() - Method in class java.awt.MenuShortcut
Returns whether this MenuShortcut must be invoked using the SHIFT key.
usingProxy() - Method in class java.net.HttpURLConnection
Indicates if the connection is going through a proxy.

JavaTM 2 Platform
Std. Ed. v1.4.2
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 _
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.