fr.aliacom.commands |
Command design pattern implementation for the forms framework
This package provides an implementation of the Command
pattern. Those commands are toolkit independent.
|
Java Source File Name | Type | Comment |
ASyncCommand.java | Class | This class provides a way to queue actions at the end
the UI thread of the registered toolkit. |
Command.java | Class | A command models an action. |
CommandPool.java | Class | Ensures that PythonCommands running on the same formcontext (reference comparison)
with the same script are the same objects. |
IMemento.java | Interface | Undo informations. |
NoUndoPossibleException.java | Class | |
PythonCommand.java | Class | Instances of PythonCommand execute execute python script
with jython. |
SyncCommand.java | Class | SyncCommand are commands that block the UI thread. |