Index
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
Comparatorthat 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
argsargument toIdeaStarter.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) - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.lang.Lazy
-
If this
Lazyinstance has been initialised already, the providedConsumerwill 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
IgnoreTagletinstance. - IllegalOperationException - Exception Class in org.tquadrat.foundation.javadoc.internal.foundation.exception
-
This implementation of
RuntimeExceptionwill 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
IllegalOperationExceptionwith 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
IllegalOperationExceptionwith 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
IllegalOperationExceptionwith the cause and a detail message composed of the name of the given operation and the given explanation. - IllegalOperationException(Method, Throwable) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.IllegalOperationException
-
Constructs a new
IllegalOperationExceptionwith 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
IllegalOperationExceptionwith 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
IllegalOperationExceptionwith 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
IllegalOperationExceptionwith the cause and a detail message composed of the given operation name and the given explanation. - IllegalOperationException(String, Throwable) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.IllegalOperationException
-
Constructs a new
IllegalOperationExceptionwith 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
Errorshould 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
SVGNumberwith the given numeric type and with the unitSVGUnit.INCH. - inch(long) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
-
Creates an instance of
SVGNumberwith the given numeric type and with the unitSVGUnit.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
IncludeTagletinstance. - 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
CodeTagletinstance. - 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
DocletEnvironmentand theDoclet. - 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
InspiredTagletinstance. - 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
Exceptionwill 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
InvalidXMLNameExceptioninstance. - isAbstract() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLMethodElement
-
Returns
trueif 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
trueif 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.
- isBlock() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.DocType
-
Returns the block flag.
- isBlock() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Returns the block flag.
- isBlock() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.Text
-
Returns the block flag.
- isBlock() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Element
-
Returns the block flag.
- isClass() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
-
Returns
trueif 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
nullor 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
trueif this variable is final. - isGenerated() - Element in annotation interface org.tquadrat.foundation.javadoc.internal.foundation.annotation.ClassVersion
-
Returns
trueif 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 adouble). - isInterface() - Method in class org.tquadrat.foundation.javadoc.umlgraph.TypeSymbol
-
Returns
trueif the type element represented by this type symbol is an interface. - isInterface() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
-
Returns
trueif 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
nulland 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
Lazyinstance has been initialised already. - isPresent() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.lang.Lazy
-
Checks whether this
Lazyinstance 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
trueif this method is static. - isStatic() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLVariableElement
-
Returns
trueif 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 inTemplate.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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
