blob: 369dd7ca4f1557cd3640455e51cb3c67aa5e15f5 [file] [log] [blame]
/*
* Copyright (c) 2010-2020 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.sdk.s2e.ui;
/**
* <h3>{@link ISdkIcons}</h3>
*
* @since 5.2.0
*/
@SuppressWarnings("squid:S00115")
public interface ISdkIcons {
String ButtonAdd = "button_add.gif";
String CodeAdd = "code_add.png";
String CodeTypeAdd = "codeType_add.png";
String Comment = "comment.png";
String ContentAssist = "content_assist_cue.gif";
String DateFieldAdd = "datefield_add.gif";
String DoubleFieldAdd = "doublefield_add.gif";
String ToolDropdown = "down.gif";
String EclipseScout = "eclipse_scout.gif";
String ExtensionsAdd = "extension_add.png";
String FieldProtected = "field_protected_obj.gif";
String File = "file.gif";
String FileChooserFieldAdd = "filechooserfield_add.gif";
String FormAdd = "form_add.png";
String FormFieldAdd = "formField_add.png";
String FormHandler = "formHandler.png";
String GroupBoxAdd = "groupbox_add.png";
String IntegerFieldAdd = "integerfield_add.gif";
String KeyStrokeAdd = "keystroke_add.png";
String LookupCallAdd = "lookupCall_add.png";
String MenuAdd = "menu_add.png";
String ScoutProjectNewWizBanner = "newscoutprj_wiz.png";
String PageAdd = "page_add.png";
String PermissionAdd = "permission_add.png";
String RadioButtonAdd = "radiobutton_add.gif";
String RadioButtonGroupAdd = "radiobuttonGroup_add.gif";
String Refresh = "refresh.gif";
String SequenceBoxAdd = "sequencebox_add.gif";
String SmartFieldAdd = "smartfield_add.gif";
String StringFieldAdd = "stringfield_add.gif";
String TabBoxAdd = "tabbox_add.gif";
String ColumnAdd = "tableColumn_add.png";
String TableFieldAdd = "tablefield_add.gif";
String TreeFieldAdd = "treefield_add.gif";
String Separator = "type_separator.gif";
String Wsdl = "wsdl.gif";
String WebServiceAdd = "webservice_add.gif";
String WsProviderOverview = "ws_provider_overview.png";
String WsConsumerOverview = "ws_consumer_overview.png";
String Nls = "nls.gif";
String TextAdd = "text_add.png";
String TextRemove = "text_remove.png";
String Text = "text.png";
String Find = "find_obj.gif";
String LanguageAdd = "language_add.gif";
}