| org.eclipse.ui.themes.IThemePreview
All known Subclasses: org.eclipse.ui.internal.themes.WorkbenchPreview,
IThemePreview | public interface IThemePreview (Code) | | Interface used by theme element developers to preview the usage of their
elements within the colors and fonts preference page.
since: 3.0 |
Method Summary | |
void | createControl(Composite parent, ITheme currentTheme) Create the preview control. | void | dispose() Dispose of resources used by this previewer. |
createControl | void createControl(Composite parent, ITheme currentTheme)(Code) | | Create the preview control.
Parameters: parent - the Composite in which to create the example Parameters: currentTheme - the theme to preview |
dispose | void dispose()(Code) | | Dispose of resources used by this previewer. This method is called by
the workbench when appropriate and should never be called by a user.
|
|
|