Class DefaultOutputPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.installer.swing.api.creation.JOutputPanel
org.gvsig.installer.swing.impl.creation.panel.DefaultOutputPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
SelectOutputFileWizard

public class DefaultOutputPanel extends org.gvsig.installer.swing.api.creation.JOutputPanel
Author:
Jorge Piera Llodrá
See Also:
  • Field Details

  • Constructor Details

    • DefaultOutputPanel

      public DefaultOutputPanel()
  • Method Details

    • setPackageInfo

      public void setPackageInfo(org.gvsig.installer.lib.api.PackageInfo packageInfo)
      Specified by:
      setPackageInfo in class org.gvsig.installer.swing.api.creation.JOutputPanel
    • getPackageFile

      public File getPackageFile()
      Specified by:
      getPackageFile in class org.gvsig.installer.swing.api.creation.JOutputPanel
    • setPackageFile

      public void setPackageFile(File selectedFile)
      Specified by:
      setPackageFile in class org.gvsig.installer.swing.api.creation.JOutputPanel
    • isCreatePackageIndex

      public boolean isCreatePackageIndex()
      Specified by:
      isCreatePackageIndex in class org.gvsig.installer.swing.api.creation.JOutputPanel
    • setCreatePackageIndex

      public void setCreatePackageIndex(boolean create)
      Specified by:
      setCreatePackageIndex in class org.gvsig.installer.swing.api.creation.JOutputPanel
    • getPackageIndexFile

      public File getPackageIndexFile()
      Specified by:
      getPackageIndexFile in class org.gvsig.installer.swing.api.creation.JOutputPanel
    • setPackageIndexFile

      public void setPackageIndexFile(File selectedIndexFile)
      Specified by:
      setPackageIndexFile in class org.gvsig.installer.swing.api.creation.JOutputPanel
    • getDownloadURL

      public URL getDownloadURL()
      Specified by:
      getDownloadURL in class org.gvsig.installer.swing.api.creation.JOutputPanel
    • setDownloadURL

      public void setDownloadURL(URL downloadURL)
      Specified by:
      setDownloadURL in class org.gvsig.installer.swing.api.creation.JOutputPanel
    • getPackageInfo

      protected org.gvsig.installer.lib.api.PackageInfo getPackageInfo()