Uses of Class
ca.cgjennings.apps.arkham.AbstractGameComponentEditor
-
-
Uses of AbstractGameComponentEditor in ca.cgjennings.apps.arkham
Subclasses of AbstractGameComponentEditor in ca.cgjennings.apps.arkham Modifier and Type Class Description class
MarkerEditor
Editor for game markers and tokens. -
Uses of AbstractGameComponentEditor in ca.cgjennings.apps.arkham.component
Methods in ca.cgjennings.apps.arkham.component that return AbstractGameComponentEditor Modifier and Type Method Description AbstractGameComponentEditor<? extends GameComponent>
GameComponent. createDefaultEditor()
Creates an editor capable of modifying this component.AbstractGameComponentEditor<Marker>
Marker. createDefaultEditor()
-
Uses of AbstractGameComponentEditor in ca.cgjennings.apps.arkham.deck
Subclasses of AbstractGameComponentEditor in ca.cgjennings.apps.arkham.deck Modifier and Type Class Description class
DeckEditor
Editor for decks of cards (collections of game components laid out on pages) and custom expansion boards. -
Uses of AbstractGameComponentEditor in ca.cgjennings.apps.arkham.dialog
Constructors in ca.cgjennings.apps.arkham.dialog with parameters of type AbstractGameComponentEditor Constructor Description ExpansionSelectionDialog(AbstractGameComponentEditor<?> ed)
Creates a new expansion selection dialog. -
Uses of AbstractGameComponentEditor in ca.cgjennings.apps.arkham.diy
Subclasses of AbstractGameComponentEditor in ca.cgjennings.apps.arkham.diy Modifier and Type Class Description class
DIYEditor
The game component editor used to edit scriptableDIY
components.
-