org.kabeja.ui.impl
Class ProcessingEditorViewComponent

java.lang.Object
  extended by org.kabeja.ui.impl.ProcessingEditorViewComponent
All Implemented Interfaces:
Component, ProcessingUIComponent, ViewComponent

public class ProcessingEditorViewComponent
extends java.lang.Object
implements ViewComponent


Field Summary
protected  boolean initialized
           
protected  ProcessingManager manager
           
protected  javax.swing.JComponent view
           
 
Fields inherited from interface org.kabeja.ui.ViewComponent
SERVICE
 
Constructor Summary
ProcessingEditorViewComponent()
           
 
Method Summary
 java.lang.String getTitle()
           
 javax.swing.JComponent getView()
           
protected  void initialize()
           
 void setProcessingManager(ProcessingManager manager)
          Set the current @see ProcessingManager of the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initialized

protected boolean initialized

view

protected javax.swing.JComponent view

manager

protected ProcessingManager manager
Constructor Detail

ProcessingEditorViewComponent

public ProcessingEditorViewComponent()
Method Detail

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