Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.virtuosotechnologies.asaph.model.CommentString

Uses of CommentString in com.virtuosotechnologies.asaph.model
 

Methods in com.virtuosotechnologies.asaph.model that return CommentString
 CommentString SongLine.insertCommentStringBefore(SongLineMember before, java.lang.String str, javax.swing.event.UndoableEditListener undoListener)
          Add a comment string at the given position.
 CommentString SongLine.insertCommentStringAfter(SongLineMember after, java.lang.String str, javax.swing.event.UndoableEditListener undoListener)
          Add a comment string at the given position.