Package org.pentaho.di.ui.util
Class HelpUtils
java.lang.Object
org.pentaho.di.ui.util.HelpUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.swt.widgets.Button
createHelpButton
(org.eclipse.swt.widgets.Composite parent, String title, String url, String header) static org.eclipse.swt.widgets.Button
createHelpButton
(org.eclipse.swt.widgets.Composite parent, String title, org.pentaho.di.core.plugins.PluginInterface plugin) static String
getHelpDialogTitle
(org.pentaho.di.core.plugins.PluginInterface plugin) static boolean
isPluginDocumented
(org.pentaho.di.core.plugins.PluginInterface plugin) static ShowHelpDialog
openHelpDialog
(org.eclipse.swt.widgets.Shell shell, String dialogTitle, String url) static ShowHelpDialog
openHelpDialog
(org.eclipse.swt.widgets.Shell shell, String dialogTitle, String url, String header) static ShowHelpDialog
openHelpDialog
(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.core.plugins.PluginInterface plugin)
-
Constructor Details
-
HelpUtils
public HelpUtils()
-
-
Method Details
-
createHelpButton
public static org.eclipse.swt.widgets.Button createHelpButton(org.eclipse.swt.widgets.Composite parent, String title, org.pentaho.di.core.plugins.PluginInterface plugin) -
createHelpButton
-
getHelpDialogTitle
-
isPluginDocumented
public static boolean isPluginDocumented(org.pentaho.di.core.plugins.PluginInterface plugin) -
openHelpDialog
public static ShowHelpDialog openHelpDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.core.plugins.PluginInterface plugin) -
openHelpDialog
public static ShowHelpDialog openHelpDialog(org.eclipse.swt.widgets.Shell shell, String dialogTitle, String url, String header) -
openHelpDialog
public static ShowHelpDialog openHelpDialog(org.eclipse.swt.widgets.Shell shell, String dialogTitle, String url)
-