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 |
Object | getService(Class clazz) Returns a service specified by it's class. |
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