org.kabeja.ui.impl
Class ProcessingEditorViewComponent
java.lang.Object
org.kabeja.ui.impl.ProcessingEditorViewComponent
- All Implemented Interfaces:
- Component, ProcessingUIComponent, ViewComponent
public class ProcessingEditorViewComponent
- extends java.lang.Object
- implements ViewComponent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initialized
protected boolean initialized
view
protected javax.swing.JComponent view
manager
protected ProcessingManager manager
ProcessingEditorViewComponent
public ProcessingEditorViewComponent()
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface ViewComponent
- Returns:
- the title of the component
getView
public javax.swing.JComponent getView()
- Specified by:
getView
in interface ViewComponent
- Returns:
- the view of this component
initialize
protected void initialize()
setProcessingManager
public void setProcessingManager(ProcessingManager manager)
- Description copied from interface:
ProcessingUIComponent
- Set the current @see ProcessingManager of the application.
Could be called multiple times.
- Specified by:
setProcessingManager
in interface ProcessingUIComponent