| Interface Summary |
| FileNameService | Interface FileNameService identifies the service intended to get
name of the file that corresponds to a certain code>IdeElement
in an IdeContext. |
| RwiElementService | Interface RwiElementService provides a service to be used by any
IDE component to get an RwiElement for this component. |
| RwiReferenceService | Interface RwiReferenceService provides a service to be used by
any IDE component to get an RwiReference that this component represents. |
| StatusService | Interface StatusService represents a service that produces
text output to the status bar. |
| UIComponentService | Class UIComponentService represents a service that
enables visualization of the service provider on the user interface. |
This package provides interfaces that perform various services (actions).
These actions involve vizualization on the UI, data access etc. Any class that provides
services should implement the methods getService, setService to access these
services.