blob: 1f2950cad147b54b40de4e101bf5c7ecd79aa9d9 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2009 Red Hat
* 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:
* Rob Stryker - initial implementation and ongoing maintenance
******************************************************************************/
package org.eclipse.wst.common.componentcore.ui.internal.propertypage;
import org.eclipse.wst.common.componentcore.resources.IVirtualComponent;
public interface IReferenceEditor {
public boolean canEdit(IVirtualComponent vc);
}