blob: 6484841458fc4cc99acbfe67ab3d70acc5f621f4 [file] [log] [blame]
package org.eclipse.ui.examples.propertysheet;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
/**
* This interface contains constants for use only within the
* property sheet example.
*/
public interface IUserConstants {
public static final String PLUGIN_ID = "org.eclipse.ui.examples.propertysheet"; //$NON-NLS-1$
public static final String PREFIX = PLUGIN_ID + "."; //$NON-NLS-1$
public static final String P_CONTENT_OUTLINE = PREFIX + "content_outline"; //$NON-NLS-1$
public static final String EXTENSION = "usr"; //$NON-NLS-1$
public static final String ATT_CLASS = "class"; //$NON-NLS-1$
}