Public Member Functions

de.fraunhofer.isst.axbench.views.serviceview.ServiceView Class Reference

The view shows for each service of a component the ports and data elements used by the service as input (via trigger or read access to a port) and output (via write access to a port) respectively. More...

List of all members.

Public Member Functions

void createPartControl (Composite parent)
void elementChanged (Object objCaller)
void handleUpdate (boolean collect)
void selectionChanged (SelectionChangedEvent event)
void selectionChanged (IWorkbenchPart part, ISelection sel)
 The view is updated when an aXLang-component is selected. (Yet only a selection in the outline leads to an update of the service view.).
 ServiceView ()
void setInput (Object theInput)

Detailed Description

The view shows for each service of a component the ports and data elements used by the service as input (via trigger or read access to a port) and output (via write access to a port) respectively.

Author:
mgrosse
Version:
0.8.0
Since:
0.8.0

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.views.serviceview.ServiceView.ServiceView (  ) 
Parameters:
editor 

Member Function Documentation

void de.fraunhofer.isst.axbench.views.serviceview.ServiceView.createPartControl ( Composite  parent  ) 
void de.fraunhofer.isst.axbench.views.serviceview.ServiceView.elementChanged ( Object  objCaller  ) 
void de.fraunhofer.isst.axbench.views.serviceview.ServiceView.handleUpdate ( boolean  collect  ) 
void de.fraunhofer.isst.axbench.views.serviceview.ServiceView.selectionChanged ( IWorkbenchPart  part,
ISelection  sel 
)

The view is updated when an aXLang-component is selected. (Yet only a selection in the outline leads to an update of the service view.).

void de.fraunhofer.isst.axbench.views.serviceview.ServiceView.selectionChanged ( SelectionChangedEvent  event  ) 

method to satisfy AbstractAXLView

void de.fraunhofer.isst.axbench.views.serviceview.ServiceView.setInput ( Object  theInput  )