| Can be used to set all properties which use JComboBox to change value.
Usage:
PropertySheetOperator pso = new PropertySheetOperator("Properties of MyClass");
PropertySheetTabOperator psto = new PropertySheetTabOperator(pso, "Properties");
ComboBoxProperty pr = new ComboBoxProperty(psto, "Template");
pr.setValue("True");
pr.setValue(1);
Property |