package de.glossmaker.gui.bibtex;
public enum EFileOperations {
FILE_OPEN, FILE_NEW, FILE_SAVE, FILE_SAVE_AS;
}