Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.jface.util.PropertyChangeEvent

Packages that use PropertyChangeEvent
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data.  
org.eclipse.debug.ui.memory   
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.  
org.eclipse.jface.preference Provides a framework for preferences.  
org.eclipse.jface.text.hyperlink   
org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.  
org.eclipse.jface.window Provides a general framework for creating and managing windows.  
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.  
org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.  
org.eclipse.ui.views.framelist Provides support for a web-browser style of navigation within a view by maintaining a list of frames.  
 

Uses of PropertyChangeEvent in org.eclipse.compare.structuremergeviewer
 

Methods in org.eclipse.compare.structuremergeviewer with parameters of type PropertyChangeEvent
protected  void StructureDiffViewer.propertyChange(PropertyChangeEvent event)
          Tracks property changes of the configuration object.
protected  void DiffTreeViewer.propertyChange(PropertyChangeEvent event)
          Tracks property changes of the configuration object.
 

Uses of PropertyChangeEvent in org.eclipse.debug.ui.memory
 

Methods in org.eclipse.debug.ui.memory with parameters of type PropertyChangeEvent
 void AbstractTableRendering.propertyChange(PropertyChangeEvent event)
           
protected  void AbstractMemoryRendering.firePropertyChangedEvent(PropertyChangeEvent event)
          Fires the given event to all registered listeners.
 

Uses of PropertyChangeEvent in org.eclipse.jface.action
 

Methods in org.eclipse.jface.action with parameters of type PropertyChangeEvent
protected  void Action.firePropertyChange(PropertyChangeEvent event)
          Notifies any property change listeners that a property has changed.
 

Uses of PropertyChangeEvent in org.eclipse.jface.preference
 

Methods in org.eclipse.jface.preference with parameters of type PropertyChangeEvent
 void FieldEditorPreferencePage.propertyChange(PropertyChangeEvent event)
          The field editor preference page implementation of this IPreferencePage (and IPropertyChangeListener) method intercepts IS_VALID events but passes other events on to its superclass.
 

Uses of PropertyChangeEvent in org.eclipse.jface.text.hyperlink
 

Methods in org.eclipse.jface.text.hyperlink with parameters of type PropertyChangeEvent
 void DefaultHyperlinkPresenter.propertyChange(PropertyChangeEvent event)
           
 

Uses of PropertyChangeEvent in org.eclipse.jface.util
 

Methods in org.eclipse.jface.util with parameters of type PropertyChangeEvent
 void IPropertyChangeListener.propertyChange(PropertyChangeEvent event)
          Notification that a property has changed.
 

Uses of PropertyChangeEvent in org.eclipse.jface.window
 

Methods in org.eclipse.jface.window with parameters of type PropertyChangeEvent
protected  void Window.handleFontChange(PropertyChangeEvent event)
          Notifies of a font property change.
 

Uses of PropertyChangeEvent in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize with parameters of type PropertyChangeEvent
 void WorkingSetScope.propertyChange(PropertyChangeEvent event)
           
 void SubscriberParticipant.propertyChange(PropertyChangeEvent event)
           
protected  void AbstractSynchronizeScope.firePropertyChangedEvent(PropertyChangeEvent event)
          Fires the given property change event to all registered listeners.
 

Uses of PropertyChangeEvent in org.eclipse.ui
 

Methods in org.eclipse.ui with parameters of type PropertyChangeEvent
protected  void SubActionBars.firePropertyChange(PropertyChangeEvent event)
          Notifies any property change listeners that a property has changed.
 

Uses of PropertyChangeEvent in org.eclipse.ui.actions
 

Methods in org.eclipse.ui.actions with parameters of type PropertyChangeEvent
protected  void RetargetAction.propagateChange(PropertyChangeEvent event)
          Either the action handler itself has changed, or the configured action handlers on the action bars have changed.
protected  void LabelRetargetAction.propagateChange(PropertyChangeEvent event)
          The action handler has changed.
 

Uses of PropertyChangeEvent in org.eclipse.ui.console
 

Methods in org.eclipse.ui.console with parameters of type PropertyChangeEvent
 void TextConsolePage.propertyChange(PropertyChangeEvent event)
           
 

Uses of PropertyChangeEvent in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor with parameters of type PropertyChangeEvent
protected  void SourceViewerDecorationSupport.handlePreferenceStoreChanged(PropertyChangeEvent event)
           
protected  void InfoForm.handlePropertyChange(PropertyChangeEvent event)
          Deprecated.  
protected  boolean AbstractTextEditor.affectsTextPresentation(PropertyChangeEvent event)
          Determines whether the given preference change affects the editor's presentation.
protected  void AbstractTextEditor.handlePreferenceStoreChanged(PropertyChangeEvent event)
          Handles a property change event describing a change of the editor's preference store and updates the preference related editor properties.
protected  void AbstractDecoratedTextEditor.handlePreferenceStoreChanged(PropertyChangeEvent event)
           
 

Uses of PropertyChangeEvent in org.eclipse.ui.views.framelist
 

Methods in org.eclipse.ui.views.framelist with parameters of type PropertyChangeEvent
protected  void TreeViewerFrameSource.handlePropertyChange(PropertyChangeEvent event)
          Handles a property change event from the frame list.
protected  void FrameList.firePropertyChange(PropertyChangeEvent event)
          Notifies any property change listeners that a property has changed.
protected  void FrameAction.handlePropertyChange(PropertyChangeEvent event)
          Handles a property change event from the frame list.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.