ActionRegistry

open class ActionRegistry

Class responsible for runtime-persisting actions and associating them with names and predicates.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class Entry
An entry in the action registry.
Link copied to clipboard
interface Predicate
ActionArgument predicate

Functions

Link copied to clipboard
Gets the set of registry entries that are currently registered.
Link copied to clipboard
Gets an action entry for a given name.
Link copied to clipboard
Registers an action.
Registers an action by class.
Link copied to clipboard
Registers default actions.
Link copied to clipboard
open fun unregisterAction(@NonNull name: String)
Unregister an action from the registry.