Class AtlParameterListValidator
java.lang.Object
org.eclipse.m2m.atl.adt.ui.text.atl.AtlParameterListValidator
- All Implemented Interfaces:
org.eclipse.jface.text.contentassist.IContextInformationPresenter,org.eclipse.jface.text.contentassist.IContextInformationValidator
public class AtlParameterListValidator
extends Object
implements org.eclipse.jface.text.contentassist.IContextInformationValidator, org.eclipse.jface.text.contentassist.IContextInformationPresenter
A validator for the parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinstall(org.eclipse.jface.text.contentassist.IContextInformation info, org.eclipse.jface.text.ITextViewer viewer, int documentPosition) booleanisContextInformationValid(int position) booleanupdatePresentation(int position, org.eclipse.jface.text.TextPresentation presentation)
-
Constructor Details
-
AtlParameterListValidator
public AtlParameterListValidator()
-
-
Method Details
-
install
public void install(org.eclipse.jface.text.contentassist.IContextInformation info, org.eclipse.jface.text.ITextViewer viewer, int documentPosition) - Specified by:
installin interfaceorg.eclipse.jface.text.contentassist.IContextInformationPresenter- Specified by:
installin interfaceorg.eclipse.jface.text.contentassist.IContextInformationValidator- See Also:
-
isContextInformationValid
public boolean isContextInformationValid(int position) - Specified by:
isContextInformationValidin interfaceorg.eclipse.jface.text.contentassist.IContextInformationValidator- See Also:
-
updatePresentation
public boolean updatePresentation(int position, org.eclipse.jface.text.TextPresentation presentation) - Specified by:
updatePresentationin interfaceorg.eclipse.jface.text.contentassist.IContextInformationPresenter- See Also:
-