org.esa.beam.framework.processor.ui
Class AbstractProcessorUI

java.lang.Object
  extended by org.esa.beam.framework.processor.ui.AbstractProcessorUI
All Implemented Interfaces:
ProcessorUI
Direct Known Subclasses:
MultiPageProcessorUI

Deprecated. since BEAM 4.11. Use the Graph Processing Framework instead.

@Deprecated
public abstract class AbstractProcessorUI
extends Object
implements ProcessorUI

Provides basic implementations for some ProcessorUI methods. Also adds the showAboutBox() method to the ProcessorUI interface.


Constructor Summary
AbstractProcessorUI()
          Deprecated.  
 
Method Summary
 ProcessorApp getApp()
          Deprecated. Gets the processor application context.
 void setApp(ProcessorApp app)
          Deprecated. Sets the processor application context.
 void showAboutBox(Processor processor, String helpID)
          Deprecated. Shows a simple "About" dialog box.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.esa.beam.framework.processor.ui.ProcessorUI
getGuiComponent, getRequests, setDefaultRequests, setRequests
 

Constructor Detail

AbstractProcessorUI

public AbstractProcessorUI()
Deprecated. 
Method Detail

setApp

public void setApp(ProcessorApp app)
Deprecated. 
Sets the processor application context.

Specified by:
setApp in interface ProcessorUI
See Also:
ProcessorUI.setApp(ProcessorApp), getApp()

getApp

public ProcessorApp getApp()
Deprecated. 
Gets the processor application context.

Returns:
the processor application context.

showAboutBox

public void showAboutBox(Processor processor,
                         String helpID)
Deprecated. 
Shows a simple "About" dialog box.

Parameters:
processor - the processor
helpID - the help ID, can be null


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.