Uses of Class
phenote.dataadapter.CharacterListManager

Packages that use CharacterListManager
phenote.dataadapter Generalized methods for creating customized Data Adapters 
phenote.edit   
 

Uses of CharacterListManager in phenote.dataadapter
 

Methods in phenote.dataadapter that return CharacterListManager
static CharacterListManager CharacterListManager.getCharListMan(java.lang.String group)
           
static CharacterListManager CharacterListManager.inst()
          Returns "default" CharacterListManager
static CharacterListManager CharacterListManager.main()
           
 

Constructors in phenote.dataadapter with parameters of type CharacterListManager
LoadSaveManager(CharacterListManager clManager)
           
 

Uses of CharacterListManager in phenote.edit
 

Methods in phenote.edit with parameters of type CharacterListManager
static CompoundTransaction CompoundTransaction.makeCopyTrans(java.util.List<CharacterI> charsToCopy, CharacterListManager clManager)
           
static CompoundTransaction CompoundTransaction.makeDelTrans(java.util.List<CharacterI> delChars, CharacterListManager clManager)
           
 

Constructors in phenote.edit with parameters of type CharacterListManager
AddTransaction(CharacterI chr, CharacterListManager clManager)
           
DeleteTransaction(CharacterI c, CharacterListManager clManager)