- Union2<First,Second> - Class in org.openide.util
-
A union type which can contain one of two kinds of objects.
- UNKNOWN - Static variable in class org.openide.ErrorManager
-
Undefined severity.
- UnorderableException(Collection, Map) - Constructor for exception org.openide.util.Utilities.UnorderableException
-
Deprecated.
Create a new unorderable-list exception with no detail message.
- UnorderableException(String, Collection, Map) - Constructor for exception org.openide.util.Utilities.UnorderableException
-
Deprecated.
Create a new unorderable-list exception with a specified detail message.
- unsortableSets() - Method in exception org.openide.util.TopologicalSortException
-
The topological sort could not be finished as there
are some objects that are mutually refering to each other.
- URLStreamHandlerRegistration - Annotation Type in org.openide.util
-
- USER - Static variable in class org.openide.ErrorManager
-
Something the user should be aware of.
- UserCancelException - Exception in org.openide.util
-
Exception that is thrown when user cancels interaction so the
requested result cannot be produced.
- UserCancelException() - Constructor for exception org.openide.util.UserCancelException
-
Creates new exception UserCancelException
- UserCancelException(String) - Constructor for exception org.openide.util.UserCancelException
-
Creates new exception UserCancelException with text specified
string s.
- UserQuestionException - Exception in org.openide.util
-
Exception that is thrown when the process is about to perform some
action that requires user confirmation.
- UserQuestionException() - Constructor for exception org.openide.util.UserQuestionException
-
Creates new exception UserQuestionException
- UserQuestionException(String) - Constructor for exception org.openide.util.UserQuestionException
-
Creates new exception UserQuestionException with text specified
string s.
- Utilities - Class in org.openide.util
-
Otherwise uncategorized useful static methods.
- Utilities.UnorderableException - Exception in org.openide.util
-