|
Eclipse PDE Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.pde.ui.templates.TemplateField
org.eclipse.pde.ui.templates.TemplateOption
org.eclipse.pde.ui.templates.ChoiceOption
RadioChoiceOption
and ComboChoiceOption
public class ChoiceOption
Implementation of the TemplateOption that allows users to choose a value from the fixed set of options.
Constructor Summary | |
---|---|
ChoiceOption(BaseOptionTemplateSection section,
String name,
String label,
String[][] choices)
Deprecated. Constructor for ChoiceOption. |
Method Summary | |
---|---|
void |
createControl(Composite parent,
int span)
Deprecated. Subclasses must implement this method to create the control of the template field. |
String |
getChoice()
Deprecated. Returns the string value of the current choice. |
void |
setEnabled(boolean enabled)
Deprecated. Implements the superclass method by updating the enable state of the option's widget. |
void |
setValue(Object value)
Deprecated. Implements the superclass method by passing the new value to the option's widget. |
Methods inherited from class org.eclipse.pde.ui.templates.TemplateOption |
---|
getMessageLabel, getName, getValue, isEmpty, isEnabled, isRequired, setName, setRequired |
Methods inherited from class org.eclipse.pde.ui.templates.TemplateField |
---|
createLabel, getLabel, getSection, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChoiceOption(BaseOptionTemplateSection section, String name, String label, String[][] choices)
section
- the parent section.name
- the unique namelabel
- the presentable labelchoices
- the list of choices from which the value can be chosen. Each
array entry should be an array of size 2, where position 0
will be interpeted as the choice unique name, and position 1
as the choice presentable label.Method Detail |
---|
public void createControl(Composite parent, int span)
TemplateField
createControl
in class TemplateField
parent
- the parent composite the control should be created inspan
- number of columns that the control should spanpublic String getChoice()
public void setValue(Object value)
setValue
in class TemplateOption
value
- the new value.public void setEnabled(boolean enabled)
setEnabled
in class TemplateOption
enabled
- the new enabled state
|
Eclipse PDE Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.