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:39:49 $

%% Package and class info
c = schema.class(findpackage('tsguis'),'propeditor');

%% Java handles (including MJTabbedPane for panels)
schema.prop(c,'Handles','MATLAB array');

%% Tabs structure 
schema.prop(c,'Tabs','MATLAB array');

%% @resplot host
%schema.prop(c,'Target','MATLAB array');

%% Listeners
schema.prop(c,'Listeners','MATLAB array');

%% Calendar
schema.prop(c,'Calendar','MATLAB array');


