/* * Copyright (c) 2012 European Synchrotron Radiation Facility, * Diamond Light Source Ltd. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ package fable.framework.navigator.toolBox; public interface IVarKeys { public static final String INITIAL_DIRECTORY = "initialDirectory"; public static final String UPDATE_SAMPLEFILES_EVENT = "update sample files"; public static final String SET_CURRENTFILE_EVENT="CurrentFile"; public static final String REMOVE_SAMPLE_EVENT = "RemoveSample"; public static final String CURRENT_SAMPLE_EVENT = "currentSample"; public static final String NEW_SAMPLE_EVENT = "newSample"; public static final String UPDATE_PLOT_EVENT = "updatePlot"; }