Package | Description |
---|---|
org.netbeans.core.spi.multiview |
MultiView SPI provides infrastructure for creating components that dock
multiple views into one consistent component.
|
org.netbeans.core.spi.multiview.text |
MultiView Text provides integration between multi view
infrastructure and common textual framework.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiViewElement.setMultiViewCallback(MultiViewElementCallback callback)
Use the passed in callback instance for manipulating the enclosing multiview component, keep the instance around
during lifecycle of the component if you want to automatically switch to this component etc.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiViewEditorElement.setMultiViewCallback(MultiViewElementCallback callback) |