Package sos.scheduler.editor.doc.listeners

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


        setParams(dom, parent, name, optional, true);
    }


    public void setParams(DocumentationDom dom, Element parent, String name, boolean optional, boolean changeStatus) {
        listener = new NoteListener(dom, parent, name, optional, changeStatus);
        cLang.setItems(listener.getLanguages());
        if(listener.getLang() != null)
          cLang.select(cLang.indexOf(listener.getLang()));
        text.setText(listener.getNote());
        bApply.setEnabled(false);
View Full Code Here

TOP

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

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.