| org.eclipse.pde.internal.ui.util.ChoicePropertyDescriptor
ChoicePropertyDescriptor | public class ChoicePropertyDescriptor extends PropertyDescriptor (Code) | | |
Constructor Summary | |
public | ChoicePropertyDescriptor(Object id, String displayName, String[] valuesArray) Creates an property descriptor with the given id, display name, and list
of value labels to display in the combo box cell editor. |
Method Summary | |
public CellEditor | createPropertyEditor(Composite parent) The ComboBoxPropertyDescriptor implementation of this
IPropertyDescriptor method creates and returns a new
ComboBoxCellEditor . |
ChoicePropertyDescriptor | public ChoicePropertyDescriptor(Object id, String displayName, String[] valuesArray)(Code) | | Creates an property descriptor with the given id, display name, and list
of value labels to display in the combo box cell editor.
Parameters: id - the id of the property Parameters: displayName - the name to display for the property Parameters: valuesArray - the list of possible values to display in the combo box |
createPropertyEditor | public CellEditor createPropertyEditor(Composite parent)(Code) | | The ComboBoxPropertyDescriptor implementation of this
IPropertyDescriptor method creates and returns a new
ComboBoxCellEditor .
The editor is configured with the current validator if there is one.
|
|
|