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 and Description |
---|---|
static CloneableTopComponent |
MultiViewFactory.createCloneableMultiView(MultiViewDescription[] descriptions,
MultiViewDescription defaultDesc,
CloseOperationHandler closeHandler)
Creates and returns new instance of cloneable top component with
multi views.
|
static TopComponent |
MultiViewFactory.createMultiView(MultiViewDescription[] descriptions,
MultiViewDescription defaultDesc,
CloseOperationHandler closeHandler)
Creates and returns new instance of top component with
multi views.
|