blob: 3baeac0e95fdbb31d62e4086c3804c66e9264142 [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.internal;
/**
* <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";
String FindObject = "find_obj";
}