| org.eclipse.ui.internal.intro.IIntroRegistry
All known Subclasses: org.eclipse.ui.internal.intro.IntroRegistry,
IIntroRegistry | public interface IIntroRegistry (Code) | | Registry for introduction elements.
since: 3.0 |
getIntro | IIntroDescriptor getIntro(String id)(Code) | | Find an intro descriptor with the given identifier.
Parameters: id - the id the intro descriptor, or null |
getIntroCount | int getIntroCount()(Code) | | Return the number of introduction extensions known by this registry.
the number of introduction extensions known by this registry |
getIntroForProduct | IIntroDescriptor getIntroForProduct(String productId)(Code) | | Return the introduction extension that is bound to the given product.
Parameters: productId - the product identifier the introduction extension that is bound to the given product, or null if there is no such binding |
getIntros | IIntroDescriptor[] getIntros()(Code) | | Return the introduction extensions known by this registry.
the introduction extensions known by this registry |
|
|