Uses of Class
hmi.elckerlyc.anticipator.Anticipator

Packages that use Anticipator
hmi.elckerlyc The Hmi BML realizer Elckerlyc. 
hmi.elckerlyc.anticipator   
hmi.elckerlyc.anticipator.gui   
hmi.elckerlyc.scheduler   
 

Uses of Anticipator in hmi.elckerlyc
 

Methods in hmi.elckerlyc with parameters of type Anticipator
 void ElckerlycRealizer.addAnticipator(String id, Anticipator ap)
          Add an Anticipator to the scheduler, to interact with the synchronisation points in the BML
 

Uses of Anticipator in hmi.elckerlyc.anticipator
 

Subclasses of Anticipator in hmi.elckerlyc.anticipator
 class MetronomeAnticipator
           
 class SpaceBarAnticipator
           
 class SpaceBarTempoAnticipator
           
 

Uses of Anticipator in hmi.elckerlyc.anticipator.gui
 

Fields in hmi.elckerlyc.anticipator.gui declared as Anticipator
protected  Anticipator SpaceBarTempoAnticipatorVisualization.anticipator
           
 

Constructors in hmi.elckerlyc.anticipator.gui with parameters of type Anticipator
JPanelSpaceBarTempoAnticipatorVisualization(JPanel jpPress, JPanel jpPredict, KeyInfo keyInfo, Anticipator ant)
           
SpaceBarTempoAnticipatorVisualization(Anticipator a)
           
 

Uses of Anticipator in hmi.elckerlyc.scheduler
 

Fields in hmi.elckerlyc.scheduler with type parameters of type Anticipator
private  Map<String,Anticipator> BMLScheduler.anticipators
           
 

Methods in hmi.elckerlyc.scheduler that return Anticipator
 Anticipator BMLScheduler.getAnticipator(String a)
           
 

Methods in hmi.elckerlyc.scheduler with parameters of type Anticipator
 void BMLScheduler.addAnticipator(String id, Anticipator ap)
          Adds an anticipator