|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HighscoreEntry | |
|---|---|
| com.antelmann.game | This package contains packages to support game implementations. |
| com.antelmann.game.quiz | This package contains an implementation for quiz games. |
| Uses of HighscoreEntry in com.antelmann.game |
|---|
| Methods in com.antelmann.game with parameters of type HighscoreEntry | |
|---|---|
int |
HighscoreEntry.compareTo(HighscoreEntry entry)
|
| Method parameters in com.antelmann.game with type arguments of type HighscoreEntry | |
|---|---|
void |
HighscoreTableModel.refresh(Collection<HighscoreEntry> col)
|
| Constructor parameters in com.antelmann.game with type arguments of type HighscoreEntry | |
|---|---|
HighscoreTableModel(Collection<HighscoreEntry> col)
|
|
| Uses of HighscoreEntry in com.antelmann.game.quiz |
|---|
| Fields in com.antelmann.game.quiz with type parameters of type HighscoreEntry | |
|---|---|
protected List<HighscoreEntry> |
DemoQuizFrame.highscoreList
|
| Methods in com.antelmann.game.quiz that return HighscoreEntry | |
|---|---|
HighscoreEntry |
QuizListener.quizFinished(String user,
Question[] q,
int[] answer,
long[] time)
|
HighscoreEntry |
DemoQuizFrame.quizFinished(String user,
Question[] q,
int[] answers,
long[] times)
|
| Methods in com.antelmann.game.quiz that return types with arguments of type HighscoreEntry | |
|---|---|
List<HighscoreEntry> |
DemoQuizFrame.getHighscores()
returns an unmodifiable view |
static List<HighscoreEntry> |
DemoQuizFrame.loadHighscores(File file)
|
| Constructor parameters in com.antelmann.game.quiz with type arguments of type HighscoreEntry | |
|---|---|
DemoQuizFrame(List<Question> questionList,
int numberOfQuestions,
Collection<HighscoreEntry> scores,
ImageIcon logo,
Font font)
|
|
DemoQuizFrame(List<Question> questionList,
int numberOfQuestions,
Collection<HighscoreEntry> scores,
ImageIcon logo,
Font font,
Properties props)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||