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 | 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 | 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 | Description |
---|---|---|
boolean |
CloseOperationHandler.resolveCloseOperation(CloseOperationState[] elements) |
Perform the closeOperation on the opened elements in the multiview topcomponent.
|
Modifier and Type | Method | Description |
---|---|---|
CloseOperationState |
MultiViewEditorElement.canCloseElement() |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.