public class ConfigController
extends java.lang.Object
implements javafx.fxml.Initializable
| Modifier and Type | Field and Description |
|---|---|
private javafx.scene.control.ComboBox<java.lang.Integer> |
colors
El color ComboBox.
|
private java.util.ResourceBundle |
resourceBundle
Donde está guardado los idiomas.
|
| Constructor and Description |
|---|
ConfigController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
changeColor()
Guardar los colores maximo a usar.
|
protected void |
closeConfig()
Cerrar la venta de configuración.
|
void |
handleWindowShownEvent()
Este metodo es para el evento de windowshown.
|
void |
initialize(java.net.URL location,
java.util.ResourceBundle resourceBundle)
Inicializar todos los datos y dibujar las graficas.
|
private javafx.scene.control.ComboBox<java.lang.Integer> colors
private java.util.ResourceBundle resourceBundle
public void initialize(java.net.URL location,
java.util.ResourceBundle resourceBundle)
initialize in interface javafx.fxml.Initializablelocation - URL: El URL de fxml en uso.resourceBundle - ResourceBundle: Tiene datos de idioma.protected void changeColor()
protected void closeConfig()
public void handleWindowShownEvent()