| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExtendedSaveSupport
This interface can be implemented by clients who are interested in customizing the save behavior of the SQL Editor.
| Method Summary | |
|---|---|
|  void | postSave(java.sql.Connection conn,
         org.eclipse.ui.editors.text.TextEditor editor)Performs all post treatment logic in the preSave method | 
|  void | preSave(java.sql.Connection conn,
        org.eclipse.ui.editors.text.TextEditor editor)Performs all pretreatment logic in the preSave method | 
| Method Detail | 
|---|
void preSave(java.sql.Connection conn,
             org.eclipse.ui.editors.text.TextEditor editor)
conn - the connection objecteditor - 
void postSave(java.sql.Connection conn,
              org.eclipse.ui.editors.text.TextEditor editor)
conn - the connection objecteditor - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||