gaf

Description

GAF is a generic action framework that human interfaces use to discover and expose actions of interest on the models they display

Details

Source
GitHub
Dialect
squeak (40% confidence)
License
MIT
Created
July 19, 2019
Updated
Nov. 21, 2019
Topics
framework model squeak user-interface

Categories

Web System / OS

README excerpt

# Generic Actions Framework

GAF is a framework that human interfaces use to discover and expose actions of interest on the models they display.

This simple framework (inspired by OBAction, from OmniBrowser) defines an abstraction layer between a model and a human interface. Using this abstraction, the model answers GenericActions (slightly extended MessageSends) a human might want to perform, and the human interface uses appropriate subclasses of HumanInterfaceAction to construct a human interface to these GenericActions.
← Back to results