Uses of Interface
net.officefloor.compile.section.SectionType
-
-
Uses of SectionType in net.officefloor.activity.model
Methods 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.section
Classes in net.officefloor.compile.impl.section that implement SectionType Modifier and Type Class Description class
SectionTypeImpl
SectionType
implementation.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)
SectionType
SectionLoaderImpl. loadSectionType(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)
SectionType
SectionSourceContextImpl. loadSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String location, PropertyList properties)
SectionType
SectionSourceContextImpl. loadSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String location, PropertyList properties)
-
Uses of SectionType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return SectionType Modifier and Type Method Description SectionType
SectionNodeImpl. loadSectionType(CompileContext compileContext)
-
Uses of SectionType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return SectionType Modifier and Type Method Description SectionType
SectionNode. loadSectionType(CompileContext compileContext)
Loads theSectionType
. -
Uses of SectionType in net.officefloor.compile.section
Methods 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 theSectionType
from theSectionSource
.SectionType
SectionLoader. loadSectionType(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)
Loads and returns theSectionType
from theSectionSource
. -
Uses of SectionType in net.officefloor.compile.spi.section.source
Methods in net.officefloor.compile.spi.section.source that return SectionType Modifier and Type Method Description SectionType
SectionSourceContext. loadSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String location, PropertyList properties)
Loads theSectionType
.SectionType
SectionSourceContext. loadSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String location, PropertyList properties)
Loads theSectionType
. -
Uses of SectionType in net.officefloor.compile.test.section
Methods in net.officefloor.compile.test.section that return SectionType Modifier and Type Method Description static SectionType
SectionLoaderUtil. buildSectionType(SectionDesigner designer)
Builds theSectionType
for 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 SectionType
SectionLoaderUtil. 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 void
SectionLoaderUtil. validateSectionType(SectionDesigner designer, SectionType actualSection)
Validates theSectionType
. -
Uses of SectionType in net.officefloor.gef.activity
Methods 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.item
Fields in net.officefloor.gef.item declared as SectionType Modifier and Type Field Description protected SectionType
AbstractSectionItem. sectionType
Methods in net.officefloor.gef.item that return SectionType Modifier and Type Method Description static SectionType
AbstractSectionItem. loadSectionType(AbstractSectionItem<?,?,?,?,?,?> item, EnvironmentBridge envBridge)
Loads theSectionType
for 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.section
Methods in net.officefloor.gef.section that return SectionType Modifier and Type Method Description static SectionType
SubSectionItem. loadSectionType(SubSectionItem item, EnvironmentBridge envBridge)
Loads theSectionType
for theSubSectionItem
. -
Uses of SectionType in net.officefloor.gef.woof
Methods 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.section
Methods 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.section
Methods 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 aSubSectionModel
to theSectionModel
. -
Uses of SectionType in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return SectionType Modifier and Type Method Description SectionType
ClassSectionSubSection. 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.type
Constructors 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.woof
Methods 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)
-