public class StyleSelectDialog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STYLE_FILE_EXTENSION |
Constructor and Description |
---|
StyleSelectDialog(JabRefFrame frame,
java.lang.String initSelection) |
Modifier and Type | Method and Description |
---|---|
protected void |
displayDefaultStyle(boolean authoryear) |
OOBibStyle |
getSelectedStyle()
Get the currently selected style.
|
boolean |
isOkPressed() |
void |
setVisible(boolean visible) |
void |
storeSettings() |
protected void |
tablePopup(java.awt.event.MouseEvent e) |
public static final java.lang.String STYLE_FILE_EXTENSION
public StyleSelectDialog(JabRefFrame frame, java.lang.String initSelection)
public void setVisible(boolean visible)
public void storeSettings()
public OOBibStyle getSelectedStyle()
public boolean isOkPressed()
protected void tablePopup(java.awt.event.MouseEvent e)
protected void displayDefaultStyle(boolean authoryear)