org.netbeans.core.multiview/1 1.36.1

Package org.netbeans.core.api.multiview

MultiView API lets the developers create new multiview components (without specifying their content), manipulate existing multiview components, eg. examine what is inside the component, request focus for one of the views etc.

See: Description

Package org.netbeans.core.api.multiview Description

MultiView API lets the developers create new multiview components (without specifying their content), manipulate existing multiview components, eg. examine what is inside the component, request focus for one of the views etc.
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.36.1

Built on January 7 2015.  |  Portions Copyright 1997-2015 Oracle. All rights reserved.