|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface has been replaced by IPageBookViewPage but is preserved for backward compatibility.
This class is not intended to be directly implemented by clients; clients should instead subclass Page.
Method Summary | |
void | createControl(Composite parent)
Creates the SWT control for this page under the given parent control. |
void | dispose()
Disposes of this page. |
Control | getControl()
Returns the SWT control for this page. |
void | setActionBars(IActionBars actionBars)
Allows the page to make contributions to the given action bars. |
void | setFocus()
Asks this page to take focus within its pagebook view. |
Method Detail |
public void createControl(Composite parent)
Clients should not call this method (the workbench calls this method when it needs to, which may be never).
public void dispose()
This is the last method called on the IPage. Implementors should clean up any resources associated with the page.
Callers of this method should ensure that the page's control (if it exists) has been disposed before calling this method. However, for backward compatibilty, implementors must also ensure that the page's control has been disposed before this method returns.Note that there is no guarantee that createControl() has been called, so the control may never have been created.
public Control getControl()
public void setActionBars(IActionBars actionBars)
This method is automatically called shortly after createControl is called
public void setFocus()
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.