Class GeneralDocumentPropertiesPage

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.propertypage.PropertiesPage, org.gvsig.tools.swing.api.Component

public class GeneralDocumentPropertiesPage extends GeneralDocumentPropertiesPageView implements org.gvsig.propertypage.PropertiesPage
Author:
gvSIG team
See Also:
  • Constructor Details

    • GeneralDocumentPropertiesPage

      public GeneralDocumentPropertiesPage(org.gvsig.app.project.documents.Document document)
  • Method Details

    • setData

      public void setData(Object data)
      Specified by:
      setData in interface org.gvsig.propertypage.PropertiesPage
    • whenAccept

      public boolean whenAccept()
      Specified by:
      whenAccept in interface org.gvsig.propertypage.PropertiesPage
    • whenApply

      public boolean whenApply()
      Specified by:
      whenApply in interface org.gvsig.propertypage.PropertiesPage
    • whenCancel

      public boolean whenCancel()
      Specified by:
      whenCancel in interface org.gvsig.propertypage.PropertiesPage
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface org.gvsig.propertypage.PropertiesPage
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface org.gvsig.propertypage.PropertiesPage
    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.gvsig.tools.swing.api.Component
    • getDocument

      public org.gvsig.app.project.documents.Document getDocument()