public class Session extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Session.LayerRef |
static interface |
Session.ProblemSolver |
static class |
Session.ProductRef |
static class |
Session.URIConverter |
static class |
Session.URIConverterWrapper |
static class |
Session.ViewportDef |
static class |
Session.ViewRef |
Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_MODEL_VERSION |
Constructor and Description |
---|
Session()
No-arg constructor required by XStream.
|
Session(URI rootURI,
Product[] products,
ProductNodeView[] views) |
Modifier and Type | Method and Description |
---|---|
String |
getModelVersion() |
int |
getProductCount() |
Session.ProductRef |
getProductRef(int index) |
static Container |
getRootPaneContainer(JComponent component) |
int |
getViewCount() |
Session.ViewRef |
getViewRef(int index) |
RestoredSession |
restore(AppContext appContext,
URI rootURI,
ProgressMonitor pm,
Session.ProblemSolver problemSolver) |
public static String CURRENT_MODEL_VERSION
public Session()
public Session(URI rootURI, Product[] products, ProductNodeView[] views)
public String getModelVersion()
public int getProductCount()
public Session.ProductRef getProductRef(int index)
public int getViewCount()
public Session.ViewRef getViewRef(int index)
public RestoredSession restore(AppContext appContext, URI rootURI, ProgressMonitor pm, Session.ProblemSolver problemSolver) throws CanceledException
CanceledException
public static Container getRootPaneContainer(JComponent component)
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.