public class ImportFormats
extends java.lang.Object
| Constructor and Description |
|---|
ImportFormats() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.JFileChooser |
createImportFileChooser(java.lang.String currentDir) |
static javax.swing.AbstractAction |
getImportAction(JabRefFrame frame,
boolean openInNew)
Create an AbstractAction for performing an Import operation.
|
public static javax.swing.JFileChooser createImportFileChooser(java.lang.String currentDir)
public static javax.swing.AbstractAction getImportAction(JabRefFrame frame, boolean openInNew)
frame - The JabRefFrame of this JabRef instance.openInNew - Indicate whether the action should open into a new database or
into the currently open one.