|
Bibi 19 Oct 2005 21:04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectujap.bibi.Bibi.Prefs
Field Summary | |
static String |
MACRO_FILE
Preference for path to the tex macro file (what pieces of text in pubmed entries shall be replaced by which tex macros) |
static Preferences |
preferences
The Preferences node where this preferences are stored. |
static String |
SEARCH_FIELDS_FILE
the file where the names of the predefined fields for the search dialog are |
static String |
TABLE_CELL_HEIGHT
to store the height of the table cells (rows), best choice may depend on operating system |
Constructor Summary | |
Bibi.Prefs()
|
Method Summary | |
static String |
getMacroFile()
|
static String |
getSearchFieldsFile()
|
static int |
getTableCellHeight()
|
static void |
setMacroFile(String path)
|
static void |
setSearchFieldsFile(String path)
|
static void |
setTableCellHeight(int h)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String MACRO_FILE
public static final String TABLE_CELL_HEIGHT
public static final String SEARCH_FIELDS_FILE
public static Preferences preferences
Preferences
node where this preferences are stored.
Preferences
Constructor Detail |
public Bibi.Prefs()
Method Detail |
public static String getMacroFile()
public static void setMacroFile(String path)
public static int getTableCellHeight()
public static void setTableCellHeight(int h)
public static String getSearchFieldsFile()
public static void setSearchFieldsFile(String path)
|
Bibi 19 Oct 2005 21:04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |