Uses of Interface
net.officefloor.compile.section.SectionType
- 
- 
Uses of SectionType in net.officefloor.activity.modelMethods in net.officefloor.activity.model with parameters of type SectionType Modifier and Type Method Description Change<ActivitySectionModel>ActivityChanges. addSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType)Adds anActivitySectionModel.Change<ActivitySectionModel>ActivityChangesImpl. addSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType section)Change<ActivitySectionModel>ActivityChanges. refactorSection(ActivitySectionModel section, java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> sectionInputNameMapping, java.util.Map<java.lang.String,java.lang.String> sectionOutputNameMapping)Refactors anActivitySectionModel.Change<ActivitySectionModel>ActivityChangesImpl. refactorSection(ActivitySectionModel section, java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> sectionInputNameMapping, java.util.Map<java.lang.String,java.lang.String> sectionOutputNameMapping)
- 
Uses of SectionType in net.officefloor.compile.impl.sectionClasses in net.officefloor.compile.impl.section that implement SectionType Modifier and Type Class Description classSectionTypeImplSectionTypeimplementation.Methods in net.officefloor.compile.impl.section that return SectionType Modifier and Type Method Description <S extends SectionSource>
 SectionTypeSectionLoaderImpl. loadSectionType(java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)SectionTypeSectionLoaderImpl. loadSectionType(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)SectionTypeSectionSourceContextImpl. loadSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String location, PropertyList properties)SectionTypeSectionSourceContextImpl. loadSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String location, PropertyList properties)
- 
Uses of SectionType in net.officefloor.compile.impl.structureMethods in net.officefloor.compile.impl.structure that return SectionType Modifier and Type Method Description SectionTypeSectionNodeImpl. loadSectionType(CompileContext compileContext)
- 
Uses of SectionType in net.officefloor.compile.internal.structureMethods in net.officefloor.compile.internal.structure that return SectionType Modifier and Type Method Description SectionTypeSectionNode. loadSectionType(CompileContext compileContext)Loads theSectionType.
- 
Uses of SectionType in net.officefloor.compile.sectionMethods in net.officefloor.compile.section that return SectionType Modifier and Type Method Description <S extends SectionSource>
 SectionTypeSectionLoader. loadSectionType(java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)Loads and returns theSectionTypefrom theSectionSource.SectionTypeSectionLoader. loadSectionType(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)Loads and returns theSectionTypefrom theSectionSource.
- 
Uses of SectionType in net.officefloor.compile.spi.section.sourceMethods in net.officefloor.compile.spi.section.source that return SectionType Modifier and Type Method Description SectionTypeSectionSourceContext. loadSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String location, PropertyList properties)Loads theSectionType.SectionTypeSectionSourceContext. loadSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String location, PropertyList properties)Loads theSectionType.
- 
Uses of SectionType in net.officefloor.compile.test.sectionMethods in net.officefloor.compile.test.section that return SectionType Modifier and Type Method Description static SectionTypeSectionLoaderUtil. buildSectionType(SectionDesigner designer)Builds theSectionTypefor theSectionDesigner.static <S extends SectionSource>
 SectionTypeSectionLoaderUtil. loadSectionType(java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, java.lang.String... propertyNameValuePairs)Convenience method to load theSectionType.static SectionTypeSectionLoaderUtil. loadSectionType(SectionSource sectionSource, java.lang.String sectionLocation, java.lang.String... propertyNameValuePairs)Convenience method to load theSectionType.Methods in net.officefloor.compile.test.section with parameters of type SectionType Modifier and Type Method Description static voidSectionLoaderUtil. validateSectionType(SectionDesigner designer, SectionType actualSection)Validates theSectionType.
- 
Uses of SectionType in net.officefloor.gef.activityMethods in net.officefloor.gef.activity with parameters of type SectionType Modifier and Type Method Description protected Change<ActivitySectionModel>ActivitySectionItem. addSection(ActivityChanges operations, java.lang.String name, java.lang.String sourceClassName, java.lang.String location, PropertyList properties, SectionType sectionType)protected Change<ActivitySectionModel>ActivitySectionItem. refactorSection(ActivityChanges operations, ActivitySectionModel model, java.lang.String name, java.lang.String sourceClassName, java.lang.String location, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
- 
Uses of SectionType in net.officefloor.gef.itemFields in net.officefloor.gef.item declared as SectionType Modifier and Type Field Description protected SectionTypeAbstractSectionItem. sectionTypeMethods in net.officefloor.gef.item that return SectionType Modifier and Type Method Description static SectionTypeAbstractSectionItem. loadSectionType(AbstractSectionItem<?,?,?,?,?,?> item, EnvironmentBridge envBridge)Loads theSectionTypefor theAbstractSectionItem.Methods in net.officefloor.gef.item with parameters of type SectionType Modifier and Type Method Description protected abstract Change<M>AbstractSectionItem. addSection(O operations, java.lang.String name, java.lang.String sourceClassName, java.lang.String location, PropertyList properties, SectionType sectionType)protected abstract Change<M>AbstractSectionItem. refactorSection(O operations, M model, java.lang.String name, java.lang.String sourceClassName, java.lang.String location, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
- 
Uses of SectionType in net.officefloor.gef.sectionMethods in net.officefloor.gef.section that return SectionType Modifier and Type Method Description static SectionTypeSubSectionItem. loadSectionType(SubSectionItem item, EnvironmentBridge envBridge)Loads theSectionTypefor theSubSectionItem.
- 
Uses of SectionType in net.officefloor.gef.woofMethods in net.officefloor.gef.woof with parameters of type SectionType Modifier and Type Method Description protected Change<WoofSectionModel>WoofSectionItem. addSection(WoofChanges operations, java.lang.String name, java.lang.String sourceClassName, java.lang.String location, PropertyList properties, SectionType sectionType)protected Change<WoofSectionModel>WoofSectionItem. refactorSection(WoofChanges operations, WoofSectionModel model, java.lang.String name, java.lang.String sourceClassName, java.lang.String location, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
- 
Uses of SectionType in net.officefloor.model.impl.sectionMethods in net.officefloor.model.impl.section with parameters of type SectionType Modifier and Type Method Description Change<SubSectionModel>SectionChangesImpl. addSubSection(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType)
- 
Uses of SectionType in net.officefloor.model.sectionMethods in net.officefloor.model.section with parameters of type SectionType Modifier and Type Method Description Change<SubSectionModel>SectionChanges. addSubSection(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType)Adds aSubSectionModelto theSectionModel.
- 
Uses of SectionType in net.officefloor.plugin.section.clazz.loaderMethods in net.officefloor.plugin.section.clazz.loader that return SectionType Modifier and Type Method Description SectionTypeClassSectionSubSection. getSectionType()Obtains theSectionType.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SectionType Constructor Description ClassSectionSubSection(SubSection subSection, SectionType sectionType)Instantiate.
- 
Uses of SectionType in net.officefloor.web.template.typeConstructors in net.officefloor.web.template.type with parameters of type SectionType Constructor Description WebTemplateTypeImpl(SectionType sectionType)Instantiate.
- 
Uses of SectionType in net.officefloor.woof.model.woofMethods in net.officefloor.woof.model.woof with parameters of type SectionType Modifier and Type Method Description Change<WoofSectionModel>WoofChanges. addSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType)Adds aWoofSectionModel.Change<WoofSectionModel>WoofChangesImpl. addSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType section)Change<WoofSectionModel>WoofChanges. refactorSection(WoofSectionModel section, java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> sectionInputNameMapping, java.util.Map<java.lang.String,java.lang.String> sectionOutputNameMapping)Refactors theWoofSectionModel.Change<WoofSectionModel>WoofChangesImpl. refactorSection(WoofSectionModel section, java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> sectionInputNameMapping, java.util.Map<java.lang.String,java.lang.String> sectionOutputNameMapping)
 
-