| org.eclipse.ui.ide.dialogs.AbstractEncodingFieldEditor org.eclipse.ui.ide.dialogs.EncodingFieldEditor
EncodingFieldEditor | final public class EncodingFieldEditor extends AbstractEncodingFieldEditor (Code) | | The EncodingFieldEditor is a field editor that allows the
user to set an encoding on a preference in a preference
store.
This class may be instantiated; it is not intended to be subclassed.
since: 3.1 |
Constructor Summary | |
public | EncodingFieldEditor(String name, String labelText, String groupTitle, Composite parent) Creates a new encoding field editor with the given preference name, label
and parent.
Parameters: name - the name of the preference this field editor works on Parameters: labelText - the label text of the field editor Parameters: groupTitle - the title for the field editor's control. | public | EncodingFieldEditor(String name, String labelText, Composite parent) Create a new instance of the receiver on the preference called name
with a label of labelText. |
EncodingFieldEditor | public EncodingFieldEditor(String name, String labelText, String groupTitle, Composite parent)(Code) | | Creates a new encoding field editor with the given preference name, label
and parent.
Parameters: name - the name of the preference this field editor works on Parameters: labelText - the label text of the field editor Parameters: groupTitle - the title for the field editor's control. If groupTitle is null the control will be unlabelled(by default a Composite instead of a Group. Parameters: parent - the parent of the field editor's control See Also: AbstractEncodingFieldEditor.setGroupTitle(String) since: 3.3 |
EncodingFieldEditor | public EncodingFieldEditor(String name, String labelText, Composite parent)(Code) | | Create a new instance of the receiver on the preference called name
with a label of labelText.
Parameters: name - Parameters: labelText - Parameters: parent - |
doStore | protected void doStore()(Code) | | |
|
|