Uses of Class
net.officefloor.model.section.SectionManagedObjectSourceModel
-
Packages that use SectionManagedObjectSourceModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SectionManagedObjectSourceModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return SectionManagedObjectSourceModel Modifier and Type Method Description SectionManagedObjectSourceModelManagedObjectSourceItem. prototype()Methods in net.officefloor.gef.section with parameters of type SectionManagedObjectSourceModel Modifier and Type Method Description ManagedObjectSourceItemManagedObjectSourceItem. item(SectionManagedObjectSourceModel model)voidManagedObjectSourceItem. loadToParent(SectionModel parentModel, SectionManagedObjectSourceModel itemModel)javafx.scene.layout.PaneManagedObjectSourceItem. visual(SectionManagedObjectSourceModel model, AdaptedChildVisualFactoryContext<SectionManagedObjectSourceModel> context)Method parameters in net.officefloor.gef.section with type arguments of type SectionManagedObjectSourceModel Modifier and Type Method Description javafx.scene.layout.PaneManagedObjectSourceItem. visual(SectionManagedObjectSourceModel model, AdaptedChildVisualFactoryContext<SectionManagedObjectSourceModel> context) -
Uses of SectionManagedObjectSourceModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type SectionManagedObjectSourceModel Modifier and Type Method Description Change<SectionManagedObjectSourceModel>SectionChangesImpl. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)Change<SectionManagedObjectSourceModel>SectionChangesImpl. removeSectionManagedObjectSource(SectionManagedObjectSourceModel managedObjectSource)Change<SectionManagedObjectSourceModel>SectionChangesImpl. renameSectionManagedObjectSource(SectionManagedObjectSourceModel managedObjectSource, java.lang.String newManagedObjectSourceName)Methods in net.officefloor.model.impl.section with parameters of type SectionManagedObjectSourceModel Modifier and Type Method Description Change<SectionManagedObjectModel>SectionChangesImpl. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, SectionManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)Change<SectionManagedObjectSourceModel>SectionChangesImpl. removeSectionManagedObjectSource(SectionManagedObjectSourceModel managedObjectSource)Change<SectionManagedObjectSourceModel>SectionChangesImpl. renameSectionManagedObjectSource(SectionManagedObjectSourceModel managedObjectSource, java.lang.String newManagedObjectSourceName) -
Uses of SectionManagedObjectSourceModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SectionManagedObjectSourceModel Modifier and Type Method Description SectionManagedObjectSourceModelSectionManagedObjectSourceToSectionManagedObjectPoolModel. getSectionManagedObjectSource()SectionManagedObjectSourceModelSectionManagedObjectToSectionManagedObjectSourceModel. getSectionManagedObjectSource()Constructors in net.officefloor.model.section with parameters of type SectionManagedObjectSourceModel Constructor Description SectionManagedObjectSourceToSectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName, SectionManagedObjectSourceModel sectionManagedObjectSource, SectionManagedObjectPoolModel sectionManagedObjectPool)Convenience constructor.SectionManagedObjectSourceToSectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName, SectionManagedObjectSourceModel sectionManagedObjectSource, SectionManagedObjectPoolModel sectionManagedObjectPool, int x, int y)Convenience constructor allowing XY initialising.SectionManagedObjectToSectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, SectionManagedObjectModel sectionManagedObject, SectionManagedObjectSourceModel sectionManagedObjectSource)Convenience constructor.SectionManagedObjectToSectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, SectionManagedObjectModel sectionManagedObject, SectionManagedObjectSourceModel sectionManagedObjectSource, int x, int y)Convenience constructor allowing XY initialising.SectionModel(ExternalManagedObjectModel[] externalManagedObject, SectionManagedObjectSourceModel[] sectionManagedObjectSource, SectionManagedObjectModel[] sectionManagedObject, SectionManagedObjectPoolModel[] sectionManagedObjectPool, ExternalFlowModel[] externalFlow, SubSectionModel[] subSection, FunctionNamespaceModel[] functionNamespace, FunctionModel[] function)Convenience constructor.SectionModel(ExternalManagedObjectModel[] externalManagedObject, SectionManagedObjectSourceModel[] sectionManagedObjectSource, SectionManagedObjectModel[] sectionManagedObject, SectionManagedObjectPoolModel[] sectionManagedObjectPool, ExternalFlowModel[] externalFlow, SubSectionModel[] subSection, FunctionNamespaceModel[] functionNamespace, FunctionModel[] function, int x, int y)Convenience constructor allowing XY initialising.
-