net.refractions.udig.project.ui.summary
Class SummaryDialog

java.lang.Object
  extended by Dialog
      extended by net.refractions.udig.project.ui.summary.SummaryDialog

public class SummaryDialog
extends Dialog

Displays a set of summary information in a Table

Since:
1.1.0
Author:
Jesse

Constructor Summary
SummaryDialog(Shell parentShell, java.lang.String title, java.util.Collection<SummaryData> data)
           
 
Method Summary
protected  void configureShell(Shell newShell)
           
protected  void createButtonsForButtonBar(Composite parent)
           
protected  Control createDialogArea(Composite parent)
           
protected  Point getInitialSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryDialog

public SummaryDialog(Shell parentShell,
                     java.lang.String title,
                     java.util.Collection<SummaryData> data)
Parameters:
parentShell -
Method Detail

configureShell

protected void configureShell(Shell newShell)

getInitialSize

protected Point getInitialSize()

createButtonsForButtonBar

protected void createButtonsForButtonBar(Composite parent)

createDialogArea

protected Control createDialogArea(Composite parent)