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
Modifier and TypeMethodDescription@Nullable StringgetComment(SourceTextEntry newEntry) Create comment for specific entry.
-
Method Details
-
getComment
Create comment for specific entry.
-