public interface EntryPage
EntryPage
displays properties of a PaletteEntry
.
Listeners can be added to a pageModifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.