|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An EntryPage
displays properties of a PaletteEntry
.
Listeners can be added to a page
Method Summary | |
void |
apply()
This method is called when changes made to properties need to be reflected in the model. |
void |
createControl(Composite parent,
PaletteEntry entry)
Creates the Control that displays the properties of the given entry. |
Control |
getControl()
Returns the Panel (Control) that has the properties of the entry. |
void |
setPageContainer(EntryPageContainer pageContainer)
Sets the page container for this page. |
Method Detail |
public void setPageContainer(EntryPageContainer pageContainer)
pageContainer
- The EntryPageContainer
to which this page can
report errorspublic void apply()
public void createControl(Composite parent, PaletteEntry entry)
parent
- The Composite in which the Control has to be createdentry
- The entry whose properties have to be displayedpublic Control getControl()
createControl(Composite,PaletteEntry)
.
createControl(Composite, PaletteEntry)
|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |