Package org.pentaho.di.ui.core.dialog
Class ShowHelpDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.core.dialog.ShowHelpDialog
public class ShowHelpDialog
extends org.eclipse.swt.widgets.Dialog
-
Constructor Summary
ConstructorDescriptionShowHelpDialog
(org.eclipse.swt.widgets.Shell parent, String dialogTitle, String url) ShowHelpDialog
(org.eclipse.swt.widgets.Shell parent, String dialogTitle, String url, String header) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.swt.widgets.Shell
createShell
(org.eclipse.swt.widgets.Shell parent) void
dispose()
void
open()
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
ShowHelpDialog
-
ShowHelpDialog
-
-
Method Details
-
createShell
protected org.eclipse.swt.widgets.Shell createShell(org.eclipse.swt.widgets.Shell parent) -
open
public void open() -
dispose
public void dispose()
-