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 Page
Deck. addNewPage()
Adds a new page to the end of this deck.Page
Deck. addNewPage(int index)
Adds a new page which will have the given page index.Page
DeckEditor. addPage()
Create a new, blank page and add it to the end of the deck.Page
Page. clone()
Page
Deck. getActivePage()
Returns the active page.Page
DeckEditor. getActivePage()
Returns the active deck page, ornull
.Page
Deck. getPage(int index)
Returns the page with the specified index.Page
PageView. getPage()
Page
Deck. getSelectionPage()
Returns the page that containing the currently selected page items, ornull
if there is no selection.Methods in ca.cgjennings.apps.arkham.deck with parameters of type Page Modifier and Type Method Description void
Deck. selectAll(Page page)
void
Deck. setActivePage(Page pageToActivate)
Changes the active page.void
PageView. 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 Page
AbstractItem. parent
Methods in ca.cgjennings.apps.arkham.deck.item that return Page Modifier and Type Method Description Page
AbstractItem. getPage()
Page
PageItem. getPage()
Return the page that owns this item, ornull
if it has no parent.Methods in ca.cgjennings.apps.arkham.deck.item with parameters of type Page Modifier and Type Method Description void
AbstractItem. setPage(Page parent)
void
PageItem. setPage(Page parent)
Set the page which is the parent of this card, ornull
to clear its parent.
-