Class DefaultProject.DocumentWindowInfo

java.lang.Object
org.gvsig.app.project.DefaultProject.DocumentWindowInfo
All Implemented Interfaces:
org.gvsig.tools.persistence.Persistent
Enclosing class:
DefaultProject

public static class DefaultProject.DocumentWindowInfo extends Object implements org.gvsig.tools.persistence.Persistent
  • Field Details

  • Constructor Details

    • DocumentWindowInfo

      public DocumentWindowInfo()
  • Method Details

    • getWindowInfo

      public org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()
    • getDocumentType

      public String getDocumentType()
    • getDocumentName

      public String getDocumentName()
    • saveToState

      public void saveToState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException
      Specified by:
      saveToState in interface org.gvsig.tools.persistence.Persistent
      Throws:
      org.gvsig.tools.persistence.exception.PersistenceException
    • loadFromState

      public void loadFromState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException
      Specified by:
      loadFromState in interface org.gvsig.tools.persistence.Persistent
      Throws:
      org.gvsig.tools.persistence.exception.PersistenceException
    • registerPersistent

      public static void registerPersistent()