Package | Description |
---|---|
ui.entities.gamebase | |
ui.entities.gamebase.service | |
ui.gamebase |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<Games,String> |
Games_.comment |
static javax.persistence.metamodel.SingularAttribute<Games,String> |
Games_.filename |
static javax.persistence.metamodel.SingularAttribute<Games,Integer> |
Games_.filenameIdx |
static javax.persistence.metamodel.SingularAttribute<Games,String> |
Games_.fileToRun |
static javax.persistence.metamodel.SingularAttribute<Games,Genres> |
Games_.genres |
static javax.persistence.metamodel.SingularAttribute<Games,Integer> |
Games_.id |
static javax.persistence.metamodel.SingularAttribute<Games,Musicians> |
Games_.musicians |
static javax.persistence.metamodel.SingularAttribute<Games,String> |
Games_.name |
static javax.persistence.metamodel.SingularAttribute<Games,Programmers> |
Games_.programmers |
static javax.persistence.metamodel.SingularAttribute<Games,Publishers> |
Games_.publishers |
static javax.persistence.metamodel.SingularAttribute<Games,String> |
Games_.screenshotFilename |
static javax.persistence.metamodel.SingularAttribute<Games,String> |
Games_.sidFilename |
static javax.persistence.metamodel.SingularAttribute<Games,Years> |
Games_.years |
Modifier and Type | Method and Description |
---|---|
Games |
Genres.getGames() |
Games |
Publishers.getGames() |
Games |
PGenres.getGames() |
Games |
Musicians.getGames() |
Games |
Programmers.getGames() |
Games |
Years.getGames() |
Modifier and Type | Method and Description |
---|---|
void |
Genres.setGames(Games games) |
void |
Publishers.setGames(Games games) |
void |
PGenres.setGames(Games games) |
void |
Musicians.setGames(Games games) |
void |
Programmers.setGames(Games games) |
void |
Years.setGames(Games games) |
Modifier and Type | Method and Description |
---|---|
List<Games> |
GamesService.select(char firstLetter) |
Modifier and Type | Method and Description |
---|---|
javafx.scene.control.TableView<Games> |
GameBasePage.getGamebaseTable() |
Modifier and Type | Method and Description |
---|---|
protected void |
GameBasePage.startGame(Games game) |
Copyright © 2018 Ken Händel. All rights reserved.