Uses of Class
ca.cgjennings.apps.arkham.deck.PageView
-
Packages that use PageView Package Description ca.cgjennings.apps.arkham ca.cgjennings.apps.arkham.deck -
-
Uses of PageView in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return PageView Modifier and Type Method Description PageView
ContextBar.Context. getPageView()
If the target is a page in a deck, returns the target as a page view instance. -
Uses of PageView in ca.cgjennings.apps.arkham.deck
Methods in ca.cgjennings.apps.arkham.deck that return PageView Modifier and Type Method Description PageView
DeckEditor. getActivePageView()
Returns the page view of the currently edited page, ornull
.PageView
Page. getView()
Methods in ca.cgjennings.apps.arkham.deck with parameters of type PageView Modifier and Type Method Description void
Page. setView(PageView view)
-