Uses of Class
net.sourceforge.agora.simulator.model.BlotterEntry

Packages that use BlotterEntry
net.sourceforge.agora.simulator.control   
net.sourceforge.agora.simulator.model   
net.sourceforge.agora.simulator.view   
 

Uses of BlotterEntry in net.sourceforge.agora.simulator.control
 

Methods in net.sourceforge.agora.simulator.control with parameters of type BlotterEntry
 void BlotterListener.writeBlotterEntry(BlotterEntry blotterEntry)
          Write blotter entry.
 

Uses of BlotterEntry in net.sourceforge.agora.simulator.model
 

Methods in net.sourceforge.agora.simulator.model that return BlotterEntry
 BlotterEntry FIXAgoraSimulatorTableModel.getBlotterEntry(int row)
          Gets the blotter entry.
 

Methods in net.sourceforge.agora.simulator.model with parameters of type BlotterEntry
 void FIXAgoraSimulatorTableModel.addBlotterEntry(BlotterEntry blotterEntry)
          Adds the blotter entry.
 

Uses of BlotterEntry in net.sourceforge.agora.simulator.view
 

Methods in net.sourceforge.agora.simulator.view with parameters of type BlotterEntry
 void FIXAgoraSimulator.writeBlotterEntry(BlotterEntry blotterEntry)