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 | Field and Description |
---|---|
static CloseOperationState |
CloseOperationState.STATE_OK
Singleton instance of a close operation state, to be used whenever
MultiViewElement is in consistent state
and can be safely closed. |
Modifier and Type | Method and Description |
---|---|
CloseOperationState |
MultiViewElement.canCloseElement()
Element decides if it can be safely closed.
|
static CloseOperationState |
MultiViewFactory.createUnsafeCloseState(String warningId,
Action proceedAction,
Action discardAction)
Utility method for MultiViewElements to create a CloseOperationState instance
that warns about possible data loss.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CloseOperationHandler.resolveCloseOperation(CloseOperationState[] elements)
Perform the closeOperation on the opened elements in the multiview topcomponent.
|
Modifier and Type | Method and Description |
---|---|
CloseOperationState |
MultiViewEditorElement.canCloseElement() |