blob: 1899a0010ae64b394833db0e42bcd25ca67a52b1 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 BSI Business Systems Integration AG.
* 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:
* BSI Business Systems Integration AG - initial API and implementation
******************************************************************************/
package org.eclipse.scout.nls.sdk;
/** <h4> INlsIcons </h4>
*
* @author Andreas Hoegger
* @since 1.1.0 (30.11.2010)
*
*/
public interface INlsIcons {
String ICON_SORT_ASC = "sortUp";
String ICON_MAGNIFIER = "magnifier";
String ICON_COMMENT = "comment";
String ICON_SORT_DESC = "sortDown";
String ICON_WARNING_8 = "warning8";
String ICON_TOOL_ADD = "add";
String ICON_TOOL_REFRESH = "refresh";
String ICON_TOOL_UPDATE = "updates_obj";
String ICON_TOOL_EXPORT = "export";
String Texts = "texts";
String Text = "text";
String TextAdd = "text_add";
String TextRemove = "text_remove";
}