Example usage for org.eclipse.jface.dialogs TrayDialog isDialogHelpAvailable

List of usage examples for org.eclipse.jface.dialogs TrayDialog isDialogHelpAvailable

Introduction

In this page you can find the example usage for org.eclipse.jface.dialogs TrayDialog isDialogHelpAvailable.

Prototype

public static boolean isDialogHelpAvailable() 

Source Link

Document

Tests if dialogs that have help control should show it all the time or only when explicitly requested for each dialog instance.

Usage

From source file:org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimesWizard.java

License:Open Source License

private void saveHelpAvailable() {
    helpAvailable = TrayDialog.isDialogHelpAvailable();
    TrayDialog.setDialogHelpAvailable(false);
}