|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.analysis.core.quickfix.AbstractAnalysisQuickFix
public abstract class AbstractAnalysisQuickFix
This class supplies functionality that is common to all quickfixes. All analysis quickfix classes should extend this.
| Constructor Summary | |
|---|---|
AbstractAnalysisQuickFix()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
|
java.lang.String |
getLabel()
|
abstract org.eclipse.core.runtime.IStatus |
quickfix(AbstractAnalysisResult result)
Execute the quickfix |
void |
setId(java.lang.String newId)
Allows a custom quickfix to define its own id |
void |
setInitializationData(org.eclipse.core.runtime.IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data)
|
void |
setLabel(java.lang.String newLabel)
Allows a custom quickfix to define its own label |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAnalysisQuickFix()
| Method Detail |
|---|
public abstract org.eclipse.core.runtime.IStatus quickfix(AbstractAnalysisResult result)
quickfix in interface IAnalysisQuickFixresult - The result to be quickfiexed
public final void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data)
setInitializationData in interface org.eclipse.core.runtime.IExecutableExtensionpublic final java.lang.String getId()
getId in interface IAnalysisQuickFixpublic final void setId(java.lang.String newId)
newId - The id for the quickfixpublic final java.lang.String getLabel()
getLabel in interface IAnalysisQuickFixpublic final void setLabel(java.lang.String newLabel)
newLabel - The label for the quickfix
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||