|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IApplicationRegistry
The workbench's global registry of applications.
This registry contains a descriptor for each application in the workbench.
This interface is not intended to be implemented by clients.
IWorkbench#getApplicationRegistry
Method Summary | |
---|---|
IApplicationDescriptor |
findApplicationWithId(java.lang.String appId)
Finds and returns the registered application with the given app id. |
IApplicationDescriptor |
findApplicationWithLabel(java.lang.String label)
Finds and returns the registered application with the given app id. |
IApplicationDescriptor[] |
getApplications()
Returns a list of the applications known to the workbench. |
Method Detail |
---|
IApplicationDescriptor findApplicationWithId(java.lang.String appId)
IApplicationDescriptor findApplicationWithLabel(java.lang.String label)
IApplicationDescriptor[] getApplications()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |