Uses of Interface
net.officefloor.compile.SectionSourceService
-
Packages that use SectionSourceService Package Description net.officefloor.model.impl.section net.officefloor.plugin.section.clazz -
-
Uses of SectionSourceService in net.officefloor.model.impl.section
Classes in net.officefloor.model.impl.section that implement SectionSourceService Modifier and Type Class Description class
SectionModelSectionSource
SectionSource
for aSectionModel
.Methods in net.officefloor.model.impl.section that return SectionSourceService Modifier and Type Method Description SectionSourceService<?>
SectionModelSectionSource. createService(ServiceContext context)
-
Uses of SectionSourceService in net.officefloor.plugin.section.clazz
Classes in net.officefloor.plugin.section.clazz that implement SectionSourceService Modifier and Type Class Description class
ClassSectionSource
Class
SectionSource
.Methods in net.officefloor.plugin.section.clazz that return SectionSourceService Modifier and Type Method Description SectionSourceService<?>
ClassSectionSource. createService(ServiceContext context)
-