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

I

ID_ALWAYS_FIRST_COMPARATOR - Static variable in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.AttributeSupport
A Comparator that ensures that "xml:id" is always the first attribute.
IdeaStarter - Class in org.tquadrat.foundation.javadoc
If a program will be started from IntelliJ IDEA, the args argument to IdeaStarter.main(String...) has always values.
IdeaStarter() - Constructor for class org.tquadrat.foundation.javadoc.IdeaStarter
No instance allowed for this class!
IDEOGRAPHIC - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGAlignmentBaseLine
Ideographic.
ifPresent(Consumer<? super T>) - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.lang.Lazy
If this Lazy instance has been initialised already, the provided Consumer will be executed; otherwise nothing happens.
IgnoreTaglet - Class in org.tquadrat.foundation.javadoc
The contents of this inline tag will be ignored for the generation of the Javadoc output.
IgnoreTaglet() - Constructor for class org.tquadrat.foundation.javadoc.IgnoreTaglet
Creates a new IgnoreTaglet instance.
IllegalOperationException - Exception Class in org.tquadrat.foundation.javadoc.internal.foundation.exception
This implementation of RuntimeException will be thrown when an attempted operation is not valid for the current context.
IllegalOperationException(Method) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.IllegalOperationException
Constructs a new IllegalOperationException with a detail message composed of the name of the given operation.
IllegalOperationException(Method, String) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.IllegalOperationException
Constructs a new IllegalOperationException with a detail message composed of the name of the given operation name and the given explanation.
IllegalOperationException(Method, String, Throwable) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.IllegalOperationException
Constructs a new IllegalOperationException with the cause and a detail message composed of the name of the given operation and the given explanation.

The detail message constructed from the operation name and the explanation is saved for later retrieval by the Throwable.getMessage() method.
IllegalOperationException(Method, Throwable) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.IllegalOperationException
Constructs a new IllegalOperationException with a detail message composed of the name of the given operation, and the cause.
IllegalOperationException(String) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.IllegalOperationException
Constructs a new IllegalOperationException with a detail message composed of the given operation name.
IllegalOperationException(String, String) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.IllegalOperationException
Constructs a new IllegalOperationException with a detail message composed of the given operation name and the given explanation.
IllegalOperationException(String, String, Throwable) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.IllegalOperationException
Constructs a new IllegalOperationException with the cause and a detail message composed of the given operation name and the given explanation.

The detail message constructed from the operation name and the explanation is saved for later retrieval by the Throwable.getMessage() method.
IllegalOperationException(String, Throwable) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.IllegalOperationException
Constructs a new IllegalOperationException with a detail message composed of the given operation name, and the cause.
IMPLEMENTATION - Enum constant in enum class org.tquadrat.foundation.javadoc.umlgraph.UMLConnectorType
The connector represents an implementation.
ImpossibleExceptionError - Exception Class in org.tquadrat.foundation.javadoc.internal.foundation.exception
This implementation of Error should be thrown in all cases where an exception was caught that seemed to be impossible to be thrown.
ImpossibleExceptionError(String, Throwable) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.ImpossibleExceptionError
Creates a new instance of ImpossibleExceptionError.
ImpossibleExceptionError(Throwable) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.ImpossibleExceptionError
Creates a new instance of ImpossibleExceptionError.
inch(double) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of SVGNumber with the given numeric type and with the unit SVGUnit.INCH.
inch(long) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of SVGNumber with the given numeric type and with the unit SVGUnit.INCH.
INCH - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGUnit
Inch.
IncludeTaglet - Class in org.tquadrat.foundation.javadoc
This taglet allows to include the contents of an external file into the JavaDoc documentation.
IncludeTaglet() - Constructor for class org.tquadrat.foundation.javadoc.IncludeTaglet
Creates a new IncludeTaglet instance.
IndexTaglet - Class in org.tquadrat.foundation.javadoc.internal
Re-implementation of the {@index} taglet.
IndexTaglet() - Constructor for class org.tquadrat.foundation.javadoc.internal.IndexTaglet
Creates a new CodeTaglet instance.
INHERIT - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGAlignmentBaseLine
Inherit.
INHERITANCE - Enum constant in enum class org.tquadrat.foundation.javadoc.umlgraph.UMLConnectorType
The connector represents an inheritance.
init(DocletEnvironment, Doclet) - Method in class org.tquadrat.foundation.javadoc.IgnoreTaglet
init(DocletEnvironment, Doclet) - Method in class org.tquadrat.foundation.javadoc.InspiredTaglet
init(DocletEnvironment, Doclet) - Method in class org.tquadrat.foundation.javadoc.internal.OtherFileTagletBase
init(DocletEnvironment, Doclet) - Method in class org.tquadrat.foundation.javadoc.NoteTaglet
init(DocletEnvironment, Doclet) - Method in class org.tquadrat.foundation.javadoc.ToDoTaglet
init(DocletEnvironment, Doclet) - Method in class org.tquadrat.foundation.javadoc.UmlGraphLinkTaglet
init(DocletEnvironment, Doclet) - Method in class org.tquadrat.foundation.javadoc.UnderlineTaglet
initHelperTaglets(DocletEnvironment, Doclet) - Static method in class org.tquadrat.foundation.javadoc.internal.Common
The taglets that are internally used to handle embedded tags needs to be initialised with references to the DocletEnvironment and the Doclet.
initInheritance(UMLTypeElement) - Method in class org.tquadrat.foundation.javadoc.UmlGraphLinkTaglet
Assigns the given type element to its parents.

This method modifies the cache for the type elements, therefore it requires the lock.
InspiredTaglet - Class in org.tquadrat.foundation.javadoc
This taglet is used to add a reference to a document of some kind that inspired the current piece of code, either in its functionality or its implementation.
InspiredTaglet() - Constructor for class org.tquadrat.foundation.javadoc.InspiredTaglet
Creates a new InspiredTaglet instance.
INTERFACE - Enum constant in enum class org.tquadrat.foundation.javadoc.umlgraph.Stereotype
An interface
InvalidXMLNameException - Exception Class in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi
This Exception will be thrown when an invalid XML name is used for the creation of an XML element, attribute, or namespace.
InvalidXMLNameException(String) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.InvalidXMLNameException
Creates a new InvalidXMLNameException instance.
isAbstract() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLMethodElement
Returns true if this method is abstract, either because it has that modifier or it is contained in an interface.
isAbstract() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
Returns true if this type is abstract, either an abstract class or an interface.
isAPI(Element) - Static method in class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
Tests whether the given element is part of an API or not.
isAttribute(Element) - Static method in class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
Tests whether the given element represents a field.
isBlock() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.Comment
Returns the block flag.

This flag is used in the conversion of the element into a String; it indicates whether the element is 'inline' (like an HTML <span>) or 'block' (as an HTML <div>).
isBlock() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.DocType
Returns the block flag.

This flag is used in the conversion of the element into a String; it indicates whether the element is 'inline' (like an HTML <span>) or 'block' (as an HTML <div>).
isBlock() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.ProcessingInstructionImpl
Returns the block flag.

This flag is used in the conversion of the element into a String; it indicates whether the element is 'inline' (like an HTML <span>) or 'block' (as an HTML <div>).
isBlock() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.Text
Returns the block flag.

This flag is used in the conversion of the element into a String; it indicates whether the element is 'inline' (like an HTML <span>) or 'block' (as an HTML <div>).
isBlock() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Element
Returns the block flag.

This flag is used in the conversion of the element into a String; it indicates whether the element is 'inline' (like an HTML <span>) or 'block' (as an HTML <div>).
isClass() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
Returns true if this type element represents a class.
isConstructor(Element) - Static method in class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
Tests whether the given element represents a constructor.
isDefault() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLExecutableElement
isEmpty(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.ToolKit
Tests if the given String is null or the empty String.
isEmptyOrBlank(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.ToolKit
Tests if the given String is null, the empty String, or just containing whitespace.
isFinal() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLVariableElement
Returns true if this variable is final.
isGenerated() - Element in annotation interface org.tquadrat.foundation.javadoc.internal.foundation.annotation.ClassVersion
Returns true if the class was generated by any kind of Source Code generator.
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.AnchorTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.AuthorTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.HRefTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.IgnoreTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.InspiredTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.internal.CodeTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.internal.IndexTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.internal.LiteralTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.internal.OtherFileTagletBase
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.ModifiedTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.NoteTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.ThanksTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.ToDoTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.UmlGraphLinkTaglet
isInlineTag() - Method in class org.tquadrat.foundation.javadoc.UnderlineTaglet
isInteger() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGNumber
Returns a flag that indicates whether the type is an integer (int) - as in opposite to a double).
isInterface() - Method in class org.tquadrat.foundation.javadoc.umlgraph.TypeSymbol
Returns true if the type element represented by this type symbol is an interface.
isInterface() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
Returns true if this type represents an interface.
isLogged() - Method in exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.ApplicationError
Returns the 'is logged' flag.
isMethod(Element) - Static method in class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
Tests whether the given element represents a method.
isNegative() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGNumber
Returns a flag that indicates whether the type is a negative number.
isNotEmpty() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLGraphLayout.UMLGraphLayoutRow
Checks if elements were added to this row.
isNotEmpty(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.ToolKit
Tests if the given String is not null and not the empty String.
isNotEmptyOrBlank(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.ToolKit
Tests if the given String is not null, not the empty String, and that it contains other characters than just whitespace.
isPresent() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.lang.internal.LazyImpl
Checks whether this Lazy instance has been initialised already.
isPresent() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.lang.Lazy
Checks whether this Lazy instance has been initialised already.
isPublic() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.DocType
Checks if the doc type is based on a public or a local (system) DTD.
isStatic() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLMethodElement
Returns true if this method is static.
isStatic() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLVariableElement
Returns true if this variable is static.
isValidAttributeName(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
The default implementation for an attribute name validator.
isValidElementName(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
The default implementation for an element name validator.
isValidNMToken(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
The default implementation for an NMToken validator.
isValidPrefix(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
The default implementation for a prefix validator.
isValidVariableName(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Template
Test whether the given String is a valid variable name.
isVarArgs() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLExecutableElement
isVariable(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Template
Checks whether the given String is a variable in the form ${<name>}, according to the pattern provided in Template.VARIABLE_PATTERN.
isZero() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGNumber
Returns a flag that indicates whether the type is zero.
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