A B C D E F G H I K L M N O P Q R S T U V W

G

gainedFocus - Variable in class edu.jhu.cs.oose.elevel.AdvancedEditCard.DrawingGraphicsScene
Indicates if the element has gained focus
gainedFocus - Variable in class edu.jhu.cs.oose.elevel.AdvancedEditCard.FocusingTextEdit
Indicates if the element has gained focus
getAdditionalInfo() - Method in class edu.jhu.cs.oose.elevel.dataModel.Card
Returns the additional information associated with this card
getAnswer() - Method in class edu.jhu.cs.oose.elevel.dataModel.Card
Returns the answer associated with this Card
getButtons() - Method in class edu.jhu.cs.oose.elevel.AdvancedEditCard.DefaultToolBar
Get the list of the current buttons
getButtons() - Method in class edu.jhu.cs.oose.elevel.editing.DefaultToolBar
Get the list of the current buttons
getCard(int) - Method in class edu.jhu.cs.oose.elevel.dataModel.Deck
Returns the Card at the index of this deck
getCard() - Method in class edu.jhu.cs.oose.elevel.editing.EditCardWindow
Returns the Card currently being edited
getCards() - Method in class edu.jhu.cs.oose.elevel.dataModel.Deck
Returns the Collection of Cards in this Deck
getCurrentCard() - Method in class edu.jhu.cs.oose.elevel.utilities.ViewState
Helper method to get the current card of the current deck
getCurrentDeck() - Method in class edu.jhu.cs.oose.elevel.utilities.ViewState
return the current deck the user is on
getDate() - Method in class edu.jhu.cs.oose.elevel.dataModel.TestStat
Returns a String representing the date and time of this test
getDecks() - Method in class edu.jhu.cs.oose.elevel.utilities.ViewState
returns the list of all decks
getDeckStat() - Method in class edu.jhu.cs.oose.elevel.graphing.GraphWindow
Returns the set of DeckStats to be displayed
getDiskLocation() - Method in class edu.jhu.cs.oose.elevel.dataModel.Deck
Returns a String representing the location of this Deck on disk
getDragDropItem() - Method in class edu.jhu.cs.oose.elevel.AdvancedEditCard.dragDrop.DragDropMimeData
 
getDuration() - Method in class edu.jhu.cs.oose.elevel.dataModel.TestStat
Returns the test's duration in seconds
getEditWindow() - Method in class edu.jhu.cs.oose.elevel.AdvancedEditCard.EditCardGUI
Returns the EditCardWindow model this GUI is associated with
getFirstCard() - Method in class edu.jhu.cs.oose.elevel.dataModel.Deck
Helper method that returns the first card in the deck
getGraphWindow() - Method in class edu.jhu.cs.oose.elevel.graphing.GraphWindowGUI
Returns the GraphWindow model this GUI is associated with
getGUI() - Method in class edu.jhu.cs.oose.elevel.graphing.GraphWindow
Returns the GUI associated with this GraphWindow
getHint() - Method in class edu.jhu.cs.oose.elevel.dataModel.Card
Returns the hint associated with this card
getID() - Method in class edu.jhu.cs.oose.elevel.dataModel.Card
Returns the Card's deck-dependent ID.
getImage() - Method in class edu.jhu.cs.oose.elevel.AdvancedEditCard.DrawingGraphicsView
Get the current image display
getIncorrectlyAnsweredCards() - Method in class edu.jhu.cs.oose.elevel.dataModel.TestStat
returns the list of incorrectly answered cards
getInstance() - Static method in class edu.jhu.cs.oose.elevel.preferences.Preferences
Get the singleton instance of this class
getItem() - Method in enum edu.jhu.cs.oose.elevel.AdvancedEditCard.drawItems.DrawingType
 
getLastCard() - Method in class edu.jhu.cs.oose.elevel.dataModel.Deck
Helper method that returns the last card in the deck
getLocation() - Method in class edu.jhu.cs.oose.elevel.utilities.UploaderGUI
Returns the location of the saved file
getName() - Method in class edu.jhu.cs.oose.elevel.dataModel.Deck
Returns a String representing the name of this Deck
getNumDecks() - Method in class edu.jhu.cs.oose.elevel.utilities.ViewState
Returns the number of currently open decks
getOptions() - Method in class edu.jhu.cs.oose.elevel.dataModel.Card
Returns the Card's options
getPercentCorrect() - Method in class edu.jhu.cs.oose.elevel.dataModel.TestStat
Returns a double representing the percent accuracy on this test
getPercentSatus() - Method in class edu.jhu.cs.oose.elevel.testTaking.Test
 
getPreference(String) - Method in class edu.jhu.cs.oose.elevel.testTaking.Test
Gets the String value of the preference denoted by a String
getPreviousCard() - Method in class edu.jhu.cs.oose.elevel.editing.EditCardWindow
 
getPreviouslyOpenDecks() - Method in class edu.jhu.cs.oose.elevel.preferences.Preferences
Returns a list of file locations for the previously open decks
getQuestion() - Method in class edu.jhu.cs.oose.elevel.dataModel.Card
Returns the question associated with this Card
getScaledImage(int, int) - Method in class edu.jhu.cs.oose.elevel.AdvancedEditCard.DrawingGraphicsView
 
getScene() - Method in class edu.jhu.cs.oose.elevel.dataModel.CardSection
Returns the CardSection's associated DrawingGraphicsScene
getSetType() - Method in class edu.jhu.cs.oose.elevel.AdvancedEditCard.buttons.DrawingButtonGroup
Gets the type that has been currently set in the group
getStrings() - Method in class edu.jhu.cs.oose.elevel.AdvancedEditCard.DrawingGraphicsView
Get the concatenation of the all the strings in the scene
getTestingPreferences() - Method in class edu.jhu.cs.oose.elevel.preferences.Preferences
Returns a Map containing all the testing preferences
getTestStatistics() - Method in class edu.jhu.cs.oose.elevel.dataModel.Deck
Returns a Collection of TestStats representing the cumulative statistics of this deck
getTestWindow() - Method in class edu.jhu.cs.oose.elevel.testTaking.TestWindowGUI
Returns the Test model this GUI is associated with
getText() - Method in class edu.jhu.cs.oose.elevel.dataModel.CardSection
Returns the CardSection's associated String contents
getTitle() - Method in class edu.jhu.cs.oose.elevel.dataModel.Card
Returns the title associated with this card
getToolbar() - Method in class edu.jhu.cs.oose.elevel.editing.EditCardWindow
Return the ToolBar currently associated with this EditCardWindow
getType() - Method in interface edu.jhu.cs.oose.elevel.AdvancedEditCard.buttons.DrawingButton
 
getType() - Method in class edu.jhu.cs.oose.elevel.AdvancedEditCard.buttons.DrawingRadioButton
The current type associated with this button
getValue(String) - Method in class edu.jhu.cs.oose.elevel.preferences.Preferences
Get the preference with the specified name
graphDeck() - Method in class edu.jhu.cs.oose.elevel.MainWindow
 
GraphWindow - Class in edu.jhu.cs.oose.elevel.graphing
The underlying data model to be displayed in the associated GraphWindowGUI
GraphWindow(Deck) - Constructor for class edu.jhu.cs.oose.elevel.graphing.GraphWindow
 
GraphWindowGUI - Class in edu.jhu.cs.oose.elevel.graphing
GUI responsible for the view and controller for the underlying GraphWindow model
GraphWindowGUI(GraphWindow) - Constructor for class edu.jhu.cs.oose.elevel.graphing.GraphWindowGUI
 

A B C D E F G H I K L M N O P Q R S T U V W