Java Doc for LinkInfoImpl.java in  » 6.0-JDK-Modules-com.sun » tools » com » sun » tools » doclets » formats » html » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules com.sun » tools » com.sun.tools.doclets.formats.html 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
      com.sun.tools.doclets.formats.html.LinkInfoImpl

LinkInfoImpl
public class LinkInfoImpl extends LinkInfo (Code)


Field Summary
final public static  intALL_CLASSES_FRAME
     Indicate that the link appears in a class list.
final public static  intCONTEXT_ANNOTATION
     Annotation link.
final public static  intCONTEXT_CLASS
     Indicate that the link appears in a class documentation.
final public static  intCONTEXT_CLASS_HEADER
     The header in the class documentation.
final public static  intCONTEXT_CLASS_SIGNATURE
     The signature in the class documentation.
final public static  intCONTEXT_CLASS_SIGNATURE_PARENT_NAME
     The signature in the class documentation (implements/extends portion).
final public static  intCONTEXT_CLASS_TREE_PARENT
     The parent nodes int the class tree.
final public static  intCONTEXT_CLASS_USE
     Indicate that the link appears in class use documentation.
final public static  intCONTEXT_CLASS_USE_HEADER
     Indicate that the link appears in class use documentation.
final public static  intCONTEXT_CONSTANT_SUMMARY
     Indicate that the link appears in constant value summary.
final public static  intCONTEXT_EXECUTABLE_MEMBER_PARAM
     The type of a method/constructor parameter.
final public static  intCONTEXT_FIELD_DOC_COPY
     The header for field documentation copied from parent.
final public static  intCONTEXT_IMPLEMENTED_CLASSES
     Implemented class links.
final public static  intCONTEXT_IMPLEMENTED_INTERFACES
     Implemented interface links.
final public static  intCONTEXT_INDEX
     Indicate that the link appears in index documentation.
final public static  intCONTEXT_MEMBER
     Indicate that the link appears in member documentation.
final public static  intCONTEXT_MEMBER_TYPE_PARAMS
     The type parameters of a method or constructor.
final public static  intCONTEXT_METHOD_DOC_COPY
     The header for method documentation copied from parent.
final public static  intCONTEXT_METHOD_OVERRIDES
     Method "overrides" link.
final public static  intCONTEXT_METHOD_SPECIFIED_BY
     Method "specified by" link.
final public static  intCONTEXT_PACKAGE
     Indicate that the link appears in package documentation.
final public static  intCONTEXT_RETURN_TYPE
     The return type of a method.
final public static  intCONTEXT_SEE_TAG
     Indicate that the link appears in see tag documentation.
final public static  intCONTEXT_SERIALIZED_FORM
     Indicate that the link appears in serialized form documentation.
final public static  intCONTEXT_SERIAL_MEMBER
     Indicate that the link appears in serial member documentation.
final public static  intCONTEXT_SUBCLASSES
     Subclasses links.
final public static  intCONTEXT_SUBINTERFACES
     Subinterface links.
final public static  intCONTEXT_SUMMARY_RETURN_TYPE
     The return type of a method in a member summary.
final public static  intCONTEXT_SUPER_INTERFACES
     Super interface links.
final public static  intCONTEXT_TREE
     Indicate that the link appears in tree documentation.
final public static  intCONTEXT_VALUE_TAG
     Indicate that the link appears in value tag documentation.
final public static  intPACKAGE_FRAME
     Indicate that the link appears in a class list.
public  intcontext
     The integer indicating the location of the link.
public  StringstyleName
     String style of text defined in style sheet.
public  Stringtarget
     The valueof the target.
public  Stringwhere
     The value of the marker #.

Constructor Summary
public  LinkInfoImpl(int context, ClassDoc classDoc, String label, String target)
     Construct a LinkInfo object.
Parameters:
  context - the context of the link.
Parameters:
  classDoc - the class to link to.
Parameters:
  label - the label for the link.
Parameters:
  target - the value of the target attribute.
public  LinkInfoImpl(int context, ClassDoc classDoc, String where, String label, boolean isBold, String styleName)
     Construct a LinkInfo object.
public  LinkInfoImpl(int context, ClassDoc classDoc, String where, String label, boolean isBold)
     Construct a LinkInfo object.
public  LinkInfoImpl(ClassDoc classDoc, String label)
     Construct a LinkInfo object.
public  LinkInfoImpl(int context, ExecutableMemberDoc executableMemberDoc, boolean isBold)
     Construct a LinkInfo object.
public  LinkInfoImpl(int context, ClassDoc classDoc, boolean isBold)
     Construct a LinkInfo object.
public  LinkInfoImpl(int context, Type type)
     Construct a LinkInfo object.
public  LinkInfoImpl(int context, Type type, boolean isVarArg)
     Construct a LinkInfo object.
public  LinkInfoImpl(int context, Type type, String label, boolean isBold)
     Construct a LinkInfo object.
public  LinkInfoImpl(int context, ClassDoc classDoc, String label, boolean isBold)
     Construct a LinkInfo object.

Method Summary
public  intgetContext()
    
public  booleanisLinkable()
     Return true if this link is linkable and false if we can't link to the desired place.
public  voidsetContext(int c)
     This method sets the link attributes to the appropriate values based on the context.

Field Detail
ALL_CLASSES_FRAME
final public static int ALL_CLASSES_FRAME(Code)
Indicate that the link appears in a class list.



CONTEXT_ANNOTATION
final public static int CONTEXT_ANNOTATION(Code)
Annotation link.



CONTEXT_CLASS
final public static int CONTEXT_CLASS(Code)
Indicate that the link appears in a class documentation.



CONTEXT_CLASS_HEADER
final public static int CONTEXT_CLASS_HEADER(Code)
The header in the class documentation.



CONTEXT_CLASS_SIGNATURE
final public static int CONTEXT_CLASS_SIGNATURE(Code)
The signature in the class documentation.



CONTEXT_CLASS_SIGNATURE_PARENT_NAME
final public static int CONTEXT_CLASS_SIGNATURE_PARENT_NAME(Code)
The signature in the class documentation (implements/extends portion).



CONTEXT_CLASS_TREE_PARENT
final public static int CONTEXT_CLASS_TREE_PARENT(Code)
The parent nodes int the class tree.



CONTEXT_CLASS_USE
final public static int CONTEXT_CLASS_USE(Code)
Indicate that the link appears in class use documentation.



CONTEXT_CLASS_USE_HEADER
final public static int CONTEXT_CLASS_USE_HEADER(Code)
Indicate that the link appears in class use documentation.



CONTEXT_CONSTANT_SUMMARY
final public static int CONTEXT_CONSTANT_SUMMARY(Code)
Indicate that the link appears in constant value summary.



CONTEXT_EXECUTABLE_MEMBER_PARAM
final public static int CONTEXT_EXECUTABLE_MEMBER_PARAM(Code)
The type of a method/constructor parameter.



CONTEXT_FIELD_DOC_COPY
final public static int CONTEXT_FIELD_DOC_COPY(Code)
The header for field documentation copied from parent.



CONTEXT_IMPLEMENTED_CLASSES
final public static int CONTEXT_IMPLEMENTED_CLASSES(Code)
Implemented class links.



CONTEXT_IMPLEMENTED_INTERFACES
final public static int CONTEXT_IMPLEMENTED_INTERFACES(Code)
Implemented interface links.



CONTEXT_INDEX
final public static int CONTEXT_INDEX(Code)
Indicate that the link appears in index documentation.



CONTEXT_MEMBER
final public static int CONTEXT_MEMBER(Code)
Indicate that the link appears in member documentation.



CONTEXT_MEMBER_TYPE_PARAMS
final public static int CONTEXT_MEMBER_TYPE_PARAMS(Code)
The type parameters of a method or constructor.



CONTEXT_METHOD_DOC_COPY
final public static int CONTEXT_METHOD_DOC_COPY(Code)
The header for method documentation copied from parent.



CONTEXT_METHOD_OVERRIDES
final public static int CONTEXT_METHOD_OVERRIDES(Code)
Method "overrides" link.



CONTEXT_METHOD_SPECIFIED_BY
final public static int CONTEXT_METHOD_SPECIFIED_BY(Code)
Method "specified by" link.



CONTEXT_PACKAGE
final public static int CONTEXT_PACKAGE(Code)
Indicate that the link appears in package documentation.



CONTEXT_RETURN_TYPE
final public static int CONTEXT_RETURN_TYPE(Code)
The return type of a method.



CONTEXT_SEE_TAG
final public static int CONTEXT_SEE_TAG(Code)
Indicate that the link appears in see tag documentation.



CONTEXT_SERIALIZED_FORM
final public static int CONTEXT_SERIALIZED_FORM(Code)
Indicate that the link appears in serialized form documentation.



CONTEXT_SERIAL_MEMBER
final public static int CONTEXT_SERIAL_MEMBER(Code)
Indicate that the link appears in serial member documentation.



CONTEXT_SUBCLASSES
final public static int CONTEXT_SUBCLASSES(Code)
Subclasses links.



CONTEXT_SUBINTERFACES
final public static int CONTEXT_SUBINTERFACES(Code)
Subinterface links.



CONTEXT_SUMMARY_RETURN_TYPE
final public static int CONTEXT_SUMMARY_RETURN_TYPE(Code)
The return type of a method in a member summary.



CONTEXT_SUPER_INTERFACES
final public static int CONTEXT_SUPER_INTERFACES(Code)
Super interface links.



CONTEXT_TREE
final public static int CONTEXT_TREE(Code)
Indicate that the link appears in tree documentation.



CONTEXT_VALUE_TAG
final public static int CONTEXT_VALUE_TAG(Code)
Indicate that the link appears in value tag documentation.



PACKAGE_FRAME
final public static int PACKAGE_FRAME(Code)
Indicate that the link appears in a class list.



context
public int context(Code)
The integer indicating the location of the link.



styleName
public String styleName(Code)
String style of text defined in style sheet.



target
public String target(Code)
The valueof the target.



where
public String where(Code)
The value of the marker #.




Constructor Detail
LinkInfoImpl
public LinkInfoImpl(int context, ClassDoc classDoc, String label, String target)(Code)
Construct a LinkInfo object.
Parameters:
  context - the context of the link.
Parameters:
  classDoc - the class to link to.
Parameters:
  label - the label for the link.
Parameters:
  target - the value of the target attribute.



LinkInfoImpl
public LinkInfoImpl(int context, ClassDoc classDoc, String where, String label, boolean isBold, String styleName)(Code)
Construct a LinkInfo object.
Parameters:
  context - the context of the link.
Parameters:
  classDoc - the class to link to.
Parameters:
  where - the value of the marker #.
Parameters:
  label - the label for the link.
Parameters:
  isBold - true if the link should be bold.
Parameters:
  styleName - String style of text defined in style sheet.



LinkInfoImpl
public LinkInfoImpl(int context, ClassDoc classDoc, String where, String label, boolean isBold)(Code)
Construct a LinkInfo object.
Parameters:
  context - the context of the link.
Parameters:
  classDoc - the class to link to.
Parameters:
  where - the value of the marker #.
Parameters:
  label - the label for the link.
Parameters:
  isBold - true if the link should be bold.



LinkInfoImpl
public LinkInfoImpl(ClassDoc classDoc, String label)(Code)
Construct a LinkInfo object.
Parameters:
  classDoc - the class to link to.
Parameters:
  label - the label for the link.



LinkInfoImpl
public LinkInfoImpl(int context, ExecutableMemberDoc executableMemberDoc, boolean isBold)(Code)
Construct a LinkInfo object.
Parameters:
  context - the context of the link.
Parameters:
  executableMemberDoc - the member to link to.
Parameters:
  isBold - true if the link should be bold.



LinkInfoImpl
public LinkInfoImpl(int context, ClassDoc classDoc, boolean isBold)(Code)
Construct a LinkInfo object.
Parameters:
  context - the context of the link.
Parameters:
  classDoc - the class to link to.
Parameters:
  isBold - true if the link should be bold.



LinkInfoImpl
public LinkInfoImpl(int context, Type type)(Code)
Construct a LinkInfo object.
Parameters:
  context - the context of the link.
Parameters:
  type - the class to link to.



LinkInfoImpl
public LinkInfoImpl(int context, Type type, boolean isVarArg)(Code)
Construct a LinkInfo object.
Parameters:
  context - the context of the link.
Parameters:
  type - the class to link to.
Parameters:
  isVarArg - true if this is a link to a var arg.



LinkInfoImpl
public LinkInfoImpl(int context, Type type, String label, boolean isBold)(Code)
Construct a LinkInfo object.
Parameters:
  context - the context of the link.
Parameters:
  type - the class to link to.
Parameters:
  label - the label for the link.
Parameters:
  isBold - true if the link should be bold.



LinkInfoImpl
public LinkInfoImpl(int context, ClassDoc classDoc, String label, boolean isBold)(Code)
Construct a LinkInfo object.
Parameters:
  context - the context of the link.
Parameters:
  classDoc - the class to link to.
Parameters:
  label - the label for the link.
Parameters:
  isBold - true if the link should be bold.




Method Detail
getContext
public int getContext()(Code)



isLinkable
public boolean isLinkable()(Code)
Return true if this link is linkable and false if we can't link to the desired place. true if this link is linkable and false if we can't link to thedesired place.



setContext
public void setContext(int c)(Code)
This method sets the link attributes to the appropriate values based on the context.
Parameters:
  c - the context id to set.



Fields inherited from com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
public ClassDoc classDoc(Code)(Java Doc)
public int displayLength(Code)(Java Doc)
public boolean excludeTypeBounds(Code)(Java Doc)
public boolean excludeTypeBoundsLinks(Code)(Java Doc)
public boolean excludeTypeParameterLinks(Code)(Java Doc)
public ExecutableMemberDoc executableMemberDoc(Code)(Java Doc)
public boolean includeTypeAsSepLink(Code)(Java Doc)
public boolean includeTypeInClassLinkLabel(Code)(Java Doc)
public boolean isBold(Code)(Java Doc)
public boolean isTypeBound(Code)(Java Doc)
public boolean isVarArg(Code)(Java Doc)
public String label(Code)(Java Doc)
public boolean linkToSelf(Code)(Java Doc)
public Type type(Code)(Java Doc)

Methods inherited from com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
public String getClassLinkLabel(Configuration configuration)(Code)(Java Doc)
abstract public int getContext()(Code)(Java Doc)
abstract public boolean isLinkable()(Code)(Java Doc)
abstract public void setContext(int c)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.