站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

org.netbeans.core.api.multiview (MultiView Windows) - NetBeans API Javadoc (Current Development Version)

org.netbeans.core.multiview/1 1.9

Package org.netbeans.core.api.multiview

This API allows to access the multiview component's content.

See:
          Description

Class Summary
MultiViewHandler A handler for the multiview's TopComponent, obtainable via MultiViewFactory, that allows examination of Component's content and programatic changes in visible/activated elements.
MultiViewPerspective Description of multi view element.
MultiViews Factory class for handling multi views.
 

Package org.netbeans.core.api.multiview Description

This API allows to access the multiview component's content.

To query if a TopComponent is a multiview component, use MultiViews.findMultiViewHandler(org.openide.windows.TopComponent). If a MultiViewHandler instance is returned, it is a multiview component.
MultiViewHandler can be used to examine the multiview component.
Array of defined perspectives (elements) and the currently selected perspective are available. 
The handler can be used to switch the current selection programatically.

Possible usecases include:



org.netbeans.core.multiview/1 1.9

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.