Package org.eclipse.ltk.core.refactoring
Interface IValidationCheckResultQueryFactory
-
public interface IValidationCheckResultQueryFactoryA factory to createIValidationCheckResultQueryobjects. 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IValidationCheckResultQuerycreate(IAdaptable context)Creates a new query.
-
-
-
Method Detail
-
create
IValidationCheckResultQuery create(IAdaptable context)
Creates a new query.- Parameters:
context- the factory adapts the context to aorg.eclipse.swt.widgets.Shellthat is to be used to parent any dialogs with the user; usenullif there is no UI context- Returns:
- the new query
-
-