org.drools.eclipse.flow.ruleflow.view.property.action
Class ActionCompletionProcessor
java.lang.Object
org.drools.eclipse.editors.completion.AbstractCompletionProcessor
org.drools.eclipse.editors.completion.DefaultCompletionProcessor
org.drools.eclipse.editors.completion.RuleCompletionProcessor
org.drools.eclipse.flow.ruleflow.view.property.action.ActionCompletionProcessor
- All Implemented Interfaces:
- org.eclipse.jface.text.contentassist.IContentAssistProcessor
public class ActionCompletionProcessor
- extends RuleCompletionProcessor
Completion for ruleflow constraints.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionCompletionProcessor
public ActionCompletionProcessor(org.jbpm.workflow.core.WorkflowProcess process)
setDialect
public void setDialect(String dialect)
getEditor
public org.eclipse.ui.IEditorPart getEditor()
- Overrides:
getEditor in class AbstractCompletionProcessor
readBackwards
protected String readBackwards(int documentOffset,
org.eclipse.jface.text.IDocument doc)
throws org.eclipse.jface.text.BadLocationException
- Description copied from class:
AbstractCompletionProcessor
- Read some text from behind the cursor position.
This provides context to both filter what is shown based
on what the user has typed in, and also to provide more information for the
list of suggestions based on context.
- Overrides:
readBackwards in class AbstractCompletionProcessor
- Throws:
org.eclipse.jface.text.BadLocationException
getImports
public List<String> getImports()
- Overrides:
getImports in class DefaultCompletionProcessor
getGlobals
public List<org.drools.lang.descr.GlobalDescr> getGlobals()
- Overrides:
getGlobals in class DefaultCompletionProcessor
getFunctions
protected List<String> getFunctions()
- Overrides:
getFunctions in class DefaultCompletionProcessor
getAttributes
protected Map<String,String> getAttributes()
- Overrides:
getAttributes in class DefaultCompletionProcessor
reset
public void reset()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.