de.cau.cs.kieler.kiml.grana.ui
Class AnalysisResultDialog

java.lang.Object
  extended by org.eclipse.jface.window.Window
      extended by org.eclipse.jface.dialogs.Dialog
          extended by de.cau.cs.kieler.kiml.grana.ui.AnalysisResultDialog
All Implemented Interfaces:
IShellProvider

public class AnalysisResultDialog
extends Dialog

The dialog for presenting the results of a set of analyses.

Rating red

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window
Window.IExceptionHandler
 
Field Summary
 
Fields inherited from class org.eclipse.jface.dialogs.Dialog
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS
 
Fields inherited from class org.eclipse.jface.window.Window
CANCEL, OK
 
Constructor Summary
AnalysisResultDialog(Shell parentShell, List<BoundVisualization> boundVisualizations)
          Constructs the dialog.
 
Method Summary
protected  void configureShell(Shell shell)
          
protected  Control createContents(Composite parent)
          
protected  Control createDialogArea(Composite parent)
          
protected  Control getButtonBar()
          
protected  Point getInitialSize()
          
 boolean isEmpty()
          Returns whether this dialog is empty.
 
Methods inherited from class org.eclipse.jface.dialogs.Dialog
applyDialogFont, buttonPressed, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createButtonBar, createButtonsForButtonBar, dialogFontIsDefault, getBlockedHandler, getButton, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getOKButton, initializeBounds, initializeDialogUnits, isResizable, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText
 
Methods inherited from class org.eclipse.jface.window.Window
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getLayout, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalysisResultDialog

public AnalysisResultDialog(Shell parentShell,
                            List<BoundVisualization> boundVisualizations)
Constructs the dialog.

Parameters:
parentShell - the parent shell
boundVisualizations - the visualizations
Method Detail

createDialogArea

protected Control createDialogArea(Composite parent)

Overrides:
createDialogArea in class Dialog

configureShell

protected void configureShell(Shell shell)

Overrides:
configureShell in class Window

getInitialSize

protected Point getInitialSize()

Overrides:
getInitialSize in class Dialog

createContents

protected Control createContents(Composite parent)

Overrides:
createContents in class Dialog

getButtonBar

protected Control getButtonBar()

Overrides:
getButtonBar in class Dialog

isEmpty

public boolean isEmpty()
Returns whether this dialog is empty.

Returns:
true if this dialog is empty