public class ProcessingEditorViewComponent extends java.lang.Object implements ViewComponent
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
initialized |
protected ProcessingManager |
manager |
protected javax.swing.JComponent |
view |
SERVICE| Constructor and Description |
|---|
ProcessingEditorViewComponent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTitle() |
javax.swing.JComponent |
getView() |
protected void |
initialize() |
void |
setProcessingManager(ProcessingManager manager)
Set the current @see ProcessingManager of the application.
|
protected boolean initialized
protected javax.swing.JComponent view
protected ProcessingManager manager
public java.lang.String getTitle()
getTitle in interface ViewComponentpublic javax.swing.JComponent getView()
getView in interface ViewComponentprotected void initialize()
public void setProcessingManager(ProcessingManager manager)
ProcessingUIComponentsetProcessingManager in interface ProcessingUIComponent