Package | Description |
---|---|
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.
|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CompareEditorInput.firePropertyChange(PropertyChangeEvent event)
Fire the given property change event to all listeners
registered with this compare editor input.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMemoryRendering.firePropertyChangedEvent(PropertyChangeEvent event)
Fires the given event to all registered listeners.
|
void |
AbstractTableRendering.propertyChange(PropertyChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAction.firePropertyChange(PropertyChangeEvent event)
Notifies any property change listeners that a property has changed.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultHyperlinkPresenter.propertyChange(PropertyChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
IPropertyChangeListener.propertyChange(PropertyChangeEvent event)
Notification that a property has changed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Window.handleFontChange(PropertyChangeEvent event)
Notifies of a font property change.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HistoryPageCompareEditorInput.handlePropertyChange(PropertyChangeEvent event)
Handle a property change event from the history page.
|
Modifier and Type | Method and Description |
---|---|
void |
SynchronizationContentProvider.propertyChange(PropertyChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
protected 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
SubActionBars.firePropertyChange(PropertyChangeEvent event)
Notifies any property change listeners that a property has changed.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TextConsolePage.propertyChange(PropertyChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
TextEditor.handlePreferenceStoreChanged(PropertyChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractTextEditor.affectsTextPresentation(PropertyChangeEvent event)
Determines whether the given preference change affects the editor's
presentation.
|
protected void |
SourceViewerDecorationSupport.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 |
AbstractDecoratedTextEditor.handlePreferenceStoreChanged(PropertyChangeEvent event) |
protected void |
InfoForm.handlePropertyChange(PropertyChangeEvent event)
Deprecated.
Handles the property change.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.