Package org.omegat.gui.comments
Interface ICommentProvider
-
public interface ICommentProvider
Provider for some type of comments. It should work enough fast, without any network and disk calls.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getComment(SourceTextEntry newEntry)
Create comment for specific entry.
-
-
-
Method Detail
-
getComment
java.lang.String getComment(SourceTextEntry newEntry)
Create comment for specific entry.
-
-