public abstract class ColumnViewerEditorActivationListener extends Object
Constructor and Description |
---|
ColumnViewerEditorActivationListener() |
Modifier and Type | Method and Description |
---|---|
abstract void |
afterEditorActivated(ColumnViewerEditorActivationEvent event)
Called after an editor has been activated
|
abstract void |
afterEditorDeactivated(ColumnViewerEditorDeactivationEvent event)
Called after an editor is deactivated
|
abstract void |
beforeEditorActivated(ColumnViewerEditorActivationEvent event)
Called before an editor is activated
|
abstract void |
beforeEditorDeactivated(ColumnViewerEditorDeactivationEvent event)
Called before an editor is deactivated
|
public ColumnViewerEditorActivationListener()
public abstract void beforeEditorActivated(ColumnViewerEditorActivationEvent event)
event
- the eventpublic abstract void afterEditorActivated(ColumnViewerEditorActivationEvent event)
event
- the eventpublic abstract void beforeEditorDeactivated(ColumnViewerEditorDeactivationEvent event)
event
- the eventpublic abstract void afterEditorDeactivated(ColumnViewerEditorDeactivationEvent event)
event
- the event
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.