Uses of Interface
ca.cgjennings.apps.arkham.deck.item.Group
-
Packages that use Group Package Description ca.cgjennings.apps.arkham.deck.item -
-
Uses of Group in ca.cgjennings.apps.arkham.deck.item
Classes in ca.cgjennings.apps.arkham.deck.item that implement Group Modifier and Type Class Description class
SimpleGroup
A basic implementation of the group interface for storing selection groups.Fields in ca.cgjennings.apps.arkham.deck.item declared as Group Modifier and Type Field Description protected Group
AbstractItem. group
Methods in ca.cgjennings.apps.arkham.deck.item that return Group Modifier and Type Method Description Group
AbstractItem. getGroup()
Group
PageItem. getGroup()
Returns theGroup
that this item belongs to, ornull
.Methods in ca.cgjennings.apps.arkham.deck.item with parameters of type Group Modifier and Type Method Description void
AbstractItem. setGroup(Group g)
void
PageItem. setGroup(Group g)
Sets theGroup
for this item.
-