org.kabeja.ui
Interface ViewComponent
- All Superinterfaces:
- Component, ProcessingUIComponent
- All Known Implementing Classes:
- ProcessingEditorViewComponent, ProcessingRunViewComponent
public interface ViewComponent
- extends ProcessingUIComponent
A ViewComponent provides a view and title for the Processing.
- Author:
- Simon Mieth
Field Summary |
static java.lang.String |
SERVICE
|
Method Summary |
java.lang.String |
getTitle()
|
javax.swing.JComponent |
getView()
|
SERVICE
static final java.lang.String SERVICE
getTitle
java.lang.String getTitle()
- Returns:
- the title of the component
getView
javax.swing.JComponent getView()
- Returns:
- the view of this component