public interface IQuickFix
Modifier and Type | Field and Description |
---|---|
static String |
DeleteFile
Defined Quick-Fixes from the Designer package.
|
static String |
DeleteProperty |
static String |
RenameResource |
Modifier and Type | Method and Description |
---|---|
Class<IQuickFix> |
getConstructor()
Gets a class that is used to instantiate a new instance of this QuickFix interface
implementor class when loaded from XML.
|
void |
loadFrom(Element element)
Called when loaded from file to fill the quick-fix with data from XML.
|
void |
saveTo(Element element)
Saves the data into an element.
|
static final String DeleteFile
static final String DeleteProperty
static final String RenameResource
Class<IQuickFix> getConstructor()
void loadFrom(Element element) throws Exception
Exception
- For errors.void saveTo(Element element)
element
- The parent element, typically the properties main element.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.