org.eclipse.ercp.eworkbench
Interface IApplicationRegistry

All Known Implementing Classes:
ApplicationRegistry

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.

See Also:
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

findApplicationWithId

IApplicationDescriptor findApplicationWithId(java.lang.String appId)
Finds and returns the registered application with the given app id.


findApplicationWithLabel

IApplicationDescriptor findApplicationWithLabel(java.lang.String label)
Finds and returns the registered application with the given app id.


getApplications

IApplicationDescriptor[] getApplications()
Returns a list of the applications known to the workbench.

Returns:
a list of applications