Class ReportDocumentPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.report.app.mainplugin.document.gui.ReportDocumentPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.andami.ui.mdiManager.IWindow, org.gvsig.andami.ui.mdiManager.IWindowListener, org.gvsig.andami.ui.mdiManager.SingletonWindow, org.gvsig.app.project.documents.gui.IDocumentWindow

public class ReportDocumentPanel extends JPanel implements org.gvsig.app.project.documents.gui.IDocumentWindow
Author:
jjdelcerro
See Also:
  • Constructor Details

    • ReportDocumentPanel

      public ReportDocumentPanel()
  • Method Details

    • getWindowLayout

      public org.gvsig.app.project.documents.gui.WindowLayout getWindowLayout()
      Specified by:
      getWindowLayout in interface org.gvsig.app.project.documents.gui.IDocumentWindow
    • setWindowLayout

      public void setWindowLayout(org.gvsig.app.project.documents.gui.WindowLayout layout)
      Specified by:
      setWindowLayout in interface org.gvsig.app.project.documents.gui.IDocumentWindow
    • setDocument

      public void setDocument(org.gvsig.app.project.documents.Document document)
      Specified by:
      setDocument in interface org.gvsig.app.project.documents.gui.IDocumentWindow
    • getDocument

      public ReportDocument getDocument()
      Specified by:
      getDocument in interface org.gvsig.app.project.documents.gui.IDocumentWindow
    • getWindowInfo

      public org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()
      Specified by:
      getWindowInfo in interface org.gvsig.andami.ui.mdiManager.IWindow
    • getWindowProfile

      public Object getWindowProfile()
      Specified by:
      getWindowProfile in interface org.gvsig.andami.ui.mdiManager.IWindow
    • windowActivated

      public void windowActivated()
      Specified by:
      windowActivated in interface org.gvsig.andami.ui.mdiManager.IWindowListener
    • windowClosed

      public void windowClosed()
      Specified by:
      windowClosed in interface org.gvsig.andami.ui.mdiManager.IWindowListener
    • getWindowModel

      public Object getWindowModel()
      Specified by:
      getWindowModel in interface org.gvsig.andami.ui.mdiManager.SingletonWindow