Eclipse Platform
Release 3.6

org.eclipse.ui.texteditor.templates
Interface ITemplatesPage

All Superinterfaces:
IPage, IPageBookViewPage
All Known Implementing Classes:
AbstractTemplatesPage

public interface ITemplatesPage
extends IPageBookViewPage

Interface for a templates page. This interface defines the minimum requirement for a page within the TemplatesView.

In order to provided backward compatibility for clients of ITemplatesPage, extension interfaces are used to provide a means of evolution. The following extension interfaces exist:

Clients can either implement this interface directly or subclass the AbstractTemplatesPage.

Since:
3.4
See Also:
ITemplatesPageExtension, TemplatesView

Method Summary
 
Methods inherited from interface org.eclipse.ui.part.IPageBookViewPage
getSite, init
 
Methods inherited from interface org.eclipse.ui.part.IPage
createControl, dispose, getControl, setActionBars, setFocus
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.