Package org.eclipse.wst.xsl.ui.internal.contentassist
public class TemplateModeAttributeContentAssist extends org.eclipse.wst.xsl.ui.provisional.contentassist.AbstractXSLContentAssistRequestTemplateModeAttributeContentAssist provides content assistance proposals for
Constructor Summary |
TemplateModeAttributeContentAssist(org.w3c.dom.Node node
,
IStructuredDocumentRegion documentRegion
,
ITextRegion completionRegion
,
int begin
,
int length
,
java.lang.String filter
,
ITextViewer textViewer) |
Method Summary | |
protected void | addModeProposals(org.eclipse.wst.xsl.core.model.StylesheetModel model) |
public java.util.ArrayList | getCompletionProposals() The main method that returns an array of proposals. Returns the available modes that have been defined in the {@link StylesheetModel}. If no proposals are found it returns a NULL value. |
Constructor Detail |
public TemplateModeAttributeContentAssist(org.w3c.dom.Node node
,
IStructuredDocumentRegion documentRegion
,
ITextRegion completionRegion
,
int begin
,
int length
,
java.lang.String filter
,
ITextViewer textViewer)
Constructor for creating the TemplateMode Content Assistance class.
Methods Detail |
protected void addModeProposals(org.eclipse.wst.xsl.core.model.StylesheetModel model)
model
public java.util.ArrayList getCompletionProposals()
The main method that returns an array of proposals. Returns the available modes that have been defined in the {@link StylesheetModel}. If no proposals are found it returns a NULL value.
java.util.ArrayList
- ICompletionPropsal[]