Uses of Interface
org.eclipse.ercp.eworkbench.IApplicationDescriptor

Packages that use IApplicationDescriptor
org.eclipse.ercp.eworkbench   
 

Uses of IApplicationDescriptor in org.eclipse.ercp.eworkbench
 

Classes in org.eclipse.ercp.eworkbench that implement IApplicationDescriptor
 class ApplicationDescriptor
          class used to describe an eRCP application
 

Methods in org.eclipse.ercp.eworkbench that return IApplicationDescriptor
 IApplicationDescriptor IApplicationRegistry.findApplicationWithId(java.lang.String appId)
          Finds and returns the registered application with the given app id.
 IApplicationDescriptor ApplicationRegistry.findApplicationWithId(java.lang.String id)
           
 IApplicationDescriptor IApplicationRegistry.findApplicationWithLabel(java.lang.String label)
          Finds and returns the registered application with the given app id.
 IApplicationDescriptor ApplicationRegistry.findApplicationWithLabel(java.lang.String label)
           
 IApplicationDescriptor[] IApplicationRegistry.getApplications()
          Returns a list of the applications known to the workbench.
 IApplicationDescriptor[] ApplicationRegistry.getApplications()
           
 

Methods in org.eclipse.ercp.eworkbench with parameters of type IApplicationDescriptor
 void ApplicationRegistry.deleteApplication(IApplicationDescriptor in)
          Delete an application.