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 Summary
Method Summary
Modifier and TypeMethodDescriptionGets a class that is used to instantiate a new instance of this QuickFix interface implementor class when loaded from XML.void
Called when loaded from file to fill the quick-fix with data from XML.void
Saves the data into an element.
Field Details
DeleteFile
Defined Quick-Fixes from the Designer package.- See Also:
DeleteProperty
- See Also:
RenameResource
- See Also:
Method Details
getConstructor
Gets a class that is used to instantiate a new instance of this QuickFix interface implementor class when loaded from XML.loadFrom
Called when loaded from file to fill the quick-fix with data from XML.- Throws:
Exception
- For errors.
saveTo
Saves the data into an element.- Parameters:
element
- The parent element, typically the properties main element.