Uses of Class
org.eclipse.jface.util.PropertyChangeEvent
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Support for compare and merge viewers which show the
content side-by-side.
Provides support for finding and displaying the differences
between hierarchically structured data.
Provides classes and interfaces to render memory blocks in the memory view.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides a framework for preferences.
Provides support for detecting and displaying hyperlinks in
ISourceViewer
s.Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
Provides a general framework for creating and managing
windows.
Application programming interfaces for working with history.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Application programming interfaces for interaction
with the Eclipse console.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Provides a framework for text editors obeying to the
desktop rules.
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
Modifier and TypeMethodDescriptionprotected void
CompareEditorInput.firePropertyChange
(PropertyChangeEvent event) Fires the given property change event to all listeners registered with this compare editor input. -
Uses of PropertyChangeEvent in org.eclipse.compare.contentmergeviewer
Modifier and TypeMethodDescriptionprotected 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.internal
Modifier and TypeMethodDescriptionstatic void
Utilities.firePropertyChange
(ListenerList<IPropertyChangeListener> listenerList, PropertyChangeEvent event) protected void
MergeSourceViewer.handlePropertyChangeEvent
(PropertyChangeEvent event) handle show/hide line numbers from editor preferencesvoid
ChangeCompareFilterPropertyAction.propertyChange
(PropertyChangeEvent event) void
ChangePropertyAction.propertyChange
(PropertyChangeEvent event) void
CompareDialog.propertyChange
(PropertyChangeEvent event) void
CompareEditor.propertyChange
(PropertyChangeEvent event) void
CompareOutlinePage.propertyChange
(PropertyChangeEvent event) void
ShowWhitespaceAction.propertyChange
(PropertyChangeEvent event) void
TextEditorPropertyAction.propertyChange
(PropertyChangeEvent event) -
Uses of PropertyChangeEvent in org.eclipse.compare.structuremergeviewer
Modifier and TypeMethodDescriptionprotected void
DiffTreeViewer.propertyChange
(PropertyChangeEvent event) Tracks property changes of the configuration object.protected void
StructureDiffViewer.propertyChange
(PropertyChangeEvent event) Tracks property changes of the configuration object. -
Uses of PropertyChangeEvent in org.eclipse.debug.ui.memory
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionprotected final void
AbstractAction.firePropertyChange
(PropertyChangeEvent event) Notifies any property change listeners that a property has changed. -
Uses of PropertyChangeEvent in org.eclipse.jface.preference
Modifier and TypeMethodDescriptionvoid
FieldEditorPreferencePage.propertyChange
(PropertyChangeEvent event) The field editor preference page implementation of thisIPreferencePage
(andIPropertyChangeListener
) method interceptsIS_VALID
events but passes other events on to its superclass. -
Uses of PropertyChangeEvent in org.eclipse.jface.text.hyperlink
Modifier and TypeMethodDescriptionvoid
DefaultHyperlinkPresenter.propertyChange
(PropertyChangeEvent event) -
Uses of PropertyChangeEvent in org.eclipse.jface.util
Modifier and TypeMethodDescriptionvoid
IPropertyChangeListener.propertyChange
(PropertyChangeEvent event) Notification that a property has changed. -
Uses of PropertyChangeEvent in org.eclipse.jface.window
Modifier and TypeMethodDescriptionprotected void
Window.handleFontChange
(PropertyChangeEvent event) Notifies of a font property change. -
Uses of PropertyChangeEvent in org.eclipse.team.ui.history
Modifier and TypeMethodDescriptionprotected void
HistoryPageCompareEditorInput.handlePropertyChange
(PropertyChangeEvent event) Handle a property change event from the history page. -
Uses of PropertyChangeEvent in org.eclipse.team.ui.mapping
Modifier and TypeMethodDescriptionvoid
SynchronizationContentProvider.propertyChange
(PropertyChangeEvent event) -
Uses of PropertyChangeEvent in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionprotected void
AbstractSynchronizeScope.firePropertyChangedEvent
(PropertyChangeEvent event) Fires the given property change event to all registered listeners.void
SubscriberParticipant.propertyChange
(PropertyChangeEvent event) void
WorkingSetScope.propertyChange
(PropertyChangeEvent event) -
Uses of PropertyChangeEvent in org.eclipse.ui
Modifier and TypeMethodDescriptionprotected void
SubActionBars.firePropertyChange
(PropertyChangeEvent event) Notifies any property change listeners that a property has changed. -
Uses of PropertyChangeEvent in org.eclipse.ui.actions
Modifier and TypeMethodDescriptionprotected 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
-
Uses of PropertyChangeEvent in org.eclipse.ui.editors.text
Modifier and TypeMethodDescriptionprotected void
TextEditor.handlePreferenceStoreChanged
(PropertyChangeEvent event) -
Uses of PropertyChangeEvent in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionprotected void
WorkbenchPartReference.firePartPropertyChange
(PropertyChangeEvent event) protected void
WorkbenchPartReference.partPropertyChanged
(PropertyChangeEvent event) void
AggregateWorkingSet.propertyChange
(PropertyChangeEvent event) -
Uses of PropertyChangeEvent in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionprotected boolean
AbstractTextEditor.affectsTextPresentation
(PropertyChangeEvent event) Determines whether the given preference change affects the editor's presentation.protected void
AbstractDecoratedTextEditor.handlePreferenceStoreChanged
(PropertyChangeEvent event) 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
InfoForm.handlePropertyChange
(PropertyChangeEvent event) Deprecated.Handles the property change. -
Uses of PropertyChangeEvent in org.eclipse.ui.views.framelist
Modifier and TypeMethodDescriptionprotected 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.