/******************************************************************************* * Copyright (c) 2007 Red Hat, Inc. * Distributed under license by Red Hat, Inc. All rights reserved. * This program is 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 * * Contributor: * Red Hat, Inc. - initial API and implementation ******************************************************************************/ package org.jboss.tools.seam.ui.views; /** * * @author Viacheslav Kabanovich */ public interface ViewConstants { public String SCOPE_PRESENTATION = "seam.scopePresentation"; //$NON-NLS-1$ public String PACKAGE_STRUCTURE = "seam.packageStructure"; //$NON-NLS-1$ public String SCOPE_AS_LABEL = "label"; //$NON-NLS-1$ public String SCOPE_AS_NODE = "node"; //$NON-NLS-1$ public String PACKAGES_FLAT = "editable"; //$NON-NLS-1$ public String PACKAGES_HIERARCHICAL = "hierarchical"; //$NON-NLS-1$ }