- Watcher - Class in fr.lri.swingstates.debug
 
- 
A 'watcher' to track a state machine.
 
- Watcher(StateMachine) - Constructor for class fr.lri.swingstates.debug.Watcher
 
- 
Builds a 'watcher' for a state machine.
 
- Wheel - Class in fr.lri.swingstates.sm.transitions
 
- 
A transition triggered by a mouse wheel event with no button pressed.
 
- Wheel() - Constructor for class fr.lri.swingstates.sm.transitions.Wheel
 
- 
Builds a transition triggered by a mouse wheel event with any modifier that loops on the current state.
 
- Wheel(int) - Constructor for class fr.lri.swingstates.sm.transitions.Wheel
 
- 
Builds a transition triggered by a mouse wheel event that loops on the current state.
 
- Wheel(String) - Constructor for class fr.lri.swingstates.sm.transitions.Wheel
 
- 
Builds a transition triggered by a mouse wheel event with any modifier.
 
- Wheel(int, String) - Constructor for class fr.lri.swingstates.sm.transitions.Wheel
 
- 
Builds a transition triggered by a mouse wheel event.
 
- WheelOnComponent - Class in fr.lri.swingstates.sm.jtransitions
 
- 
A transition triggered by a mouse wheel event on a component with no mouse button down.
 
- WheelOnComponent() - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnComponent
 
- 
Builds a transition triggered by a mouse wheel event with mo modifier down on a component that loops on the current state.
 
- WheelOnComponent(int) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnComponent
 
- 
Builds a transition triggered by a mouse wheel event on a component that loops on the current state.
 
- WheelOnComponent(String) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnComponent
 
- 
Builds a transition triggered by a mouse wheel event with any modifier on a component.
 
- WheelOnComponent(int, String) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnComponent
 
- 
Builds a transition triggered by a mouse wheel event on a component.
 
- WheelOnJTag - Class in fr.lri.swingstates.sm.jtransitions
 
- 
A transition triggered by a mouse wheel event with no button pressed on a component with a given tag.
 
- WheelOnJTag(String) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnJTag
 
- 
Builds a transition triggered by a mouse motion event with any modifier on a tagged component that loops on the current state.
 
- WheelOnJTag(Class) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnJTag
 
- 
Builds a transition triggered by a mouse wheel event with any modifier on a tagged component that loops on the current state.
 
- WheelOnJTag(JTag) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnJTag
 
- 
Builds a transition triggered by a mouse wheel event with any modifier on a tagged component that loops on the current state.
 
- WheelOnJTag(String, int) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnJTag
 
- 
Builds a transition triggered by a mouse wheel event on a tagged component that loops on the current state.
 
- WheelOnJTag(Class, int) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnJTag
 
- 
Builds a transition triggered by a mouse wheel event on a tagged component that loops on the current state.
 
- WheelOnJTag(JTag, int) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnJTag
 
- 
Builds a transition triggered by a mouse wheel event on a tagged component that loops on the current state.
 
- WheelOnJTag(String, String) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnJTag
 
- 
Builds a transition triggered by a mouse wheel event with any modifier on a tagged component.
 
- WheelOnJTag(Class, String) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnJTag
 
- 
Builds a transition triggered by a mouse wheel event with any modifier on a tagged component.
 
- WheelOnJTag(JTag, String) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnJTag
 
- 
Builds a transition triggered by a mouse wheel event with any modifier on a tagged component.
 
- WheelOnJTag(String, int, String) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnJTag
 
- 
Builds a transition triggered by a mouse wheel event on a tagged component.
 
- WheelOnJTag(Class, int, String) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnJTag
 
- 
Builds a transition triggered by a mouse wheel event on a tagged component.
 
- WheelOnJTag(JTag, int, String) - Constructor for class fr.lri.swingstates.sm.jtransitions.WheelOnJTag
 
- 
Builds a transition triggered by a mouse wheel event on a tagged component.
 
- WheelOnShape - Class in fr.lri.swingstates.canvas.transitions
 
- 
A transition triggered by a mouse wheel event on a CShape with no mouse
 button down.
 
- WheelOnShape() - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnShape
 
- 
Builds a transition triggered by a mouse wheel event with mo modifier
 down on a CShape that loops on the current state.
 
- WheelOnShape(int) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnShape
 
- 
Builds a transition triggered by a mouse wheel event on a CShape that
 loops on the current state.
 
- WheelOnShape(String) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnShape
 
- 
Builds a transition triggered by a mouse wheel event with any
 modifier on a CShape.
 
- WheelOnShape(int, String) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnShape
 
- 
Builds a transition triggered by a mouse wheel event on a CShape.
 
- WheelOnTag - Class in fr.lri.swingstates.canvas.transitions
 
- 
A transition triggered by a mouse wheel event with no button pressed on a
 CShape with a given tag.
 
- WheelOnTag(String) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnTag
 
- 
Builds a transition triggered by a mouse wheel event with any
 modifier on a tagged CShape that loops on the current state.
 
- WheelOnTag(Class) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnTag
 
- 
Builds a transition triggered by a mouse wheel event with any
 modifier on a tagged CShape that loops on the current state.
 
- WheelOnTag(CTag) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnTag
 
- 
Builds a transition triggered by a mouse wheel event with any
 modifier on a tagged CShape that loops on the current state.
 
- WheelOnTag(String, int) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnTag
 
- 
Builds a transition triggered by a mouse wheel event on a tagged
 CShape that loops on the current state.
 
- WheelOnTag(Class, int) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnTag
 
- 
Builds a transition triggered by a mouse wheel event on a tagged
 CShape that loops on the current state.
 
- WheelOnTag(CTag, int) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnTag
 
- 
Builds a transition triggered by a mouse wheel event on a tagged
 CShape that loops on the current state.
 
- WheelOnTag(String, String) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnTag
 
- 
Builds a transition triggered by a mouse wheel event with any
 modifier on a tagged CShape.
 
- WheelOnTag(Class, String) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnTag
 
- 
Builds a transition triggered by a mouse wheel event with any
 modifier on a tagged CShape.
 
- WheelOnTag(CTag, String) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnTag
 
- 
Builds a transition triggered by a mouse wheel event with any
 modifier on a tagged CShape.
 
- WheelOnTag(String, int, String) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnTag
 
- 
Builds a transition triggered by a mouse wheel event on a tagged
 CShape.
 
- WheelOnTag(Class, int, String) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnTag
 
- 
Builds a transition triggered by a mouse wheel event on a tagged
 CShape.
 
- WheelOnTag(CTag, int, String) - Constructor for class fr.lri.swingstates.canvas.transitions.WheelOnTag
 
- 
Builds a transition triggered by a mouse wheel event on a tagged
 CShape.
 
- widgetChanged() - Method in class fr.lri.swingstates.canvas.CDynamicWidget
 
- 
Requests a refresh of the CWidget.
 
- widgetChanged() - Method in class fr.lri.swingstates.canvas.CWidget
 
- 
Requests a refresh of the CWidget.
 
- windowVisualization(StateMachine) - Static method in class fr.lri.swingstates.debug.StateMachineVisualization
 
- 
Builds a canvas that displays a state machine
 and adds it to en independant JFrame.
 
- write(DataOutputStream) - Method in class fr.lri.swingstates.gestures.Gesture
 
-  
 
- write(DataOutputStream) - Method in class fr.lri.swingstates.gestures.GestureClass
 
-