[Pre-closing] View 닫기 전에 체크...
implements ISaveablePart2
해준후, interface 메소드 구현하도록 추가한 후,
public boolean isDirty()
public boolean isSaveOnCloseNeeded()
위 두개는 true 를 리턴하도록 수정하고,
public int promptToSaveOnClose() 를 재정의 해주면 된다.
http://e-rcp.blogspot.com/2007/09/prevent-that-rcp-editor-is-closed.html
[Post-closing] View 활성화 및 닫은 후 체크
IPartListener
implements ISaveablePart2
해준후, interface 메소드 구현하도록 추가한 후,
public boolean isDirty()
public boolean isSaveOnCloseNeeded()
위 두개는 true 를 리턴하도록 수정하고,
public int promptToSaveOnClose() 를 재정의 해주면 된다.
http://e-rcp.blogspot.com/2007/09/prevent-that-rcp-editor-is-closed.html
[Post-closing] View 활성화 및 닫은 후 체크
IPartListener