A B C D E F G H I J L M N O P Q R S T U V W

I

IBrowserRegistry - Interface in org.eclipse.emf.facet.util.emf.core
A registry for the EObject, EPackage, and Resource browser opener extension point.
ICatalogManager - Interface in org.eclipse.emf.facet.util.emf.core
Manager for catalogs containing registered elements defined in models.
ICatalogSetManager - Interface in org.eclipse.emf.facet.util.emf.core
Deprecated. This interface has been replaced by ICatalogSetManager2
ICatalogSetManager2 - Interface in org.eclipse.emf.facet.util.emf.core
 
ICatalogSetManagerFactory - Interface in org.eclipse.emf.facet.util.emf.core
 
ICellEditorsRegistry - Interface in org.eclipse.emf.facet.widgets.celleditors
Registry for the "celleditors" extension point
IColor - Interface in org.eclipse.emf.facet.custom.metamodel.custompt
 
ICommandFactoriesRegistry - Interface in org.eclipse.emf.facet.widgets.celleditors
Registry for the "commandFactories" extension point.
ICommandFactory - Interface in org.eclipse.emf.facet.util.emf.core.internal.exported
Creates Commands for a specific EditingDomain.
ICommandFactory - Interface in org.eclipse.emf.facet.widgets.celleditors
Creates Commands for a specific EditingDomain.
ICommandFactoryResult<T> - Interface in org.eclipse.emf.facet.util.emf.core.command
 
ICommandFactoryResultFactory - Interface in org.eclipse.emf.facet.util.emf.core.command
 
ICompositeEditorFactoriesRegistry - Interface in org.eclipse.emf.facet.widgets.celleditors.core.composite.registries
Deprecated. replaced by org.eclipse.emf.facet.widgets.celleditors.core.composite .registry.ICompositeEditorFactoriesRegistry
ICompositeEditorFactory<T> - Interface in org.eclipse.emf.facet.widgets.celleditors
The factory interface for creating some control AbstractCellEditorComposite dedicated to the edition of one java type.
IContentPropertiesHandler - Interface in org.eclipse.emf.facet.custom.ui
 
IContentPropertiesHandlerFactory - Interface in org.eclipse.emf.facet.custom.ui
 
ICustomizationCatalogManager - Interface in org.eclipse.emf.facet.custom.core
This interface allows to access the customization catalog.
ICustomizationCatalogManagerFactory - Interface in org.eclipse.emf.facet.custom.core
A factory for ICustomizationCatalogManager
ICustomizationCommandFactory - Interface in org.eclipse.emf.facet.custom.ui.internal.exported
 
ICustomizationCommandFactoryFactory - Interface in org.eclipse.emf.facet.custom.ui.internal.exported
 
ICustomizationManager - Interface in org.eclipse.emf.facet.custom.core
This interface allows to access the customization manager.
ICustomizationManagerFactory - Interface in org.eclipse.emf.facet.custom.core
Used to instantiate a customization manager
ICustomizedContentProvider - Interface in org.eclipse.emf.facet.custom.ui
Deprecated. use ICustomizedTreeContentProvider (Bug 380229 - [deprecated] ICustomizedContentProvider)
ICustomizedContentProviderFactory - Interface in org.eclipse.emf.facet.custom.ui
This is a factory for ICustomizedContentProvider and ICustomizedTreeContentProvider.
ICustomizedLabelProvider - Interface in org.eclipse.emf.facet.custom.ui
This interface allows to use a ILabelProvider, an IColorProvider and an IFontProvider which is implemented and customizable using the EMF Facet customization mechanism.
ICustomizedLabelProviderFactory - Interface in org.eclipse.emf.facet.custom.ui
This class is the factory allowing to get a instance of ICustomizedLabelProvider.
ICustomizedToolTipLabelProvider - Interface in org.eclipse.emf.facet.custom.ui
This interface provides methods to customize tooltips
ICustomizedTreeContentProvider - Interface in org.eclipse.emf.facet.custom.ui
An ITreeContentProvider which is implemented and customizable using the EMF Facet customization mechanisms.
IDerivedTypedElementCollectionImplementation - Interface in org.eclipse.emf.facet.efacet.core.query
Deprecated. replaced by IQueryCollectionImplementation. https://bugs.eclipse.org/bugs/show_bug.cgi?id=377057.
IDerivedTypedElementImplementation - Interface in org.eclipse.emf.facet.efacet.core.query
Deprecated. replaced by IQueryImplementation. https://bugs.eclipse.org/bugs/show_bug.cgi?id=377058.
IDerivedTypedElementImplementationFactory - Interface in org.eclipse.emf.facet.efacet.core.query
Deprecated. replaced by IQueryImplementationFactory. https://bugs.eclipse.org/bugs/show_bug.cgi?id=377059.
IDerivedTypedElementManager - Interface in org.eclipse.emf.facet.efacet.core
Used to evaluate derived typed elements through their queries.
IDialogCallback<T> - Interface in org.eclipse.emf.facet.util.ui.internal.exported.dialog
A callback used to return a dialog's result asynchronously.
IDialogCallbackWithPreCommit<T1,T2,D> - Interface in org.eclipse.emf.facet.util.ui.internal.exported.dialog
A callback used to return a dialog's result asynchronously.
IEFacetManager - Interface in org.eclipse.emf.facet.efacet.core
Deprecated. use IDerivedTypedElementManager with the new eFacet2 metamodel (https://bugs.eclipse.org/bugs/show_bug.cgi?id=381225)
IEObjectBrowserOpener - Interface in org.eclipse.emf.facet.util.emf.core
This class is used to register a Browser (typically an Eclipse editor or view), that can be opened from a given EObject.
IEPackageBrowserOpener - Interface in org.eclipse.emf.facet.util.emf.core
This class is used to register a Browser (typically an Eclipse editor or view), that can be opened from a given EPackage.
IETypedElementResultDisplayer - Interface in org.eclipse.emf.facet.efacet.ui
Implemented by a view or editor that wants to be used to display the results of a model query.
IETypedElementResultDisplayerOpener - Interface in org.eclipse.emf.facet.efacet.ui
This method must be implemented and referenced by the extension point org.eclipse.emf.facet.efacet.ui.displayeropener This is a new version of the org.eclipse.emf.facet.infra.query.ui.views.queryExecution.QueryResultDisplayer.
IFacetAction - Interface in org.eclipse.emf.facet.efacet.core
Deprecated. use IFacetActions2 with the new eFacet2 metamodel (https://bugs.eclipse.org/bugs/show_bug.cgi?id=381226)
IFacetManager - Interface in org.eclipse.emf.facet.efacet.core
This interface allows clients to use the EMF Facet API to get and set the values of virtually added EReferences and EAttributes, and invoke EOperations.
IFacetManagerFactory - Interface in org.eclipse.emf.facet.efacet.core
Factory for IFacetManager.
IFacetSetCatalogManager - Interface in org.eclipse.emf.facet.efacet.core
 
IFacetSetCatalogManagerFactory - Interface in org.eclipse.emf.facet.efacet.core
 
IFilter<T> - Interface in org.eclipse.emf.facet.util.core.internal.exported
 
IImage - Interface in org.eclipse.emf.facet.custom.metamodel.custompt
 
IJavaQuery<T extends EObject,R> - Interface in org.eclipse.emf.facet.query.java.core
Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374678
IJavaQuery2<T extends EObject,R> - Interface in org.eclipse.emf.facet.query.java.core
This interface is implemented by each Java query (a Java query is a query written in Java).
ILabelPropertiesHandler - Interface in org.eclipse.emf.facet.custom.ui.internal.exported
 
ILabelPropertiesHandlerFactory - Interface in org.eclipse.emf.facet.custom.ui.internal.exported
 
IListener - Interface in org.eclipse.emf.facet.widgets.celleditors
 
IllegalParameterException - Exception in org.eclipse.emf.facet.custom.ui.internal.exported.exception
 
IllegalParameterException(List<? extends Object>) - Constructor for exception org.eclipse.emf.facet.custom.ui.internal.exported.exception.IllegalParameterException
 
IllegalParameterException(String, List<? extends Object>) - Constructor for exception org.eclipse.emf.facet.custom.ui.internal.exported.exception.IllegalParameterException
 
IllegalParameterException(Throwable, List<? extends Object>) - Constructor for exception org.eclipse.emf.facet.custom.ui.internal.exported.exception.IllegalParameterException
 
IllegalParameterException(String, Throwable, List<? extends Object>) - Constructor for exception org.eclipse.emf.facet.custom.ui.internal.exported.exception.IllegalParameterException
 
ILoadCustomizationsDialog<D> - Interface in org.eclipse.emf.facet.custom.ui.internal.exported.dialog
A dialog to load Customizations.
ILoadCustomizationsDialogFactory - Interface in org.eclipse.emf.facet.custom.ui.internal.exported.dialog
Factory for ILoadCustomizationsDialog.
ILockableUndoCommand - Interface in org.eclipse.emf.facet.util.emf.core.command
This interface is used to force an EMF command to not be "undo-able"
ImageUtils - Class in org.eclipse.emf.facet.custom.ui
 
IModelCellEditHandler - Interface in org.eclipse.emf.facet.widgets.celleditors
 
IModelCellEditor - Interface in org.eclipse.emf.facet.widgets.celleditors
 
IModelCellEditorContainer<T extends AbstractModelCellEditor> - Interface in org.eclipse.emf.facet.widgets.celleditors
 
IModelCellEditorValidator - Interface in org.eclipse.emf.facet.widgets.celleditors
Allows validating a cell editor's value before it is committed
INaryEAttributeCellEditor<T> - Interface in org.eclipse.emf.facet.widgets.celleditors
 
INaryEReferenceCellEditor<T extends EObject> - Interface in org.eclipse.emf.facet.widgets.celleditors
 
INaryFeatureCellEditor - Interface in org.eclipse.emf.facet.widgets.celleditors
 
INatTableUtils - Interface in org.eclipse.emf.facet.widgets.nattable
Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374120
INatTableWidget - Interface in org.eclipse.emf.facet.widgets.nattable
Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374120
INatTableWidget2 - Interface in org.eclipse.emf.facet.widgets.nattable
Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374120
INatTableWidgetFactory - Interface in org.eclipse.emf.facet.widgets.nattable
Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374120
INatTableWidgetProvider - Interface in org.eclipse.emf.facet.widgets.nattable
Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374120
inferJavaClassName(String) - Static method in class org.eclipse.emf.facet.util.core.internal.exported.StringUtils
Get a name suitable for a Java class from the given name.
initConverter() - Method in class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.BigDecimalComposite
 
initConverter() - Method in class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.BigIntegerComposite
 
initConverter() - Method in class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.ByteComposite
 
initConverter() - Method in class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.CharComposite
 
initConverter() - Method in class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.DoubleComposite
 
initConverter() - Method in class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.FloatComposite
 
initConverter() - Method in class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.IntComposite
 
initConverter() - Method in class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.LongComposite
 
initConverter() - Method in class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.ShortComposite
 
initConverter() - Method in class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.StringComposite
 
INSTANCE - Static variable in interface org.eclipse.emf.facet.efacet.core.IDerivedTypedElementManager
 
INSTANCE - Static variable in interface org.eclipse.emf.facet.efacet.core.IEFacetManager
Deprecated.  
INSTANCE - Static variable in interface org.eclipse.emf.facet.efacet.core.IFacetAction
Deprecated.  
INSTANCE - Static variable in interface org.eclipse.emf.facet.efacet.core.query.IQueryUtils
Deprecated. The singleton IQueryUtils
INSTANCE - Static variable in class org.eclipse.emf.facet.efacet.provider.EfacetEditPlugin
Deprecated. Keep track of the singleton.
INSTANCE - Static variable in interface org.eclipse.emf.facet.query.java.core.IParameterValueListFactory
Deprecated. Factory singleton
INSTANCE - Static variable in interface org.eclipse.emf.facet.query.java.core.IParameterValueListFactory2
Factory singleton
INSTANCE - Static variable in interface org.eclipse.emf.facet.util.emf.core.IBrowserRegistry
 
INSTANCE - Static variable in interface org.eclipse.emf.facet.util.emf.core.ICatalogSetManager
Deprecated. The singleton instance of this ICatalogSetManager.
INSTANCE - Static variable in interface org.eclipse.emf.facet.util.emf.core.ICatalogSetManager2
Deprecated. has been replaced by org.eclipse.emf.facet.util.emf.core.ICatalogSetManagerFactory .createICatalogSetManager(ResourceSet)
INSTANCE - Static variable in interface org.eclipse.emf.facet.util.emf.core.serialization.ISerializationRegistry
 
INSTANCE - Static variable in interface org.eclipse.emf.facet.util.emf.core.serialization.ISerializationService
 
INSTANCE - Static variable in interface org.eclipse.emf.facet.util.ui.internal.exported.dialog.IQuestionDialogFactory
 
INSTANCE - Static variable in interface org.eclipse.emf.facet.widgets.celleditors.core.composite.registries.ICompositeEditorFactoriesRegistry
Deprecated. the singleton ICompositeEditorFactoriesRegistry
INSTANCE - Static variable in interface org.eclipse.emf.facet.widgets.celleditors.ICellEditorsRegistry
 
INSTANCE - Static variable in interface org.eclipse.emf.facet.widgets.celleditors.ICommandFactoriesRegistry
the singleton ICommandFactoriesRegistry
INSTANCE - Static variable in interface org.eclipse.emf.facet.widgets.nattable.INatTableUtils
Deprecated.  
INSTANCE - Static variable in interface org.eclipse.emf.facet.widgets.nattable.INatTableWidgetFactory
Deprecated.  
INSTANCE - Static variable in class org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.provider.TableinstanceEditPlugin
Deprecated. Keep track of the singleton.
INSTANTIATION_METHOD - Static variable in interface org.eclipse.emf.facet.widgets.nattable.tableconfiguration.TableconfigurationPackage
Deprecated. The meta object id for the 'Instantiation Method' class.
INSTANTIATION_METHOD - Static variable in interface org.eclipse.emf.facet.widgets.nattable.tableconfiguration.TableconfigurationPackage.Literals
Deprecated. The meta object literal for the 'Instantiation Method' class.
INSTANTIATION_METHOD - Static variable in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.TableconfigurationPackage
The meta object id for the 'Instantiation Method' class.
INSTANTIATION_METHOD - Static variable in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.TableconfigurationPackage.Literals
The meta object literal for the 'Instantiation Method' class.
INSTANTIATION_METHOD__DESCRIPTION - Static variable in interface org.eclipse.emf.facet.widgets.nattable.tableconfiguration.TableconfigurationPackage
Deprecated. The feature id for the 'Description' attribute.
INSTANTIATION_METHOD__DESCRIPTION - Static variable in interface org.eclipse.emf.facet.widgets.nattable.tableconfiguration.TableconfigurationPackage.Literals
Deprecated. The meta object literal for the 'Description' attribute feature.
INSTANTIATION_METHOD__DESCRIPTION - Static variable in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.TableconfigurationPackage
The feature id for the 'Description' attribute.
INSTANTIATION_METHOD__DESCRIPTION - Static variable in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.TableconfigurationPackage.Literals
The meta object literal for the 'Description' attribute feature.
INSTANTIATION_METHOD__INSTANTIATION_OPERATION - Static variable in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.TableconfigurationPackage
The feature id for the 'Instantiation Operation' reference.
INSTANTIATION_METHOD__INSTANTIATION_OPERATION - Static variable in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.TableconfigurationPackage.Literals
The meta object literal for the 'Instantiation Operation' reference feature.
INSTANTIATION_METHOD__INSTANTIATION_QUERY - Static variable in interface org.eclipse.emf.facet.widgets.nattable.tableconfiguration.TableconfigurationPackage
Deprecated. The feature id for the 'Instantiation Query' reference.
INSTANTIATION_METHOD__INSTANTIATION_QUERY - Static variable in interface org.eclipse.emf.facet.widgets.nattable.tableconfiguration.TableconfigurationPackage.Literals
Deprecated. The meta object literal for the 'Instantiation Query' reference feature.
INSTANTIATION_METHOD__NAME - Static variable in interface org.eclipse.emf.facet.widgets.nattable.tableconfiguration.TableconfigurationPackage
Deprecated. The feature id for the 'Name' attribute.
INSTANTIATION_METHOD__NAME - Static variable in interface org.eclipse.emf.facet.widgets.nattable.tableconfiguration.TableconfigurationPackage.Literals
Deprecated. The meta object literal for the 'Name' attribute feature.
INSTANTIATION_METHOD__NAME - Static variable in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.TableconfigurationPackage
The feature id for the 'Name' attribute.
INSTANTIATION_METHOD__NAME - Static variable in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.TableconfigurationPackage.Literals
The meta object literal for the 'Name' attribute feature.
INSTANTIATION_METHOD_FEATURE_COUNT - Static variable in interface org.eclipse.emf.facet.widgets.nattable.tableconfiguration.TableconfigurationPackage
Deprecated. The number of structural features of the 'Instantiation Method' class.
INSTANTIATION_METHOD_FEATURE_COUNT - Static variable in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.TableconfigurationPackage
The number of structural features of the 'Instantiation Method' class.
InstantiationMethod - Interface in org.eclipse.emf.facet.widgets.nattable.tableconfiguration
Deprecated. cf. Bug 371180 - [Deprecated] org.eclipse.emf.facet.widgets.nattable.tableconfiguration (https://bugs.eclipse.org/bugs/show_bug.cgi?id=371180).
InstantiationMethod - Interface in org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration
A representation of the model object 'Instantiation Method'.
InstantiationMethodParameters - Class in org.eclipse.emf.facet.widgets.nattable.tableconfiguration
Deprecated. cf. Bug 371180 - [Deprecated] org.eclipse.emf.facet.widgets.nattable.tableconfiguration (https://bugs.eclipse.org/bugs/show_bug.cgi?id=371180).
InstantiationMethodParameters() - Constructor for class org.eclipse.emf.facet.widgets.nattable.tableconfiguration.InstantiationMethodParameters
Deprecated.  
IntComposite - Class in org.eclipse.emf.facet.widgets.celleditors.ecore.composite
 
IntComposite(Composite) - Constructor for class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.IntComposite
 
IntComposite(Composite, int) - Constructor for class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.IntComposite
 
IntCompositeFactory - Class in org.eclipse.emf.facet.widgets.celleditors.ecore.composite
 
IntCompositeFactory() - Constructor for class org.eclipse.emf.facet.widgets.celleditors.ecore.composite.IntCompositeFactory
 
INTEGER_LITERAL_QUERY - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage
The meta object id for the 'Integer Literal Query' class.
INTEGER_LITERAL_QUERY - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage.Literals
The meta object literal for the 'Integer Literal Query' class.
INTEGER_LITERAL_QUERY__CAN_BE_CACHED - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage
The feature id for the 'Can Be Cached' attribute.
INTEGER_LITERAL_QUERY__CAN_HAVE_SIDE_EFFECTS - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage
The feature id for the 'Can Have Side Effects' attribute.
INTEGER_LITERAL_QUERY__VALUE - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage
The feature id for the 'Value' attribute.
INTEGER_LITERAL_QUERY__VALUE - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage.Literals
The meta object literal for the 'Value' attribute feature.
INTEGER_LITERAL_QUERY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage
The number of structural features of the 'Integer Literal Query' class.
IntegerLiteralQuery - Interface in org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query
A representation of the model object 'Integer Literal Query'.
InvalidFacetSetException - Exception in org.eclipse.emf.facet.util.emf.core.exception
This exception is raised when an invalid FacetSet is found
InvalidFacetSetException(String) - Constructor for exception org.eclipse.emf.facet.util.emf.core.exception.InvalidFacetSetException
 
InvalidFacetSetException(String, Throwable) - Constructor for exception org.eclipse.emf.facet.util.emf.core.exception.InvalidFacetSetException
 
InvalidFacetSetException(Throwable) - Constructor for exception org.eclipse.emf.facet.util.emf.core.exception.InvalidFacetSetException
 
invoke(EObject, EOperation, Class<T>, EditingDomain, Object...) - Method in interface org.eclipse.emf.facet.efacet.core.IFacetManager
Evaluate the given EOperation of the given EObject.
IParameterValueList - Interface in org.eclipse.emf.facet.query.java.core
Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374678
IParameterValueList2 - Interface in org.eclipse.emf.facet.query.java.core
 
IParameterValueListFactory - Interface in org.eclipse.emf.facet.query.java.core
Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374678
IParameterValueListFactory2 - Interface in org.eclipse.emf.facet.query.java.core
 
IQueryCollectionImplementation - Interface in org.eclipse.emf.facet.efacet.core.query
This interface can be implemented by EMF Facet query implementations that want to handle multiple evaluation themselves, presumably to improve the performance of the evaluation.
IQueryEvaluator - Interface in org.eclipse.emf.facet.efacet.core.query
Deprecated. use IQueryImplementation with the new eFacet2 metamodel (https://bugs.eclipse.org/bugs/show_bug.cgi?id=381227)
IQueryEvaluatorFactory - Interface in org.eclipse.emf.facet.efacet.core.query
Deprecated. use IQueryImplementationFactory with the new eFacet2 metamodel (https://bugs.eclipse.org/bugs/show_bug.cgi?id=381229)
IQueryImplementation - Interface in org.eclipse.emf.facet.efacet.core.query
Interface implemented by all EMF Facet query evaluators.
IQueryImplementationFactory - Interface in org.eclipse.emf.facet.efacet.core.query
This factory allows clients to create a IQueryImplementation for queries corresponding to this type of factory.
IQueryUtils - Interface in org.eclipse.emf.facet.efacet.core.query
Deprecated. This class manipulated the old facet metamodel. With the new eFacet2 metamodel, there are no QuerySets anymore. Queries are used only in Facets. (https://bugs.eclipse.org/bugs/show_bug.cgi?id=381230)
IQuestionDialog - Interface in org.eclipse.emf.facet.util.ui.internal.exported.dialog
A simple dialog with a title, a message, and "yes" and "no" buttons
IQuestionDialogFactory - Interface in org.eclipse.emf.facet.util.ui.internal.exported.dialog
A factory to instantiate IQuestionDialog
IResolvingCustomizedLabelProviderFactory - Interface in org.eclipse.emf.facet.custom.ui
A factory to create instances of ICustomizedLabelProvider that work on proxy UI elements, by customizing the resolved elements.
IResourceBrowserOpener - Interface in org.eclipse.emf.facet.util.emf.core
This class is used to register a Browser (typically an Eclipse editor or view), that can be opened from a given EMF Resource.
IRunnable<T,E extends java.lang.Exception> - Interface in org.eclipse.emf.facet.util.ui.internal.exported.displaysync
 
IS_ONE_OF_QUERY - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage
The meta object id for the 'Is One Of Query' class.
IS_ONE_OF_QUERY - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage.Literals
The meta object literal for the 'Is One Of Query' class.
IS_ONE_OF_QUERY__CAN_BE_CACHED - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage
The feature id for the 'Can Be Cached' attribute.
IS_ONE_OF_QUERY__CAN_HAVE_SIDE_EFFECTS - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage
The feature id for the 'Can Have Side Effects' attribute.
IS_ONE_OF_QUERY__EXPECTED_EOBJECTS - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage
The feature id for the 'Expected EObjects' reference list.
IS_ONE_OF_QUERY__EXPECTED_EOBJECTS - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage.Literals
The meta object literal for the 'Expected EObjects' reference list feature.
IS_ONE_OF_QUERY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage
The number of structural features of the 'Is One Of Query' class.
isBooleanDataType(EClassifier) - Static method in class org.eclipse.emf.facet.util.emf.core.ModelUtils
 
isCanBeCached() - Method in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.extensible.Query
Returns the value of the 'Can Be Cached' attribute.
isCanBeCached() - Method in interface org.eclipse.emf.facet.efacet.Query
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
isCanHaveSideEffects() - Method in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.extensible.Query
Returns the value of the 'Can Have Side Effects' attribute.
isCellsDeletable() - Method in interface org.eclipse.emf.facet.widgets.nattable.INatTableWidget
Deprecated. Return whether the selection of cells can be deleted.
isCellsDeletable() - Method in interface org.eclipse.emf.facet.widgets.nattable.INatTableWidget2
Deprecated. Return whether the selection of cells can be deleted.
isCellSelected() - Method in interface org.eclipse.emf.facet.widgets.nattable.INatTableWidget
Deprecated. Return whether there is at least a cell selected in the table
isCellSelected() - Method in interface org.eclipse.emf.facet.widgets.nattable.INatTableWidget2
Deprecated. Return whether there is at least a cell selected in the table
isCheckResultType() - Method in interface org.eclipse.emf.facet.efacet.core.query.IQueryImplementation
Return whether to check the type of the query result after its evaluation
isColumnSelected() - Method in interface org.eclipse.emf.facet.widgets.nattable.INatTableWidget
Deprecated. Return whether there is at least a column selected in the table
isColumnSelected() - Method in interface org.eclipse.emf.facet.widgets.nattable.INatTableWidget2
Deprecated. Return whether there is at least a column selected in the table
isConforming(EObject, Facet) - Method in interface org.eclipse.emf.facet.efacet.core.IFacetManager
Returns whether the given model element conforms to the given Facet
ISelectionPropertiesHandler - Interface in org.eclipse.emf.facet.custom.ui
 
ISelectionPropertiesHandlerFactory - Interface in org.eclipse.emf.facet.custom.ui
Factory for ISelectionPropertiesHandler
isEmfFacetProject(IProject) - Static method in class org.eclipse.emf.facet.common.sdk.core.internal.exported.utils.ProjectUtils
 
ISerializationRegistry - Interface in org.eclipse.emf.facet.util.emf.core.serialization
The registry of ISerializers per type.
ISerializationService - Interface in org.eclipse.emf.facet.util.emf.core.serialization
Provides a serialization service so that the following is true:
deserialize(serialize(object)) == object
ISerializer<T> - Interface in org.eclipse.emf.facet.util.emf.core.serialization
The interface that must be implemented when adding an extension to the "serializer" extension point.
isFactoryForType(Object) - Method in class org.eclipse.emf.facet.efacet.provider.EFacetItemProviderAdapterFactory
Deprecated.  
isFactoryForType(Object) - Method in class org.eclipse.emf.facet.infra.query.jxpath.util.JxpathAdapterFactory
Deprecated. Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.provider.TableinstanceItemProviderAdapterFactory
Deprecated.  
isFailOnError() - Method in interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.NavigationQuery
Returns the value of the 'Fail On Error' attribute.
isHasSideEffect() - Method in interface org.eclipse.emf.facet.efacet.Query
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
isHideEmptyColumns() - Method in interface org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.TableInstance
Deprecated. Returns the value of the 'Hide Empty Columns' attribute.
isHideEmptyColumns() - Method in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.Table
Returns the value of the 'Hide Empty Columns' attribute.
isHideEmptyColumns() - Method in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TableInstance
Returns the value of the 'Hide Empty Columns' attribute.
isInEmfFacetProject(IPath) - Static method in class org.eclipse.emf.facet.common.sdk.core.internal.exported.utils.ProjectUtils
 
isIsHidden() - Method in interface org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.Column
Deprecated. Returns the value of the 'Is Hidden' attribute.
isIsHidden() - Method in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.SourceColumn
Returns the value of the 'Is Hidden' attribute.
isMustBeLoadedByDefault() - Method in interface org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom.Customization
Returns the value of the 'Must Be Loaded By Default' attribute.
IsOneOfQuery - Interface in org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query
A representation of the model object 'Is One Of Query'.
isOneOfTheLocalCustomizationsNotOnTheTop() - Method in interface org.eclipse.emf.facet.widgets.nattable.INatTableWidget2
Deprecated. Indicates if one of the local customization is not at the top of the stack
isOnlyShowCommonColumns() - Method in interface org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.TableInstance
Deprecated. Returns the value of the 'Only Show Common Columns' attribute.
isOnlyShowCommonColumns() - Method in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.Table
Returns the value of the 'Only Show Common Columns' attribute.
isOnlyShowCommonColumns() - Method in interface org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TableInstance
Returns the value of the 'Only Show Common Columns' attribute.
isSelectedCellEditable() - Method in interface org.eclipse.emf.facet.widgets.nattable.INatTableWidget2
Deprecated. Return true if the selected cell is editable Return false if several cells are selected
isSelectedColumnDeletable() - Method in interface org.eclipse.emf.facet.widgets.nattable.INatTableWidget
Deprecated. Return whether the selected column can be deleted.
isSelectedColumnDeletable() - Method in interface org.eclipse.emf.facet.widgets.nattable.INatTableWidget2
Deprecated. Return whether the selected column can be deleted.
isStruckthrough(Object, ETypedElement) - Method in interface org.eclipse.emf.facet.custom.ui.ICustomizedLabelProvider
 
isSuperTypeOf(EClass, EClass) - Static method in class org.eclipse.emf.facet.util.emf.core.ModelUtils
 
isUnderlined(Object, ETypedElement) - Method in interface org.eclipse.emf.facet.custom.ui.ICustomizedLabelProvider
 
isValid(Object) - Method in interface org.eclipse.emf.facet.widgets.celleditors.IModelCellEditorValidator
 
IValidator - Interface in org.eclipse.emf.facet.widgets.celleditors
Used to validate the value of a cell editor.
IWidget<T> - Interface in org.eclipse.emf.facet.widgets.celleditors
Implemented by Composites that are encapsulated in cell editors
IWidget2<T> - Interface in org.eclipse.emf.facet.widgets.celleditors
Implemented by Composites that are encapsulated in cell editors
IWorkbenchPartProvider - Interface in org.eclipse.emf.facet.widgets.nattable
Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374120

A B C D E F G H I J L M N O P Q R S T U V W