blob: a365f86553f6e01fae914e505d984624ed24127c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004, 2005 Sybase, Inc. and others.
*
* 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:
* Sybase, Inc. - initial API and implementation
*******************************************************************************/
package org.eclipse.jst.jsf.facesconfig.ui.pageflow.properties;
/**
* @author jchoi
* @version
*/
public interface ITabbedPropertiesConstants {
public static int BROWSE_HEIGHT = 18;
public static int BROWSE_WIDTH = 20;
public static final String GENERAL_TAB_ID = "org.eclipse.jst.jsf.facesconfig.ui.pageflow.properties.general";
public static final String ATTRIBUTE_TAB_ID = "org.eclipse.jst.jsf.facesconfig.ui.pageflow.properties.attribute";
public static final String OPTIONAL_SECTION = "attribute.optional"; // 5
public static final String COMMON_SECTION = "attribute.optional"; // 5
public static final String LINK_SECTION = "attribute.link"; // 4
public static final String PAGE_SECTION = "attribute.page"; // 3
public static final String ACTION_SECTION = "attribute.action"; // 1
public static final String EDITOR_SECTION = "attribute.editor"; // 1
public static final String TOP_SECTION = "top"; // 0
}