Package org.eclipse.jface.viewers
Class ColumnViewerEditorActivationListener
java.lang.Object
org.eclipse.jface.viewers.ColumnViewerEditorActivationListener
Parties interested in activation and deactivation of editors extend this
class and implement any or all of the methods
- Since:
- 3.3
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
Called after an editor has been activatedabstract void
Called after an editor is deactivatedabstract void
Called before an editor is activatedabstract void
Called before an editor is deactivated
-
Constructor Details
-
ColumnViewerEditorActivationListener
public ColumnViewerEditorActivationListener()
-
-
Method Details
-
beforeEditorActivated
Called before an editor is activated- Parameters:
event
- the event
-
afterEditorActivated
Called after an editor has been activated- Parameters:
event
- the event
-
beforeEditorDeactivated
Called before an editor is deactivated- Parameters:
event
- the event
-
afterEditorDeactivated
Called after an editor is deactivated- Parameters:
event
- the event
-