Uses of Interface
com.iizix.prop.IQuickFix
Packages that use IQuickFix Package Description com.iizix.prop Uses of IQuickFix in com.iizix.prop
Methods in com.iizix.prop that return IQuickFix Modifier and Type Method Description IQuickFix
QuickFix. getQuickFix()
Gets the object that is a quick-fix private format, null for none.Methods in com.iizix.prop that return types with arguments of type IQuickFix Modifier and Type Method Description java.lang.Class<IQuickFix>
IQuickFix. getConstructor()
Gets a class that is used to instantiate a new instance of this QuickFix interface implementor class when loaded from XML.Constructors in com.iizix.prop with parameters of type IQuickFix Constructor Description QuickFix(java.lang.String propertyName, java.lang.String description, IQuickFix quickFix)
Constructs the quick-fix object.