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

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

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

@Deprecated
public class MultiPageProcessorUI
extends AbstractProcessorUI

todo - Description of MultiPageProcessorUI Description of MultiPageProcessorUI

Author:
Marco Peters, Ralf Quast, Norman Fomferra

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

MultiPageProcessorUI

public MultiPageProcessorUI(String requestType)
Deprecated. 
Method Detail

getGuiComponent

public JComponent getGuiComponent()
Deprecated. 
Retrieves the base component for the processor specific user interface classes. This can be any Java Swing containertype.


addPage

public void addPage(ParameterPage page)
Deprecated. 
Adds a page to this processor ui.

Parameters:
page - the page

getRequests

public Vector getRequests()
                   throws ProcessorException
Deprecated. 
Retrieves the requests currently edited.

Returns:
a Vector of requests
Throws:
ProcessorException

setRequests

public void setRequests(Vector requests)
                 throws ProcessorException
Deprecated. 
Sets a new Request list to be edited.

Parameters:
requests - the request list to be edited must not be null.
Throws:
ProcessorException

setDefaultRequests

public void setDefaultRequests()
                        throws ProcessorException
Deprecated. 
Create a new default request for the sst processor and sets it to the UI

Throws:
ProcessorException

setApp

public void setApp(ProcessorApp app)
Deprecated. 
Sets the processor app for the UI

Specified by:
setApp in interface ProcessorUI
Overrides:
setApp in class AbstractProcessorUI
Parameters:
app - the processor app associated with this ui
See Also:
ProcessorUI.setApp(ProcessorApp), AbstractProcessorUI.getApp()


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