Class StatisticOverViewDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.openjump.core.ui.plugin.tools.statistics.StatisticOverViewDialog
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class StatisticOverViewDialog extends JDialog implements ActionListener
Dialog to show the results of the quick statistical overview (means, deviation, etc.) in a table, that allows to identify features, that hold min. and max.values in the map.
Version:
$Rev: 2446 $ modified: [sstein] 16.Feb.2009 to work with OpenJUMP
Author:
Ole Rahn

FH Osnabrück - University of Applied Sciences Osnabrück,
Project: PIROL (2005),
Subproject: Daten- und Wissensmanagement
See Also:
  • Constructor Details

    • StatisticOverViewDialog

      public StatisticOverViewDialog(Frame parentFrame, String title, boolean modal, Feature[] features) throws HeadlessException
      Parameters:
      parentFrame - the parent frame of this dialog box
      title - title of this dialog box
      modal - whether the dialog box is modal or not
      Throws:
      HeadlessException - if the environment is Headless
  • Method Details