Uses of Interface
ca.cgjennings.apps.arkham.commands.Commandable
-
Packages that use Commandable Package Description ca.cgjennings.apps.arkham ca.cgjennings.apps.arkham.commands ca.cgjennings.apps.arkham.deck ca.cgjennings.apps.arkham.diy ca.cgjennings.apps.arkham.editors -
-
Uses of Commandable in ca.cgjennings.apps.arkham
Subinterfaces of Commandable in ca.cgjennings.apps.arkham Modifier and Type Interface Description interface
StrangeEonsEditor
This interface specifies the base level of functionality provided by every Strange Eons editor.Classes in ca.cgjennings.apps.arkham that implement Commandable Modifier and Type Class Description class
AbstractGameComponentEditor<G extends GameComponent>
The abstract base class forGameComponent
editors.class
AbstractStrangeEonsEditor
The abstract base class from which all editors that can appear in the document tab strip are derived.class
AbstractSupportEditor
Support editors are used to edit content other than game components.class
MarkerEditor
Editor for game markers and tokens.class
StrangeEonsAppWindow
This class defines the interface for interacting with the Strange Eons main application window. -
Uses of Commandable in ca.cgjennings.apps.arkham.commands
Methods in ca.cgjennings.apps.arkham.commands that return Commandable Modifier and Type Method Description static Commandable
Commands. findCommandable(AbstractCommand command)
Returns a command handler that is currently able to handle this command by following a default search strategy.Methods in ca.cgjennings.apps.arkham.commands with parameters of type Commandable Modifier and Type Method Description static void
Commands. registerCommandable(Commandable commandable)
Registers a new command handler to be consulted when trying to execute aDelegatedCommand
.static void
Commands. unregisterCommandable(Commandable commandable)
Unregisters a previously registered command handler. -
Uses of Commandable in ca.cgjennings.apps.arkham.deck
Classes in ca.cgjennings.apps.arkham.deck that implement Commandable 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 Commandable in ca.cgjennings.apps.arkham.diy
Classes in ca.cgjennings.apps.arkham.diy that implement Commandable Modifier and Type Class Description class
DIYEditor
The game component editor used to edit scriptableDIY
components. -
Uses of Commandable in ca.cgjennings.apps.arkham.editors
Classes in ca.cgjennings.apps.arkham.editors that implement Commandable Modifier and Type Class Description class
CardLayoutEditor
A support editor for the construction of cards as an ordered list of layers.class
CodeEditor
Support editors are used to edit content other than game components.class
PropertyBundleEditor
An editor for string resource bundles (.properties files).
-