EGF Engine
Release 0.1.0

org.eclipse.egf.common.ui.helper
Class DialogHelper

java.lang.Object
  extended by org.eclipse.egf.common.ui.helper.DialogHelper

public class DialogHelper
extends Object

Provides services to easily display dialogs to the end-user.


Constructor Summary
DialogHelper()
           
 
Method Summary
static boolean openDeleteConfirmationDialog(Shell parent_p, Object[] arguments_p)
          Show a confirmation dialog to the end-user.
static boolean openDeleteConfirmationDialog(Shell parent_p, String messageToFormat_p, Object[] arguments_p)
          Show a delete confirmation dialog to the end-user using a customized message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogHelper

public DialogHelper()
Method Detail

openDeleteConfirmationDialog

public static boolean openDeleteConfirmationDialog(Shell parent_p,
                                                   Object[] arguments_p)
Show a confirmation dialog to the end-user.

Returns:

openDeleteConfirmationDialog

public static boolean openDeleteConfirmationDialog(Shell parent_p,
                                                   String messageToFormat_p,
                                                   Object[] arguments_p)
Show a delete confirmation dialog to the end-user using a customized message.

Parameters:
parent_p -
messageToFormat_p -
arguments_p -
Returns:

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.