package org.celllife.idart.gui.platform;
/**
*/
public interface GenericGuiInterface {
// GUI Types in iDART
// makes it easier to externalize strings
static final String EMPTY = ""; //$NON-NLS-1$
static int GUITYPE_USERCHOICE = 1, GUITYPE_FORM = 2, GUITYPE_REPORT = 3,
GUITYPE_OTHER = 4;
}