blob: 8ba3df4111ac89b2ec5dce40c1f1689038ccd7d6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2007 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.wsdl.ui.internal.asd.util;
public interface IOpenExternalEditorHelper {
public void setModel(Object object);
public void openExternalEditor();
public boolean linkApplicable();
public boolean isValid();
public void showPreview();
}