public class MenuController
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private
EstadosFinales
|
estadosFinales
|
private javafx.scene.control.MenuBar |
menuBar
|
private javafx.scene.control.MenuItem |
menuIndiv
|
private javafx.scene.control.MenuItem |
menuLote
|
Constructor and Description |
---|
MenuController()
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
agregarGatos(java.lang.String string)
Agregar un gato al inicio y al final de un string si no
existen
|
protected void |
cargarTransiciones()
Menu opción cargar transiciones
|
protected void |
reconoceIndividual()
Menu opción reconocimiento individual
|
protected void |
reconoceLote()
Menu opción reconocimiento lote
|
private javafx.scene.control.MenuBar menuBar
private javafx.scene.control.MenuItem menuIndiv
private javafx.scene.control.MenuItem menuLote
private EstadosFinales estadosFinales
protected void cargarTransiciones() throws java.lang.Exception
java.lang.Exception
- La excepciónprotected void reconoceIndividual() throws java.lang.Exception
java.lang.Exception
- La excepciónprotected void reconoceLote() throws java.lang.Exception
java.lang.Exception
- La excepciónprivate java.lang.String agregarGatos(java.lang.String string)
string
- El string a agregar los gatos