|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListInputParser
An interface for use by the ListInputParser class in choosing and parsing files. Each implementing class must be able to display a file chooser and parse the selected file(s).
Method Summary | |
---|---|
java.lang.String[] |
getStrings()
Open a file browser and load strings from the selected file. |
void |
setProgressBar(SimpleProgressBarDialog progress_bar)
Stores a progress bar that can be manipulated to display parsing progress. |
Method Detail |
---|
java.lang.String[] getStrings() throws java.lang.Exception
java.lang.Exception
- An informative description of any problem that
occurs during parsing.void setProgressBar(SimpleProgressBarDialog progress_bar)
progress_bar
- The progress bar.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |