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

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

Packages that use PropertyChangeEvent
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side. 
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data. 
org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view. 
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 Provides support for detecting and displaying hyperlinks in ISourceViewers. 
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.history Application programming interfaces for working with history Package Specification This package specifies the API for providing history pages to the history view. 
org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. 
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.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
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
 

Methods in org.eclipse.compare with parameters of type PropertyChangeEvent
protected  void CompareEditorInput. firePropertyChange ( PropertyChangeEvent event)
          Fire the given property change event to all listeners registered with this compare editor input.
 

Uses of PropertyChangeEvent in org.eclipse.compare.contentmergeviewer
 

Methods in org.eclipse.compare.contentmergeviewer with parameters of type PropertyChangeEvent
protected  void ContentMergeViewer. handlePropertyChangeEvent ( PropertyChangeEvent event)
          Callback that is invoked when a property in the compare configuration ( ContentMergeViewer.getCompareConfiguration() changes.
protected  void TextMergeViewer. handlePropertyChangeEvent ( PropertyChangeEvent event)
           
 

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
protected  void AbstractMemoryRendering. firePropertyChangedEvent ( PropertyChangeEvent event)
          Fires the given event to all registered listeners.
 void AbstractTableRendering. propertyChange ( PropertyChangeEvent event)
           
 

Uses of PropertyChangeEvent in org.eclipse.jface.action
 

Methods in org.eclipse.jface.action with parameters of type PropertyChangeEvent
protected  void AbstractAction. 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.history
 

Methods in org.eclipse.team.ui.history with parameters of type PropertyChangeEvent
protected  void HistoryPageCompareEditorInput. handlePropertyChange ( PropertyChangeEvent event)
          Handle a property change event from the history page.
 

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

Methods in org.eclipse.team.ui.mapping with parameters of type PropertyChangeEvent
 void SynchronizationContentProvider. propertyChange ( PropertyChangeEvent event)
           
 

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

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

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 LabelRetargetAction. propagateChange ( PropertyChangeEvent event)
          The action handler has changed.
protected  void RetargetAction. propagateChange ( PropertyChangeEvent event)
          Either the action handler itself has changed, or the configured action handlers on the action bars have 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.editors.text
 

Methods in org.eclipse.ui.editors.text with parameters of type PropertyChangeEvent
protected  void TextEditor. handlePreferenceStoreChanged ( PropertyChangeEvent event)
           
 

Uses of PropertyChangeEvent in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor with parameters of type PropertyChangeEvent
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 SourceViewerDecorationSupport. handlePreferenceStoreChanged ( PropertyChangeEvent event)
           
protected  void AbstractDecoratedTextEditor. handlePreferenceStoreChanged ( PropertyChangeEvent event)
           
protected  void InfoForm. handlePropertyChange ( PropertyChangeEvent event)
          Deprecated. Handles the property change.
 

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

Methods in org.eclipse.ui.views.framelist with parameters of type PropertyChangeEvent
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.
protected  void TreeViewerFrameSource. handlePropertyChange ( PropertyChangeEvent event)
          Handles a property change event from the frame list.
 


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