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 theTemplatesView
.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:ITemplatesPageExtension
since version 3.6 introducing access to the currently selected items and the template store of the page.
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.IPage
createControl, dispose, getControl, setActionBars, setFocus
-
Methods inherited from interface org.eclipse.ui.part.IPageBookViewPage
getSite, init
-
-