org.esa.beam.framework.processor.ui
Class AbstractProcessorUI
java.lang.Object
org.esa.beam.framework.processor.ui.AbstractProcessorUI
- All Implemented Interfaces:
- ProcessorUI
- Direct Known Subclasses:
- MultiPageProcessorUI
public abstract class AbstractProcessorUI
- extends Object
- implements ProcessorUI
Provides basic implementations for some ProcessorUI methods.
Also adds the showAboutBox() method to the
ProcessorUI interface.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractProcessorUI
public AbstractProcessorUI()
setApp
public void setApp(ProcessorApp app)
- Sets the processor application context.
- Specified by:
setApp in interface ProcessorUI
- See Also:
ProcessorUI.setApp(ProcessorApp),
getApp()
getApp
public ProcessorApp getApp()
- Gets the processor application context.
- Returns:
- the processor application context.
showAboutBox
public void showAboutBox(Processor processor,
String helpID)
- Shows a simple "About" dialog box.
- Parameters:
processor - the processorhelpID - the help ID, can be null
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.