Package info.textgrid.lab.noteeditor.properties

Examples of info.textgrid.lab.noteeditor.properties.SourcePropertyDescriptor


    TextPropertyDescriptor tpd = new TextPropertyDescriptor(
        StringConstants.RDG_N, StringConstants.RDG_N);
    tpd.setCategory(StringConstants.CAT_BASIC);
    tpd.setDescription(MusicMessages.MEI_documentation_generic_n);
    descriptors.add(tpd);
    SourcePropertyDescriptor spd = new SourcePropertyDescriptor(
        StringConstants.RDG_SOURCES_EDITOR,
        StringConstants.RDG_SOURCES_EDITOR, this);
    spd.setCategory(this.toString());
    spd.setDescription(MusicMessages.MEI_documentation_reading_editor);
    descriptors.add(spd);
  }
View Full Code Here

TOP

Related Classes of info.textgrid.lab.noteeditor.properties.SourcePropertyDescriptor

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.