| |
|
| org.netbeans.modules.xslt.tmap.multiview.source.TMapSourceMultiViewElement
TMapSourceMultiViewElement | public class TMapSourceMultiViewElement extends CloneableEditor implements MultiViewElement(Code) | | author: Vitaly Bychkov version: 1.0 |
canCloseElement | public CloseOperationState canCloseElement()(Code) | | |
closeLast | protected boolean closeLast()(Code) | | The close last method should be called only for the last clone.
If there are still existing clones this method must return false. The
implementation from the FormEditor always returns true but this is
not the expected behavior. The intention is to close the editor support
once the last editor has been closed, using the silent close to avoid
displaying a new dialog which is already being displayed via the
close handler.
|
componentActivated | public void componentActivated()(Code) | | |
componentClosed | public void componentClosed()(Code) | | |
componentDeactivated | public void componentDeactivated()(Code) | | |
componentHidden | public void componentHidden()(Code) | | |
componentOpened | public void componentOpened()(Code) | | |
componentShowing | public void componentShowing()(Code) | | |
getPersistenceType | public int getPersistenceType()(Code) | | |
getUndoRedo | public UndoRedo getUndoRedo()(Code) | | |
requestActive | public void requestActive()(Code) | | |
requestVisible | public void requestVisible()(Code) | | |
setMultiViewCallback | public void setMultiViewCallback(MultiViewElementCallback callback)(Code) | | |
|
|
|