Mise à jour dev4 incluant des résolutions de bugs et des améliorations.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_231) on Wed Dec 09 12:47:45 CET 2020 -->
|
||||
<!-- Generated by javadoc (1.8.0_231) on Fri Dec 18 22:45:29 CET 2020 -->
|
||||
<title>Uses of Class Method</title>
|
||||
<meta name="date" content="2020-12-09">
|
||||
<meta name="date" content="2020-12-18">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../script.js"></script>
|
||||
</head>
|
||||
@@ -103,6 +103,20 @@
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../Class.html#addMethod-int-Method-">addMethod</a></span>(int index,
|
||||
<a href="../Method.html" title="class in <Unnamed>">Method</a> m)</code>
|
||||
<div class="block">Ajoute une méthode à la classe.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">ClassPropertiesWindow.</span><code><span class="memberNameLink"><a href="../ClassPropertiesWindow.html#addMethod-int-Method-">addMethod</a></span>(int index,
|
||||
<a href="../Method.html" title="class in <Unnamed>">Method</a> m)</code>
|
||||
<div class="block">Ajoute une méthode à la classe et rafraîchit la liste des méthodes.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../Class.html#addMethod-Method-">addMethod</a></span>(<a href="../Method.html" title="class in <Unnamed>">Method</a> m)</code>
|
||||
<div class="block">Ajoute une méthode à la classe.</div>
|
||||
</td>
|
||||
@@ -113,12 +127,6 @@
|
||||
<div class="block">Ouvre une fenêtre d'édition des arguments pour la méthode sélectionnée</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../Class.html#removeMethod-Method-">removeMethod</a></span>(<a href="../Method.html" title="class in <Unnamed>">Method</a> m)</code>
|
||||
<div class="block">Supprime une méthode de la classe.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
|
||||
|
||||
Reference in New Issue
Block a user