Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
S
V
A
aboutButton
- Variable in class org.flashcards.
FlashCards
addListeners()
- Method in class org.flashcards.
FlashCards
Add listeners to components.
APP_TITLE
- Static variable in class org.flashcards.
FlashCards
B
back
- Variable in class org.flashcards.
Card
backButton
- Variable in class org.flashcards.
FlashCards
backColor
- Variable in class org.flashcards.
Card
borderLayout1
- Variable in class org.flashcards.
FlashCards
borderLayout2
- Variable in class org.flashcards.
FlashCards
buttonPanel
- Variable in class org.flashcards.
FlashCards
C
Card
- class org.flashcards.
Card
.
The Card class represents a flashcard, which has some text on the front and some text on the back.
Card()
- Constructor for class org.flashcards.
Card
Construct a new flashcard.
Card(String, String)
- Constructor for class org.flashcards.
Card
Construct a new flashcard with front and back set to the given text.
CardDeck
- class org.flashcards.
CardDeck
.
The CardDeck class represents a deck of flash cards.
CardDeck()
- Constructor for class org.flashcards.
CardDeck
Construct an empty card deck.
cardLabel
- Variable in class org.flashcards.
FlashCards
cardLayout1
- Variable in class org.flashcards.
FlashCards
cardPanel
- Variable in class org.flashcards.
FlashCards
controlPanel
- Variable in class org.flashcards.
FlashCards
countPanel
- Variable in class org.flashcards.
FlashCards
currentCard
- Variable in class org.flashcards.
FlashCards
currentCardIndex
- Variable in class org.flashcards.
FlashCards
D
deck
- Variable in class org.flashcards.
FlashCards
deckFile
- Variable in class org.flashcards.
CardDeck
E
enableButtons(boolean)
- Method in class org.flashcards.
FlashCards
Enable/disable the buttons (except for load, which is always enabled).
exit()
- Method in class org.flashcards.
FlashCards
Exit the application.
F
fileChooser
- Variable in class org.flashcards.
FlashCards
firstButton
- Variable in class org.flashcards.
FlashCards
FlashCards
- class org.flashcards.
FlashCards
.
This is the the main class for the FlashCards application.
FlashCards()
- Constructor for class org.flashcards.
FlashCards
Construct the FlashCards frame.
flip()
- Method in class org.flashcards.
Card
Flip the card.
flipAll()
- Method in class org.flashcards.
CardDeck
Flip all cards in the deck.
flipAllButton
- Variable in class org.flashcards.
FlashCards
flipAllCards()
- Method in class org.flashcards.
FlashCards
Flip the deck.
flipButton
- Variable in class org.flashcards.
FlashCards
flipCard()
- Method in class org.flashcards.
FlashCards
Flip the current card.
front
- Variable in class org.flashcards.
Card
frontColor
- Variable in class org.flashcards.
Card
G
getBack()
- Method in class org.flashcards.
Card
Return the back of the flashcard.
getBackColor()
- Method in class org.flashcards.
Card
Return the back color.
getCard(int)
- Method in class org.flashcards.
CardDeck
Return the card at the given index.
getFile()
- Method in class org.flashcards.
CardDeck
Get the deck file.
getFront()
- Method in class org.flashcards.
Card
Return the front of the flashcard.
getFrontColor()
- Method in class org.flashcards.
Card
Return the front color.
H
horizontalGridLayout
- Variable in class org.flashcards.
FlashCards
I
infoButton
- Variable in class org.flashcards.
FlashCards
J
jbInit()
- Method in class org.flashcards.
FlashCards
Initialize UI components.
L
lastButton
- Variable in class org.flashcards.
FlashCards
load(File)
- Method in class org.flashcards.
CardDeck
Load a flash card deck from a file with the given name.
loadButton
- Variable in class org.flashcards.
FlashCards
loadDeck()
- Method in class org.flashcards.
FlashCards
Load deck from text file.
M
main(String[])
- Static method in class org.flashcards.
FlashCards
Start the application.
N
nextButton
- Variable in class org.flashcards.
FlashCards
O
org.flashcards
- package org.flashcards
S
setBack(String)
- Method in class org.flashcards.
Card
Set the back of the flashcard to the given text.
setBackColor(Color)
- Method in class org.flashcards.
Card
Set the back color.
setFront(String)
- Method in class org.flashcards.
Card
Set the front of the flashcard to the given text.
setFrontColor(Color)
- Method in class org.flashcards.
Card
Set the front color.
showAbout()
- Method in class org.flashcards.
FlashCards
Show application description, author, copyright, ...
showCard()
- Method in class org.flashcards.
FlashCards
Show the current card.
showDeckInfo()
- Method in class org.flashcards.
FlashCards
Show deck information.
showFirstCard()
- Method in class org.flashcards.
FlashCards
Show the first card.
showLastCard()
- Method in class org.flashcards.
FlashCards
Show the last card.
showNextCard()
- Method in class org.flashcards.
FlashCards
Show the next card.
showPreviousCard()
- Method in class org.flashcards.
FlashCards
Show the previous card.
shuffle()
- Method in class org.flashcards.
CardDeck
Shuffle the deck.
shuffleButton
- Variable in class org.flashcards.
FlashCards
shuffleDeck()
- Method in class org.flashcards.
FlashCards
Shuffle the deck.
statLabel
- Variable in class org.flashcards.
FlashCards
V
VERSION
- Static variable in class org.flashcards.
FlashCards
A
B
C
D
E
F
G
H
I
J
L
M
N
O
S
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES