public class DefaultViewDocument extends BaseViewDocument
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PERSISTENCE_DEFINITION_NAME |
LOGGER, mapContext, mapOverViewContext
change
LAYER_PROPERTIES_PAGE_GROUP, VIEW_PROPERTIES_PAGE_GROUP
ACCESS_DOCUMENT_AUTHORIZATION
Constructor and Description |
---|
DefaultViewDocument() |
DefaultViewDocument(DocumentManager factory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
exportDocumentAsText() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setStateFromText(java.lang.String text) |
afterAdd, afterRemove, center, contains, contains, contains, deepiterator, errorThrown, getExtendedProperties, getLayer, getMapContext, getMapOverViewContext, getOverViewProjection, getProjection, getProperty, isLocked, iterator, layers, refresh, reportDriverExceptions, setBackColor, setMapContext, setMapOverViewContext, setName, setProject, setProjection, setProperty, showErrors
addListener, addPropertyChangeListener, callCreateWindow, doDispose, getComment, getCreationDate, getFactory, getMainComponent, getMainWindow, getName, getOpenWhenTheUserCreates, getOwner, getProject, getProperties, getPropertiesWindow, getProperty, getTypeName, getWindowLayout, isAvailable, isModified, isTemporary, lock, raiseEventCreateWindow, registerPersistent, setComment, setCreationDate, setModified, setOwner, setProperty, setWindowLayout, toString, unlock
dispose, dispose
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addPropertyChangeListener, getName, getProject
addListener, getComment, getCreationDate, getFactory, getMainComponent, getMainWindow, getOpenWhenTheUserCreates, getOwner, getPropertiesWindow, getTypeName, getWindowLayout, isAvailable, isModified, isTemporary, lock, setComment, setCreationDate, setModified, setOwner, setWindowLayout, unlock
getProperties, getProperty, setProperty
public static final java.lang.String PERSISTENCE_DEFINITION_NAME
public DefaultViewDocument()
public DefaultViewDocument(DocumentManager factory)
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
saveToState
in class BaseViewDocument
PersistenceException
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
loadFromState
in class BaseViewDocument
PersistenceException
public java.lang.String exportDocumentAsText()
exportDocumentAsText
in class AbstractDocument
public void setStateFromText(java.lang.String text)
setStateFromText
in class AbstractDocument