org.kabeja.ui
Interface ProcessingUIComponent

All Superinterfaces:
Component
All Known Subinterfaces:
ViewComponent
All Known Implementing Classes:
ProcessingEditorViewComponent, ProcessingRunViewComponent, ProcessingUI

public interface ProcessingUIComponent
extends Component

A ProcessingUIComponent gets access to the current Processing Manager of the application.

Author:
Simon Mieth

Method Summary
 void setProcessingManager(ProcessingManager manager)
          Set the current @see ProcessingManager of the application.
 

Method Detail

setProcessingManager

void setProcessingManager(ProcessingManager manager)
Set the current @see ProcessingManager of the application. Could be called multiple times.

Parameters:
manager -