Index
All Classes and Interfaces|All Packages|Constant Field Values
D
- DataChanges - Class in ViewModel
- DataChanges(char, int, int) - Constructor for class ViewModel.DataChanges
- Dictionary - Class in Model.gameClasses
- Dictionary(String...) - Constructor for class Model.gameClasses.Dictionary
-
The Dictionary constructor gets string(s) of file(s) name(s) and create a LRU cache for placing the exist words and LFU for the notExists
- dictionaryLegal(Word) - Method in class Model.gameClasses.Board
-
Checks if the word is a valid word from the game dictionary
- DictionaryManager - Class in Model.gameClasses
- DictionaryManager() - Constructor for class Model.gameClasses.DictionaryManager
-
the DictionaryManager constructor creates a HashMap.
- DISCONNECT_FROM_SERVER - Static variable in class General.MethodsNames
- drawBoard() - Method in class View.bookscrabbleapp.InGameController
-
this function iterates through the boardStatus and draws the board
All Classes and Interfaces|All Packages|Constant Field Values