Class JavaDocTool
java.lang.Object
java.util.Observable
com.nomagic.magicreport.engine.Tool
com.nomagic.reportwizard.tools.doc.JavaDocTool
- All Implemented Interfaces:
ITool,IVariable,Serializable,Cloneable
Provide the function to create
Document for the JavaDoc.- Since:
- Sep 3, 2008
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.nomagic.magicreport.engine.ITool
ITool.HTMLString, ITool.RetainedString, ITool.Void -
Field Summary
Fields inherited from class com.nomagic.magicreport.engine.Tool
context, properties -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nomagic.magicreport.engine.Tool
clone, getContext, getProperties, getProperty, getProperty, notifyObservers, setContext, setPropertiesMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged
-
Constructor Details
-
JavaDocTool
public JavaDocTool()
-
-
Method Details
-
create
Create and return a instance ofDocument. The JavaDoc comment must be started with /** and end with */.- Parameters:
comment- comment text- Returns:
- a new instance of
Document - See Also:
-
createForText
Create and return a instance ofDocument.- Parameters:
comment- comment text- Returns:
- a new instance of
Document
-