Class PageBookView.PageRec

java.lang.Object
org.eclipse.ui.part.PageBookView.PageRec
Enclosing class:
PageBookView

protected static class PageBookView.PageRec extends Object
A data structure used to store the information about a single page within a pagebook view.
  • Field Details

  • Constructor Details

    • PageRec

      public PageRec(IWorkbenchPart part, IPage page)
      Creates a new page record initialized to the given part and page.
      Parameters:
      part - the part
      page - the page
  • Method Details

    • dispose

      public void dispose()
      Disposes of this page record by nulling its fields.