|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.preference.FieldEditor
org.eclipse.jface.preference.ListEditor
metricsOverlay.preferences.ColorListEditor
public class ColorListEditor
Field Summary | |
---|---|
static java.lang.String |
COLOR_CHOICE
|
Fields inherited from class org.eclipse.jface.preference.FieldEditor |
---|
IS_VALID, VALUE |
Constructor Summary | |
---|---|
ColorListEditor(java.lang.String name,
java.lang.String labelText,
org.eclipse.swt.widgets.Composite parent)
|
Method Summary | |
---|---|
java.lang.String |
createCurrentList(java.util.List<org.eclipse.swt.graphics.Color> colors)
|
org.eclipse.swt.widgets.Composite |
getButtonBoxControl(org.eclipse.swt.widgets.Composite parent)
|
java.util.List<org.eclipse.swt.graphics.Color> |
getColors()
|
void |
selectItem()
|
Methods inherited from class org.eclipse.jface.preference.ListEditor |
---|
createSelectionListener, getListControl, getNumberOfControls, setEnabled, setFocus |
Methods inherited from class org.eclipse.jface.preference.FieldEditor |
---|
dispose, fillIntoGrid, getFieldEditorFontName, getLabelControl, getLabelText, getPreferenceName, getPreferenceStore, isValid, load, loadDefault, presentsDefaultValue, setLabelText, setPage, setPreferenceName, setPreferencePage, setPreferenceStore, setPropertyChangeListener, store |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COLOR_CHOICE
Constructor Detail |
---|
public ColorListEditor(java.lang.String name, java.lang.String labelText, org.eclipse.swt.widgets.Composite parent)
Method Detail |
---|
public org.eclipse.swt.widgets.Composite getButtonBoxControl(org.eclipse.swt.widgets.Composite parent)
getButtonBoxControl
in class org.eclipse.jface.preference.ListEditor
public java.lang.String createCurrentList(java.util.List<org.eclipse.swt.graphics.Color> colors)
public void selectItem()
public java.util.List<org.eclipse.swt.graphics.Color> getColors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |