| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MultiViewPerspective[] |
MultiViewHandler.getPerspectives()
Returns the array of
MultiViewPerspectives 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 February 21 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.