public interface ImportInspector
Modifier and Type | Method and Description |
---|---|
void |
addEntry(BibtexEntry entry)
Add the given entry to the list of entries managed by the inspector.
|
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.
|
void setProgress(int current, int max)
current
- A number that is related to the work already done.max
- A current estimate for the total amount of work to be done.void addEntry(BibtexEntry entry)
entry
- The entry to add.void toFront()