Package sos.scheduler.editor.conf.forms

Examples of sos.scheduler.editor.conf.forms.ScriptForm


            case Editor.MONITORS:
              new ScriptsForm(c, SWT.NONE, _dom, _gui, objTreeItemUserdata.getElement());
              break;
            case Editor.MONITOR:
              // new ScriptForm(c, SWT.NONE, "Monitor", _dom, data.getElement(), data.getType(), _gui);
              new ScriptForm(c, SWT.NONE, MONITOR, _dom, objTreeItemUserdata.getElement(), objTreeItemUserdata.getType(), _gui);
              break;
            case Editor.SCRIPT:
              new ScriptForm(c, SWT.NONE, "Start Script", _dom, objTreeItemUserdata.getElement(), objTreeItemUserdata.getType(), _gui);
              break;
            case Editor.JOB:
              // new JobForm(c, SWT.NONE, _dom, data.getElement(), _gui);
              new JobMainForm(c, SWT.NONE, _dom, objTreeItemUserdata.getElement(), _gui);
              break;
View Full Code Here

TOP

Related Classes of sos.scheduler.editor.conf.forms.ScriptForm

Copyright © 2018 www.massapicom. 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.