Uses of Enum
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
Subclasses with type arguments of type LinkType in org.nibor.autolinkMethods in org.nibor.autolink that return LinkTypeModifier and TypeMethodDescriptionLinkSpan.getType()static LinkTypeReturns the enum constant of this type with the specified name.static LinkType[]LinkType.values()Returns an array containing the constants of this enum type, 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
Methods in org.nibor.autolink.internal that return LinkTypeConstructors in org.nibor.autolink.internal with parameters of type LinkType