/** * Copyright 2008-2016 Qualogy Solutions B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.qualogy.qafe.mgwt.client.vo.ui; /** * Make sure this class is in sync with QAFEKeywords class (regarding clientside constants!) * @author rjankie * */ public class QAFEKeywordsGVO { /** * Constant for the logging window */ public final static String SYSTEM_MENUITEM_LOGGING="qafe_mi_logging"; /** * Constants for the Reload window */ public final static String SYSTEM_MENUITEM_RELOAD= "qafe_mi_reload"; /** * Constant for the Try Me feature */ public final static String SYSTEM_MENUITEM_TRYME= "qafe_mi_tryme"; /** * Constant for the Try Me feature */ public final static String SYSTEM_MENUITEM_TRYME_FORMS= "qafe_mi_tryme_forms"; /** * Constant for the applications menu, where all the applications are accessible from. */ public final static String SYSTEM_MENU_APPLICATIONS= "qafe_menu_applications"; }