Uses of Class
org.extex.interpreter.interaction.Interaction

Packages that use Interaction
org.extex.engine This package contains the core engine of ExTeX
org.extex.interpreter This package contains the macro expansion engine and all supporting classes. 
org.extex.interpreter.context This package contains the container for data in the interpreter. 
org.extex.interpreter.context.observer.interaction This package contains definitions for a interaction change observer. 
org.extex.interpreter.interaction This package contains classes and interfaces for the interaction mode. 
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
 

Uses of Interaction in org.extex.engine
 

Methods in org.extex.engine with parameters of type Interaction
 void InteractionModeObserver.receiveInteractionChange(ContextInternals context, Interaction mode)
          Receive a notification on a count change.
 

Uses of Interaction in org.extex.interpreter
 

Methods in org.extex.interpreter that return Interaction
 Interaction Interpreter.getInteraction()
          Getter for the interaction mode.
 

Methods in org.extex.interpreter with parameters of type Interaction
 void Interpreter.setInteraction(Interaction interaction)
          Setter for the interaction mode.
 

Uses of Interaction in org.extex.interpreter.context
 

Methods in org.extex.interpreter.context that return Interaction
 Interaction ContextInteraction.getInteraction()
          Getter for the interaction.
 

Methods in org.extex.interpreter.context with parameters of type Interaction
 void ContextInteraction.setInteraction(Interaction interaction)
          Setter for the interaction in all requested groups.
 

Uses of Interaction in org.extex.interpreter.context.observer.interaction
 

Methods in org.extex.interpreter.context.observer.interaction with parameters of type Interaction
 void InteractionObserver.receiveInteractionChange(ContextInternals context, Interaction mode)
          Receive a notification on a count change.
 

Uses of Interaction in org.extex.interpreter.interaction
 

Fields in org.extex.interpreter.interaction declared as Interaction
static Interaction Interaction.BATCHMODE
          The constant BATCHMODE contains the constant for batch mode.
static Interaction Interaction.ERRORSTOPMODE
          The constant ERRORSTOPMODE contains the constant for error stop mode.
static Interaction Interaction.NONSTOPMODE
          The constant NONSTOPMODE contains the constant for non-stop mode.
static Interaction Interaction.SCROLLMODE
          The constant SCROLLMODE contains the constant for scroll mode.
 

Methods in org.extex.interpreter.interaction that return Interaction
static Interaction Interaction.get(int mode)
          This is a factory method for interaction modes.
static Interaction Interaction.get(java.lang.String mode)
          This is a factory method for interaction modes.
 

Methods in org.extex.interpreter.interaction with parameters of type Interaction
static int Interaction.get(Interaction mode)
          Find the integer number corresponding to an interaction
 

Uses of Interaction in org.extex.interpreter.max
 

Methods in org.extex.interpreter.max that return Interaction
 Interaction Max.getInteraction()
          Getter for the interaction mode.
 

Methods in org.extex.interpreter.max with parameters of type Interaction
 void Max.setInteraction(Interaction interaction)
          Setter for the interaction mode.
 

Uses of Interaction in org.extex.interpreter.max.context
 

Methods in org.extex.interpreter.max.context that return Interaction
 Interaction ContextImpl.getInteraction()
          Getter for the interaction.
 

Methods in org.extex.interpreter.max.context with parameters of type Interaction
 void ContextImpl.setInteraction(Interaction interaction)
          Setter for the interaction in all requested groups.