Documentation of 'jhplot.gui.CommonGUI' Java class.
CommonGUI
jhplot.gui

Class CommonGUI



  • public class CommonGUI
    extends java.lang.Object
    Common components for all GUI
    • Constructor Summary

      Constructors 
      Constructor and Description
      CommonGUI() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static javax.swing.JFileChooser openDataFileChooser(java.awt.Component com)
      File chooser to read data files.
      static javax.swing.JFileChooser openImageFileChooser(java.awt.Component com)
      File chooser many images.
      static javax.swing.JFileChooser openRasterImageFileChooser(java.awt.Component com)
      File chooser for raster images.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommonGUI

        public CommonGUI()
    • Method Detail

      • openDataFileChooser

        public static javax.swing.JFileChooser openDataFileChooser(java.awt.Component com)
        File chooser to read data files.
        Parameters:
        com - parent frame.
        Returns:
      • openImageFileChooser

        public static javax.swing.JFileChooser openImageFileChooser(java.awt.Component com)
        File chooser many images. Used to save images for all canvaces.
        Parameters:
        com - imput frame
        Returns:
      • openRasterImageFileChooser

        public static javax.swing.JFileChooser openRasterImageFileChooser(java.awt.Component com)
        File chooser for raster images.
        Parameters:
        com - imput frame
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG