Uses of Package
org.malai.action

Packages that use org.malai.action
net.sf.latexdraw.actions   
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.instruments   
org.malai.action   
org.malai.action.library   
org.malai.instrument   
org.malai.instrument.library   
 

Classes in org.malai.action used by net.sf.latexdraw.actions
Action
          An action is based on the command design pattern: it is an object that encapsulates information to execute a task and to undo/redo it if necessary.
 

Classes in org.malai.action used by net.sf.latexdraw.glib.ui
Action
          An action is based on the command design pattern: it is an object that encapsulates information to execute a task and to undo/redo it if necessary.
ActionHandler
          This interface allows to create a bridge between an action and an object that want to be aware about events on actions (such as creation or deletion of an action).
 

Classes in org.malai.action used by net.sf.latexdraw.instruments
Action
          An action is based on the command design pattern: it is an object that encapsulates information to execute a task and to undo/redo it if necessary.
ActionHandler
          This interface allows to create a bridge between an action and an object that want to be aware about events on actions (such as creation or deletion of an action).
 

Classes in org.malai.action used by org.malai.action
Action
          An action is based on the command design pattern: it is an object that encapsulates information to execute a task and to undo/redo it if necessary.
Action.ActionStatus
          Defines the different state of the action.
ActionHandler
          This interface allows to create a bridge between an action and an object that want to be aware about events on actions (such as creation or deletion of an action).
ActionsRegistry
          A register of actions.
 

Classes in org.malai.action used by org.malai.action.library
Action
          An action is based on the command design pattern: it is an object that encapsulates information to execute a task and to undo/redo it if necessary.
 

Classes in org.malai.action used by org.malai.instrument
Action
          An action is based on the command design pattern: it is an object that encapsulates information to execute a task and to undo/redo it if necessary.
ActionHandler
          This interface allows to create a bridge between an action and an object that want to be aware about events on actions (such as creation or deletion of an action).
 

Classes in org.malai.action used by org.malai.instrument.library
ActionHandler
          This interface allows to create a bridge between an action and an object that want to be aware about events on actions (such as creation or deletion of an action).