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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidCalled after an editor has been activatedabstract voidCalled after an editor is deactivatedabstract voidCalled before an editor is activatedabstract voidCalled 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
-