function schema
% Defines properties for @tooleditor adapter class

%   Copyright 1986-2002 The MathWorks, Inc. 
%   $Revision: 1.1.6.2 $ $Date: 2004/12/10 19:33:19 $

% RE: @tooleditor adapts @tooldlg editor to @constreditor interface

pk = findpackage('plotconstr');

% Register class 
c = schema.class(pk,'tooleditor',findclass(pk,'constreditor'));

% Public
schema.prop(c, 'Container', 'handle');    % Current constraint container
schema.prop(c, 'Dialog', 'handle');       % @tooldlg handle
