屏蔽视图(View)关闭按钮

public class Perspective implements IPerspectiveFactory { 
 
    public void createInitialLayout(IPageLayout layout) { 
        // 屏蔽视图的关闭按钮 
        layout.getViewLayout(视图ID).setCloseable(false); 
    } 

你可能感兴趣的:(屏蔽视图(View)关闭按钮)