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.