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.
|
org.netbeans.core.spi.multiview.text |
MultiView Text provides integration between multi view
infrastructure and common textual framework.
|
Class and Description |
---|
MultiViewDescription
Description of multi view element.
|
Class and Description |
---|
CloseOperationHandler
Handles closing of the MultiView component globally.
|
CloseOperationState
instances of this class describe the MultiViewElement's state when the component is
about to be closed.
|
MultiViewDescription
Description of multi view element.
|
MultiViewElement
View element for multi view, provides the UI components to the multiview component.
|
MultiViewElementCallback
Requester type of class, allowing implementors of MultiViewElement
to send requests back to enclosing component and window system.
|
Class and Description |
---|
CloseOperationState
instances of this class describe the MultiViewElement's state when the component is
about to be closed.
|
MultiViewElement
View element for multi view, provides the UI components to the multiview component.
|
MultiViewElementCallback
Requester type of class, allowing implementors of MultiViewElement
to send requests back to enclosing component and window system.
|