function schema
% Defines properties for @uitspanel subclass of uipanel.
%
%   Author(s): James G. Owen
%   Copyright 1986-2002 The MathWorks, Inc. 
%   $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:43:58 $

%% Package and class info
hg = findpackage('hg');
c = schema.class(findpackage('tsguis'),'uitspanel',...
    hg.findclass('uipanel'));


schema.prop(c,'jpanel','com.mathworks.mwswing.MJPanel');
schema.prop(c,'Name','string');




