Package com.iizix.prop
Interface IQuickFix
public interface IQuickFix
Quick-fix interface needed by a quick-fix private object to integrate with Eclipse.
- Author:
- Christopher Mindus
- Field SummaryFields
- Method SummaryModifier and TypeMethodDescriptionGets a class that is used to instantiate a new instance of this QuickFix interface implementor class when loaded from XML.- voidCalled when loaded from file to fill the quick-fix with data from XML.- voidSaves the data into an element.
- Field Details- DeleteFileDefined Quick-Fixes from the Designer package.- See Also:
 
- DeleteProperty- See Also:
 
- RenameResource- See Also:
 
 
- Method Details- getConstructorGets a class that is used to instantiate a new instance of this QuickFix interface implementor class when loaded from XML.
- loadFromCalled when loaded from file to fill the quick-fix with data from XML.- Throws:
- Exception- For errors.
 
- saveToSaves the data into an element.- Parameters:
- element- The parent element, typically the properties main element.