Module 
Package 
Class 
Use 
 Index 
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 _
FlexDoc/Javadoc 2.0
Demo Java Doc

U
UGARITIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ugaritic" Unicode character block.
UGARITIC - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Ugaritic".
UK - Static variable in class java.util.Locale
Useful constant for country.
ulp(double) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
ulp(float) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
ulp(double) - Static method in class java.lang.StrictMath
Returns the size of an ulp of the argument.
ulp(float) - Static method in class java.lang.StrictMath
Returns the size of an ulp of the argument.
UNASSIGNED - Static variable in class java.lang.Character
General category "Cn" in the Unicode specification.
uncaughtException(Thread, Throwable) - Method in interface java.lang.Thread.UncaughtExceptionHandler
Method invoked when the given thread terminates due to the given uncaught exception.
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, and the thread does not have a specific Thread.UncaughtExceptionHandler installed.
UncheckedIOException - Exception in java.io
Wraps an IOException with an unchecked exception.
UncheckedIOException(IOException) - Constructor for exception java.io.UncheckedIOException
Constructs an instance of this class.
UncheckedIOException(String, IOException) - Constructor for exception java.io.UncheckedIOException
Constructs an instance of this class.
unconfigurableExecutorService(ExecutorService) - Static method in class java.util.concurrent.Executors
Returns an object that delegates all defined ExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts.
unconfigurableScheduledExecutorService(ScheduledExecutorService) - Static method in class java.util.concurrent.Executors
Returns an object that delegates all defined ScheduledExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts.
UNDECIDED - Constant in enum java.io.ObjectInputFilter.Status
The status is undecided, not allowed and not rejected.
UNDECIMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the thirteenth month of the year.
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
Undoes the appropriate edits.
undo() - Method in interface javax.swing.undo.UndoableEdit
Undo the edit.
UndoableEdit - Interface in javax.swing.undo
An UndoableEdit represents an edit.
undoableEditHappened(UndoableEditEvent) - Method in class javax.swing.undo.UndoManager
An UndoableEditListener method.
UndoableEditSupport - Class in javax.swing.undo
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.
UndoManager - Class in javax.swing.undo
UndoManager manages a list of UndoableEdits, providing a way to undo or redo the appropriate edits.
UndoManager() - Constructor for class javax.swing.undo.UndoManager
Creates a new 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.
undoOrRedo() - Method in class javax.swing.undo.UndoManager
Convenience method that invokes one of undo or redo.
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 the index of the next edit to edit, updating the index of the next edit appropriately.
UNICODE_LOCALE_EXTENSION - Static variable in class java.util.Locale
The key for Unicode locale extension ('u').
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Unified Canadian Aboriginal Syllabics" Unicode character block.
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Unified Canadian Aboriginal Syllabics Extended" Unicode character block.
UNINITIALIZED_VALUE - Static variable in class javax.swing.JOptionPane
Indicates that the user has not yet selected a value.
UNKNOWN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Unknown".
UnknownError - Error in java.lang
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
UnknownError() - Constructor for error java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String) - Constructor for error java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UnknownFormatConversionException - Exception in java.util
Unchecked exception thrown when an unknown conversion is given.
UnknownFormatConversionException(String) - Constructor for exception java.util.UnknownFormatConversionException
Constructs an instance of this class with the unknown conversion.
UnknownFormatFlagsException - Exception in java.util
Unchecked exception thrown when an unknown flag is given.
UnknownFormatFlagsException(String) - Constructor for exception java.util.UnknownFormatFlagsException
Constructs an instance of this class with the specified flags.
unmodifiableCollection(Collection<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified collection.
unmodifiableList(List<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified list.
unmodifiableMap(Map<? extends K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified map.
unmodifiableNavigableMap(NavigableMap<K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified navigable map.
unmodifiableNavigableSet(NavigableSet<T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified navigable set.
unmodifiableSet(Set<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified set.
unmodifiableSortedMap(SortedMap<K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted map.
unmodifiableSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted set.
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(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(int) - Method in class java.io.PushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
unread(char[]) - Method in class java.io.PushbackReader
Pushes back an array of characters by copying it to the front of the pushback buffer.
unread(char[], int, int) - Method in class java.io.PushbackReader
Pushes back a portion of an array of characters by copying it to the front of the pushback buffer.
unread(int) - Method in class java.io.PushbackReader
Pushes back a single character by copying it to the front of the pushback buffer.
UnsatisfiedLinkError - Error in java.lang
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
UnsatisfiedLinkError() - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String) - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
UnsupportedClassVersionError - Error in java.lang
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 error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with no detail message.
UnsupportedClassVersionError(String) - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with the specified detail message.
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UnsupportedOperationException - Exception in java.lang
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
UnsupportedOperationException(String, Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified detail message and cause.
UnsupportedOperationException(Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
update() - Method in class java.lang.Runtime.Version
Returns the value of the update element of the version number, or zero if it is absent.
update(Observable, Object) - Method in interface java.util.Observer
This method is called whenever the observed object is changed.
updateLevel - Variable in class javax.swing.undo.UndoableEditSupport
The update level.
updateUI() - Method in class javax.swing.JOptionPane
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class javax.swing.text.JTextComponent
Reloads the pluggable UI.
UPPERCASE - Static variable in class java.util.FormattableFlags
Converts the output to upper case according to the rules of the locale given during creation of the formatter argument of the formatTo() method.
UPPERCASE_LETTER - Static variable in class java.lang.Character
General category "Lu" in the Unicode specification.
US - Static variable in class java.util.Locale
Useful constant for country.
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 TimeZone uses Daylight Saving Time.
useDelimiter(Pattern) - Method in class java.util.Scanner
Sets this scanner's delimiting pattern to the specified pattern.
useDelimiter(String) - Method in class java.util.Scanner
Sets this scanner's delimiting pattern to a pattern constructed from the specified String.
useLocale(Locale) - Method in class java.util.Scanner
Sets this scanner's locale to the specified locale.
useProtocolVersion(int) - Method in class java.io.ObjectOutputStream
Specify stream protocol version to use when writing the stream.
user() - Method in interface java.lang.ProcessHandle.Info
Return the user of the process.
useRadix(int) - Method in class java.util.Scanner
Sets this scanner's default radix to the specified radix.
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 in java.io
Signals that a malformed string in modified UTF-8 format has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
UUID - Class in java.util
A class that represents an immutable universally unique identifier (UUID).
UUID(long, long) - Constructor for class java.util.UUID
Constructs a new UUID using the specified data.

Module 
Package 
Class 
Use 
 Index 
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 _
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz