Index
All Classes and Interfaces|All Packages
A
- attach(Observer) - Method in class fr.univlille.iutinfo.observe.Subject
C
- Controller - Class in fr.univlille.iutinfo.fxml
-
This abstract class set the minimum requirement to be a JavaFXML controller
- Controller(String) - Constructor for class fr.univlille.iutinfo.fxml.Controller
-
Controller constructor.
D
- detach(Observer) - Method in class fr.univlille.iutinfo.observe.Subject
E
- ElementController - Class in fr.univlille.iutinfo.fxml
-
This abstract class set the minimum requirement to be a FXML Element controller
- ElementController(String) - Constructor for class fr.univlille.iutinfo.fxml.ElementController
-
Element controller constructor.
F
- fr.univlille.iutinfo.fxml - package fr.univlille.iutinfo.fxml
- fr.univlille.iutinfo.observe - package fr.univlille.iutinfo.observe
- fxmlPath - Variable in class fr.univlille.iutinfo.fxml.Controller
-
A
Stringrepresenting the fxml file path.
G
- getRoot() - Method in class fr.univlille.iutinfo.fxml.Controller
- getScene() - Method in class fr.univlille.iutinfo.fxml.SceneController
- getStage() - Method in class fr.univlille.iutinfo.fxml.SceneController
- getTitle() - Method in class fr.univlille.iutinfo.fxml.SceneController
I
- initialize() - Method in class fr.univlille.iutinfo.fxml.Controller
-
That method is called by the
FXMLLoader, it generally used to add all the event handler.
L
- listeObserver - Variable in class fr.univlille.iutinfo.observe.Subject
N
- notifyObservers() - Method in class fr.univlille.iutinfo.observe.Subject
- notifyObservers(E) - Method in class fr.univlille.iutinfo.observe.Subject
O
- Observer<T,
E> - Interface in fr.univlille.iutinfo.observe
R
- root - Variable in class fr.univlille.iutinfo.fxml.Controller
-
A
Parentused to store root element of fxml file.
S
- scene - Variable in class fr.univlille.iutinfo.fxml.SceneController
-
A
Scenecontainer to containParentroot attribute. - SceneController - Class in fr.univlille.iutinfo.fxml
-
This abstract class set the minimum requirement to be a JavaFXML Scene controller
- SceneController(String, String, Stage) - Constructor for class fr.univlille.iutinfo.fxml.SceneController
-
Scene controller constructor
- stage - Variable in class fr.univlille.iutinfo.fxml.SceneController
-
The
Stagewhere display current scene. - Subject<E> - Class in fr.univlille.iutinfo.observe
- Subject() - Constructor for class fr.univlille.iutinfo.observe.Subject
T
- title - Variable in class fr.univlille.iutinfo.fxml.SceneController
-
The stage's title.
U
- update(T) - Method in interface fr.univlille.iutinfo.observe.Observer
- update(T, E) - Method in interface fr.univlille.iutinfo.observe.Observer
- updateStage() - Method in class fr.univlille.iutinfo.fxml.Controller
-
This method load the FXML element into the
Stageattribute. - updateStage() - Method in class fr.univlille.iutinfo.fxml.ElementController
-
This method load the FXML element into the
Parentroot attribute. - updateStage() - Method in class fr.univlille.iutinfo.fxml.SceneController
-
This method load the FXML element into the
Stageattribute.
All Classes and Interfaces|All Packages