|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWorkbenchProfile | |
|---|---|
| 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 IWorkbenchProfile in org.eclipse.tigerstripe.workbench.profile |
|---|
| Methods in org.eclipse.tigerstripe.workbench.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.workbench.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.workbench.profile.stereotype |
|---|
| Methods in org.eclipse.tigerstripe.workbench.profile.stereotype that return IWorkbenchProfile | |
|---|---|
IWorkbenchProfile |
IStereotype.getProfile()
Returns the profile this stereotype belongs to. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||