com.levigo.jadice.swing.dnd
Class ExportParameters

java.lang.Object
  extended by com.levigo.jadice.swing.dnd.ExportParameters

public class ExportParameters
extends Object

A parameter object used to convey relevant context information to ExportHandlers.


Constructor Summary
ExportParameters(ViewComponent view, Document document)
           
 
Method Summary
 Document getDocument()
          Return the document from which the content shall be exported.
 ViewComponent getViewComponent()
          The ViewComponent handling the export.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportParameters

public ExportParameters(ViewComponent view,
                        Document document)
Method Detail

getViewComponent

public ViewComponent getViewComponent()
The ViewComponent handling the export. As an export may occur without ViewComponent involvement, this method may return null.


getDocument

public Document getDocument()
Return the document from which the content shall be exported.



Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.