Class PropertyGetterTaglet
- java.lang.Object
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BasePropertyTaglet
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.PropertyGetterTaglet
-
- All Implemented Interfaces:
Taglet
@Deprecated public class PropertyGetterTaglet extends BasePropertyTaglet
Deprecated.A taglet that adds the initial line of documentation to the JavaFX property getters.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.
-
-
Field Summary
-
Fields inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
name
-
-
Constructor Summary
Constructors Constructor Description PropertyGetterTaglet()Deprecated.Construct a new PropertyGetterTaglet.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description (package private) java.lang.StringgetText(TagletWriter tagletWriter)Deprecated.This method returns the text to be put in the resulting javadoc before the property name.-
Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BasePropertyTaglet
getTagletOutput, inConstructor, inOverview, inPackage, inType, isInlineTag
-
Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
getName, getTagletOutput, inField, inMethod
-
-
-
-
Method Detail
-
getText
java.lang.String getText(TagletWriter tagletWriter)
Deprecated.Description copied from class:BasePropertyTagletThis method returns the text to be put in the resulting javadoc before the property name.- Specified by:
getTextin classBasePropertyTaglet- Parameters:
tagletWriter- the taglet writer for output- Returns:
- the string to be put in the resulting javadoc.
-
-