From 8dde75960ccc6754c4afb7fc468d06db192868dd Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Thu, 29 Jun 2017 22:59:55 -0400 Subject: [PATCH] Modified interface and fixed various things --- doc/allclasses-frame.html | 5 +- doc/allclasses-noframe.html | 5 +- doc/constant-values.html | 4 +- doc/deprecated-list.html | 4 +- doc/help-doc.html | 4 +- doc/index-files/index-1.html | 8 +- doc/index-files/index-10.html | 45 +- doc/index-files/index-11.html | 31 +- doc/index-files/index-12.html | 62 +- doc/index-files/index-13.html | 38 +- doc/index-files/index-14.html | 135 +++++ doc/index-files/index-15.html | 143 +++++ doc/index-files/index-2.html | 8 +- doc/index-files/index-3.html | 8 +- doc/index-files/index-4.html | 8 +- doc/index-files/index-5.html | 18 +- doc/index-files/index-6.html | 8 +- doc/index-files/index-7.html | 18 +- doc/index-files/index-8.html | 14 +- doc/index-files/index-9.html | 22 +- doc/index.html | 2 +- doc/mt/Automata.html | 16 +- doc/mt/Enlace.html | 40 +- doc/mt/Estado.html | 4 +- doc/mt/LeerXML.SimpleErrorHandler.html | 8 +- doc/mt/LeerXML.html | 4 +- doc/mt/ListaCargada.html | 531 ++++++++++++++++++ doc/mt/MT.html | 44 +- doc/mt/Maquina.html | 10 +- doc/mt/MenuController.html | 74 ++- doc/mt/class-use/Automata.html | 4 +- doc/mt/class-use/Enlace.html | 4 +- doc/mt/class-use/Estado.html | 4 +- .../class-use/LeerXML.SimpleErrorHandler.html | 4 +- doc/mt/class-use/LeerXML.html | 4 +- doc/mt/class-use/ListaCargada.html | 124 ++++ doc/mt/class-use/MT.html | 4 +- doc/mt/class-use/Maquina.html | 4 +- doc/mt/class-use/MenuController.html | 4 +- doc/mt/package-frame.html | 5 +- doc/mt/package-summary.html | 12 +- doc/mt/package-tree.html | 6 +- doc/mt/package-use.html | 4 +- doc/overview-tree.html | 6 +- src/mt/ListaCargada.java | 43 ++ src/mt/MenuController.java | 73 ++- src/mt/menu.fxml | 6 +- src/mt/mt.css | 20 + src/mt/mt.fxml | 5 +- src/mt/tabla.fxml | 13 +- 50 files changed, 1420 insertions(+), 250 deletions(-) create mode 100644 doc/index-files/index-14.html create mode 100644 doc/index-files/index-15.html create mode 100644 doc/mt/ListaCargada.html create mode 100644 doc/mt/class-use/ListaCargada.html create mode 100644 src/mt/ListaCargada.java diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html index 227f63c..36cb94e 100644 --- a/doc/allclasses-frame.html +++ b/doc/allclasses-frame.html @@ -2,9 +2,9 @@ - + All Classes - + @@ -16,6 +16,7 @@
  • Enlace
  • Estado
  • LeerXML
  • +
  • ListaCargada
  • Maquina
  • MenuController
  • MT
  • diff --git a/doc/allclasses-noframe.html b/doc/allclasses-noframe.html index e4b9c2c..9d6ff8f 100644 --- a/doc/allclasses-noframe.html +++ b/doc/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes - + @@ -16,6 +16,7 @@
  • Enlace
  • Estado
  • LeerXML
  • +
  • ListaCargada
  • Maquina
  • MenuController
  • MT
  • diff --git a/doc/constant-values.html b/doc/constant-values.html index 9631681..a652774 100644 --- a/doc/constant-values.html +++ b/doc/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values - + diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html index df28a1e..cf78952 100644 --- a/doc/deprecated-list.html +++ b/doc/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List - + diff --git a/doc/help-doc.html b/doc/help-doc.html index eb77936..03e661e 100644 --- a/doc/help-doc.html +++ b/doc/help-doc.html @@ -2,9 +2,9 @@ - + API Help - + diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html index 8569e42..7f90514 100644 --- a/doc/index-files/index-1.html +++ b/doc/index-files/index-1.html @@ -2,9 +2,9 @@ - + A-Index - + @@ -69,7 +69,7 @@
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 

    A

    @@ -81,7 +81,7 @@ - Constructor for class mt.Automata
     
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 
    diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html index bf4b931..62864b7 100644 --- a/doc/index-files/index-10.html +++ b/doc/index-files/index-10.html @@ -2,9 +2,9 @@ - - S-Index - + + Q-Index + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ + + + + + +
    + + + + + + + +
    + + +
    + A C E F G I L M P Q R S T V W  + + +

    V

    +
    +
    + validarXML(File) + - Method in class mt.LeerXML
    +
    +
    Este metodo se usa para validar el XML.
    +
    +
    + A C E F G I L M P Q R S T V W  +
    + +
    + + + + + + + +
    + + + + diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html new file mode 100644 index 0000000..e065b30 --- /dev/null +++ b/doc/index-files/index-15.html @@ -0,0 +1,143 @@ + + + + + + W-Index + + + + + + + + +
    + + + + + + + +
    + + +
    + A C E F G I L M P Q R S T V W  + + +

    W

    +
    +
    + warning(SAXParseException) + - Method in class mt.LeerXML.SimpleErrorHandler +
    +
    +
    Un warning
    +
    +
    + warning(SAXParseException) + - Method in class mt.LeerXML.SimpleErrorHandler +
    +
    +
    Un warning
    +
    +
    + A C E F G I L M P Q R S T V W  +
    + +
    + + + + + + + +
    + + + + diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html index 9ddb568..055808e 100644 --- a/doc/index-files/index-2.html +++ b/doc/index-files/index-2.html @@ -2,9 +2,9 @@ - + C-Index - + @@ -69,7 +69,7 @@
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 

    C

    @@ -92,7 +92,7 @@ - Method in class mt.Estado
     
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 
    diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html index d42b7f6..7d6a426 100644 --- a/doc/index-files/index-3.html +++ b/doc/index-files/index-3.html @@ -2,9 +2,9 @@ - + E-Index - + @@ -69,7 +69,7 @@
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 

    E

    @@ -111,7 +111,7 @@ mt.Automata
     
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 
    diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html index ada57b9..7a5e101 100644 --- a/doc/index-files/index-4.html +++ b/doc/index-files/index-4.html @@ -2,9 +2,9 @@ - + F-Index - + @@ -69,7 +69,7 @@
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 

    F

    @@ -94,7 +94,7 @@
    Arreglar el archivo de XML si no es valido.
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 
    diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html index e408e2c..bd30980 100644 --- a/doc/index-files/index-5.html +++ b/doc/index-files/index-5.html @@ -2,9 +2,9 @@ - + G-Index - + @@ -69,7 +69,7 @@
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 

    G

    @@ -86,12 +86,22 @@
    getMovimiento() - Method in class mt.Enlace
     
    +
    getPrimer() - Method in + class mt.ListaCargada
    +
    +
    Gets the value of the property primer.
    +
    getQ() - Method in class mt.Estado
     
    getQj() - Method in class mt.Enlace
     
    +
    getSegundo() - Method in + class mt.ListaCargada
    +
    +
    Gets the value of the property segundo.
    +
    getSi() - Method in class mt.Enlace
     
    @@ -99,7 +109,7 @@ mt.Enlace
     
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 
    diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html index e7037b1..e33cac4 100644 --- a/doc/index-files/index-6.html +++ b/doc/index-files/index-6.html @@ -2,9 +2,9 @@ - + I-Index - + @@ -69,7 +69,7 @@
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 

    I

    @@ -81,7 +81,7 @@
    Inicialicar el menu con el idioma.
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 
    diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html index de7d81e..4b37347 100644 --- a/doc/index-files/index-7.html +++ b/doc/index-files/index-7.html @@ -2,9 +2,9 @@ - + L-Index - + @@ -69,7 +69,7 @@
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 

    L

    @@ -92,8 +92,18 @@
    Esta clase se usa para comprobar que el XML es valido.
    +
    ListaCargada - Class + in mt
    +
     
    +
    + ListaCargada(SimpleStringProperty, SimpleStringProperty) + - Constructor for class mt.ListaCargada
    +
     
    +
    ListaCargada(String, String) + - Constructor for class mt.ListaCargada
    +
     
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 
    diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html index 16e6101..00cec7e 100644 --- a/doc/index-files/index-8.html +++ b/doc/index-files/index-8.html @@ -2,9 +2,9 @@ - + M-Index - + @@ -70,7 +70,7 @@
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 

    M

    @@ -104,6 +104,12 @@ - Constructor for class mt.MenuController
     
    +
    menuIndiv - + Variable in class mt.MenuController
    +
     
    +
    menuLote - + Variable in class mt.MenuController
    +
     
    mostrarMensaje(String, String) - Static method in class mt.MT
    @@ -124,7 +130,7 @@ mt.MT
     
    - A C E F G I L M Q S T V W  + A C E F G I L M P Q R S T V W 
    diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html index ae24492..32186f6 100644 --- a/doc/index-files/index-9.html +++ b/doc/index-files/index-9.html @@ -2,9 +2,9 @@ - - Q-Index - + + P-Index + @@ -12,7 +12,7 @@ @@ -246,22 +246,22 @@ extends java.lang.Object

    Method Detail

    - + - + diff --git a/doc/mt/Enlace.html b/doc/mt/Enlace.html index cab42da..4cbac49 100644 --- a/doc/mt/Enlace.html +++ b/doc/mt/Enlace.html @@ -2,9 +2,9 @@ - + Enlace - + @@ -338,15 +338,6 @@ extends java.lang.Object

    Method Detail

    - - - - @@ -356,13 +347,13 @@ extends java.lang.Object
    public char getSi()
    - + @@ -374,13 +365,13 @@ extends java.lang.Object
    public char getSj()
    -
    + @@ -392,13 +383,13 @@ extends java.lang.Object
    public char getMovimiento()
    -
    + @@ -410,6 +401,15 @@ extends java.lang.Object
    public Estado getQj()
    + + + + diff --git a/doc/mt/Estado.html b/doc/mt/Estado.html index 2cb91f6..3aa29ff 100644 --- a/doc/mt/Estado.html +++ b/doc/mt/Estado.html @@ -2,9 +2,9 @@ - + Estado - + diff --git a/doc/mt/LeerXML.SimpleErrorHandler.html b/doc/mt/LeerXML.SimpleErrorHandler.html index 164e3df..8dbcb13 100644 --- a/doc/mt/LeerXML.SimpleErrorHandler.html +++ b/doc/mt/LeerXML.SimpleErrorHandler.html @@ -2,9 +2,9 @@ - + LeerXML.SimpleErrorHandler - + @@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";