|
MIRA
|
#include <rcp/PartListener.h>

Public Member Functions | |
| virtual | ~IPartListener () |
| virtual void | editorActivated (IWorkbenchPart *part)=0 |
| Notifies this listener that the given editor part has been activated. More... | |
| virtual void | editorClosed (IWorkbenchPart *part)=0 |
| Notifies this listener that the given editor part has been closed. More... | |
| virtual void | viewActivated (IWorkbenchPart *part)=0 |
| Notifies this listener that the given view part has been activated. More... | |
| virtual void | viewClosed (IWorkbenchPart *part)=0 |
| Notifies this listener that the given view part has been closed. More... | |
|
inlinevirtual |
|
pure virtual |
Notifies this listener that the given editor part has been activated.
Implemented in PageViewPart.
|
pure virtual |
Notifies this listener that the given editor part has been closed.
Implemented in PageViewPart.
|
pure virtual |
Notifies this listener that the given view part has been activated.
Implemented in PageViewPart, and PropertyView.
|
pure virtual |
Notifies this listener that the given view part has been closed.
Implemented in PageViewPart.
1.8.14