Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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 is not intended to be implemented outside of this package.

Restriction:
This interface is not intended to be implemented by clients.

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

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

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

errorMessageChanged

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

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

valueChanged

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

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

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire