Se actualizaron pequeños detalles

This commit is contained in:
Ryuuji
2016-11-30 22:20:45 -04:00
parent 314ff3a891
commit 493a4e4b57
111 changed files with 1906 additions and 345 deletions

View File

@@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_111) on Wed Nov 30 17:59:12 GMT-04:00 2016 -->
<title>I-Index</title>
<!-- Generated by javadoc (1.8.0_111) on Wed Nov 30 22:18:04 GMT-04:00 2016 -->
<title>G-Index</title>
<meta name="date" content="2016-11-30">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="I-Index";
parent.document.title="G-Index";
}
}
catch(err) {
@@ -69,39 +69,41 @@
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">J</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">V</a>&nbsp;<a name="I:I">
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">J</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">O</a>&nbsp;<a href="index-13.html">P</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<a href="index-16.html">U</a>&nbsp;<a href="index-17.html">V</a>&nbsp;<a name="I:G">
<!-- -->
</a>
<h2 class="title">I</h2>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="../visual/panel/PanelResumen.html#iniciarTextFieldYLabel--">iniciarTextFieldYLabel()</a></span> - Method in class visual.panel.<a href="../visual/panel/PanelResumen.html" title="class in visual.panel">PanelResumen</a></dt>
<dt><span class="memberNameLink"><a href="../utiles/Cifrador.html#getInstance--">getInstance()</a></span> - Static method in class utiles.<a href="../utiles/Cifrador.html" title="class in utiles">Cifrador</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../control/ControlPrincipal.html#getLastRow--">getLastRow()</a></span> - Method in class control.<a href="../control/ControlPrincipal.html" title="class in control">ControlPrincipal</a></dt>
<dd>
<div class="block">Inicia los TextFields y Labels en el panel asignandole todos los datos
esperables para mas tarde poder asignarle sus datos.</div>
<div class="block">Entrega la ultima fila en el archivo</div>
</dd>
<dt><span class="memberNameLink"><a href="../control/ControlPrincipal.html#isFiled--">isFiled()</a></span> - Method in class control.<a href="../control/ControlPrincipal.html" title="class in control">ControlPrincipal</a></dt>
<dt><span class="memberNameLink"><a href="../control/ControlAdmin.html#getRow-int-">getRow(int)</a></span> - Method in class control.<a href="../control/ControlAdmin.html" title="class in control">ControlAdmin</a></dt>
<dd>
<div class="block">Comprueba si el archivo tiene contenido, se considera eso como verdadero
cuando el archivo contiene mas de 5 caracteres</div>
<div class="block">Entrega la fila correspondiente al id que se le proporciona</div>
</dd>
<dt><span class="memberNameLink"><a href="../utiles/Validador.html#isNumber-java.lang.String-">isNumber(String)</a></span> - Static method in class utiles.<a href="../utiles/Validador.html" title="class in utiles">Validador</a></dt>
<dt><span class="memberNameLink"><a href="../control/ControlPrincipal.html#getRow-int-">getRow(int)</a></span> - Method in class control.<a href="../control/ControlPrincipal.html" title="class in control">ControlPrincipal</a></dt>
<dd>
<div class="block">Comprueba si el string recibido corresponde con el formato de un int</div>
<div class="block">Entrega la fila correspondiente al id</div>
</dd>
<dt><span class="memberNameLink"><a href="../control/ControlAdmin.html#isUser-java.lang.String-">isUser(String)</a></span> - Method in class control.<a href="../control/ControlAdmin.html" title="class in control">ControlAdmin</a></dt>
<dt><span class="memberNameLink"><a href="../control/ControlAdmin.html#getRowCount--">getRowCount()</a></span> - Method in class control.<a href="../control/ControlAdmin.html" title="class in control">ControlAdmin</a></dt>
<dd>
<div class="block">Busca un usuario en el archivo e indica si existe o no</div>
<div class="block">Cantidad de filas que posee el archivo</div>
</dd>
<dt><span class="memberNameLink"><a href="../control/ControlLogin.html#isUser-java.lang.String-">isUser(String)</a></span> - Method in class control.<a href="../control/ControlLogin.html" title="class in control">ControlLogin</a></dt>
<dt><span class="memberNameLink"><a href="../control/ControlPrincipal.html#getRowCount--">getRowCount()</a></span> - Method in class control.<a href="../control/ControlPrincipal.html" title="class in control">ControlPrincipal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../utiles/Archivo.html#getRuta-java.lang.String-">getRuta(String)</a></span> - Static method in class utiles.<a href="../utiles/Archivo.html" title="class in utiles">Archivo</a></dt>
<dd>
<div class="block">Busca un usuario en el archivo</div>
<div class="block">Este metodo asigna una ruta al archivo dependiendo del sistema operativo.</div>
</dd>
<dt><span class="memberNameLink"><a href="../control/ControlLogin.html#isUserPass-java.lang.String-java.lang.String-">isUserPass(String, String)</a></span> - Method in class control.<a href="../control/ControlLogin.html" title="class in control">ControlLogin</a></dt>
<dt><span class="memberNameLink"><a href="../visual/panel/PanelCartola.html#getTabla--">getTabla()</a></span> - Method in class visual.panel.<a href="../visual/panel/PanelCartola.html" title="class in visual.panel">PanelCartola</a></dt>
<dd>
<div class="block">Busca un par usuario contraseña en el archivo</div>
<div class="block">Getter que entrega la tabla de la cartola</div>
</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">J</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">V</a>&nbsp;</div>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">J</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">O</a>&nbsp;<a href="index-13.html">P</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<a href="index-16.html">U</a>&nbsp;<a href="index-17.html">V</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->