Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.part
Interface IPageBookViewPage

All Superinterfaces:
IPage
All Known Subinterfaces:
ISearchResultPage, ITemplatesPage
All Known Implementing Classes:
AbstractTemplatesPage, AbstractTextSearchViewPage, ContentOutlinePage, HistoryPage, MessagePage, Page, PropertySheetPage, TabbedPropertySheetPage, TextConsolePage

public interface IPageBookViewPage
extends IPage

Interface for a page in a pagebook view.

Pages should implement this interface.

See Also:
PageBookView, Page

Method Summary
  IPageSite getSite ()
          Returns the site for this page.
 void init ( IPageSite site)
          Initializes this page with the given page site.
 
Methods inherited from interface org.eclipse.ui.part. IPage
createControl, dispose, getControl, setActionBars, setFocus
 

Method Detail

getSite


IPageSite getSite()
Returns the site for this page. May be null if no site has been set.

Returns:
the page site or null

init

void init(
IPageSite site)
          throws 
PartInitException
Initializes this page with the given page site.

This method is automatically called by the workbench shortly after page construction. It marks the start of the pages's lifecycle. Clients must not call this method.

Parameters:
site - the page site
Throws:
PartInitException - if this page was not initialized successfully

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire