Home
last modified time | relevance | path

Searched refs:pgnList (Results 1 – 1 of 1) sorted by relevance

/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DGameTable.java38 private Vector pgnList = new Vector(); field in GameTable
110 pgnList.add(pgnData); in addGame()
113 int index = pgnList.size() - 1; in addGame()
120 return (String) pgnList.get(index); in getPGN()
123 pgnList.set(index, pgnData); in setPGN()
136 pgnList.clear(); in clear()
144 return pgnList.size(); in getGameCount()
160 pgnList.remove(index); in removeGame()