Class XmlSerializerBuilderDelegate
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.workspacewelcome.DefaultResourceBuilderDelegate
- 
- com.inductiveautomation.ignition.designer.workspacewelcome.XmlSerializerBuilderDelegate
 
 
- 
- All Implemented Interfaces:
- ResourceBuilderDelegate
 
 public abstract class XmlSerializerBuilderDelegate extends DefaultResourceBuilderDelegate 
- 
- 
Field SummaryFields Modifier and Type Field Description protected DesignerContextcontext
 - 
Constructor SummaryConstructors Constructor Description XmlSerializerBuilderDelegate(DesignerContext context, java.lang.String textKey, javax.swing.Icon icon, int scope)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidconfigureResource(ProjectResourceBuilder builder)protected abstract java.lang.ObjectcreatePrototype()- 
Methods inherited from class com.inductiveautomation.ignition.designer.workspacewelcome.DefaultResourceBuilderDelegatecreateResource, getIcon, getText
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.designer.workspacewelcome.ResourceBuilderDelegatecreateExtraSettingsPanel
 
- 
 
- 
- 
- 
Field Detail- 
contextprotected final DesignerContext context 
 
- 
 - 
Constructor Detail- 
XmlSerializerBuilderDelegatepublic XmlSerializerBuilderDelegate(DesignerContext context, java.lang.String textKey, javax.swing.Icon icon, int scope) 
 
- 
 - 
Method Detail- 
createPrototypeprotected abstract java.lang.Object createPrototype() 
 - 
configureResourceprotected void configureResource(ProjectResourceBuilder builder) - Specified by:
- configureResourcein class- DefaultResourceBuilderDelegate
 
 
- 
 
-