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.
|
org.netbeans.core.spi.multiview |
MultiView SPI provides infrastructure for creating components that dock
multiple views into one consistent component.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MultiViewHandler.addMultiViewDescription(MultiViewDescription descr,
int position) |
Adds another multiview element to an existing multiview TopComponent.
|
void |
MultiViewHandler.removeMultiViewDescription(MultiViewDescription descr) |
Removes multiview element that was added at runtime.
|
Modifier and Type | Method | Description |
---|---|---|
static org.openide.windows.CloneableTopComponent |
MultiViewFactory.createCloneableMultiView(MultiViewDescription[] descriptions,
MultiViewDescription defaultDesc) |
Creates and returns new instance of cloneable top component with
multi views.
|
static org.openide.windows.CloneableTopComponent |
MultiViewFactory.createCloneableMultiView(MultiViewDescription[] descriptions,
MultiViewDescription defaultDesc,
CloseOperationHandler closeHandler) |
Creates and returns new instance of cloneable top component with
multi views.
|
static org.openide.windows.TopComponent |
MultiViewFactory.createMultiView(MultiViewDescription[] descriptions,
MultiViewDescription defaultDesc) |
Creates and returns new instance of top component with
multi views.
|
static org.openide.windows.TopComponent |
MultiViewFactory.createMultiView(MultiViewDescription[] descriptions,
MultiViewDescription defaultDesc,
CloseOperationHandler closeHandler) |
Creates and returns new instance of top component with
multi views.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.