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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

U

UML_CSS - Static variable in class org.tquadrat.foundation.javadoc.umlgraph.UMLDocument
The name of the CSS resource file: "resources/uml.css".
UMLConnector - Class in org.tquadrat.foundation.javadoc.umlgraph
The representation of the lines that connects the type elements in a UML diagram.
UMLConnector(UMLConnectorType, TypeSymbol, TypeSymbol) - Constructor for class org.tquadrat.foundation.javadoc.umlgraph.UMLConnector
Creates a new UMLConnector instance.
UMLConnectorType - Enum Class in org.tquadrat.foundation.javadoc.umlgraph
The types for a UMLConnector.
UMLConnectorType(String, String) - Constructor for enum class org.tquadrat.foundation.javadoc.umlgraph.UMLConnectorType
Creates a new UMLConnectorType instance.
UMLConstructorElement - Class in org.tquadrat.foundation.javadoc.umlgraph
The wrapper for an ExecutableElement instance that represents a constructor, enhanced by information needed for the creation of the UML graph.
UMLConstructorElement(ExecutableElement) - Constructor for class org.tquadrat.foundation.javadoc.umlgraph.UMLConstructorElement
Creates a new UMLConstructorElement instance.
UMLDocument - Class in org.tquadrat.foundation.javadoc.umlgraph
The container for a UML diagram.
UMLDocument() - Constructor for class org.tquadrat.foundation.javadoc.umlgraph.UMLDocument
Creates a new UMLDocument instance.
UMLElement - Class in org.tquadrat.foundation.javadoc.umlgraph
The wrapper for an Element instance, enhanced by information needed for the creation of the UML graph.
UMLElement(Element) - Constructor for class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
Creates a new UMLElement instance.
UMLExecutableElement - Class in org.tquadrat.foundation.javadoc.umlgraph
The wrapper for an ExecutableElement instance, enhanced by information needed for the creation of the UML graph.
UMLExecutableElement(ExecutableElement) - Constructor for class org.tquadrat.foundation.javadoc.umlgraph.UMLExecutableElement
Creates a new UMLExecutableElement instance.
UMLGraphLayout - Class in org.tquadrat.foundation.javadoc.umlgraph
This class is used to lay out the UML graph.
UMLGraphLayout(UMLDocument) - Constructor for class org.tquadrat.foundation.javadoc.umlgraph.UMLGraphLayout
Creates a new UMLGraphLayout object.
UMLGraphLayout.UMLGraphLayoutRow - Class in org.tquadrat.foundation.javadoc.umlgraph
This class is used to lay out the UML graph.
UMLGraphLayoutRow() - Constructor for class org.tquadrat.foundation.javadoc.umlgraph.UMLGraphLayout.UMLGraphLayoutRow
Creates a new UMLGraphLayoutRow object.
UmlGraphLinkTaglet - Class in org.tquadrat.foundation.javadoc
When this tag is added to the documentation of a class, a UML graph will be created for this class and added to the documentation.
UmlGraphLinkTaglet() - Constructor for class org.tquadrat.foundation.javadoc.UmlGraphLinkTaglet
Creates a new UmlGraphLinkTaglet instance.
UMLMemberElement - Class in org.tquadrat.foundation.javadoc.umlgraph
The wrapper for an Element instance that is contained in a TypeElement, enhanced by information needed for the creation of the UML graph.
UMLMemberElement(Element) - Constructor for class org.tquadrat.foundation.javadoc.umlgraph.UMLMemberElement
Creates a new UMLMemberElement instance.
UMLMethodElement - Class in org.tquadrat.foundation.javadoc.umlgraph
The wrapper for an ExecutableElement instance that represents a constructor, enhanced by information needed for the creation of the UML graph.
UMLMethodElement(ExecutableElement) - Constructor for class org.tquadrat.foundation.javadoc.umlgraph.UMLMethodElement
Creates a new UMLMethodElement instance.
UMLTypeElement - Class in org.tquadrat.foundation.javadoc.umlgraph
The wrapper for a TypeElement instance, enhanced by information needed for the creation of the UML graph.
UMLTypeElement(TypeElement, boolean, Types) - Constructor for class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
Creates a new UMLTypeElement instance.
UMLVariableElement - Class in org.tquadrat.foundation.javadoc.umlgraph
The wrapper for a VariableElement instance, enhanced by information needed for the creation of the UML graph.
UMLVariableElement(VariableElement) - Constructor for class org.tquadrat.foundation.javadoc.umlgraph.UMLVariableElement
Creates a new UMLVariableElement instance.
UNCATEGORIZED - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGElementCategory
Text content element.
UnderlineTaglet - Class in org.tquadrat.foundation.javadoc
This inline tag allows to underline a sequence of text.
UnderlineTaglet() - Constructor for class org.tquadrat.foundation.javadoc.UnderlineTaglet
Creates a new UnderlineTaglet instance.
unescape(Appendable, CharSequence) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Entities
Unescapes the escaped entities in the String passed and writes the result to the Appendable passed.
unescape(CharSequence) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Entities
Unescapes the entities in a String.

For example, if you have called addEntity( "foo", 0xA1 ), a call to unescape( "&foo;") will return "¡".
unescapeXML(Appendable, CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Unescapes an XML String containing XML entity escapes to a String containing the actual Unicode characters corresponding to the escapes and writes it to the given Appendable.
unescapeXML(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Unescapes an XML string containing XML entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
UnexpectedException() - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.LambdaContainerException.UnexpectedException
Creates a new UnexpectedException instance.
UnexpectedExceptionError - Exception Class in org.tquadrat.foundation.javadoc.internal.foundation.exception
This implementation of Error should be thrown in all cases where an unexpected exception was caught.
UnexpectedExceptionError(String, Throwable) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.UnexpectedExceptionError
Creates a new instance of the Error.
UnexpectedExceptionError(Throwable) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.UnexpectedExceptionError
Creates a new instance of the Error.
UnsupportedEnumError - Exception Class in org.tquadrat.foundation.javadoc.internal.foundation.exception
This is a specialized implementation for Error that is to be thrown especially from the default branch of a switch statement that uses an enum type as selector.
UnsupportedEnumError(Class<? extends Enum<?>>, String) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.UnsupportedEnumError
Creates a new instance of this class.
UnsupportedEnumError(T) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.UnsupportedEnumError
Creates a new instance of this class.
updateRegistries(Collection<String>, Collection<String>) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.internal.SVGElementImpl
Updates the registries with the valid children and attributes for this element.
UPGRADE_MODULE_PATH - Static variable in class org.tquadrat.foundation.javadoc.internal.Common
Location to search for upgradeable system modules.
Usage() - Constructor for enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVG.Usage
 
use(Supplier<T>) - Static method in interface org.tquadrat.foundation.javadoc.internal.foundation.lang.Lazy
Creates a new Lazy instance that uses the given supplier to initialise.
UTILITY - Enum constant in enum class org.tquadrat.foundation.javadoc.umlgraph.Stereotype
A utility class (a static class, a class with only static methods).
UtilityClass - Annotation Interface in org.tquadrat.foundation.javadoc.internal.foundation.annotation
This is a marker annotation for a utility class.
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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form