Class EmbeddedViewerODS

java.lang.Object
org.gvsig.ods.swing.impl.viewer.EmbeddedViewerODS
All Implemented Interfaces:
org.gvsig.pdf.swing.api.EmbeddedViewer<ODSDocument>, org.gvsig.tools.swing.api.Component

public class EmbeddedViewerODS extends Object implements org.gvsig.pdf.swing.api.EmbeddedViewer<ODSDocument>
Author:
jjdelcerro
  • Constructor Details

    • EmbeddedViewerODS

      public EmbeddedViewerODS()
  • Method Details

    • put

      public void put(ODSDocument value)
      Specified by:
      put in interface org.gvsig.pdf.swing.api.EmbeddedViewer<ODSDocument>
    • setReadOnly

      public void setReadOnly(boolean readonly)
      Specified by:
      setReadOnly in interface org.gvsig.pdf.swing.api.EmbeddedViewer<ODSDocument>
    • setMessageHandler

      public void setMessageHandler(org.gvsig.tools.util.Invocable messageHandler)
      Specified by:
      setMessageHandler in interface org.gvsig.pdf.swing.api.EmbeddedViewer<ODSDocument>
    • supportShowInWindow

      public boolean supportShowInWindow()
      Specified by:
      supportShowInWindow in interface org.gvsig.pdf.swing.api.EmbeddedViewer<ODSDocument>
    • createShowInWindowAction

      public Action createShowInWindowAction()
      Specified by:
      createShowInWindowAction in interface org.gvsig.pdf.swing.api.EmbeddedViewer<ODSDocument>
    • clear

      public void clear()
      Specified by:
      clear in interface org.gvsig.pdf.swing.api.EmbeddedViewer<ODSDocument>
    • showInWindow

      public void showInWindow()
      Specified by:
      showInWindow in interface org.gvsig.pdf.swing.api.EmbeddedViewer<ODSDocument>
    • asJComponent

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