Uses of Interface
com.compomics.util.gui.export_graphics.ExportGraphicsDialogParent

Packages that use ExportGraphicsDialogParent
com.compomics.util.gui This package contains basic GUI classes. 
com.compomics.util.gui.export_graphics   
 

Uses of ExportGraphicsDialogParent in com.compomics.util.gui
 

Classes in com.compomics.util.gui that implement ExportGraphicsDialogParent
 class VennDiagramDialog
          A dialog for creating and displaying Venn diagrams.
 class XYPlottingDialog
          A dialog that makes it straightforward to inspect compare the values of two columns in a table in a XY plot.
 

Uses of ExportGraphicsDialogParent in com.compomics.util.gui.export_graphics
 

Constructors in com.compomics.util.gui.export_graphics with parameters of type ExportGraphicsDialogParent
ExportGraphicsDialog(JDialog dialog, ExportGraphicsDialogParent exportGraphicsDialogParent, boolean modal, org.jfree.chart.ChartPanel chartPanel)
          Create and open a new ExportPlot dialog.
ExportGraphicsDialog(JDialog dialog, ExportGraphicsDialogParent exportGraphicsDialogParent, boolean modal, Component graphicsPanel)
          Create and open a new ExportGraphicsDialog.
ExportGraphicsDialog(JFrame frame, ExportGraphicsDialogParent exportGraphicsDialogParent, boolean modal, org.jfree.chart.ChartPanel chartPanel)
          Create and open a new ExportPlot dialog.
ExportGraphicsDialog(JFrame frame, ExportGraphicsDialogParent exportGraphicsDialogParent, boolean modal, Component graphicsPanel)
          Create and open a new ExportGraphicsDialog.
 



Copyright © 2013. All Rights Reserved.