| org.netbeans.modules.etl.ui.ETLEditorSupport
ETLEditorSupport | public class ETLEditorSupport extends DataEditorSupport implements OpenCookie,EditCookie,EditorCookie.Observable,LineCookie,CloseCookie,PrintCookie(Code) | | author: Ahimanikya Satapathy |
Inner Class :protected static class ETLEditorEnv extends DataEditorSupport.Env | |
Inner Class :public static class CloseHandler extends Object implements CloseOperationHandler,Serializable | |
Method Summary | |
protected Pane | createPane() | public ETLEditorEnv | getEnv() | public UndoRedo.Manager | getUndoManager() Returns the UndoRedo.Manager instance managed by this editor support. | public static boolean | isLastView(TopComponent tc) | protected Task | reloadDocument() | public void | setTopComponent(TopComponent mvtc) This is called by the multiview elements whenever they are created
(and given a observer knowing their multiview TopComponent). | public void | syncModel() Have the schema model sync with the document. | public void | synchDocument() | protected void | updateTitles() |
isFirstTime | public boolean isFirstTime(Code) | | |
createPane | protected Pane createPane()(Code) | | |
getEnv | public ETLEditorEnv getEnv()(Code) | | |
getUndoManager | public UndoRedo.Manager getUndoManager()(Code) | | Returns the UndoRedo.Manager instance managed by this editor support.
UndoRedo.Manager instance. |
isLastView | public static boolean isLastView(TopComponent tc)(Code) | | |
reloadDocument | protected Task reloadDocument()(Code) | | |
setTopComponent | public void setTopComponent(TopComponent mvtc)(Code) | | This is called by the multiview elements whenever they are created
(and given a observer knowing their multiview TopComponent). It is
important during deserialization and clonig the multiview - i.e. during
the operations we have no control over. But anytime a multiview is
created, this method gets called.
Parameters: topComp - TopComponent to which we are associated. |
syncModel | public void syncModel()(Code) | | Have the schema model sync with the document.
|
synchDocument | public void synchDocument()(Code) | | |
updateTitles | protected void updateTitles()(Code) | | |
|
|