Uses of Class
org.eclipse.net4j.util.factory.ProductCreationException
Packages that use ProductCreationException
Package
Description
Utility classes.
Utility interfaces and classes commonly useful in concurrent programming.
A framework for providing confirmation from users.
A framework of notifying collections and wiring containers.
A framework for factory based instance creation.
Interfaces and classes for I/O.
Interfaces and classes for security, negotiation, authentication, authorization and cryptography.
Reusable UI components.
Confirmation dialogs.
An element wizard framework for managed containers.
Helpers for Eclipse view parts.
-
Uses of ProductCreationException in org.eclipse.net4j.util
Methods in org.eclipse.net4j.util that throw ProductCreationException -
Uses of ProductCreationException in org.eclipse.net4j.util.concurrent
Methods in org.eclipse.net4j.util.concurrent that throw ProductCreationException -
Uses of ProductCreationException in org.eclipse.net4j.util.confirmation
Methods in org.eclipse.net4j.util.confirmation that throw ProductCreationException -
Uses of ProductCreationException in org.eclipse.net4j.util.container
Methods in org.eclipse.net4j.util.container that throw ProductCreationExceptionModifier and TypeMethodDescription<T> T
IManagedContainer.createElement
(String productGroup, String factoryType, String description) <T> T
IManagedContainer.createElement
(String productGroup, String factoryType, Tree config) <T> T
ManagedContainer.createElement
(String productGroup, String factoryType, String description) <T> T
ManagedContainer.createElement
(String productGroup, String factoryType, Tree config) IManagedContainer.getElement
(String productGroup, String factoryType, String description) IManagedContainer.getElement
(String productGroup, String factoryType, String description, boolean activate) ManagedContainer.getElement
(String productGroup, String factoryType, String description) ManagedContainer.getElement
(String productGroup, String factoryType, String description, boolean activate) <T> T
IManagedContainer.getElementOrNull
(String productGroup, String factoryType) <T> T
IManagedContainer.getElementOrNull
(String productGroup, String factoryType, String description) <T> T
IManagedContainer.getElementOrNull
(String productGroup, String factoryType, Tree config) <T> T
ManagedContainer.getElementOrNull
(String productGroup, String factoryType) <T> T
ManagedContainer.getElementOrNull
(String productGroup, String factoryType, String description) <T> T
ManagedContainer.getElementOrNull
(String productGroup, String factoryType, Tree config) void
IManagedContainer.loadElements
(InputStream stream) void
ManagedContainer.loadElements
(InputStream stream) -
Uses of ProductCreationException in org.eclipse.net4j.util.factory
Methods in org.eclipse.net4j.util.factory that return ProductCreationExceptionModifier and TypeMethodDescriptionprotected final ProductCreationException
Factory.productCreationException
(String description) protected final ProductCreationException
Factory.productCreationException
(String description, Throwable cause) protected final ProductCreationException
TreeFactory.productCreationException
(Tree config) protected final ProductCreationException
TreeFactory.productCreationException
(Tree config, Throwable cause) Methods in org.eclipse.net4j.util.factory that throw ProductCreationExceptionModifier and TypeMethodDescriptionprotected final PRODUCT
abstract IFactory[]
protected abstract Object
protected abstract Object
protected Object
AnnotationFactory.createElement
(String productGroup, String type, String descriptionAttribute, Tree elementConfig, boolean singleton) IPropertiesFactory.createWithProperties
(Map<String, String> properties) PropertiesFactory.createWithProperties
(Map<String, String> properties) ITreeFactory.createWithTree
(Tree config) final Object
TreeFactory.createWithTree
(Tree config) -
Uses of ProductCreationException in org.eclipse.net4j.util.io
Methods in org.eclipse.net4j.util.io that throw ProductCreationException -
Uses of ProductCreationException in org.eclipse.net4j.util.security
Methods in org.eclipse.net4j.util.security that throw ProductCreationException -
Uses of ProductCreationException in org.eclipse.net4j.util.security.operations
Methods in org.eclipse.net4j.util.security.operations that throw ProductCreationException -
Uses of ProductCreationException in org.eclipse.net4j.util.ui
Methods in org.eclipse.net4j.util.ui that throw ProductCreationException -
Uses of ProductCreationException in org.eclipse.net4j.util.ui.confirmation
Methods in org.eclipse.net4j.util.ui.confirmation that throw ProductCreationException -
Uses of ProductCreationException in org.eclipse.net4j.util.ui.container
Methods in org.eclipse.net4j.util.ui.container that throw ProductCreationException -
Uses of ProductCreationException in org.eclipse.net4j.util.ui.views
Methods in org.eclipse.net4j.util.ui.views that throw ProductCreationException