Adobe Source Libraries
Encyclopedia
Adobe Source Libraries are a set of libraries developed by Adobe
initially for their own use in the applications they publish and which they made open source
.
These libraries provide functionality to define the GUI's definition and behavior. They are organized around two main modules Adam and Eve.
Adobe Systems
Adobe Systems Incorporated is an American computer software company founded in 1982 and headquartered in San Jose, California, United States...
initially for their own use in the applications they publish and which they made open source
Open source
The term open source describes practices in production and development that promote access to the end product's source materials. Some consider open source a philosophy, others consider it a pragmatic methodology...
.
These libraries provide functionality to define the GUI's definition and behavior. They are organized around two main modules Adam and Eve.
- Adam offers the ability to specify the state chartState diagramA state diagram is a type of diagram used in computer science and related fields to describe the behavior of systems. State diagrams require that the system described is composed of a finite number of states; sometimes, this is indeed the case, while at other times this is a reasonable abstraction...
driving a GUIGuiGui or guee is a generic term to refer to grilled dishes in Korean cuisine. These most commonly have meat or fish as their primary ingredient, but may in some cases also comprise grilled vegetables or other vegetarian ingredients. The term derives from the verb, "gupda" in Korean, which literally...
element behavior. - Eve offers a GUI description language and a parser able to generate the described GUI from that description.