Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MultiViewPerspective[] |
MultiViewHandler.getPerspectives()
Returns the array of
MultiViewPerspective s that the TopComponent is composed of. |
MultiViewPerspective |
MultiViewHandler.getSelectedPerspective()
Returns the currently selected
MultiViewPerspective in the TopComponent . |
Modifier and Type | Method and Description |
---|---|
void |
MultiViewHandler.requestActive(MultiViewPerspective desc)
Requests focus for the
MultiViewPerspective passed as parameter, if necessary
will switch from previously selected MultiViewPerspective |
void |
MultiViewHandler.requestVisible(MultiViewPerspective desc)
Changes the visible
MultiViewPerspective to the one passed as parameter. |
Built on January 7 2015. | Portions Copyright 1997-2015 Oracle. All rights reserved.