Uses of Class
ca.cgjennings.apps.arkham.deck.Page
-
Packages that use Page Package Description ca.cgjennings.apps.arkham.deck ca.cgjennings.apps.arkham.deck.item -
-
Uses of Page in ca.cgjennings.apps.arkham.deck
Methods in ca.cgjennings.apps.arkham.deck that return Page Modifier and Type Method Description PageDeck. addNewPage()Adds a new page to the end of this deck.PageDeck. addNewPage(int index)Adds a new page which will have the given page index.PageDeckEditor. addPage()Create a new, blank page and add it to the end of the deck.PagePage. clone()PageDeck. getActivePage()Returns the active page.PageDeckEditor. getActivePage()Returns the active deck page, ornull.PageDeck. getPage(int index)Returns the page with the specified index.PagePageView. getPage()PageDeck. getSelectionPage()Returns the page that containing the currently selected page items, ornullif there is no selection.Methods in ca.cgjennings.apps.arkham.deck with parameters of type Page Modifier and Type Method Description voidDeck. selectAll(Page page)voidDeck. setActivePage(Page pageToActivate)Changes the active page.voidPageView. setPage(Page page) -
Uses of Page in ca.cgjennings.apps.arkham.deck.item
Fields in ca.cgjennings.apps.arkham.deck.item declared as Page Modifier and Type Field Description protected PageAbstractItem. parentMethods in ca.cgjennings.apps.arkham.deck.item that return Page Modifier and Type Method Description PageAbstractItem. getPage()PagePageItem. getPage()Return the page that owns this item, ornullif it has no parent.Methods in ca.cgjennings.apps.arkham.deck.item with parameters of type Page Modifier and Type Method Description voidAbstractItem. setPage(Page parent)voidPageItem. setPage(Page parent)Set the page which is the parent of this card, ornullto clear its parent.
-