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