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

Packages that use IStereotype
org.eclipse.tigerstripe.profile   
org.eclipse.tigerstripe.profile.stereotype   
 

Uses of IStereotype in org.eclipse.tigerstripe.profile
 

Methods in org.eclipse.tigerstripe.profile that return IStereotype
 IStereotype[] IWorkbenchProfile.getAvailableStereotypeForCapable(IStereotypeCapable component)
          Returns an array of stereotype for a given scope
 IStereotype[] IWorkbenchProfile.getAvailableStereotypeForComponent(IModelComponent component)
          Returns an array of stereotype for a given scope
 IStereotype IWorkbenchProfile.getStereotypeByName(java.lang.String name)
          Returns the stereotype for the given name.
 IStereotype[] IWorkbenchProfile.getStereotypes()
           
 

Methods in org.eclipse.tigerstripe.profile with parameters of type IStereotype
 void IWorkbenchProfile.addStereotype(IStereotype stereotype)
           
 void IWorkbenchProfile.removeStereotype(IStereotype stereotype)
           
 void IWorkbenchProfile.removeStereotypes(IStereotype[] stereotype)
           
 void IWorkbenchProfile.setStereotypes(IStereotype[] stereotypes)
           
 

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

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