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

public class DataSet extends DataSetView implements org.gvsig.propertypage.PropertiesPage
Author:
jjdelcerro
See Also:
  • Constructor Details

  • Method Details

    • loadImage

      public ImageIcon loadImage(String imageName)
      Description copied from class: DataSetView
      Helper method to load an image file from the CLASSPATH
      Overrides:
      loadImage in class DataSetView
      Parameters:
      imageName - the package and name of the file to load relative to the CLASSPATH
      Returns:
      an ImageIcon instance with the specified image file
    • setData

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

      public void setServer(ReportServer server)
    • getConfig

      public ReportServerConfig getConfig()
    • getServer

      public ReportServer getServer()
    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.gvsig.tools.swing.api.Component
    • 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
    • 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