Class HelpUtils


  • public class HelpUtils
    extends Object
    • Constructor Detail

      • HelpUtils

        public HelpUtils()
    • 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)