Package org.eclipse.ui.part
Class PageBookView.PageRec
java.lang.Object
org.eclipse.ui.part.PageBookView.PageRec
- Enclosing class:
- PageBookView
A data structure used to store the information about a single page within a
pagebook view.
-
Field Summary
Modifier and TypeFieldDescriptionThe page.The part.The page's action bars -
Constructor Summary
ConstructorDescriptionPageRec
(IWorkbenchPart part, IPage page) Creates a new page record initialized to the given part and page. -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Disposes of this page record bynull
ing its fields.
-
Field Details
-
part
The part. -
page
The page. -
subActionBars
The page's action bars
-
-
Constructor Details
-
PageRec
Creates a new page record initialized to the given part and page.- Parameters:
part
- the partpage
- the page
-
-
Method Details
-
dispose
public void dispose()Disposes of this page record bynull
ing its fields.
-