Class PageBookView.PageRec

  • Enclosing class:
    PageBookView

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

      Constructors 
      Constructor Description
      PageRec​(IWorkbenchPart part, IPage page)
      Creates a new page record initialized to the given part and page.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()
      Disposes of this page record by nulling its fields.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • 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 Detail

      • dispose

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