Eclipse Platform
2.0

org.eclipse.ui.views.properties
Interface IPropertySheetEntryListener


public interface IPropertySheetEntryListener

Listener for changes in objects of type IPropertySheetEntry.

This interface is public since it appears in the api of IPropertySheetEntry. It in not intended to be implemented outside of this package


Method Summary
 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
 

Method Detail

childEntriesChanged

public void childEntriesChanged(IPropertySheetEntry node)
A node's children have changed (children added or removed)

Parameters:
node - the node whose's children have changed

errorMessageChanged

public void errorMessageChanged(IPropertySheetEntry entry)
A entry's error message has changed

Parameters:
entry - the entry whose's error message has changed

valueChanged

public void valueChanged(IPropertySheetEntry entry)
A entry's value has changed

Parameters:
entry - the entry whose's value has changed

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.