function schema
% SCHEMA Defines class attributes for Workspace class

% Author(s): John Glass
% Revised:
% Copyright 1986-2001 The MathWorks, Inc.
% $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:36:13 $


% Construct class
p = findpackage('tsexplorer');
c = schema.class(p, 'Workspace', findclass(p,'node'));

schema.prop(c,'Dialog','MATLAB array');
schema.prop(c,'TsViewer','MATLAB array');
% % Tree  = this.ExplorerPanel.getSelector.getTree; is used in the workspace
% % node listeners to get the Tree handle in the CETM. To get this behavior
% % here we need to store the tree in the @Workspace node
