Skip navigation links
org.netbeans.core.multiview/1 1.56
A B C E F G I M N O P R S U 

C

canClose() - Method in class org.netbeans.core.spi.multiview.CloseOperationState
The return value denotes wheather the MultiViewElement can be closed or not.
canCloseElement() - Method in interface org.netbeans.core.spi.multiview.MultiViewElement
Element decides if it can be safely closed.
canCloseElement() - Method in class org.netbeans.core.spi.multiview.text.MultiViewEditorElement
 
CloseOperationHandler - Interface in org.netbeans.core.spi.multiview
Handles closing of the MultiView component globally.
CloseOperationState - Class in org.netbeans.core.spi.multiview
instances of this class describe the MultiViewElement's state when the component is about to be closed.
componentActivated() - Method in interface org.netbeans.core.spi.multiview.MultiViewElement
Called when this multi view element is activated.
componentActivated() - Method in class org.netbeans.core.spi.multiview.text.MultiViewEditorElement
 
componentClosed() - Method in interface org.netbeans.core.spi.multiview.MultiViewElement
Called only when multi view top component was closed.
componentClosed() - Method in class org.netbeans.core.spi.multiview.text.MultiViewEditorElement
 
componentDeactivated() - Method in interface org.netbeans.core.spi.multiview.MultiViewElement
Called when this multi view element is deactivated.
componentDeactivated() - Method in class org.netbeans.core.spi.multiview.text.MultiViewEditorElement
 
componentHidden() - Method in interface org.netbeans.core.spi.multiview.MultiViewElement
Called when this MultiViewElement was hidden.
componentHidden() - Method in class org.netbeans.core.spi.multiview.text.MultiViewEditorElement
 
componentOpened() - Method in interface org.netbeans.core.spi.multiview.MultiViewElement
Called only when enclosing multi view top component was closed before and now is opened again for the first time.
componentOpened() - Method in class org.netbeans.core.spi.multiview.text.MultiViewEditorElement
 
componentShowing() - Method in interface org.netbeans.core.spi.multiview.MultiViewElement
Called when this MultiViewElement is about to be shown.
componentShowing() - Method in class org.netbeans.core.spi.multiview.text.MultiViewEditorElement
 
createCloneableMultiView(String, T) - Static method in class org.netbeans.core.api.multiview.MultiViews
Factory method to create cloneable multiview for a given mime type.
createCloneableMultiView(MultiViewDescription[], MultiViewDescription) - Static method in class org.netbeans.core.spi.multiview.MultiViewFactory
Creates and returns new instance of cloneable top component with multi views.
createCloneableMultiView(MultiViewDescription[], MultiViewDescription, CloseOperationHandler) - Static method in class org.netbeans.core.spi.multiview.MultiViewFactory
Creates and returns new instance of cloneable top component with multi views.
createDefaultActions() - Method in class org.netbeans.core.spi.multiview.MultiViewElementCallback
Creates the default TopComponent actions as defined by the Window System.
createElement() - Method in interface org.netbeans.core.spi.multiview.MultiViewDescription
Creates and returns asociated multi view element.
createMultiView(String, T) - Static method in class org.netbeans.core.api.multiview.MultiViews
Factory method to create multiview for a given mime type.
createMultiView(MultiViewDescription[], MultiViewDescription) - Static method in class org.netbeans.core.spi.multiview.MultiViewFactory
Creates and returns new instance of top component with multi views.
createMultiView(MultiViewDescription[], MultiViewDescription, CloseOperationHandler) - Static method in class org.netbeans.core.spi.multiview.MultiViewFactory
Creates and returns new instance of top component with multi views.
createUnsafeCloseState(String, Action, Action) - Static method in class org.netbeans.core.spi.multiview.MultiViewFactory
Utility method for MultiViewElements to create a CloseOperationState instance that warns about possible data loss.
A B C E F G I M N O P R S U 
Skip navigation links
org.netbeans.core.multiview/1 1.56