/******************************************************************************* * Copyright (c) 2012 RelationWare, Benno Luthiger * 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: * RelationWare, Benno Luthiger ******************************************************************************/ package org.ripla.web.demo.widgets; /** * The bundle's constants. * * @author Luthiger */ public final class Constants { private Constants() { } public static final String PERMISSION_INPUT_WIDGETS = ""; //$NON-NLS-1$ public static final String PERMISSION_SELECTION_WIDGETS = ""; //$NON-NLS-1$ public static final String PERMISSION_TABLE_WIDGETS = ""; //$NON-NLS-1$ public static final String PERMISSION_BUTTON_WIDGETS = ""; //$NON-NLS-1$ public static final String PERMISSION_TREE_WIDGETS = ""; //$NON-NLS-1$ public static final String PERMISSION_FORM = ""; //$NON-NLS-1$ public static final String CONTEXT_MENU_SET_WIDGETS = "widgets.context"; //$NON-NLS-1$ }