www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcmultiview/@PanelTitleViewContainer/pGetLayout.m

    function L = pGetLayout(obj, view)
%PGETLAYOUT Get the container's layout
%
%  PGETLAYOUT(OBJ, VIEW) is called when the View property is changed.  This
%  method sets the view and a title into a layout and returns it.

%  Copyright 2011 The MathWorks, Inc.


L = obj.hLayout;
set(L, 'elements', {obj.hJavaTitle, view});