com.togethersoft.openapi.ide
Interface IdeElement

All Known Subinterfaces:
IdeDiagramElement
All Known Implementing Classes:
IdeElementDefault

public interface IdeElement

Interface IdeElement represents a generic IDE element of Together.
an IdeElement provides the following predefined services :
FileNameService
RwiReferenceService
RwiElementService.

Author:
TogetherSoft
Since: Together 3.1
See Also: com.togethersoft.openapi.ide.util

Method Summary
 ObjectgetService(Class clazz)
          Returns a service specified by it's class.

Method Detail

getService

public Object getService(Class clazz)
Returns a service specified by it's class.
Parameters:
clazz Class of the service
Returns: Object that represents this service