pl.edu.agh.cast.ui.dialogs
Class StatisticsDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
pl.edu.agh.cast.ui.dialogs.StatisticsDialog
public class StatisticsDialog
- extends org.eclipse.swt.widgets.Dialog
Dialog used for displaying data statistics.
- Author:
- AGH CAST Team
Constructor Summary |
StatisticsDialog(IDataProvider diagram,
org.eclipse.swt.widgets.Shell parent,
int style)
Creates new statistics dialog for given data. |
Method Summary |
void |
open()
Opens the dialog. |
Methods inherited from class org.eclipse.swt.widgets.Dialog |
checkSubclass, getParent, getStyle, getText, setText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticsDialog
public StatisticsDialog(IDataProvider diagram,
org.eclipse.swt.widgets.Shell parent,
int style)
- Creates new statistics dialog for given data.
- Parameters:
diagram
- data provider to display statistics forparent
- parent Shell
style
- SWT window style
open
public void open()
- Opens the dialog.
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.