mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
[230298][api][breaking] ISystemPropertyConstants should not extend IBasicPropertyConstants
This commit is contained in:
parent
95da6330d1
commit
6535099c75
1 changed files with 20 additions and 20 deletions
|
@ -13,17 +13,17 @@
|
|||
*
|
||||
* Contributors:
|
||||
* David McKnight (IBM) - [209593] [api] add support for "file permissions" and "owner" properties for unix files
|
||||
* Martin Oberhuber (Wind River) - [230298][api][breaking] ISystemPropertyConstants should not extend IBasicPropertyConstants
|
||||
*******************************************************************************/
|
||||
|
||||
package org.eclipse.rse.ui.view;
|
||||
import org.eclipse.jface.viewers.IBasicPropertyConstants;
|
||||
/**
|
||||
* Constants that are the key values used to identify properties that populate the
|
||||
* Property Sheet viewer.
|
||||
*/
|
||||
public interface ISystemPropertyConstants extends IBasicPropertyConstants
|
||||
public interface ISystemPropertyConstants
|
||||
{
|
||||
public static final String P_PREFIX = org.eclipse.rse.ui.ISystemIconConstants.PREFIX;
|
||||
public static final String P_PREFIX = "org.eclipse.rse.ui."; //$NON-NLS-1$
|
||||
// GENERIC / COMMON
|
||||
public static final String P_TYPE = P_PREFIX+"type"; //$NON-NLS-1$
|
||||
public static final String P_NEWNAME = P_PREFIX+"newName"; //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue