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

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

Introduction

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

Usage

From source file org.synyx.hades.eclipse.beans.ui.editor.HadesContentAssistProcessor.java

/**
 * {@link IContentAssistProcessor} to enable content assists for namespace XML
 * attributes.
 * 
 * @author Oliver Gierke - gierke@synyx.de
 */

From source file org.eclipse.virgo.ide.ui.editors.plan.PlanContentAssistProcessor.java

/**
 * Content assist processor for plan files.
 * @author Christian Dupuis
 * @since 2.3.1
 */
public class PlanContentAssistProcessor extends NamespaceContentAssistProcessorSupport {