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