package de.glossmaker.gui.bibtex;
public enum EUserInteration {
VALID_INPUT, NOT_VALID_INPUT, CLEAR, CLOSE_WINDOW;
}