org.esa.beam.visat.actions.session
Class Session
java.lang.Object
org.esa.beam.visat.actions.session.Session
public class Session
- extends Object
Data container used for storing/restoring BEAM sessions.
- Since:
- BEAM 4.6
- Version:
- $Revision$ $Date$
- Author:
- Ralf Quast, Norman Fomferra
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CURRENT_MODEL_VERSION
public static String CURRENT_MODEL_VERSION
Session
public Session()
- No-arg constructor required by XStream.
Session
public Session(URI rootURI,
Product[] products,
ProductNodeView[] views)
getModelVersion
public String getModelVersion()
getProductCount
public int getProductCount()
getProductRef
public Session.ProductRef getProductRef(int index)
getViewCount
public int getViewCount()
getViewRef
public Session.ViewRef getViewRef(int index)
restore
public RestoredSession restore(AppContext appContext,
URI rootURI,
com.bc.ceres.core.ProgressMonitor pm,
Session.ProblemSolver problemSolver)
throws com.bc.ceres.core.CanceledException
- Throws:
com.bc.ceres.core.CanceledException
getRootPaneContainer
public static Container getRootPaneContainer(JComponent component)
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.