Package ru.runa.jbpm.ui.actions

Source Code of ru.runa.jbpm.ui.actions.HelpAboutAction

package ru.runa.jbpm.ui.actions;

import org.eclipse.jface.action.IAction;
import org.eclipse.ui.internal.dialogs.AboutDialog;

public class HelpAboutAction extends BaseActionDelegate {

  public void run(IAction action) {
    if (window != null) {
      new AboutDialog(window.getShell()).open();
        }
  }

}
TOP

Related Classes of ru.runa.jbpm.ui.actions.HelpAboutAction

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.