| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICompositeProvider
This interface will be implemented by components used in the message wizards. VEP is used to construct the UI code, and due to its limitation that a SWT component can only be designed in a direct subclass of java.lang.Object, this interface is used to get the visible part from the class.
| Field Summary | |
|---|---|
| static int | BORDERStyle constant for bordered behavior (value is 1<<11). | 
| static int | GROUP | 
| static int | NONEStyle constant for the basic layout (value is 0). | 
| Method Summary | |
|---|---|
|  org.eclipse.swt.widgets.Composite | getComposite(org.eclipse.swt.widgets.Composite parent,
             org.eclipse.ui.forms.widgets.FormToolkit formToolkit,
             int style)return the visible part of this section and change the part's parent according to the parameter. | 
| Field Detail | 
|---|
static final int NONE
static final int GROUP
static final int BORDER
Used By:
Control and subclasses
| Method Detail | 
|---|
org.eclipse.swt.widgets.Composite getComposite(org.eclipse.swt.widgets.Composite parent,
                                               org.eclipse.ui.forms.widgets.FormToolkit formToolkit,
                                               int style)
parent - the new parent of the returned objectformToolkit - the form tool kit used to create widgets, could be nullstyle - style flag to customize the composite
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||