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
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. |