public interface IPropertySheetEntryListener
IPropertySheetEntry
.
This interface is public since it appears in the api
of IPropertySheetEntry
. It is not intended
to be implemented outside of this package.
Modifier and Type | Method and Description |
---|---|
void |
childEntriesChanged(IPropertySheetEntry node)
A node's children have changed (children added or removed)
|
void |
errorMessageChanged(IPropertySheetEntry entry)
A entry's error message has changed
|
void |
valueChanged(IPropertySheetEntry entry)
A entry's value has changed
|
void childEntriesChanged(IPropertySheetEntry node)
node
- the node whose's children have changedvoid errorMessageChanged(IPropertySheetEntry entry)
entry
- the entry whose's error message has changedvoid valueChanged(IPropertySheetEntry entry)
entry
- the entry whose's value has changed
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.