Eclipse Platform
Release 3.1

org.eclipse.ltk.core.refactoring
Interface IValidationCheckResultQueryFactory


public interface IValidationCheckResultQueryFactory

A factory to create IValidationCheckResultQuery objects. The LTK user interface plug-in provides a special factory for dialog based queries.

The interface may be implemented by clients.

Since:
3.1

Method Summary
 IValidationCheckResultQuery create(IAdaptable context)
          Creates a new query.
 

Method Detail

create

public IValidationCheckResultQuery create(IAdaptable context)
Creates a new query.

Parameters:
context - the factory adapts the context to a org.eclipse.swt.widgets.Shell that is to be used to parent any dialogs with the user; use null if there is no UI context
Returns:
the new query

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.