Example usage for org.springframework.ide.eclipse.beans.ui.editor.contentassist BeansJavaCompletionProposal subclass-usage

List of usage examples for org.springframework.ide.eclipse.beans.ui.editor.contentassist BeansJavaCompletionProposal subclass-usage

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.beans.ui.editor.contentassist BeansJavaCompletionProposal subclass-usage.

Usage

From source file org.dozer.eclipse.plugin.sourcepage.contentassist.DozerJavaCompletionProposal.java

public class DozerJavaCompletionProposal extends BeansJavaCompletionProposal {

    public DozerJavaCompletionProposal(String replacementString, int replacementOffset, int replacementLength,
            int cursorPosition, Image image, String displayString, IContextInformation contextInformation,
            int relevance, boolean updateReplacementLengthOnValidate, Object proposedObject) {