Package org.pentaho.di.ui.util
Class HelpUtils
- java.lang.Object
-
- org.pentaho.di.ui.util.HelpUtils
-
public class HelpUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description HelpUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.swt.widgets.ButtoncreateHelpButton(org.eclipse.swt.widgets.Composite parent, String title, String url, String header)static org.eclipse.swt.widgets.ButtoncreateHelpButton(org.eclipse.swt.widgets.Composite parent, String title, org.pentaho.di.core.plugins.PluginInterface plugin)static StringgetHelpDialogTitle(org.pentaho.di.core.plugins.PluginInterface plugin)static booleanisPluginDocumented(org.pentaho.di.core.plugins.PluginInterface plugin)static ShowHelpDialogopenHelpDialog(org.eclipse.swt.widgets.Shell shell, String dialogTitle, String url)static ShowHelpDialogopenHelpDialog(org.eclipse.swt.widgets.Shell shell, String dialogTitle, String url, String header)static ShowHelpDialogopenHelpDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.core.plugins.PluginInterface plugin)
-
-
-
Method Detail
-
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
public static org.eclipse.swt.widgets.Button createHelpButton(org.eclipse.swt.widgets.Composite parent, String title, String url, String header)
-
getHelpDialogTitle
public static String getHelpDialogTitle(org.pentaho.di.core.plugins.PluginInterface plugin)
-
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)
-
-