We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845a70a commit 21550b2Copy full SHA for 21550b2
ImageM/+imagem/+gui/Action.m
@@ -11,14 +11,14 @@
11
12
% ------
13
% Author: David Legland
14
-% e-mail: david.legland@inra.fr
+% e-mail: david.legland@inrae.fr
15
% Created: 2019-09-18, using Matlab 9.6.0.1072779 (R2019a)
16
% Copyright 2019 INRA - Cepia Software Platform.
17
18
19
%% Methods to overload
20
methods (Abstract)
21
- run(obj, viewer)
+ run(obj, frame)
22
end
23
24
%% Methods that can be overloaded
ImageM/+imagem/+gui/ImagemAction.m
@@ -38,7 +38,7 @@
38
39
40
41
-%% Methods to be overlaid
+%% Methods to be overloaded
42
43
44
actionPerformed(obj, src, event)
0 commit comments