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 103b1b2 commit 4ae3a3bCopy full SHA for 4ae3a3b
mlapptools.m
@@ -1,4 +1,4 @@
1
-classdef mlapptools
+classdef (Abstract) mlapptools
2
% MLAPPTOOLS A collection of static methods for customizing various aspects
3
% MATLAB App Designer UIFigures.
4
%
@@ -12,15 +12,6 @@
12
properties (Access = private, Constant = true)
13
QUERY_TIMEOUT = 5; % Dojo query timeout period, seconds
14
end
15
-
16
- methods
17
- function obj = mlapptools
18
- % Dummy constructor so we don't return an empty class instance
19
- clear obj
20
- end
21
22
23
- methods (Static)
24
25
methods (Access = public, Static = true)
26
function textAlign(uielement, alignment)
0 commit comments