tpd = new TextPropertyDescriptor(StringConstants.STAFFDEF_LABEL_FULL,
StringConstants.STAFFDEF_LABEL_FULL);
tpd.setCategory(this.toString());
tpd.setDescription(MusicMessages.MEI_documentation_StaffDef_labelfull);
descriptors.add(tpd);
ComboBoxPropertyDescriptor cpd = new ComboBoxPropertyDescriptor(
StringConstants.STAFFDEF_SYM,
StringConstants.STAFFDEF_SYM,
GraphicalConstants.PROPCOMBO_STRING_ARRAY_TIMESIG_CUTCOMMONVALUES);
cpd.setCategory(this.toString());
tpd.setDescription(MusicMessages.MEI_documentation_StaffDef_metersym);
descriptors.add(cpd);
cpd = new ComboBoxPropertyDescriptor(StringConstants.STAFFDEF_CLEF,
StringConstants.STAFFDEF_CLEF,
GraphicalConstants.PROPCOMBO_STRING_ARRAY_CLEFVALUES);
cpd.setCategory(this.toString());
cpd.setDescription(MusicMessages.MEI_documentation_StaffDef_clefshape);
descriptors.add(cpd);
cpd = new ComboBoxPropertyDescriptor(StringConstants.STAFFDEF_KEYSIG,
StringConstants.STAFFDEF_KEYSIG,
GraphicalConstants.PROPCOMBO_STRING_ARRAY_KEYSIGVALUES);
cpd.setCategory(this.toString());
cpd.setDescription(MusicMessages.MEI_documentation_StaffDef_keysig);
descriptors.add(cpd);
cpd = new ComboBoxPropertyDescriptor(StringConstants.STAFFDEF_CLEF_LINE,
StringConstants.STAFFDEF_CLEF_LINE,
GraphicalConstants.PROPCOMBO_STRING_ARRAY_CLEFLINEVALUES);
cpd.setCategory(this.toString());
cpd.setDescription(StringConstants.STAFFDEF_CLEF_LINE);
descriptors.add(cpd);
cpd = new ComboBoxPropertyDescriptor(StringConstants.STAFFDEF_CLEF_DIS,
StringConstants.STAFFDEF_CLEF_DIS,
GraphicalConstants.PROPCOMBO_STRING_ARRAY_CLEF_DISVALUES);
cpd.setCategory(this.toString());
cpd.setDescription(MusicMessages.MEI_documentation_StaffDef_clefdis);
descriptors.add(cpd);
cpd = new ComboBoxPropertyDescriptor(StringConstants.STAFFDEF_CLEF_DIS_PLACE,
StringConstants.STAFFDEF_CLEF_DIS_PLACE,
GraphicalConstants.PROPCOMBO_STRING_ARRAY_CLEF_DISPLACES);
cpd.setCategory(this.toString());
cpd.setDescription(MusicMessages.MEI_documentation_StaffDef_clefdisplace);
descriptors.add(cpd);
}