Package sos.scheduler.editor.doc.listeners

Examples of sos.scheduler.editor.doc.listeners.JobScriptListener


        super(parent, style);
        initialize();
        setToolTipText();
        this.dom = dom;
        this.job = job;
        listener = new JobScriptListener(dom, job);
        cUseScript.setSelection(listener.isScript());
        if (listener.isScript())
            scriptForm.setParams(dom, job, Editor.DOC_SCRIPT);
        scriptForm.init(listener.isScript(), true);
    }
View Full Code Here

TOP

Related Classes of sos.scheduler.editor.doc.listeners.JobScriptListener

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.