Uses of Interface
org.springframework.extensions.surf.extensibility.OpenModelElement
-
Packages that use OpenModelElement Package Description org.springframework.extensions.surf.extensibility org.springframework.extensions.surf.extensibility.impl -
-
Uses of OpenModelElement in org.springframework.extensions.surf.extensibility
Methods in org.springframework.extensions.surf.extensibility that return OpenModelElement Modifier and Type Method Description OpenModelElementExtensibilityDirectiveData. createOpen()Creates a new instance of the type ofOpenModelElementfor with the associatedExtensibilityDirective.Methods in org.springframework.extensions.surf.extensibility with parameters of type OpenModelElement Modifier and Type Method Description voidExtensibilityModel. insertDeferredContentTarget(int index, OpenModelElement open, DeferredContentTargetModelElement target, CloseModelElement close)AllowsDeferredContentTargetModelElementinstances (along with their associatedOpenModelElementandCloseModelElementinstances) to be inserted at a requested point in the model. -
Uses of OpenModelElement in org.springframework.extensions.surf.extensibility.impl
Classes in org.springframework.extensions.surf.extensibility.impl that implement OpenModelElement Modifier and Type Class Description classOpenModelElementImplMethods in org.springframework.extensions.surf.extensibility.impl that return OpenModelElement Modifier and Type Method Description OpenModelElementDefaultExtensibilityDirectiveData. createOpen()Methods in org.springframework.extensions.surf.extensibility.impl with parameters of type OpenModelElement Modifier and Type Method Description voidExtensibilityModelImpl. insertDeferredContentTarget(int index, OpenModelElement open, DeferredContentTargetModelElement target, CloseModelElement close)AllowsDeferredContentTargetModelElementinstances (along with their associatedOpenModelElementandCloseModelElementinstances) to be inserted at a requested point in the model.
-