Package ca.cgjennings.apps.arkham.commands
-
Interface Summary Interface Description Commandable This interface is implemented by classes that can be consulted about the commands they are able to perform. -
Class Summary Class Description AbstractCommand The abstract base class for main application commands in Strange Eons.AbstractToggleCommand An abstract base class for commands that toggle a state when selected.Commands Standard command actions supported by Strange Eons.DelegatedCommand Delegated commands are commands that are normally handled by aCommandable
, such as aStrangeEonsEditor
, instead of being handled by the command itself.