public class LastSessionParameters extends Object
Modifier and Type | Class and Description |
---|---|
class |
LastSessionParameters.SessionParameter
a parameter for a GeOxygene session, that is stored in XML and loaded when
the application is launched.
|
Modifier | Constructor and Description |
---|---|
protected |
LastSessionParameters() |
Modifier and Type | Method and Description |
---|---|
static LastSessionParameters |
getInstance() |
Map<String,String> |
getParameterAttributes(String name) |
Object |
getParameterValue(String name) |
boolean |
hasParameter(String name)
Checks if a given parameter has been stored in last session.
|
void |
setParameter(String name,
Object value,
Map<String,String> attributes) |
public static LastSessionParameters getInstance()
public void setParameter(String name, Object value, Map<String,String> attributes) throws TransformerException, IOException
TransformerException
IOException
public boolean hasParameter(String name)
name
- Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.