|
Examples
List of demo applications
Simple UndoBasic usage of Undo-Redo in Fabrication with SimpleUndoableCommand. Simple RoutingDemo of different ways to communicate between modules using routeNotification. SlackerImplementation of Slacker with Fabrication. Hello Flash using ModulesImplementation of HelloFlash with Fabrication. Typing UndoA typing demo application with undo support. Shows how to group commands. Each keystroke is a change command which gets merged based on how fast the text was typed. TodolistTodo list manager implement with Fabrication. Another showcase of undo-redo. It shows how to support undo/redo of objects. Simple Finite State MachineA very simple FSM demo using the State Machine Utility with Fabrication. The StateMachine's changed, action and cancel notification are altered enroute using interceptors to remove slashes for use with the respondTo convention. Reflexive mediator registration with Tab NavigatorBasic demo of using reflexive mediator registration with lazy instantiated Tab Navigator children. Reflexive mediator registration with Flex StatesUsing FlexStates and Reflexive mediator registration. |
Sign in to add a comment