public class FileListEntryEditor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.regex.Pattern |
remoteLinkPattern |
Constructor and Description |
---|
FileListEntryEditor(JabRefFrame frame,
FileListEntry entry,
boolean showProgressBar,
boolean showOpenButton,
MetaData metaData) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JProgressBar |
getProgressBar() |
javax.swing.JLabel |
getProgressBarLabel() |
boolean |
isVisible() |
boolean |
okPressed() |
void |
openFile() |
void |
setEntry(FileListEntry entry) |
void |
setExternalConfirm(ConfirmCloseFileListEntryEditor eC) |
void |
setOkEnabled(boolean enabled) |
void |
setValues(FileListEntry entry) |
void |
setVisible(boolean visible,
boolean openBrowse) |
void |
storeSettings(FileListEntry entry) |
public FileListEntryEditor(JabRefFrame frame, FileListEntry entry, boolean showProgressBar, boolean showOpenButton, MetaData metaData)
public void openFile()
public void setExternalConfirm(ConfirmCloseFileListEntryEditor eC)
public void setOkEnabled(boolean enabled)
public javax.swing.JProgressBar getProgressBar()
public javax.swing.JLabel getProgressBarLabel()
public void setEntry(FileListEntry entry)
public void setVisible(boolean visible, boolean openBrowse)
public boolean isVisible()
public void setValues(FileListEntry entry)
public void storeSettings(FileListEntry entry)
public boolean okPressed()