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 Summary
Fields Modifier and Type Field Description protected DesignerContextcontext 
- 
Constructor Summary
Constructors Constructor Description XmlSerializerBuilderDelegate(DesignerContext context, java.lang.String textKey, javax.swing.Icon icon, int scope) 
- 
Method Summary
All 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.DefaultResourceBuilderDelegate
createResource, getIcon, getText 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.ignition.designer.workspacewelcome.ResourceBuilderDelegate
createExtraSettingsPanel 
 - 
 
 - 
 
- 
- 
Field Detail
- 
context
protected final DesignerContext context
 
 - 
 
- 
Constructor Detail
- 
XmlSerializerBuilderDelegate
public XmlSerializerBuilderDelegate(DesignerContext context, java.lang.String textKey, javax.swing.Icon icon, int scope)
 
 - 
 
- 
Method Detail
- 
createPrototype
protected abstract java.lang.Object createPrototype()
 
- 
configureResource
protected void configureResource(ProjectResourceBuilder builder)
- Specified by:
 configureResourcein classDefaultResourceBuilderDelegate
 
 - 
 
 -