|
||||||||||
| 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
org.esa.beam.framework.processor.ui.MultiPageProcessorUI
Graph Processing Framework instead.
@Deprecated public class MultiPageProcessorUI
todo - Description of MultiPageProcessorUI Description of MultiPageProcessorUI
| Constructor Summary | |
|---|---|
MultiPageProcessorUI(String requestType)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addPage(ParameterPage page)
Deprecated. Adds a page to this processor ui. |
JComponent |
getGuiComponent()
Deprecated. Retrieves the base component for the processor specific user interface classes. |
Vector |
getRequests()
Deprecated. Retrieves the requests currently edited. |
void |
setApp(ProcessorApp app)
Deprecated. Sets the processor app for the UI |
void |
setDefaultRequests()
Deprecated. Create a new default request for the sst processor and sets it to the UI |
void |
setRequests(Vector requests)
Deprecated. Sets a new Request list to be edited. |
| Methods inherited from class org.esa.beam.framework.processor.ui.AbstractProcessorUI |
|---|
getApp, showAboutBox |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiPageProcessorUI(String requestType)
| Method Detail |
|---|
public JComponent getGuiComponent()
public void addPage(ParameterPage page)
page to this processor ui.
page - the page
public Vector getRequests()
throws ProcessorException
Vector of requests
ProcessorException
public void setRequests(Vector requests)
throws ProcessorException
requests - the request list to be edited must not be null.
ProcessorException
public void setDefaultRequests()
throws ProcessorException
ProcessorExceptionpublic void setApp(ProcessorApp app)
setApp in interface ProcessorUIsetApp in class AbstractProcessorUIapp - the processor app associated with this uiProcessorUI.setApp(ProcessorApp),
AbstractProcessorUI.getApp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||