Class ProjectGeneralPropertiesPage

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.app.project.documents.gui.ProjectGeneralPropertiesPage
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.propertypage.PropertiesPage, org.gvsig.tools.swing.api.Component

public class ProjectGeneralPropertiesPage extends JPanel implements org.gvsig.propertypage.PropertiesPage
See Also:
  • Constructor Details

    • ProjectGeneralPropertiesPage

      public ProjectGeneralPropertiesPage(Project project)
  • 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