|
Eclipse GEF 3.8.1.201208200205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntryPage
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 displays the properties of the entry. |
void |
setPageContainer(EntryPageContainer pageContainer)
Sets the page container for this page. |
Method Detail |
---|
void setPageContainer(EntryPageContainer pageContainer)
pageContainer
- The EntryPageContainer
to which this page can
report errorsvoid apply()
void createControl(Composite parent, PaletteEntry entry)
parent
- The Composite in which the Control has to be createdentry
- The entry whose properties have to be displayedControl getControl()
createControl(Composite,PaletteEntry)
.
createControl(Composite, PaletteEntry)
|
Eclipse GEF 3.8.1.201208200205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |