phenote.dataadapter.fly
Class FlyCharList

java.lang.Object
  extended by phenote.dataadapter.fly.FlyCharList

public class FlyCharList
extends java.lang.Object

Has a list of FlyCharacterIs for the clipboard for proformae


Constructor Summary
FlyCharList()
           
FlyCharList(CharacterListI charList)
           
 
Method Summary
 void addFlyChar(FlyCharacter flyChar)
           
 CharacterListI getCharacterList()
           
 FlyCharacter getFlyCharacter(int i)
          FlyCharacterI??
 java.util.List<FlyCharacter> getFlyCharList()
          for proformae
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlyCharList

FlyCharList(CharacterListI charList)

FlyCharList

public FlyCharList()
Method Detail

addFlyChar

public void addFlyChar(FlyCharacter flyChar)

getCharacterList

public CharacterListI getCharacterList()

getFlyCharList

public java.util.List<FlyCharacter> getFlyCharList()
for proformae


size

public int size()

getFlyCharacter

public FlyCharacter getFlyCharacter(int i)
FlyCharacterI??