Package | Description |
---|---|
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.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.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 |
DiffTreeViewer.propertyChange(PropertyChangeEvent event)
Tracks property changes of the configuration object.
|
protected void |
StructureDiffViewer.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 |
---|---|
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 |
WorkingSetScope.propertyChange(PropertyChangeEvent event) |
void |
SubscriberParticipant.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 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.
|
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.