blob: 3649944c4d9577d5b35a1f70d557f3f3df2d9b48 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 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>
*
* @author Matthias Villiger
* @since 5.2.0
*/
public interface ISdkIcons {
String ButtonAdd = "button_add.gif";
String CodeAdd = "code_add.png";
String CodeTypeAdd = "codeType_add.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";
}