blob: 345ef3c39cbb25a6063e171fa65f979f65c0d301 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 BestSolution.at and others.
* 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
*
* Contributors:
* Tom Schindl <tom.schindl@bestsolution.at> - initial API and implementation
******************************************************************************/
package org.eclipse.e4.demo.simpleide.handlers;
public interface Messages {
public String NewFolderDialogHandler_ParentFolder();
public String NewFolderDialogHandler_FolderName();
public String NewFolderDialogHandler_ShellTitle();
public String NewFolderDialogHandler_Title();
public String NewFolderDialogHandler_Message();
public String NewFolderDialogHandler_ErrorSelectAParentFolder();
public String NewFolderDialogHandler_ErrorEnterFolderName();
public String NewFolderDialogHandler_ErrorFolderCreation();
public String NewProjectDialogHandler_ShellTitle();
public String NewProjectDialogHandler_Title();
public String NewProjectDialogHandler_Message();
public String NewProjectDialogHandler_Name();
public String NewProjectDialogHandler_Type();
}