function schema
%  SCHEMA  Defines properties for LinOptionsDialog class

%  Author(s): John Glass
%  Revised:
% Copyright 1986-2004 The MathWorks, Inc.
% $Revision: 1.1.6.2 $ $Date: 2004/08/01 00:12:11 $

% Find parent package
pkg = findpackage('jDialogs');

% Register class (subclass) in package
c = schema.class(pkg, 'LinOptionsDialog');

% Properties
schema.prop(c, 'JavaHandles', 'MATLAB array');
schema.prop(c, 'JavaPanel', 'MATLAB array');
schema.prop(c, 'TaskNode', 'MATLAB array');
schema.prop(c, 'OpCondNodeListener', 'MATLAB array');