Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotComment

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

Uses of JotComment in oracle.jdeveloper.jot
 

Subinterfaces of JotComment in oracle.jdeveloper.jot
 interface JotDocComment
          The JotDocComment represents instances of javadoc comment blocks.
 

Methods in oracle.jdeveloper.jot that return JotComment
 JotComment JotCodeBlock.createComment(int type, java.lang.String text)
          Creates a new comment.
 JotComment[] JotCodeBlock.getComments()
          Retrieves all the class-level comments.
 JotComment JotCodeBlock.getComment(JotBlockElement marker, boolean before)
          Retrieves the nearest comment to a member.
 JotComment JotClass.createComment(int type, java.lang.String text)
          Creates a new comment.
 JotComment[] JotClass.getComments()
          Retrieves all the class-level comments.
 JotComment JotClass.getComment(JotMember member, boolean before)
          Retrieves the nearest comment to a member.
 JotComment JotClass.convertMemberToComment(JotMember member)
          Converts an existing member to a comment.
 JotComment JotFile.createComment(int type, java.lang.String text)
          Creates a new comment.
 JotComment[] JotFile.getComments()
          Retrieves all the file-level comments.
 JotComment JotFile.getComment(JotFileElement elem, boolean before)
          Retrieves the nearest comment to an element.
 

Methods in oracle.jdeveloper.jot with parameters of type JotComment
 void JotCodeBlock.addComment(JotBlockElement marker, boolean before, JotComment comment)
          Adds a comment to this file.
 void JotCodeBlock.removeComment(JotComment comment)
          Removes an existing comment.
 void JotCodeElement.addPrecedingComment(JotComment comment)
          Adds the given comment on a new line, or lines inserted prior to this element.
 void JotClass.addComment(JotMember member, boolean before, JotComment comment)
          Adds a comment to this file.
 void JotClass.removeComment(JotComment comment)
          Removes an existing comment.
 void JotFile.addComment(JotFileElement elem, boolean before, JotComment comment)
          Adds a comment to this file.
 void JotFile.removeComment(JotComment comment)
          Removes an existing comment.
 


Extension SDK

 

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