extends AbstractHasProjectActionHandler<GetManchesterSyntaxFrameCompletionsAction, GetManchesterSyntaxFrameCompletionsResult> {
private final ManchesterSyntaxKeywords syntaxStyles;
public GetManchesterSyntaxFrameCompletionsActionHandler() {
syntaxStyles = new ManchesterSyntaxKeywords();
}