Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xsl/docs/org.eclipse.wst.xsl.sdk.documentation/doc/html/org.eclipse.wst.xsl.ui.provisional.contentassist.CustomCompletionProposal.html')
-rw-r--r--xsl/docs/org.eclipse.wst.xsl.sdk.documentation/doc/html/org.eclipse.wst.xsl.ui.provisional.contentassist.CustomCompletionProposal.html77
1 files changed, 77 insertions, 0 deletions
diff --git a/xsl/docs/org.eclipse.wst.xsl.sdk.documentation/doc/html/org.eclipse.wst.xsl.ui.provisional.contentassist.CustomCompletionProposal.html b/xsl/docs/org.eclipse.wst.xsl.sdk.documentation/doc/html/org.eclipse.wst.xsl.ui.provisional.contentassist.CustomCompletionProposal.html
new file mode 100644
index 0000000000..d624496004
--- /dev/null
+++ b/xsl/docs/org.eclipse.wst.xsl.sdk.documentation/doc/html/org.eclipse.wst.xsl.ui.provisional.contentassist.CustomCompletionProposal.html
@@ -0,0 +1,77 @@
+<html><body><p><font size="+1"><strong>Package org.eclipse.wst.xsl.ui.provisional.contentassist</strong></font></p><hr><h2><font size="-1"><strong>org.eclipse.wst.xsl.ui.provisional.contentassist</strong></font><br>
+ Class CustomCompletionProposal</h2><br><hr><pre>public class <strong>CustomCompletionProposal</strong>
+extends org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal</pre>Adopters can use the class to help build a custom content completion proposal.<p></p><p></p><hr><table width="100%" border="1"><tr bgcolor="#CCCCFF"><td width="100%"><h2>Constructor Summary</h2></td></tr><tr><td><code><strong><a href="#con_CustomCompletionProposal">CustomCompletionProposal</a></strong>(java.lang.String replacementString
+ ,
+ int replacementOffset
+ ,
+ int replacementLength
+ ,
+ int cursorPosition
+ ,
+ Image image
+ ,
+ java.lang.String displayString
+ ,
+ IContextInformation contextInformation
+ ,
+ java.lang.String additionalProposalInfo
+ ,
+ int relevance)</code></td></tr><tr><td><code><strong><a href="#con_CustomCompletionProposal">CustomCompletionProposal</a></strong>(java.lang.String replacementString
+ ,
+ int replacementOffset
+ ,
+ int replacementLength
+ ,
+ int cursorPosition
+ ,
+ Image image
+ ,
+ java.lang.String displayString
+ ,
+ IContextInformation contextInformation
+ ,
+ java.lang.String additionalProposalInfo
+ ,
+ int relevance
+ ,
+ boolean updateReplacementLengthOnValidate)</code></td></tr></table><br><table width="100%" border="1"><tr cols="2" bgcolor="#CCCCFF"><td colspan="2" width="100%"><h2>Method Summary</h2></td></tr><tr valign="top"><td width="20%" align="right"><code>public boolean</code></td><td width="" align="left"><code><a href="#method_isAutoInsertable">isAutoInsertable</a>()</code><br>
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ (non-Javadoc)</td></tr></table><hr><table cols="2" width="100%" border="1"><tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left"><td><h2>
+ Constructor Detail
+ </h2></td></tr></table><h2><a name="con_CustomCompletionProposal">CustomCompletionProposal</a></h2><p><code>public <strong>CustomCompletionProposal</strong>(java.lang.String replacementString
+ ,
+ int replacementOffset
+ ,
+ int replacementLength
+ ,
+ int cursorPosition
+ ,
+ Image image
+ ,
+ java.lang.String displayString
+ ,
+ IContextInformation contextInformation
+ ,
+ java.lang.String additionalProposalInfo
+ ,
+ int relevance)</code></p><p>Constructor for the Custom Completion Proposal</p><hr><h2><a name="con_CustomCompletionProposal">CustomCompletionProposal</a></h2><p><code>public <strong>CustomCompletionProposal</strong>(java.lang.String replacementString
+ ,
+ int replacementOffset
+ ,
+ int replacementLength
+ ,
+ int cursorPosition
+ ,
+ Image image
+ ,
+ java.lang.String displayString
+ ,
+ IContextInformation contextInformation
+ ,
+ java.lang.String additionalProposalInfo
+ ,
+ int relevance
+ ,
+ boolean updateReplacementLengthOnValidate)</code></p><p></p><hr><table cols="2" width="100%" border="1"><tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left"><td><h2>
+ Methods Detail
+ </h2></td></tr></table><h2><a name="method_isAutoInsertable">isAutoInsertable</a></h2><p><code>public boolean <strong>isAutoInsertable</strong>()</code></p><p>(non-Javadoc)</p><h3>Returns</h3><p><code>boolean</code></p><hr></body></html> \ No newline at end of file

Back to the top