Uses of Package
org.malai.interaction

Packages that use org.malai.interaction
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.instruments   
net.sf.latexdraw.ui   
net.sf.latexdraw.ui.dialog   
org.malai.instrument   
org.malai.instrument.library   
org.malai.interaction   
org.malai.interaction.library   
org.malai.ui   
org.malai.widget   
 

Classes in org.malai.interaction used by net.sf.latexdraw.glib.ui
Eventable
          This interface corresponds to objects that may have an event manager.
 

Classes in org.malai.interaction used by net.sf.latexdraw.instruments
Eventable
          This interface corresponds to objects that may have an event manager.
Interaction
          Defines an interaction as defined in the Malai model.
InteractionHandler
          Defines an interaction for objects that want to by notified when the state of an interaction changed.
 

Classes in org.malai.interaction used by net.sf.latexdraw.ui
Eventable
          This interface corresponds to objects that may have an event manager.
SwingEventManager
          A Swing event manager gathers Swing events produces by widgets and tranfers them handlers.
 

Classes in org.malai.interaction used by net.sf.latexdraw.ui.dialog
Eventable
          This interface corresponds to objects that may have an event manager.
 

Classes in org.malai.interaction used by org.malai.instrument
Eventable
          This interface corresponds to objects that may have an event manager.
Interaction
          Defines an interaction as defined in the Malai model.
InteractionHandler
          Defines an interaction for objects that want to by notified when the state of an interaction changed.
 

Classes in org.malai.interaction used by org.malai.instrument.library
InteractionHandler
          Defines an interaction for objects that want to by notified when the state of an interaction changed.
 

Classes in org.malai.interaction used by org.malai.interaction
Event
          Defines the concept of event.
Eventable
          This interface corresponds to objects that may have an event manager.
EventHandler
          This interface can be used for object that want to gather events (mouse pressed, etc.) produced by HIDs.
InitState
          This state defines a initial state that starts the interaction.
Interaction
          Defines an interaction as defined in the Malai model.
InteractionHandler
          Defines an interaction for objects that want to by notified when the state of an interaction changed.
KeyboardTransition
          This abstract transition is used a model for transition based on keyboard events.
PointingDeviceTransition
          This abstract transition defines a model for transitions based on pointing device events.
State
          A state is a component of a state machine.
SwingEventManager
          A Swing event manager gathers Swing events produces by widgets and tranfers them handlers.
TimeoutTransition
          This transition defines a timeout: when the user does nothing during a given duration, the timeout transition is executed.
Transition
          A transition links two states of a state machine if a given condition is respected.
 

Classes in org.malai.interaction used by org.malai.interaction.library
EventHandler
          This interface can be used for object that want to gather events (mouse pressed, etc.) produced by HIDs.
Interaction
          Defines an interaction as defined in the Malai model.
IntermediaryState
          This state defines a standard state that modifies the state of the interaction.
KeyboardTransition
          This abstract transition is used a model for transition based on keyboard events.
KeyPressureTransition
          This transition corresponds to a pressure of a key of a keyboard.
MoveTransition
          This transition corresponds to a move of a button of a pointing device.
PointingDeviceTransition
          This abstract transition defines a model for transitions based on pointing device events.
PressureTransition
          This transition corresponds to a pressure of a button of a pointing device.
ReleaseTransition
          This transition corresponds to a release of a button of a pointing device.
ScrollTransition
          This transition corresponds to a scroll event.
SpinnerTransition
          This transition is mapped to a spinner that has been modified.
TerminalState
          This state defines a terminal state that ends the interaction.
TimeoutTransition
          This transition defines a timeout: when the user does nothing during a given duration, the timeout transition is executed.
Transition
          A transition links two states of a state machine if a given condition is respected.
 

Classes in org.malai.interaction used by org.malai.ui
Eventable
          This interface corresponds to objects that may have an event manager.
 

Classes in org.malai.interaction used by org.malai.widget
Eventable
          This interface corresponds to objects that may have an event manager.
SwingEventManager
          A Swing event manager gathers Swing events produces by widgets and tranfers them handlers.