public class ImportInspectionCommandLine extends java.lang.Object implements ImportInspector
| Constructor and Description |
|---|
ImportInspectionCommandLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(BibtexEntry entry)
Add the given entry to the list of entries managed by the inspector.
|
java.util.Collection<BibtexEntry> |
query(java.lang.String query,
EntryFetcher fetcher) |
void |
setProgress(int current,
int max)
Notify the ImportInspector about the progress of the operation.
|
void |
toFront()
If this is a graphical dialog, bring it to the front.
|
public void addEntry(BibtexEntry entry)
ImportInspectoraddEntry in interface ImportInspectorentry - The entry to add.public void setProgress(int current,
int max)
ImportInspectorsetProgress in interface ImportInspectorcurrent - A number that is related to the work already done.max - A current estimate for the total amount of work to be done.public java.util.Collection<BibtexEntry> query(java.lang.String query, EntryFetcher fetcher)
public void toFront()
ImportInspectortoFront in interface ImportInspector