Package org.omegat.gui.issues
Interface IIssues
-
- All Known Implementing Classes:
IssuesPanelController
public interface IIssuesThe interface exposing issue-displaying functionality to the rest of the program.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshowAll()voidshowAll(java.lang.String instructions)voidshowForFiles(java.lang.String filePattern)voidshowForFiles(java.lang.String filePattern, int jumpToEntry)voidshowForFiles(java.lang.String filePattern, java.lang.String instructions)
-
-
-
Method Detail
-
showAll
void showAll()
-
showAll
void showAll(java.lang.String instructions)
-
showForFiles
void showForFiles(java.lang.String filePattern)
-
showForFiles
void showForFiles(java.lang.String filePattern, java.lang.String instructions)
-
showForFiles
void showForFiles(java.lang.String filePattern, int jumpToEntry)
-
-