function schema
% Defines properties for @dropData class.
%
%   Author(s): James G. Owen
%   Copyright 1986-2002 The MathWorks, Inc. 
%   $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:41:25 $

%% Class which customizes the right click menus and renderers of the
%% uitable

% Register class
p = findpackage('tsguis');
c = schema.class(p,'timetable');

% Public properties
schema.prop(c,'Table','MATLAB array');
schema.prop(c,'TablePanel','MATLAB array');
schema.prop(c,'EventRow','MATLAB array');



