Class LinkInfoImpl
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
gw.gosudoc.com.sun.tools.doclets.formats.html.LinkInfoImpl
Deprecated.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ConfigurationImpl
Deprecated.Deprecated.The location of the link.Deprecated.String style of text defined in style sheet.Deprecated.The value of the target.Deprecated.The value of the marker #.Fields inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
classDoc, excludeTypeBounds, excludeTypeBoundsLinks, excludeTypeParameterLinks, executableMemberDoc, includeTypeAsSepLink, includeTypeInClassLinkLabel, isJava5DeclarationLocation, isStrong, isTypeBound, isVarArg, label, linkToSelf, type
-
Constructor Summary
ConstructorsConstructorDescriptionLinkInfoImpl
(ConfigurationImpl configuration, LinkInfoImpl.Kind context, ClassDoc classDoc) Deprecated.Construct a LinkInfo object.LinkInfoImpl
(ConfigurationImpl configuration, LinkInfoImpl.Kind context, ExecutableMemberDoc executableMemberDoc) Deprecated.Construct a LinkInfo object.LinkInfoImpl
(ConfigurationImpl configuration, LinkInfoImpl.Kind context, Type type) Deprecated.Construct a LinkInfo object. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.boolean
Deprecated.Return true if this link is linkable and false if we can't link to the desired place.Deprecated.Set the label for the link.Deprecated.Set the label for the link.protected Content
Deprecated.Return an empty instance of a content object.final void
Deprecated.This method sets the link attributes to the appropriate values based on the context.strong
(boolean strong) Deprecated.Set whether or not the link should be strong.Deprecated.Set the style to be used for the link.Deprecated.Set the target to be used for the link.varargs
(boolean varargs) Deprecated.Set whether or not this is a link to a varargs parameter.Deprecated.Set the fragment specifier for the link.Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
getClassLinkLabel
-
Field Details
-
configuration
Deprecated. -
context
Deprecated.The location of the link. -
where
Deprecated.The value of the marker #. -
styleName
Deprecated.String style of text defined in style sheet. -
target
Deprecated.The value of the target.
-
-
Constructor Details
-
LinkInfoImpl
public LinkInfoImpl(ConfigurationImpl configuration, LinkInfoImpl.Kind context, ExecutableMemberDoc executableMemberDoc) Deprecated.Construct a LinkInfo object.- Parameters:
configuration
- the configuration data for the docletcontext
- the context of the link.context
- the context of the link.executableMemberDoc
- the member to link to.
-
LinkInfoImpl
Deprecated.Construct a LinkInfo object.- Parameters:
configuration
- the configuration data for the docletcontext
- the context of the link.classDoc
- the class to link to.
-
LinkInfoImpl
Deprecated.Construct a LinkInfo object.- Parameters:
configuration
- the configuration data for the docletcontext
- the context of the link.type
- the class to link to.
-
-
Method Details
-
newContent
Deprecated.Return an empty instance of a content object.- Specified by:
newContent
in classLinkInfo
- Returns:
- an empty instance of a content object.
-
label
Deprecated.Set the label for the link.- Parameters:
label
- plain-text label for the link
-
label
Deprecated.Set the label for the link. -
strong
Deprecated.Set whether or not the link should be strong. -
styleName
Deprecated.Set the style to be used for the link.- Parameters:
styleName
- String style of text defined in style sheet.
-
target
Deprecated.Set the target to be used for the link.- Parameters:
styleName
- String style of text defined in style sheet.
-
varargs
Deprecated.Set whether or not this is a link to a varargs parameter. -
where
Deprecated.Set the fragment specifier for the link. -
getContext
Deprecated. -
setContext
Deprecated.This method sets the link attributes to the appropriate values based on the context.- Parameters:
c
- the context id to set.
-
isLinkable
public boolean isLinkable()Deprecated.Return true if this link is linkable and false if we can't link to the desired place.- Specified by:
isLinkable
in classLinkInfo
- Returns:
- true if this link is linkable and false if we can't link to the desired place.
-