Uses of Class
org.drools.eclipse.editors.completion.AbstractCompletionProcessor

Packages that use AbstractCompletionProcessor
org.drools.eclipse.dsl.editor.completion   
org.drools.eclipse.editors.completion   
org.drools.eclipse.flow.ruleflow.view.property.action   
org.drools.eclipse.flow.ruleflow.view.property.constraint   
 

Uses of AbstractCompletionProcessor in org.drools.eclipse.dsl.editor.completion
 

Subclasses of AbstractCompletionProcessor in org.drools.eclipse.dsl.editor.completion
 class DSLRuleCompletionProcessor
          For handling DSL rules.
 

Uses of AbstractCompletionProcessor in org.drools.eclipse.editors.completion
 

Subclasses of AbstractCompletionProcessor in org.drools.eclipse.editors.completion
 class DefaultCompletionProcessor
          This is the basic completion processor that is used when the editor is outside of a rule block partition.
 class RuleCompletionProcessor
          For handling within rules.
 

Uses of AbstractCompletionProcessor in org.drools.eclipse.flow.ruleflow.view.property.action
 

Subclasses of AbstractCompletionProcessor in org.drools.eclipse.flow.ruleflow.view.property.action
 class ActionCompletionProcessor
          Completion for ruleflow constraints.
 

Uses of AbstractCompletionProcessor in org.drools.eclipse.flow.ruleflow.view.property.constraint
 

Subclasses of AbstractCompletionProcessor in org.drools.eclipse.flow.ruleflow.view.property.constraint
 class ConstraintCompletionProcessor
          Completion for ruleflow constraints.
 class GlobalCompletionProcessor
          Completion for ruleflow constraints.
 class ImportCompletionProcessor
          Completion for ruleflow constraints.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.