Home | History | Annotate | Download | only in model

Lines Matching defs:DESCRIPTORS

25 	// Property descriptors
38 private static Vector DESCRIPTORS;
40 DESCRIPTORS = new Vector();
42 DESCRIPTORS.add(getInfosDescriptor(status));
43 DESCRIPTORS.add(getWarningsDescriptor(status));
44 DESCRIPTORS.add(ERROR_DESCRIPTOR);
47 DESCRIPTORS.addElement(SCENARIO_LABEL_DESCRIPTOR);
49 DESCRIPTORS.addElement(SCENARIO_FILE_NAME_DESCRIPTOR);
51 DESCRIPTORS.addElement(SCENARIO_SHORT_NAME_DESCRIPTOR);
54 DESCRIPTORS.add(COMMENT_DESCRIPTOR);
56 return DESCRIPTORS;
59 return DESCRIPTORS;
78 Vector descriptors = getDescriptors();
79 if (descriptors == null) {
80 descriptors = initDescriptors(getStatus());
82 int size = descriptors.size();
87 descriptorsArray[i] = (IPropertyDescriptor) descriptors.get(i);