Java org.eclipse.jface.preference RadioGroupFieldEditor fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.preference RadioGroupFieldEditor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.preference RadioGroupFieldEditor.

The text is from its open source code.

Subclass

org.eclipse.jface.preference.RadioGroupFieldEditor has subclasses.
Click this link to see all its subclasses.

Constructor

Method

LabelgetLabelControl(Composite parent)
Returns this field editor's label component.
StringgetPreferenceName()
Returns the name of the preference this field editor operates on.
CompositegetRadioBoxControl(Composite parent)
Returns this field editor's radio group control.
voidload()
Initializes this field editor with the preference value from the preference store.
voidsetEnabled(boolean enabled, Composite parent)
voidsetIndent(int indent)
Sets the indent used for the first column of the radion button matrix.
voidsetPreferenceName(String name)
Sets the name of the preference this field editor operates on.
voidsetPreferenceStore(IPreferenceStore store)
Sets the preference store used by this field editor.
voidsetPropertyChangeListener(IPropertyChangeListener listener)
Sets or removes the property change listener for this field editor.