Uses of Class
phenote.dataadapter.fly.FlyCharacter

Packages that use FlyCharacter
phenote.dataadapter.fly   
 

Uses of FlyCharacter in phenote.dataadapter.fly
 

Methods in phenote.dataadapter.fly that return FlyCharacter
 FlyCharacter FlyCharList.getFlyCharacter(int i)
          FlyCharacterI??
 

Methods in phenote.dataadapter.fly that return types with arguments of type FlyCharacter
 java.util.List<FlyCharacter> FlyCharList.getFlyCharList()
          for proformae
 

Methods in phenote.dataadapter.fly with parameters of type FlyCharacter
 void FlyCharList.addFlyChar(FlyCharacter flyChar)