Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotDocComment

Packages that use JotDocComment
oracle.jdeveloper.jot Provides classes and interfaces for JOT (the Java Object Toolkit). 
 

Uses of JotDocComment in oracle.jdeveloper.jot
 

Methods in oracle.jdeveloper.jot that return JotDocComment
 JotDocComment JotComment.getAsDocComment()
          Retrieves this comment as a doc comment.
 JotDocComment JotClass.setDocComment(JotMember member, java.lang.String text)
          Sets the JavaDoc comment for a member.
 JotDocComment JotClass.getDocComment(JotMember member)
          Retrieves the current JavaDoc comment for a member.
 JotDocComment JotFile.setDocComment(JotClass cls, java.lang.String text)
          Sets the JavaDoc comment for a class.
 JotDocComment JotFile.getDocComment(JotClass cls)
          Retrieves the current JavaDoc comment for a class.
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.