Package org.pentaho.di.ui.core.dialog
Class BrowserEnvironmentWarningDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.core.dialog.BrowserEnvironmentWarningDialog
-
public class BrowserEnvironmentWarningDialog extends org.eclipse.swt.widgets.Dialog
Dialog that shows a warning when the Browser Environment is not supported.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BrowserEnvironmentWarningDialog.EnvironmentCase
-
Constructor Summary
Constructors Constructor Description BrowserEnvironmentWarningDialog(org.eclipse.swt.widgets.Shell parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
dispose used to dispose the dialog.void
showWarningDialog(BrowserEnvironmentWarningDialog.EnvironmentCase environment)
-
-
-
Method Detail
-
showWarningDialog
public void showWarningDialog(BrowserEnvironmentWarningDialog.EnvironmentCase environment)
-
dispose
public void dispose()
dispose used to dispose the dialog.
-
-