|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.processor.ui.AbstractProcessorUI
Graph Processing Framework instead.
@Deprecated public abstract class AbstractProcessorUI
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 |
|---|
public AbstractProcessorUI()
| Method Detail |
|---|
public void setApp(ProcessorApp app)
setApp in interface ProcessorUIProcessorUI.setApp(ProcessorApp),
getApp()public ProcessorApp getApp()
public void showAboutBox(Processor processor,
String helpID)
processor - the processorhelpID - the help ID, can be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||