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)
ImportInspector
addEntry
in interface ImportInspector
entry
- The entry to add.public void setProgress(int current, int max)
ImportInspector
setProgress
in interface ImportInspector
current
- 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()
ImportInspector
toFront
in interface ImportInspector