Uses of Enum Class
org.nibor.autolink.LinkType
Packages that use LinkType
Package
Description
Extract links such as URLs and email addresses from plain text (see
LinkExtractor
) and
process the text by rendering the links (see Autolink
).-
Uses of LinkType in org.nibor.autolink
Fields in org.nibor.autolink with type parameters of type LinkTypeMethods in org.nibor.autolink that return LinkTypeModifier and TypeMethodDescriptionLinkSpan.getType()
static LinkType
Returns the enum constant of this class with the specified name.static LinkType[]
LinkType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.nibor.autolink with type arguments of type LinkTypeModifier and TypeMethodDescription -
Uses of LinkType in org.nibor.autolink.internal
Fields in org.nibor.autolink.internal declared as LinkTypeMethods in org.nibor.autolink.internal that return LinkTypeConstructors in org.nibor.autolink.internal with parameters of type LinkType