Package | Description |
---|---|
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 |
---|---|---|
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,
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.