Uses of Class
sky.monome.Page

Packages that use Page
sky.monome Main package of SkyMonome library. 
 

Uses of Page in sky.monome
 

Fields in sky.monome declared as Page
protected  Page AbstractPageSwitcher.activePage
          Active page in this page switcher.
 

Methods in sky.monome that return Page
 Page AbstractPageSwitcher.getActivePage()
          Returns the currently active page.
 Page[] AbstractPageSwitcher.getPages()
          Returns an array of all pages contained by this page switcher.
 

Methods in sky.monome with parameters of type Page
 void AbstractPageSwitcher.addPage(Page page)
          Adds the specified page to the list of contained pages.
abstract  void AbstractPageSwitcher.removePage(Page page)
          Removes the specified page from the list of contained pages.
 void PageSwitcher.removePage(Page page)
          Removes the specified page from the list of contained pages.
 void StrictPageSwitcher.removePage(Page page)
          Removes the specified page from the list of contained pages.
abstract  void AbstractPageSwitcher.showPage(Page page)
          Shows the specified page, if this page is actually contained by this page switcher.
 void PageSwitcher.showPage(Page page)
          Shows the specified page, if this page is actually contained by this page switcher.
 void StrictPageSwitcher.showPage(Page page)
          Shows the specified page, if this page is actually contained by this page switcher.