Uses of Interface
org.eclipse.tigerstripe.profile.IWorkbenchProfile

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

Uses of IWorkbenchProfile in org.eclipse.tigerstripe.profile
 

Methods in org.eclipse.tigerstripe.profile that return IWorkbenchProfile
 IWorkbenchProfile IWorkbenchProfileSession.getActiveProfile()
          Returns the active profile for this runtime.
 IWorkbenchProfile IWorkbenchProfileSession.getWorkbenchProfileFor(java.lang.String pathname)
           
 IWorkbenchProfile IWorkbenchProfileSession.makeWorkbenchProfile()
          Factory method for IWorkbenchProfiles
 IWorkbenchProfile IWorkbenchProfileSession.rollbackActiveProfile()
          Rolls back the active profile to its previous version.
 

Methods in org.eclipse.tigerstripe.profile with parameters of type IWorkbenchProfile
 boolean IWorkbenchProfileSession.saveAsActiveProfile(IWorkbenchProfile profile)
          Sets the given profile as the active profile by saving it as such.
 

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

Methods in org.eclipse.tigerstripe.profile.stereotype that return IWorkbenchProfile
 IWorkbenchProfile IStereotype.getProfile()
          Returns the profile this stereotype belongs to.