MIRA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
IPartListener Class Referenceabstract

#include <rcp/PartListener.h>

Inheritance diagram for IPartListener:
Inheritance graph
[legend]

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...
 

Constructor & Destructor Documentation

virtual ~IPartListener ( )
inlinevirtual

Member Function Documentation

virtual void editorActivated ( IWorkbenchPart part)
pure virtual

Notifies this listener that the given editor part has been activated.

Implemented in PageViewPart.

virtual void editorClosed ( IWorkbenchPart part)
pure virtual

Notifies this listener that the given editor part has been closed.

Implemented in PageViewPart.

virtual void viewActivated ( IWorkbenchPart part)
pure virtual

Notifies this listener that the given view part has been activated.

Implemented in PageViewPart, and PropertyView.

virtual void viewClosed ( IWorkbenchPart part)
pure virtual

Notifies this listener that the given view part has been closed.

Implemented in PageViewPart.


The documentation for this class was generated from the following file: