Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.jface.dialogs.MessageDialogWithToggle

Packages that use MessageDialogWithToggle
org.eclipse.jface.dialogs Provides support for dialogs. 
 

Uses of MessageDialogWithToggle in org.eclipse.jface.dialogs
 

Methods in org.eclipse.jface.dialogs that return MessageDialogWithToggle
static  MessageDialogWithToggle MessageDialogWithToggle. open (int kind, Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key, int style)
          Convenience method to open a simple dialog as specified by the kind flag, with a "don't show again' toggle.
static  MessageDialogWithToggle MessageDialogWithToggle. openError ( Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key)
          Convenience method to open a standard error dialog.
static  MessageDialogWithToggle MessageDialogWithToggle. openInformation ( Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key)
          Convenience method to open a standard information dialog.
static  MessageDialogWithToggle MessageDialogWithToggle. openOkCancelConfirm ( Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key)
          Convenience method to open a simple confirm (OK/Cancel) dialog.
static  MessageDialogWithToggle MessageDialogWithToggle. openWarning ( Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key)
          Convenience method to open a standard warning dialog.
static  MessageDialogWithToggle MessageDialogWithToggle. openYesNoCancelQuestion ( Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key)
          Convenience method to open a simple question Yes/No/Cancel dialog.
static  MessageDialogWithToggle MessageDialogWithToggle. openYesNoQuestion ( Shell parent, String title, String message, String toggleMessage, boolean toggleState, IPreferenceStore store, String key)
          Convenience method to open a simple Yes/No question dialog.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire