blob: bfe617523505bb3b623567e69d27810356cbc97c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2007 Sybase, Inc. and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Sybase, Inc. - initial API and implementation
*******************************************************************************/
package org.eclipse.jst.pagedesigner.properties;
/**
* @author mengbo
* @version 1.5
*/
public interface ITabbedPropertiesConstants {
// FIXME: when return null, will in fact using "Misc". This may not guarantee
// it be the
// last category, since is sorted by string order.
/**
* the other category
*/
static final String OTHER_CATEGORY = Messages.ITabbedPropertiesConstants_other_category;
}