Class implementing a specialized application class.
| e5App | 
| E5Application | Eric application class with an object registry. | 
| None | 
Eric application class with an object registry.
| None | 
| None | 
| E5Application | Constructor | 
| getObject | Public method to get a reference to a registered object. | 
| getPluginObject | Public method to get a reference to a registered plugin object. | 
| getPluginObjectType | Public method to get the type of a registered plugin object. | 
| getPluginObjects | Public method to get a list of (name, reference) pairs of all registered plugin objects. | 
| registerObject | Public method to register an object in the object registry. | 
| registerPluginObject | Public method to register a plugin object in the object registry. | 
| unregisterPluginObject | Public method to unregister a plugin object in the object registry. | 
| None | 
Constructor
Public method to get a reference to a registered object.
Public method to get a reference to a registered plugin object.
Public method to get the type of a registered plugin object.
Public method to get a list of (name, reference) pairs of all registered plugin objects.
Public method to register an object in the object registry.
Public method to register a plugin object in the object registry.
Public method to unregister a plugin object in the object registry.