|
Eclipse PDE Release 3.2 |
|||||||||||
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.BlankField
This template option can be used to create blank space on the template section wizard page.
Constructor Summary | |
---|---|
BlankField(BaseOptionTemplateSection section)
The default constructor. |
|
BlankField(BaseOptionTemplateSection section,
int height)
Overloaded constructor to specify the height of the blank field. |
Method Summary | |
---|---|
void |
createControl(Composite parent,
int span)
Creates a blank field using a label widget. |
Methods inherited from class org.eclipse.pde.ui.templates.TemplateOption |
---|
getMessageLabel, getName, getValue, isEmpty, isEnabled, isRequired, setEnabled, setName, setRequired, setValue |
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 BlankField(BaseOptionTemplateSection section)
section
- the parent sectionpublic BlankField(BaseOptionTemplateSection section, int height)
section
- the parent sectionheight
- specifies the height of the blank field in pixelsMethod Detail |
public void createControl(Composite parent, int span)
createControl
in class TemplateField
parent
- parent composite of the blank labelspan
- the number of columns that the widget should span
|
Eclipse PDE Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |