Package info.textgrid.lab.noteeditor.properties

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


    initializeApp();
    TextPropertyDescriptor tpd = new TextPropertyDescriptor(StringConstants.APP_N, StringConstants.APP_N);
    tpd.setCategory(StringConstants.CAT_BASIC);
    tpd.setDescription(MusicMessages.MEI_documentation_generic_n);
    descriptors.add(tpd);
    SourceComboPropertyDescriptor scpd = new SourceComboPropertyDescriptor(StringConstants.APP_SOURCES_SELECTOR,
        StringConstants.APP_SOURCES_SELECTOR);
    scpd.setCategory(this.toString());
    scpd.setDescription(MusicMessages.MEI_documentation_app_select);
    descriptors.add(scpd);
  }
View Full Code Here

TOP

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

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.