com.ibm.rational.common.test.editor.framework.extensions
Interface IEditorStateListener
- All Known Implementing Classes:
- com.ibm.rational.common.test.editor.framework.kernel.AbstractAttributeField, com.ibm.rational.test.lt.testeditor.common.AbstractDataCorrelatingTextAttrField, DataCorrelatingTextAttrField, com.ibm.rational.common.test.editor.framework.extensions.FilteredTextAttributeField, LoadTestEditor, LoadTestEditorPlugin, com.ibm.rational.common.test.editor.framework.extensions.MarkerAttributeField, com.ibm.rational.common.test.editor.framework.extensions.TextAttributeField
public interface IEditorStateListener
This interface is used to add listeners to TestEditorPlugin.addEditorListener(IEditorStateListener)
.
Clients should not assume that, when any of the methods is called, the type of the TestEditor
is known type.
Always use instanceof
when accessing TestEditor
or TestEditor.getTest()
.
LOADED
static final int LOADED
- See Also:
- Constant Field Values
BEFORE_SAVE
static final int BEFORE_SAVE
- See Also:
- Constant Field Values
AFTER_SAVE
static final int AFTER_SAVE
- See Also:
- Constant Field Values
UNLOADING
static final int UNLOADING
- See Also:
- Constant Field Values
unloading
void unloading(TestEditor editor)
loaded
void loaded(TestEditor editor)
beforeSave
boolean beforeSave(TestEditor editor)
- Parameters:
editor
-
- Returns:
- boolean do save, abort save
afterSave
void afterSave(TestEditor editor)
© Copyright IBM Corp. 2012. All rights reserved.