- compute(IEclipseContext, String) - Method in class org.eclipse.fx.ui.workbench.services.lifecycle.internal.LifecycleContextFunction
-
- createModelElement(Class<T>) - Method in interface org.eclipse.fx.ui.workbench.services.ModelService.ModelElementFactory
-
Create a model element instance and initialize the
MApplicationElement#setContributorURI(String)
- createModelElement(Class<T>, Function<T, T>) - Method in interface org.eclipse.fx.ui.workbench.services.ModelService.ModelElementFactory
-
Create a model element instance, initialize the
MApplicationElement#setContributorURI(String) and run the
element through the provided processor
- createModelElement(Class<T>, Supplier<String>) - Method in interface org.eclipse.fx.ui.workbench.services.ModelService.ModelElementFactory
-
Create a model element instance and initialize the
MApplicationElement#setContributorURI(String) with the value
provided by the contributor supplier
- createModelElement(Class<T>, Supplier<String>, Function<T, T>) - Method in interface org.eclipse.fx.ui.workbench.services.ModelService.ModelElementFactory
-
Create a model element instance, initialize the
MApplicationElement#setContributorURI(String) with the value
provided by the contributor supplier and run the element through the
provided processor
- createModelElementCreator(Class<T>) - Method in interface org.eclipse.fx.ui.workbench.services.ModelService.ModelElementFactory
-
Create a supplier who creates a model element instance and
initializes the MApplicationElement#setContributorURI(String)
- createModelElementCreator(Class<T>, Function<T, T>) - Method in interface org.eclipse.fx.ui.workbench.services.ModelService.ModelElementFactory
-
Create a supplier who creates a model element instance, initializes
the MApplicationElement#setContributorURI(String) and run the
element through the provided processor
- createModelElementCreator(Class<T>, Supplier<String>) - Method in interface org.eclipse.fx.ui.workbench.services.ModelService.ModelElementFactory
-
Create a supplier who creates a model element instance and
initializes the MApplicationElement#setContributorURI(String)
with the value provided by the contributor supplier
- createModelElementCreator(Class<T>, Supplier<String>, Function<T, T>) - Method in interface org.eclipse.fx.ui.workbench.services.ModelService.ModelElementFactory
-
Create a supplier who creates a model element instance, initializes
the MApplicationElement#setContributorURI(String) with the
value provided by the contributor supplier and run the element
through the provided processor
- createModelElementFactory(Class<?>, EModelService) - Method in interface org.eclipse.fx.ui.workbench.services.ModelService
-
Create a factory to create model elements