|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cactus.eclipse.quickfix.AddCactusClassesCompletionProposal
public class AddCactusClassesCompletionProposal
CompletionProposal for adding the Cactus classes to the Project's classpath.
| Constructor Summary | |
|---|---|
AddCactusClassesCompletionProposal(java.lang.String name,
int relevance,
org.eclipse.jdt.core.IJavaProject theWorkingProject)
Constructor. |
|
| Method Summary | |
|---|---|
void |
apply(org.eclipse.jface.text.IDocument document)
Apply the proposal. |
org.eclipse.jdt.ui.text.java.IJavaCompletionProposal |
createTypeProposal()
Create a type-proposal. |
java.lang.String |
getAdditionalProposalInfo()
Get the proposal info. |
org.eclipse.jface.text.contentassist.IContextInformation |
getContextInformation()
Get the context information. |
java.lang.String |
getDisplayString()
Get the display string. |
org.eclipse.swt.graphics.Image |
getImage()
Get the icon image for the proposal. |
int |
getRelevance()
Get the relevance of the proposal. |
org.eclipse.swt.graphics.Point |
getSelection(org.eclipse.jface.text.IDocument document)
Get the selection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddCactusClassesCompletionProposal(java.lang.String name,
int relevance,
org.eclipse.jdt.core.IJavaProject theWorkingProject)
| Method Detail |
|---|
public int getRelevance()
getRelevance in interface org.eclipse.jdt.ui.text.java.IJavaCompletionProposalpublic void apply(org.eclipse.jface.text.IDocument document)
apply in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic org.eclipse.swt.graphics.Point getSelection(org.eclipse.jface.text.IDocument document)
getSelection in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic java.lang.String getAdditionalProposalInfo()
getAdditionalProposalInfo in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic java.lang.String getDisplayString()
getDisplayString in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic org.eclipse.swt.graphics.Image getImage()
getImage in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic org.eclipse.jface.text.contentassist.IContextInformation getContextInformation()
getContextInformation in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic org.eclipse.jdt.ui.text.java.IJavaCompletionProposal createTypeProposal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||