Uses of Interface
org.eclipse.tigerstripe.workbench.profile.stereotype.IStereotype

Packages that use IStereotype
org.eclipse.tigerstripe.workbench.profile This package contains interfaces for the workbench profile and session. 
org.eclipse.tigerstripe.workbench.profile.stereotype This package contains definitions of stereotypes (annotations) and stereotype instances. 
 

Uses of IStereotype in org.eclipse.tigerstripe.workbench.profile
 

Methods in org.eclipse.tigerstripe.workbench.profile that return IStereotype
 IStereotype IWorkbenchProfile.getStereotypeByName(java.lang.String name)
          Returns the stereotype for the given name.
 

Methods in org.eclipse.tigerstripe.workbench.profile that return types with arguments of type IStereotype
 java.util.Collection<IStereotype> IWorkbenchProfile.getAvailableStereotypeForCapable(IStereotypeCapable component)
          Returns an array of stereotype for a given scope
 java.util.Collection<IStereotype> IWorkbenchProfile.getStereotypes()
           
 

Uses of IStereotype in org.eclipse.tigerstripe.workbench.profile.stereotype
 

Methods in org.eclipse.tigerstripe.workbench.profile.stereotype that return IStereotype
 IStereotype IStereotypeInstance.getCharacterizingStereotype()
          Returns the characterizing stereotype for this instance.