Uses of Class
net.japanesechess.record.ShogiRecord

Packages that use ShogiRecord
net.japanesechess   
net.japanesechess.psn   
net.japanesechess.view   
 

Uses of ShogiRecord in net.japanesechess
 

Methods in net.japanesechess with parameters of type ShogiRecord
 void ShogiRecordListener.useRecord(ShogiRecord sr)
           
 

Uses of ShogiRecord in net.japanesechess.psn
 

Fields in net.japanesechess.psn declared as ShogiRecord
private  ShogiRecord PsnFileProcessor.sr
           
 

Fields in net.japanesechess.psn with type parameters of type ShogiRecord
(package private)  java.util.ArrayList<ShogiRecord> PsnFile.records
           
 

Methods in net.japanesechess.psn that return types with arguments of type ShogiRecord
 java.util.ArrayList<ShogiRecord> PsnFile.getRecords()
           
 

Methods in net.japanesechess.psn with parameters of type ShogiRecord
 void PsnFileProcessor.savePsn(java.awt.Frame frm, ShogiRecord sr)
           
 void PsnFileProcessor.savePsn(ShogiRecord sr)
           
 

Method parameters in net.japanesechess.psn with type arguments of type ShogiRecord
 void PsnFile.setRecords(java.util.ArrayList<ShogiRecord> records)
           
 

Uses of ShogiRecord in net.japanesechess.view
 

Fields in net.japanesechess.view declared as ShogiRecord
(package private)  ShogiRecord RecordsFrame.currentRecord