| org.eclipse.ui.part.PageBook
PageBook | public class PageBook extends Composite (Code) | | A pagebook is a composite control where only a single control is visible
at a time. It is similar to a notebook, but without tabs.
This class may be instantiated; it is not intended to be subclassed.
See Also: PageBookView |
Inner Class :public class PageBookLayout extends Layout | |
Constructor Summary | |
public | PageBook(Composite parent, int style) Creates a new empty pagebook. |
Method Summary | |
public void | showPage(Control page) Shows the given page. |
PageBook | public PageBook(Composite parent, int style)(Code) | | Creates a new empty pagebook.
Parameters: parent - the parent composite Parameters: style - the SWT style bits |
showPage | public void showPage(Control page)(Code) | | Shows the given page. This method has no effect if the given page is not
contained in this pagebook.
Parameters: page - the page to show |
|
|