function h = tooleditor(Dialog,Container)
%TOOLEDITOR  Constructor for @tooleditor adapter.

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

h = plotconstr.tooleditor;
h.Dialog = Dialog;  % @tooldlg handle
h.Container = Container;