Package com.iizix.prop
Class QuickFix
java.lang.Object
com.iizix.prop.QuickFix
Class used in Eclipse to defined a possible Quick-Fix for a property.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescriptionGets the description of the quick-fix.Gets the property name.Gets the object that is a quick-fix private format, null for none.- voidSaves the quick-fix into a new QuickFix Element.
- Constructor Details- QuickFixConstructs the quick-fix object.- Parameters:
- propertyName- The property name.
- description- The description of the quick-fix.
- quickFix- The object that is a quick-fix private format.
- Throws:
- NullPointerException- If propertyName or description is null.
 
- QuickFixCreates a new QuickFix object from an XML Element.- Throws:
- Throwable- For errors (or directly from IQuickFix implementation).
 
 
- Method Details- getPropertyNameGets the property name.
- getDescriptionGets the description of the quick-fix.
- getQuickFixGets the object that is a quick-fix private format, null for none.
- saveToSaves the quick-fix into a new QuickFix Element.