ampliado javadoc
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="es">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_222) on Thu Nov 28 11:59:12 CET 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Mon Feb 10 20:28:19 CET 2020 -->
|
||||
<title>Uses of Class Logica.Transaccion</title>
|
||||
<meta name="date" content="2019-11-28">
|
||||
<meta name="date" content="2020-02-10">
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../script.js"></script>
|
||||
</head>
|
||||
@@ -86,6 +86,10 @@
|
||||
<td class="colFirst"><a href="#Logica">Logica</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="#VistaControlador">VistaControlador</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
@@ -95,6 +99,19 @@
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../Logica/Transaccion.html" title="class in Logica">Transaccion</a> in <a href="../../Logica/package-summary.html">Logica</a></h3>
|
||||
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../Logica/package-summary.html">Logica</a> with type parameters of type <a href="../../Logica/Transaccion.html" title="class in Logica">Transaccion</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.util.Vector<<a href="../../Logica/Transaccion.html" title="class in Logica">Transaccion</a>></code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">Gestion.</span><code><span class="memberNameLink"><a href="../../Logica/Gestion.html#gestiones">gestiones</a></span></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../Logica/package-summary.html">Logica</a> that return types with arguments of type <a href="../../Logica/Transaccion.html" title="class in Logica">Transaccion</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
@@ -124,6 +141,14 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) void</code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">Mes.</span><code><span class="memberNameLink"><a href="../../Logica/Mes.html#aniadirTransaccion-Logica.Transaccion-java.lang.String-boolean-">aniadirTransaccion</a></span>(<a href="../../Logica/Transaccion.html" title="class in Logica">Transaccion</a> transaccion,
|
||||
java.lang.String nombre,
|
||||
boolean isPositivo)</code>
|
||||
<div class="block">Aniade una transaccion al mes</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">Meses.</span><code><span class="memberNameLink"><a href="../../Logica/Meses.html#aniadirTransaccion-Logica.Transaccion-java.lang.String-boolean-">aniadirTransaccion</a></span>(<a href="../../Logica/Transaccion.html" title="class in Logica">Transaccion</a> transaccion,
|
||||
java.lang.String nombre,
|
||||
@@ -134,6 +159,27 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList"><a name="VistaControlador">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../Logica/Transaccion.html" title="class in Logica">Transaccion</a> in <a href="../../VistaControlador/package-summary.html">VistaControlador</a></h3>
|
||||
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../VistaControlador/package-summary.html">VistaControlador</a> with parameters of type <a href="../../Logica/Transaccion.html" title="class in Logica">Transaccion</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">VistaAniadirVisualizar.</span><code><span class="memberNameLink"><a href="../../VistaControlador/VistaAniadirVisualizar.html#aniadirElemento-Logica.Transaccion-VistaControlador.ControladorAniadirVisualizar-">aniadirElemento</a></span>(<a href="../../Logica/Transaccion.html" title="class in Logica">Transaccion</a> transaccion,
|
||||
<a href="../../VistaControlador/ControladorAniadirVisualizar.html" title="class in VistaControlador">ControladorAniadirVisualizar</a> controlador)</code>
|
||||
<div class="block">aniade una nueva transaccion</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user