public class ResolveDuplicateLabelDialog
extends java.lang.Object
Constructor and Description |
---|
ResolveDuplicateLabelDialog(BasePanel panel,
java.lang.String key,
java.util.List<BibtexEntry> entries) |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.swing.JCheckBox> |
getCheckBoxes()
Get the list of checkboxes where the user has selected which entries to generate
new keys for.
|
boolean |
isOkPressed()
After the dialog has been closed, this query answers whether the dialog was okPressed
(by cancel button or by closing the dialog directly).
|
void |
show() |
public ResolveDuplicateLabelDialog(BasePanel panel, java.lang.String key, java.util.List<BibtexEntry> entries)
public boolean isOkPressed()
public java.util.List<javax.swing.JCheckBox> getCheckBoxes()
public void show()